12.55/5.05 YES 15.05/5.77 proof of /export/starexec/sandbox2/benchmark/theBenchmark.hs 15.05/5.77 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 15.05/5.77 15.05/5.77 15.05/5.77 H-Termination with start terms of the given HASKELL could be proven: 15.05/5.77 15.05/5.77 (0) HASKELL 15.05/5.77 (1) CR [EQUIVALENT, 0 ms] 15.05/5.77 (2) HASKELL 15.05/5.77 (3) IFR [EQUIVALENT, 0 ms] 15.05/5.77 (4) HASKELL 15.05/5.77 (5) BR [EQUIVALENT, 0 ms] 15.05/5.77 (6) HASKELL 15.05/5.77 (7) COR [EQUIVALENT, 15 ms] 15.05/5.77 (8) HASKELL 15.05/5.77 (9) LetRed [EQUIVALENT, 0 ms] 15.05/5.77 (10) HASKELL 15.05/5.77 (11) NumRed [SOUND, 0 ms] 15.05/5.77 (12) HASKELL 15.05/5.77 (13) Narrow [SOUND, 0 ms] 15.05/5.77 (14) AND 15.05/5.77 (15) QDP 15.05/5.77 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.05/5.77 (17) YES 15.05/5.77 (18) QDP 15.05/5.77 (19) DependencyGraphProof [EQUIVALENT, 0 ms] 15.05/5.77 (20) QDP 15.05/5.77 (21) QDPSizeChangeProof [EQUIVALENT, 166 ms] 15.05/5.77 (22) YES 15.05/5.77 (23) QDP 15.05/5.77 (24) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.05/5.77 (25) YES 15.05/5.77 (26) QDP 15.05/5.77 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.05/5.77 (28) YES 15.05/5.77 (29) QDP 15.05/5.77 (30) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.05/5.77 (31) YES 15.05/5.77 (32) QDP 15.05/5.77 (33) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.05/5.77 (34) YES 15.05/5.77 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (0) 15.05/5.77 Obligation: 15.05/5.77 mainModule Main 15.05/5.77 module Main where { 15.05/5.77 import qualified Prelude; 15.05/5.77 } 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (1) CR (EQUIVALENT) 15.05/5.77 Case Reductions: 15.05/5.77 The following Case expression 15.05/5.77 "case compare x y of { 15.05/5.77 EQ -> o; 15.05/5.77 LT -> LT; 15.05/5.77 GT -> GT} 15.05/5.77 " 15.05/5.77 is transformed to 15.05/5.77 "primCompAux0 o EQ = o; 15.05/5.77 primCompAux0 o LT = LT; 15.05/5.77 primCompAux0 o GT = GT; 15.05/5.77 " 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (2) 15.05/5.77 Obligation: 15.05/5.77 mainModule Main 15.05/5.77 module Main where { 15.05/5.77 import qualified Prelude; 15.05/5.77 } 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (3) IFR (EQUIVALENT) 15.05/5.77 If Reductions: 15.05/5.77 The following If expression 15.05/5.77 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 15.05/5.77 is transformed to 15.05/5.77 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 15.05/5.77 primDivNatS0 x y False = Zero; 15.05/5.77 " 15.05/5.77 The following If expression 15.05/5.77 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 15.05/5.77 is transformed to 15.05/5.77 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 15.05/5.77 primModNatS0 x y False = Succ x; 15.05/5.77 " 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (4) 15.05/5.77 Obligation: 15.05/5.77 mainModule Main 15.05/5.77 module Main where { 15.05/5.77 import qualified Prelude; 15.05/5.77 } 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (5) BR (EQUIVALENT) 15.05/5.77 Replaced joker patterns by fresh variables and removed binding patterns. 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (6) 15.05/5.77 Obligation: 15.05/5.77 mainModule Main 15.05/5.77 module Main where { 15.05/5.77 import qualified Prelude; 15.05/5.77 } 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (7) COR (EQUIVALENT) 15.05/5.77 Cond Reductions: 15.05/5.77 The following Function with conditions 15.05/5.77 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 15.05/5.77 " 15.05/5.77 is transformed to 15.05/5.77 "compare x y = compare3 x y; 15.05/5.77 " 15.05/5.77 "compare0 x y True = GT; 15.05/5.77 " 15.05/5.77 "compare2 x y True = EQ; 15.05/5.77 compare2 x y False = compare1 x y (x <= y); 15.05/5.77 " 15.05/5.77 "compare1 x y True = LT; 15.05/5.77 compare1 x y False = compare0 x y otherwise; 15.05/5.77 " 15.05/5.77 "compare3 x y = compare2 x y (x == y); 15.05/5.77 " 15.05/5.77 The following Function with conditions 15.05/5.77 "absReal x|x >= 0x|otherwise`negate` x; 15.05/5.77 " 15.05/5.77 is transformed to 15.05/5.77 "absReal x = absReal2 x; 15.05/5.77 " 15.05/5.77 "absReal0 x True = `negate` x; 15.05/5.77 " 15.05/5.77 "absReal1 x True = x; 15.05/5.77 absReal1 x False = absReal0 x otherwise; 15.05/5.77 " 15.05/5.77 "absReal2 x = absReal1 x (x >= 0); 15.05/5.77 " 15.05/5.77 The following Function with conditions 15.05/5.77 "gcd' x 0 = x; 15.05/5.77 gcd' x y = gcd' y (x `rem` y); 15.05/5.77 " 15.05/5.77 is transformed to 15.05/5.77 "gcd' x zx = gcd'2 x zx; 15.05/5.77 gcd' x y = gcd'0 x y; 15.05/5.77 " 15.05/5.77 "gcd'0 x y = gcd' y (x `rem` y); 15.05/5.77 " 15.05/5.77 "gcd'1 True x zx = x; 15.05/5.77 gcd'1 zy zz vuu = gcd'0 zz vuu; 15.05/5.77 " 15.05/5.77 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 15.05/5.77 gcd'2 vuv vuw = gcd'0 vuv vuw; 15.05/5.77 " 15.05/5.77 The following Function with conditions 15.05/5.77 "gcd 0 0 = error []; 15.05/5.77 gcd x y = gcd' (abs x) (abs y) where { 15.05/5.77 gcd' x 0 = x; 15.05/5.77 gcd' x y = gcd' y (x `rem` y); 15.05/5.77 } 15.05/5.77 ; 15.05/5.77 " 15.05/5.77 is transformed to 15.05/5.77 "gcd vux vuy = gcd3 vux vuy; 15.05/5.77 gcd x y = gcd0 x y; 15.05/5.77 " 15.05/5.77 "gcd0 x y = gcd' (abs x) (abs y) where { 15.05/5.77 gcd' x zx = gcd'2 x zx; 15.05/5.77 gcd' x y = gcd'0 x y; 15.05/5.77 ; 15.05/5.77 gcd'0 x y = gcd' y (x `rem` y); 15.05/5.77 ; 15.05/5.77 gcd'1 True x zx = x; 15.05/5.77 gcd'1 zy zz vuu = gcd'0 zz vuu; 15.05/5.77 ; 15.05/5.77 gcd'2 x zx = gcd'1 (zx == 0) x zx; 15.05/5.77 gcd'2 vuv vuw = gcd'0 vuv vuw; 15.05/5.77 } 15.05/5.77 ; 15.05/5.77 " 15.05/5.77 "gcd1 True vux vuy = error []; 15.05/5.77 gcd1 vuz vvu vvv = gcd0 vvu vvv; 15.05/5.77 " 15.05/5.77 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 15.05/5.77 gcd2 vvw vvx vvy = gcd0 vvx vvy; 15.05/5.77 " 15.05/5.77 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 15.05/5.77 gcd3 vvz vwu = gcd0 vvz vwu; 15.05/5.77 " 15.05/5.77 The following Function with conditions 15.05/5.77 "undefined |Falseundefined; 15.05/5.77 " 15.05/5.77 is transformed to 15.05/5.77 "undefined = undefined1; 15.05/5.77 " 15.05/5.77 "undefined0 True = undefined; 15.05/5.77 " 15.05/5.77 "undefined1 = undefined0 False; 15.05/5.77 " 15.05/5.77 The following Function with conditions 15.05/5.77 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 15.05/5.77 d = gcd x y; 15.05/5.77 } 15.05/5.77 ; 15.05/5.77 " 15.05/5.77 is transformed to 15.05/5.77 "reduce x y = reduce2 x y; 15.05/5.77 " 15.05/5.77 "reduce2 x y = reduce1 x y (y == 0) where { 15.05/5.77 d = gcd x y; 15.05/5.77 ; 15.05/5.77 reduce0 x y True = x `quot` d :% (y `quot` d); 15.05/5.77 ; 15.05/5.77 reduce1 x y True = error []; 15.05/5.77 reduce1 x y False = reduce0 x y otherwise; 15.05/5.77 } 15.05/5.77 ; 15.05/5.77 " 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (8) 15.05/5.77 Obligation: 15.05/5.77 mainModule Main 15.05/5.77 module Main where { 15.05/5.77 import qualified Prelude; 15.05/5.77 } 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (9) LetRed (EQUIVALENT) 15.05/5.77 Let/Where Reductions: 15.05/5.77 The bindings of the following Let/Where expression 15.05/5.77 "gcd' (abs x) (abs y) where { 15.05/5.77 gcd' x zx = gcd'2 x zx; 15.05/5.77 gcd' x y = gcd'0 x y; 15.05/5.77 ; 15.05/5.77 gcd'0 x y = gcd' y (x `rem` y); 15.05/5.77 ; 15.05/5.77 gcd'1 True x zx = x; 15.05/5.77 gcd'1 zy zz vuu = gcd'0 zz vuu; 15.05/5.77 ; 15.05/5.77 gcd'2 x zx = gcd'1 (zx == 0) x zx; 15.05/5.77 gcd'2 vuv vuw = gcd'0 vuv vuw; 15.05/5.77 } 15.05/5.77 " 15.05/5.77 are unpacked to the following functions on top level 15.05/5.77 "gcd0Gcd'1 True x zx = x; 15.05/5.77 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 15.05/5.77 " 15.05/5.77 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 15.05/5.77 " 15.05/5.77 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 15.05/5.77 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 15.05/5.77 " 15.05/5.77 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 15.05/5.77 gcd0Gcd' x y = gcd0Gcd'0 x y; 15.05/5.77 " 15.05/5.77 The bindings of the following Let/Where expression 15.05/5.77 "reduce1 x y (y == 0) where { 15.05/5.77 d = gcd x y; 15.05/5.77 ; 15.05/5.77 reduce0 x y True = x `quot` d :% (y `quot` d); 15.05/5.77 ; 15.05/5.77 reduce1 x y True = error []; 15.05/5.77 reduce1 x y False = reduce0 x y otherwise; 15.05/5.77 } 15.05/5.77 " 15.05/5.77 are unpacked to the following functions on top level 15.05/5.77 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 15.05/5.77 " 15.05/5.77 "reduce2D vwv vww = gcd vwv vww; 15.05/5.77 " 15.05/5.77 "reduce2Reduce1 vwv vww x y True = error []; 15.05/5.77 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 15.05/5.77 " 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (10) 15.05/5.77 Obligation: 15.05/5.77 mainModule Main 15.05/5.77 module Main where { 15.05/5.77 import qualified Prelude; 15.05/5.77 } 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (11) NumRed (SOUND) 15.05/5.77 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (12) 15.05/5.77 Obligation: 15.05/5.77 mainModule Main 15.05/5.77 module Main where { 15.05/5.77 import qualified Prelude; 15.05/5.77 } 15.05/5.77 15.05/5.77 ---------------------------------------- 15.05/5.77 15.05/5.77 (13) Narrow (SOUND) 15.05/5.77 Haskell To QDPs 15.05/5.77 15.05/5.77 digraph dp_graph { 15.05/5.77 node [outthreshold=100, inthreshold=100];1[label="(<=)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 15.05/5.77 3[label="(<=) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 15.05/5.77 4[label="(<=) vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2743[label="vwx3/(vwx30,vwx31)",fontsize=10,color="white",style="solid",shape="box"];4 -> 2743[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2743 -> 5[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 5[label="(<=) (vwx30,vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2744[label="vwx4/(vwx40,vwx41)",fontsize=10,color="white",style="solid",shape="box"];5 -> 2744[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2744 -> 6[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 6[label="(<=) (vwx30,vwx31) (vwx40,vwx41)",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 15.05/5.77 7 -> 926[label="",style="dashed", color="red", weight=0]; 15.05/5.77 7[label="vwx30 < vwx40 || vwx30 == vwx40 && vwx31 <= vwx41",fontsize=16,color="magenta"];7 -> 927[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 7 -> 928[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 927[label="vwx30 < vwx40",fontsize=16,color="blue",shape="box"];2745[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2745[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2745 -> 931[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2746[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2746[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2746 -> 932[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2747[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2747[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2747 -> 933[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2748[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2748[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2748 -> 934[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2749[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2749[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2749 -> 935[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2750[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2750[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2750 -> 936[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2751[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2751[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2751 -> 937[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2752[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2752[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2752 -> 938[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2753[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2753[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2753 -> 939[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2754[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2754[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2754 -> 940[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2755[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2755[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2755 -> 941[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2756[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2756[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2756 -> 942[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2757[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2757[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2757 -> 943[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2758[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];927 -> 2758[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2758 -> 944[label="",style="solid", color="blue", weight=3]; 15.05/5.77 928 -> 1298[label="",style="dashed", color="red", weight=0]; 15.05/5.77 928[label="vwx30 == vwx40 && vwx31 <= vwx41",fontsize=16,color="magenta"];928 -> 1299[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 928 -> 1300[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 926[label="vwx79 || vwx80",fontsize=16,color="burlywood",shape="triangle"];2759[label="vwx79/False",fontsize=10,color="white",style="solid",shape="box"];926 -> 2759[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2759 -> 949[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2760[label="vwx79/True",fontsize=10,color="white",style="solid",shape="box"];926 -> 2760[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2760 -> 950[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 931[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];931 -> 951[label="",style="solid", color="black", weight=3]; 15.05/5.77 932[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];932 -> 952[label="",style="solid", color="black", weight=3]; 15.05/5.77 933[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];933 -> 953[label="",style="solid", color="black", weight=3]; 15.05/5.77 934[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];934 -> 954[label="",style="solid", color="black", weight=3]; 15.05/5.77 935[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];935 -> 955[label="",style="solid", color="black", weight=3]; 15.05/5.77 936[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];936 -> 956[label="",style="solid", color="black", weight=3]; 15.05/5.77 937[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];937 -> 957[label="",style="solid", color="black", weight=3]; 15.05/5.77 938[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];938 -> 958[label="",style="solid", color="black", weight=3]; 15.05/5.77 939[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];939 -> 959[label="",style="solid", color="black", weight=3]; 15.05/5.77 940[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];940 -> 960[label="",style="solid", color="black", weight=3]; 15.05/5.77 941[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];941 -> 961[label="",style="solid", color="black", weight=3]; 15.05/5.77 942[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];942 -> 962[label="",style="solid", color="black", weight=3]; 15.05/5.77 943[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];943 -> 963[label="",style="solid", color="black", weight=3]; 15.05/5.77 944[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];944 -> 964[label="",style="solid", color="black", weight=3]; 15.05/5.77 1299[label="vwx31 <= vwx41",fontsize=16,color="blue",shape="box"];2761[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2761[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2761 -> 1303[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2762[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2762[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2762 -> 1304[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2763[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2763[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2763 -> 1305[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2764[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2764[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2764 -> 1306[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2765[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2765[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2765 -> 1307[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2766[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2766[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2766 -> 1308[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2767[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2767[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2767 -> 1309[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2768[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2768[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2768 -> 1310[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2769[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2769[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2769 -> 1311[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2770[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2770[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2770 -> 1312[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2771[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2771[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2771 -> 1313[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2772[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2772[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2772 -> 1314[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2773[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2773[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2773 -> 1315[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2774[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 2774[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2774 -> 1316[label="",style="solid", color="blue", weight=3]; 15.05/5.77 1300[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2775[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2775[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2775 -> 1317[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2776[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2776[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2776 -> 1318[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2777[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2777[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2777 -> 1319[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2778[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2778[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2778 -> 1320[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2779[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2779[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2779 -> 1321[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2780[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2780[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2780 -> 1322[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2781[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2781[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2781 -> 1323[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2782[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2782[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2782 -> 1324[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2783[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2783[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2783 -> 1325[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2784[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2784[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2784 -> 1326[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2785[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2785[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2785 -> 1327[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2786[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2786[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2786 -> 1328[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2787[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2787[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2787 -> 1329[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2788[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1300 -> 2788[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2788 -> 1330[label="",style="solid", color="blue", weight=3]; 15.05/5.77 1298[label="vwx105 && vwx106",fontsize=16,color="burlywood",shape="triangle"];2789[label="vwx105/False",fontsize=10,color="white",style="solid",shape="box"];1298 -> 2789[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2789 -> 1331[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2790[label="vwx105/True",fontsize=10,color="white",style="solid",shape="box"];1298 -> 2790[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2790 -> 1332[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 949[label="False || vwx80",fontsize=16,color="black",shape="box"];949 -> 981[label="",style="solid", color="black", weight=3]; 15.05/5.77 950[label="True || vwx80",fontsize=16,color="black",shape="box"];950 -> 982[label="",style="solid", color="black", weight=3]; 15.05/5.77 951[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];951 -> 983[label="",style="solid", color="black", weight=3]; 15.05/5.77 952[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];952 -> 984[label="",style="solid", color="black", weight=3]; 15.05/5.77 953[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];953 -> 985[label="",style="solid", color="black", weight=3]; 15.05/5.77 954[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];954 -> 986[label="",style="solid", color="black", weight=3]; 15.05/5.77 955[label="compare vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];2791[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];955 -> 2791[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2791 -> 987[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 956[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];956 -> 988[label="",style="solid", color="black", weight=3]; 15.05/5.77 957[label="compare vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];2792[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];957 -> 2792[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2792 -> 989[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 958[label="compare vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];2793[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];958 -> 2793[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2793 -> 990[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 959[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];959 -> 991[label="",style="solid", color="black", weight=3]; 15.05/5.77 960[label="compare vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];2794[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];960 -> 2794[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2794 -> 992[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2795[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];960 -> 2795[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2795 -> 993[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 961[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];961 -> 994[label="",style="solid", color="black", weight=3]; 15.05/5.77 962[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];962 -> 995[label="",style="solid", color="black", weight=3]; 15.05/5.77 963[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];963 -> 996[label="",style="solid", color="black", weight=3]; 15.05/5.77 964[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];964 -> 997[label="",style="solid", color="black", weight=3]; 15.05/5.77 1303[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1303 -> 1371[label="",style="solid", color="black", weight=3]; 15.05/5.77 1304[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];2796[label="vwx31/False",fontsize=10,color="white",style="solid",shape="box"];1304 -> 2796[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2796 -> 1372[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2797[label="vwx31/True",fontsize=10,color="white",style="solid",shape="box"];1304 -> 2797[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2797 -> 1373[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1305[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1305 -> 1374[label="",style="solid", color="black", weight=3]; 15.05/5.77 1306 -> 4[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1306[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1306 -> 1375[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1306 -> 1376[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1307[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1307 -> 1377[label="",style="solid", color="black", weight=3]; 15.05/5.77 1308[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];2798[label="vwx31/Left vwx310",fontsize=10,color="white",style="solid",shape="box"];1308 -> 2798[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2798 -> 1378[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2799[label="vwx31/Right vwx310",fontsize=10,color="white",style="solid",shape="box"];1308 -> 2799[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2799 -> 1379[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1309[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1309 -> 1380[label="",style="solid", color="black", weight=3]; 15.05/5.77 1310[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1310 -> 1381[label="",style="solid", color="black", weight=3]; 15.05/5.77 1311[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];2800[label="vwx31/LT",fontsize=10,color="white",style="solid",shape="box"];1311 -> 2800[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2800 -> 1382[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2801[label="vwx31/EQ",fontsize=10,color="white",style="solid",shape="box"];1311 -> 2801[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2801 -> 1383[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2802[label="vwx31/GT",fontsize=10,color="white",style="solid",shape="box"];1311 -> 2802[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2802 -> 1384[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1312[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1312 -> 1385[label="",style="solid", color="black", weight=3]; 15.05/5.77 1313[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1313 -> 1386[label="",style="solid", color="black", weight=3]; 15.05/5.77 1314[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];2803[label="vwx31/Nothing",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2803[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2803 -> 1387[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2804[label="vwx31/Just vwx310",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2804[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2804 -> 1388[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1315[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];2805[label="vwx31/(vwx310,vwx311,vwx312)",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2805[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2805 -> 1389[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1316[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1316 -> 1390[label="",style="solid", color="black", weight=3]; 15.05/5.77 1317[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];1317 -> 1391[label="",style="solid", color="black", weight=3]; 15.05/5.77 1318 -> 1174[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1318[label="vwx30 == vwx40",fontsize=16,color="magenta"];1319[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];1319 -> 1392[label="",style="solid", color="black", weight=3]; 15.05/5.77 1320 -> 1180[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1320[label="vwx30 == vwx40",fontsize=16,color="magenta"];1321[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2806[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];1321 -> 2806[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2806 -> 1393[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1322 -> 1184[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1322[label="vwx30 == vwx40",fontsize=16,color="magenta"];1323[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2807[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];1323 -> 2807[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2807 -> 1394[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1324[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2808[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];1324 -> 2808[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2808 -> 1395[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1325 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1325[label="vwx30 == vwx40",fontsize=16,color="magenta"];1326[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2809[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];1326 -> 2809[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2809 -> 1396[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2810[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];1326 -> 2810[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2810 -> 1397[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1327[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];1327 -> 1398[label="",style="solid", color="black", weight=3]; 15.05/5.77 1328 -> 1201[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1328[label="vwx30 == vwx40",fontsize=16,color="magenta"];1329 -> 1203[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1329[label="vwx30 == vwx40",fontsize=16,color="magenta"];1330[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];1330 -> 1399[label="",style="solid", color="black", weight=3]; 15.05/5.77 1331[label="False && vwx106",fontsize=16,color="black",shape="box"];1331 -> 1400[label="",style="solid", color="black", weight=3]; 15.05/5.77 1332[label="True && vwx106",fontsize=16,color="black",shape="box"];1332 -> 1401[label="",style="solid", color="black", weight=3]; 15.05/5.77 981[label="vwx80",fontsize=16,color="green",shape="box"];982[label="True",fontsize=16,color="green",shape="box"];983 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 983[label="primCmpFloat vwx30 vwx40 == LT",fontsize=16,color="magenta"];983 -> 1020[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 983 -> 1021[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 984 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 984[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="magenta"];984 -> 1022[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 984 -> 1023[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 985 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 985[label="primCmpInt vwx30 vwx40 == LT",fontsize=16,color="magenta"];985 -> 1024[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 985 -> 1025[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 986 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 986[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="magenta"];986 -> 1026[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 986 -> 1027[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 987[label="compare () vwx40 == LT",fontsize=16,color="burlywood",shape="box"];2811[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];987 -> 2811[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2811 -> 1028[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 988 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 988[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="magenta"];988 -> 1029[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 988 -> 1030[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 989[label="compare (vwx300 :% vwx301) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];2812[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];989 -> 2812[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2812 -> 1031[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 990[label="compare (Integer vwx300) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];2813[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];990 -> 2813[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2813 -> 1032[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 991 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 991[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="magenta"];991 -> 1033[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 991 -> 1034[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 992[label="compare (vwx300 : vwx301) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];2814[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];992 -> 2814[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2814 -> 1035[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2815[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];992 -> 2815[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2815 -> 1036[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 993[label="compare [] vwx40 == LT",fontsize=16,color="burlywood",shape="box"];2816[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];993 -> 2816[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2816 -> 1037[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2817[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];993 -> 2817[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2817 -> 1038[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 994 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 994[label="primCmpChar vwx30 vwx40 == LT",fontsize=16,color="magenta"];994 -> 1039[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 994 -> 1040[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 995 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 995[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="magenta"];995 -> 1041[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 995 -> 1042[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 996 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 996[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="magenta"];996 -> 1043[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 996 -> 1044[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 997 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 997[label="primCmpDouble vwx30 vwx40 == LT",fontsize=16,color="magenta"];997 -> 1045[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 997 -> 1046[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1371[label="compare vwx31 vwx41 /= GT",fontsize=16,color="black",shape="box"];1371 -> 1441[label="",style="solid", color="black", weight=3]; 15.05/5.77 1372[label="False <= vwx41",fontsize=16,color="burlywood",shape="box"];2818[label="vwx41/False",fontsize=10,color="white",style="solid",shape="box"];1372 -> 2818[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2818 -> 1442[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2819[label="vwx41/True",fontsize=10,color="white",style="solid",shape="box"];1372 -> 2819[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2819 -> 1443[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1373[label="True <= vwx41",fontsize=16,color="burlywood",shape="box"];2820[label="vwx41/False",fontsize=10,color="white",style="solid",shape="box"];1373 -> 2820[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2820 -> 1444[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2821[label="vwx41/True",fontsize=10,color="white",style="solid",shape="box"];1373 -> 2821[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2821 -> 1445[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1374[label="compare vwx31 vwx41 /= GT",fontsize=16,color="black",shape="box"];1374 -> 1446[label="",style="solid", color="black", weight=3]; 15.05/5.77 1375[label="vwx31",fontsize=16,color="green",shape="box"];1376[label="vwx41",fontsize=16,color="green",shape="box"];1377[label="compare vwx31 vwx41 /= GT",fontsize=16,color="black",shape="box"];1377 -> 1447[label="",style="solid", color="black", weight=3]; 15.05/5.77 1378[label="Left vwx310 <= vwx41",fontsize=16,color="burlywood",shape="box"];2822[label="vwx41/Left vwx410",fontsize=10,color="white",style="solid",shape="box"];1378 -> 2822[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2822 -> 1448[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2823[label="vwx41/Right vwx410",fontsize=10,color="white",style="solid",shape="box"];1378 -> 2823[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2823 -> 1449[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1379[label="Right vwx310 <= vwx41",fontsize=16,color="burlywood",shape="box"];2824[label="vwx41/Left vwx410",fontsize=10,color="white",style="solid",shape="box"];1379 -> 2824[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2824 -> 1450[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2825[label="vwx41/Right vwx410",fontsize=10,color="white",style="solid",shape="box"];1379 -> 2825[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2825 -> 1451[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1380[label="compare vwx31 vwx41 /= GT",fontsize=16,color="black",shape="box"];1380 -> 1452[label="",style="solid", color="black", weight=3]; 15.05/5.77 1381[label="compare vwx31 vwx41 /= GT",fontsize=16,color="black",shape="box"];1381 -> 1453[label="",style="solid", color="black", weight=3]; 15.05/5.77 1382[label="LT <= vwx41",fontsize=16,color="burlywood",shape="box"];2826[label="vwx41/LT",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2826[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2826 -> 1454[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2827[label="vwx41/EQ",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2827[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2827 -> 1455[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2828[label="vwx41/GT",fontsize=10,color="white",style="solid",shape="box"];1382 -> 2828[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2828 -> 1456[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1383[label="EQ <= vwx41",fontsize=16,color="burlywood",shape="box"];2829[label="vwx41/LT",fontsize=10,color="white",style="solid",shape="box"];1383 -> 2829[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2829 -> 1457[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2830[label="vwx41/EQ",fontsize=10,color="white",style="solid",shape="box"];1383 -> 2830[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2830 -> 1458[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2831[label="vwx41/GT",fontsize=10,color="white",style="solid",shape="box"];1383 -> 2831[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2831 -> 1459[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1384[label="GT <= vwx41",fontsize=16,color="burlywood",shape="box"];2832[label="vwx41/LT",fontsize=10,color="white",style="solid",shape="box"];1384 -> 2832[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2832 -> 1460[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2833[label="vwx41/EQ",fontsize=10,color="white",style="solid",shape="box"];1384 -> 2833[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2833 -> 1461[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2834[label="vwx41/GT",fontsize=10,color="white",style="solid",shape="box"];1384 -> 2834[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2834 -> 1462[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1385[label="compare vwx31 vwx41 /= GT",fontsize=16,color="black",shape="box"];1385 -> 1463[label="",style="solid", color="black", weight=3]; 15.05/5.77 1386[label="compare vwx31 vwx41 /= GT",fontsize=16,color="black",shape="box"];1386 -> 1464[label="",style="solid", color="black", weight=3]; 15.05/5.77 1387[label="Nothing <= vwx41",fontsize=16,color="burlywood",shape="box"];2835[label="vwx41/Nothing",fontsize=10,color="white",style="solid",shape="box"];1387 -> 2835[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2835 -> 1465[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2836[label="vwx41/Just vwx410",fontsize=10,color="white",style="solid",shape="box"];1387 -> 2836[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2836 -> 1466[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1388[label="Just vwx310 <= vwx41",fontsize=16,color="burlywood",shape="box"];2837[label="vwx41/Nothing",fontsize=10,color="white",style="solid",shape="box"];1388 -> 2837[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2837 -> 1467[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2838[label="vwx41/Just vwx410",fontsize=10,color="white",style="solid",shape="box"];1388 -> 2838[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2838 -> 1468[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1389[label="(vwx310,vwx311,vwx312) <= vwx41",fontsize=16,color="burlywood",shape="box"];2839[label="vwx41/(vwx410,vwx411,vwx412)",fontsize=10,color="white",style="solid",shape="box"];1389 -> 2839[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2839 -> 1469[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1390[label="compare vwx31 vwx41 /= GT",fontsize=16,color="black",shape="box"];1390 -> 1470[label="",style="solid", color="black", weight=3]; 15.05/5.77 1391[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2840[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1391 -> 2840[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2840 -> 1471[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1174[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2841[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];1174 -> 2841[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2841 -> 1335[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2842[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];1174 -> 2842[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2842 -> 1336[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1392[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2843[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];1392 -> 2843[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2843 -> 1472[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2844[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];1392 -> 2844[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2844 -> 1473[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1180[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2845[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];1180 -> 2845[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2845 -> 1347[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1393[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];2846[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];1393 -> 2846[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2846 -> 1474[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1184[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2847[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];1184 -> 2847[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2847 -> 1350[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2848[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];1184 -> 2848[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2848 -> 1351[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1394[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2849[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];1394 -> 2849[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2849 -> 1475[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1395[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2850[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];1395 -> 2850[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2850 -> 1476[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 973[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2851[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];973 -> 2851[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2851 -> 1008[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2852[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];973 -> 2852[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2852 -> 1009[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2853[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];973 -> 2853[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2853 -> 1010[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1396[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2854[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];1396 -> 2854[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2854 -> 1477[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2855[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];1396 -> 2855[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2855 -> 1478[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1397[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2856[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];1397 -> 2856[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2856 -> 1479[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2857[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];1397 -> 2857[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2857 -> 1480[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1398[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2858[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];1398 -> 2858[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2858 -> 1481[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1201[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2859[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];1201 -> 2859[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2859 -> 1362[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2860[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];1201 -> 2860[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2860 -> 1363[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1203[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2861[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];1203 -> 2861[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2861 -> 1366[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1399[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2862[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1399 -> 2862[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2862 -> 1482[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1400[label="False",fontsize=16,color="green",shape="box"];1401[label="vwx106",fontsize=16,color="green",shape="box"];1020[label="LT",fontsize=16,color="green",shape="box"];1021[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2863[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1021 -> 2863[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2863 -> 1096[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1022[label="LT",fontsize=16,color="green",shape="box"];1023[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1023 -> 1097[label="",style="solid", color="black", weight=3]; 15.05/5.77 1024[label="LT",fontsize=16,color="green",shape="box"];1025[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2864[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];1025 -> 2864[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2864 -> 1098[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2865[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];1025 -> 2865[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2865 -> 1099[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1026[label="LT",fontsize=16,color="green",shape="box"];1027[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1027 -> 1100[label="",style="solid", color="black", weight=3]; 15.05/5.77 1028[label="compare () () == LT",fontsize=16,color="black",shape="box"];1028 -> 1101[label="",style="solid", color="black", weight=3]; 15.05/5.77 1029[label="LT",fontsize=16,color="green",shape="box"];1030[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1030 -> 1102[label="",style="solid", color="black", weight=3]; 15.05/5.77 1031[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401) == LT",fontsize=16,color="black",shape="box"];1031 -> 1103[label="",style="solid", color="black", weight=3]; 15.05/5.77 1032[label="compare (Integer vwx300) (Integer vwx400) == LT",fontsize=16,color="black",shape="box"];1032 -> 1104[label="",style="solid", color="black", weight=3]; 15.05/5.77 1033[label="LT",fontsize=16,color="green",shape="box"];1034[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1034 -> 1105[label="",style="solid", color="black", weight=3]; 15.05/5.77 1035[label="compare (vwx300 : vwx301) (vwx400 : vwx401) == LT",fontsize=16,color="black",shape="box"];1035 -> 1106[label="",style="solid", color="black", weight=3]; 15.05/5.77 1036[label="compare (vwx300 : vwx301) [] == LT",fontsize=16,color="black",shape="box"];1036 -> 1107[label="",style="solid", color="black", weight=3]; 15.05/5.77 1037[label="compare [] (vwx400 : vwx401) == LT",fontsize=16,color="black",shape="box"];1037 -> 1108[label="",style="solid", color="black", weight=3]; 15.05/5.77 1038[label="compare [] [] == LT",fontsize=16,color="black",shape="box"];1038 -> 1109[label="",style="solid", color="black", weight=3]; 15.05/5.77 1039[label="LT",fontsize=16,color="green",shape="box"];1040[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2866[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];1040 -> 2866[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2866 -> 1110[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1041[label="LT",fontsize=16,color="green",shape="box"];1042[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1042 -> 1111[label="",style="solid", color="black", weight=3]; 15.05/5.77 1043[label="LT",fontsize=16,color="green",shape="box"];1044[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1044 -> 1112[label="",style="solid", color="black", weight=3]; 15.05/5.77 1045[label="LT",fontsize=16,color="green",shape="box"];1046[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2867[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1046 -> 2867[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2867 -> 1113[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1441 -> 1513[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1441[label="not (compare vwx31 vwx41 == GT)",fontsize=16,color="magenta"];1441 -> 1514[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1442[label="False <= False",fontsize=16,color="black",shape="box"];1442 -> 1522[label="",style="solid", color="black", weight=3]; 15.05/5.77 1443[label="False <= True",fontsize=16,color="black",shape="box"];1443 -> 1523[label="",style="solid", color="black", weight=3]; 15.05/5.77 1444[label="True <= False",fontsize=16,color="black",shape="box"];1444 -> 1524[label="",style="solid", color="black", weight=3]; 15.05/5.77 1445[label="True <= True",fontsize=16,color="black",shape="box"];1445 -> 1525[label="",style="solid", color="black", weight=3]; 15.05/5.77 1446 -> 1513[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1446[label="not (compare vwx31 vwx41 == GT)",fontsize=16,color="magenta"];1446 -> 1515[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1447 -> 1513[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1447[label="not (compare vwx31 vwx41 == GT)",fontsize=16,color="magenta"];1447 -> 1516[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1448[label="Left vwx310 <= Left vwx410",fontsize=16,color="black",shape="box"];1448 -> 1526[label="",style="solid", color="black", weight=3]; 15.05/5.77 1449[label="Left vwx310 <= Right vwx410",fontsize=16,color="black",shape="box"];1449 -> 1527[label="",style="solid", color="black", weight=3]; 15.05/5.77 1450[label="Right vwx310 <= Left vwx410",fontsize=16,color="black",shape="box"];1450 -> 1528[label="",style="solid", color="black", weight=3]; 15.05/5.77 1451[label="Right vwx310 <= Right vwx410",fontsize=16,color="black",shape="box"];1451 -> 1529[label="",style="solid", color="black", weight=3]; 15.05/5.77 1452 -> 1513[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1452[label="not (compare vwx31 vwx41 == GT)",fontsize=16,color="magenta"];1452 -> 1517[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1453 -> 1513[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1453[label="not (compare vwx31 vwx41 == GT)",fontsize=16,color="magenta"];1453 -> 1518[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1454[label="LT <= LT",fontsize=16,color="black",shape="box"];1454 -> 1530[label="",style="solid", color="black", weight=3]; 15.05/5.77 1455[label="LT <= EQ",fontsize=16,color="black",shape="box"];1455 -> 1531[label="",style="solid", color="black", weight=3]; 15.05/5.77 1456[label="LT <= GT",fontsize=16,color="black",shape="box"];1456 -> 1532[label="",style="solid", color="black", weight=3]; 15.05/5.77 1457[label="EQ <= LT",fontsize=16,color="black",shape="box"];1457 -> 1533[label="",style="solid", color="black", weight=3]; 15.05/5.77 1458[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1458 -> 1534[label="",style="solid", color="black", weight=3]; 15.05/5.77 1459[label="EQ <= GT",fontsize=16,color="black",shape="box"];1459 -> 1535[label="",style="solid", color="black", weight=3]; 15.05/5.77 1460[label="GT <= LT",fontsize=16,color="black",shape="box"];1460 -> 1536[label="",style="solid", color="black", weight=3]; 15.05/5.77 1461[label="GT <= EQ",fontsize=16,color="black",shape="box"];1461 -> 1537[label="",style="solid", color="black", weight=3]; 15.05/5.77 1462[label="GT <= GT",fontsize=16,color="black",shape="box"];1462 -> 1538[label="",style="solid", color="black", weight=3]; 15.05/5.77 1463 -> 1513[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1463[label="not (compare vwx31 vwx41 == GT)",fontsize=16,color="magenta"];1463 -> 1519[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1464 -> 1513[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1464[label="not (compare vwx31 vwx41 == GT)",fontsize=16,color="magenta"];1464 -> 1520[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1465[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1465 -> 1539[label="",style="solid", color="black", weight=3]; 15.05/5.77 1466[label="Nothing <= Just vwx410",fontsize=16,color="black",shape="box"];1466 -> 1540[label="",style="solid", color="black", weight=3]; 15.05/5.77 1467[label="Just vwx310 <= Nothing",fontsize=16,color="black",shape="box"];1467 -> 1541[label="",style="solid", color="black", weight=3]; 15.05/5.77 1468[label="Just vwx310 <= Just vwx410",fontsize=16,color="black",shape="box"];1468 -> 1542[label="",style="solid", color="black", weight=3]; 15.05/5.77 1469[label="(vwx310,vwx311,vwx312) <= (vwx410,vwx411,vwx412)",fontsize=16,color="black",shape="box"];1469 -> 1543[label="",style="solid", color="black", weight=3]; 15.05/5.77 1470 -> 1513[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1470[label="not (compare vwx31 vwx41 == GT)",fontsize=16,color="magenta"];1470 -> 1521[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1471[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2868[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1471 -> 2868[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2868 -> 1544[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1335[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2869[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];1335 -> 2869[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2869 -> 1406[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2870[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];1335 -> 2870[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2870 -> 1407[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1336[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2871[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];1336 -> 2871[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2871 -> 1408[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2872[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];1336 -> 2872[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2872 -> 1409[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1472[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2873[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1472 -> 2873[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2873 -> 1545[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2874[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1472 -> 2874[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2874 -> 1546[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1473[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2875[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1473 -> 2875[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2875 -> 1547[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2876[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1473 -> 2876[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2876 -> 1548[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1347[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2877[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];1347 -> 2877[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2877 -> 1424[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1474[label="() == ()",fontsize=16,color="black",shape="box"];1474 -> 1549[label="",style="solid", color="black", weight=3]; 15.05/5.77 1350[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2878[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];1350 -> 2878[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2878 -> 1427[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2879[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];1350 -> 2879[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2879 -> 1428[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1351[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2880[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];1351 -> 2880[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2880 -> 1429[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2881[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];1351 -> 2881[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2881 -> 1430[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1475[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];1475 -> 1550[label="",style="solid", color="black", weight=3]; 15.05/5.77 1476[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];1476 -> 1551[label="",style="solid", color="black", weight=3]; 15.05/5.77 1008[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2882[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];1008 -> 2882[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2882 -> 1062[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2883[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];1008 -> 2883[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2883 -> 1063[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2884[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];1008 -> 2884[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2884 -> 1064[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1009[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2885[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];1009 -> 2885[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2885 -> 1065[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2886[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];1009 -> 2886[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2886 -> 1066[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2887[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];1009 -> 2887[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2887 -> 1067[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1010[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2888[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];1010 -> 2888[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2888 -> 1068[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2889[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];1010 -> 2889[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2889 -> 1069[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2890[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];1010 -> 2890[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2890 -> 1070[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1477[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];1477 -> 1552[label="",style="solid", color="black", weight=3]; 15.05/5.77 1478[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];1478 -> 1553[label="",style="solid", color="black", weight=3]; 15.05/5.77 1479[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];1479 -> 1554[label="",style="solid", color="black", weight=3]; 15.05/5.77 1480[label="[] == []",fontsize=16,color="black",shape="box"];1480 -> 1555[label="",style="solid", color="black", weight=3]; 15.05/5.77 1481[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2891[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];1481 -> 2891[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2891 -> 1556[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1362[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];2892[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];1362 -> 2892[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2892 -> 1483[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2893[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];1362 -> 2893[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2893 -> 1484[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1363[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2894[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];1363 -> 2894[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2894 -> 1485[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2895[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];1363 -> 2895[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2895 -> 1486[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1366[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2896[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];1366 -> 2896[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2896 -> 1487[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1482[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2897[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1482 -> 2897[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2897 -> 1557[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1096[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2898[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];1096 -> 2898[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2898 -> 1171[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2899[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];1096 -> 2899[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2899 -> 1172[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1097 -> 1173[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1097[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1097 -> 1174[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1098[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2900[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2900[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2900 -> 1175[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2901[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2901[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2901 -> 1176[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1099[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2902[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1099 -> 2902[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2902 -> 1177[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2903[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1099 -> 2903[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2903 -> 1178[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1100 -> 1179[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1100[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1100 -> 1180[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1101 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1101[label="EQ == LT",fontsize=16,color="magenta"];1101 -> 1181[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1101 -> 1182[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1102 -> 1183[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1102[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1102 -> 1184[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1103 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1103[label="compare (vwx300 * vwx401) (vwx400 * vwx301) == LT",fontsize=16,color="magenta"];1103 -> 1185[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1103 -> 1186[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1104 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1104[label="primCmpInt vwx300 vwx400 == LT",fontsize=16,color="magenta"];1104 -> 1187[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1104 -> 1188[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1105 -> 1189[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1105[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1105 -> 1190[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1106 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1106[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401) == LT",fontsize=16,color="magenta"];1106 -> 1191[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1106 -> 1192[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1107 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1107[label="GT == LT",fontsize=16,color="magenta"];1107 -> 1193[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1107 -> 1194[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1108 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1108[label="LT == LT",fontsize=16,color="magenta"];1108 -> 1195[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1108 -> 1196[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1109 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1109[label="EQ == LT",fontsize=16,color="magenta"];1109 -> 1197[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1109 -> 1198[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1110[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2904[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];1110 -> 2904[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2904 -> 1199[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1111 -> 1200[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1111[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1111 -> 1201[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1112 -> 1202[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1112[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1112 -> 1203[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1113[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2905[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2905[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2905 -> 1204[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2906[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];1113 -> 2906[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2906 -> 1205[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1514 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1514[label="compare vwx31 vwx41 == GT",fontsize=16,color="magenta"];1514 -> 1558[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1514 -> 1559[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1513[label="not vwx115",fontsize=16,color="burlywood",shape="triangle"];2907[label="vwx115/False",fontsize=10,color="white",style="solid",shape="box"];1513 -> 2907[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2907 -> 1560[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2908[label="vwx115/True",fontsize=10,color="white",style="solid",shape="box"];1513 -> 2908[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2908 -> 1561[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1522[label="True",fontsize=16,color="green",shape="box"];1523[label="True",fontsize=16,color="green",shape="box"];1524[label="False",fontsize=16,color="green",shape="box"];1525[label="True",fontsize=16,color="green",shape="box"];1515 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1515[label="compare vwx31 vwx41 == GT",fontsize=16,color="magenta"];1515 -> 1562[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1515 -> 1563[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1516 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1516[label="compare vwx31 vwx41 == GT",fontsize=16,color="magenta"];1516 -> 1564[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1516 -> 1565[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1526[label="vwx310 <= vwx410",fontsize=16,color="blue",shape="box"];2909[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2909[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2909 -> 1625[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2910[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2910[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2910 -> 1626[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2911[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2911[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2911 -> 1627[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2912[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2912[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2912 -> 1628[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2913[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2913[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2913 -> 1629[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2914[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2914[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2914 -> 1630[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2915[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2915[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2915 -> 1631[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2916[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2916[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2916 -> 1632[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2917[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2917[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2917 -> 1633[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2918[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2918[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2918 -> 1634[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2919[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2919[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2919 -> 1635[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2920[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2920[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2920 -> 1636[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2921[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2921[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2921 -> 1637[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2922[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1526 -> 2922[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2922 -> 1638[label="",style="solid", color="blue", weight=3]; 15.05/5.77 1527[label="True",fontsize=16,color="green",shape="box"];1528[label="False",fontsize=16,color="green",shape="box"];1529[label="vwx310 <= vwx410",fontsize=16,color="blue",shape="box"];2923[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2923[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2923 -> 1639[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2924[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2924[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2924 -> 1640[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2925[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2925[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2925 -> 1641[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2926[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2926[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2926 -> 1642[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2927[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2927[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2927 -> 1643[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2928[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2928[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2928 -> 1644[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2929[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2929[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2929 -> 1645[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2930[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2930[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2930 -> 1646[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2931[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2931[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2931 -> 1647[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2932[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2932[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2932 -> 1648[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2933[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2933[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2933 -> 1649[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2934[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2934[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2934 -> 1650[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2935[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2935[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2935 -> 1651[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2936[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1529 -> 2936[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2936 -> 1652[label="",style="solid", color="blue", weight=3]; 15.05/5.77 1517 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1517[label="compare vwx31 vwx41 == GT",fontsize=16,color="magenta"];1517 -> 1566[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1517 -> 1567[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1518 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1518[label="compare vwx31 vwx41 == GT",fontsize=16,color="magenta"];1518 -> 1568[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1518 -> 1569[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1530[label="True",fontsize=16,color="green",shape="box"];1531[label="True",fontsize=16,color="green",shape="box"];1532[label="True",fontsize=16,color="green",shape="box"];1533[label="False",fontsize=16,color="green",shape="box"];1534[label="True",fontsize=16,color="green",shape="box"];1535[label="True",fontsize=16,color="green",shape="box"];1536[label="False",fontsize=16,color="green",shape="box"];1537[label="False",fontsize=16,color="green",shape="box"];1538[label="True",fontsize=16,color="green",shape="box"];1519 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1519[label="compare vwx31 vwx41 == GT",fontsize=16,color="magenta"];1519 -> 1570[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1519 -> 1571[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1520 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1520[label="compare vwx31 vwx41 == GT",fontsize=16,color="magenta"];1520 -> 1572[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1520 -> 1573[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1539[label="True",fontsize=16,color="green",shape="box"];1540[label="True",fontsize=16,color="green",shape="box"];1541[label="False",fontsize=16,color="green",shape="box"];1542[label="vwx310 <= vwx410",fontsize=16,color="blue",shape="box"];2937[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2937[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2937 -> 1653[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2938[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2938[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2938 -> 1654[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2939[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2939[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2939 -> 1655[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2940[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2940[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2940 -> 1656[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2941[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2941[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2941 -> 1657[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2942[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2942[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2942 -> 1658[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2943[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2943[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2943 -> 1659[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2944[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2944[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2944 -> 1660[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2945[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2945[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2945 -> 1661[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2946[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2946[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2946 -> 1662[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2947[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2947[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2947 -> 1663[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2948[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2948[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2948 -> 1664[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2949[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2949[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2949 -> 1665[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2950[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1542 -> 2950[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2950 -> 1666[label="",style="solid", color="blue", weight=3]; 15.05/5.77 1543 -> 926[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1543[label="vwx310 < vwx410 || vwx310 == vwx410 && (vwx311 < vwx411 || vwx311 == vwx411 && vwx312 <= vwx412)",fontsize=16,color="magenta"];1543 -> 1667[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1543 -> 1668[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1521 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1521[label="compare vwx31 vwx41 == GT",fontsize=16,color="magenta"];1521 -> 1574[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1521 -> 1575[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1544[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];1544 -> 1669[label="",style="solid", color="black", weight=3]; 15.05/5.77 1406[label="False == False",fontsize=16,color="black",shape="box"];1406 -> 1488[label="",style="solid", color="black", weight=3]; 15.05/5.77 1407[label="False == True",fontsize=16,color="black",shape="box"];1407 -> 1489[label="",style="solid", color="black", weight=3]; 15.05/5.77 1408[label="True == False",fontsize=16,color="black",shape="box"];1408 -> 1490[label="",style="solid", color="black", weight=3]; 15.05/5.77 1409[label="True == True",fontsize=16,color="black",shape="box"];1409 -> 1491[label="",style="solid", color="black", weight=3]; 15.05/5.77 1545[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2951[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2951[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2951 -> 1670[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2952[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2952[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2952 -> 1671[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1546[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2953[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1546 -> 2953[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2953 -> 1672[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2954[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1546 -> 2954[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2954 -> 1673[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1547[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2955[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1547 -> 2955[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2955 -> 1674[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2956[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1547 -> 2956[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2956 -> 1675[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1548[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2957[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1548 -> 2957[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2957 -> 1676[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2958[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1548 -> 2958[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2958 -> 1677[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1424[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];1424 -> 1492[label="",style="solid", color="black", weight=3]; 15.05/5.77 1549[label="True",fontsize=16,color="green",shape="box"];1427[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];1427 -> 1493[label="",style="solid", color="black", weight=3]; 15.05/5.77 1428[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];1428 -> 1494[label="",style="solid", color="black", weight=3]; 15.05/5.77 1429[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];1429 -> 1495[label="",style="solid", color="black", weight=3]; 15.05/5.77 1430[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];1430 -> 1496[label="",style="solid", color="black", weight=3]; 15.05/5.77 1550 -> 1298[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1550[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];1550 -> 1678[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1550 -> 1679[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1551 -> 1392[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1551[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];1551 -> 1680[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1551 -> 1681[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1062[label="LT == LT",fontsize=16,color="black",shape="box"];1062 -> 1131[label="",style="solid", color="black", weight=3]; 15.05/5.77 1063[label="LT == EQ",fontsize=16,color="black",shape="box"];1063 -> 1132[label="",style="solid", color="black", weight=3]; 15.05/5.77 1064[label="LT == GT",fontsize=16,color="black",shape="box"];1064 -> 1133[label="",style="solid", color="black", weight=3]; 15.05/5.77 1065[label="EQ == LT",fontsize=16,color="black",shape="box"];1065 -> 1134[label="",style="solid", color="black", weight=3]; 15.05/5.77 1066[label="EQ == EQ",fontsize=16,color="black",shape="box"];1066 -> 1135[label="",style="solid", color="black", weight=3]; 15.05/5.77 1067[label="EQ == GT",fontsize=16,color="black",shape="box"];1067 -> 1136[label="",style="solid", color="black", weight=3]; 15.05/5.77 1068[label="GT == LT",fontsize=16,color="black",shape="box"];1068 -> 1137[label="",style="solid", color="black", weight=3]; 15.05/5.77 1069[label="GT == EQ",fontsize=16,color="black",shape="box"];1069 -> 1138[label="",style="solid", color="black", weight=3]; 15.05/5.77 1070[label="GT == GT",fontsize=16,color="black",shape="box"];1070 -> 1139[label="",style="solid", color="black", weight=3]; 15.05/5.77 1552 -> 1298[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1552[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];1552 -> 1682[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1552 -> 1683[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1553[label="False",fontsize=16,color="green",shape="box"];1554[label="False",fontsize=16,color="green",shape="box"];1555[label="True",fontsize=16,color="green",shape="box"];1556[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];1556 -> 1684[label="",style="solid", color="black", weight=3]; 15.05/5.77 1483[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];1483 -> 1576[label="",style="solid", color="black", weight=3]; 15.05/5.77 1484[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];1484 -> 1577[label="",style="solid", color="black", weight=3]; 15.05/5.77 1485[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];1485 -> 1578[label="",style="solid", color="black", weight=3]; 15.05/5.77 1486[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];1486 -> 1579[label="",style="solid", color="black", weight=3]; 15.05/5.77 1487[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];1487 -> 1580[label="",style="solid", color="black", weight=3]; 15.05/5.77 1557[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];1557 -> 1685[label="",style="solid", color="black", weight=3]; 15.05/5.77 1171[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2959[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1171 -> 2959[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2959 -> 1333[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1172[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2960[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1172 -> 2960[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2960 -> 1334[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1173[label="compare2 vwx30 vwx40 vwx88",fontsize=16,color="burlywood",shape="triangle"];2961[label="vwx88/False",fontsize=10,color="white",style="solid",shape="box"];1173 -> 2961[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2961 -> 1337[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2962[label="vwx88/True",fontsize=10,color="white",style="solid",shape="box"];1173 -> 2962[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2962 -> 1338[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1175[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2963[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1175 -> 2963[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2963 -> 1339[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2964[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1175 -> 2964[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2964 -> 1340[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1176[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2965[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1176 -> 2965[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2965 -> 1341[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2966[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1176 -> 2966[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2966 -> 1342[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1177[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2967[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1177 -> 2967[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2967 -> 1343[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2968[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1177 -> 2968[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2968 -> 1344[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1178[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2969[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1178 -> 2969[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2969 -> 1345[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2970[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1178 -> 2970[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2970 -> 1346[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1179[label="compare2 vwx30 vwx40 vwx89",fontsize=16,color="burlywood",shape="triangle"];2971[label="vwx89/False",fontsize=10,color="white",style="solid",shape="box"];1179 -> 2971[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2971 -> 1348[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2972[label="vwx89/True",fontsize=10,color="white",style="solid",shape="box"];1179 -> 2972[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2972 -> 1349[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1181[label="LT",fontsize=16,color="green",shape="box"];1182[label="EQ",fontsize=16,color="green",shape="box"];1183[label="compare2 vwx30 vwx40 vwx90",fontsize=16,color="burlywood",shape="triangle"];2973[label="vwx90/False",fontsize=10,color="white",style="solid",shape="box"];1183 -> 2973[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2973 -> 1352[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2974[label="vwx90/True",fontsize=10,color="white",style="solid",shape="box"];1183 -> 2974[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2974 -> 1353[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1185[label="LT",fontsize=16,color="green",shape="box"];1186[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];2975[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1186 -> 2975[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2975 -> 1354[label="",style="solid", color="blue", weight=3]; 15.05/5.77 2976[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1186 -> 2976[label="",style="solid", color="blue", weight=9]; 15.05/5.77 2976 -> 1355[label="",style="solid", color="blue", weight=3]; 15.05/5.77 1187[label="LT",fontsize=16,color="green",shape="box"];1188 -> 1025[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1188[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];1188 -> 1356[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1188 -> 1357[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1190 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1190[label="vwx30 == vwx40",fontsize=16,color="magenta"];1189[label="compare2 vwx30 vwx40 vwx91",fontsize=16,color="burlywood",shape="triangle"];2977[label="vwx91/False",fontsize=10,color="white",style="solid",shape="box"];1189 -> 2977[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2977 -> 1358[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2978[label="vwx91/True",fontsize=10,color="white",style="solid",shape="box"];1189 -> 2978[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2978 -> 1359[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1191[label="LT",fontsize=16,color="green",shape="box"];1192[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401)",fontsize=16,color="black",shape="triangle"];1192 -> 1360[label="",style="solid", color="black", weight=3]; 15.05/5.77 1193[label="LT",fontsize=16,color="green",shape="box"];1194[label="GT",fontsize=16,color="green",shape="box"];1195[label="LT",fontsize=16,color="green",shape="box"];1196[label="LT",fontsize=16,color="green",shape="box"];1197[label="LT",fontsize=16,color="green",shape="box"];1198[label="EQ",fontsize=16,color="green",shape="box"];1199[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];1199 -> 1361[label="",style="solid", color="black", weight=3]; 15.05/5.77 1200[label="compare2 vwx30 vwx40 vwx92",fontsize=16,color="burlywood",shape="triangle"];2979[label="vwx92/False",fontsize=10,color="white",style="solid",shape="box"];1200 -> 2979[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2979 -> 1364[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2980[label="vwx92/True",fontsize=10,color="white",style="solid",shape="box"];1200 -> 2980[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2980 -> 1365[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1202[label="compare2 vwx30 vwx40 vwx93",fontsize=16,color="burlywood",shape="triangle"];2981[label="vwx93/False",fontsize=10,color="white",style="solid",shape="box"];1202 -> 2981[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2981 -> 1367[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2982[label="vwx93/True",fontsize=10,color="white",style="solid",shape="box"];1202 -> 2982[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2982 -> 1368[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1204[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2983[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1204 -> 2983[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2983 -> 1369[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1205[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2984[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1205 -> 2984[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2984 -> 1370[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1558[label="GT",fontsize=16,color="green",shape="box"];1559[label="compare vwx31 vwx41",fontsize=16,color="black",shape="triangle"];1559 -> 1686[label="",style="solid", color="black", weight=3]; 15.05/5.77 1560[label="not False",fontsize=16,color="black",shape="box"];1560 -> 1687[label="",style="solid", color="black", weight=3]; 15.05/5.77 1561[label="not True",fontsize=16,color="black",shape="box"];1561 -> 1688[label="",style="solid", color="black", weight=3]; 15.05/5.77 1562[label="GT",fontsize=16,color="green",shape="box"];1563[label="compare vwx31 vwx41",fontsize=16,color="black",shape="triangle"];1563 -> 1689[label="",style="solid", color="black", weight=3]; 15.05/5.77 1564[label="GT",fontsize=16,color="green",shape="box"];1565[label="compare vwx31 vwx41",fontsize=16,color="burlywood",shape="triangle"];2985[label="vwx31/()",fontsize=10,color="white",style="solid",shape="box"];1565 -> 2985[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2985 -> 1690[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1625 -> 1303[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1625[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1625 -> 1799[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1625 -> 1800[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1626 -> 1304[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1626[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1626 -> 1801[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1626 -> 1802[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1627 -> 1305[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1627[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1627 -> 1803[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1627 -> 1804[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1628 -> 4[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1628[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1628 -> 1805[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1628 -> 1806[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1629 -> 1307[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1629[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1629 -> 1807[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1629 -> 1808[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1630 -> 1308[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1630[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1630 -> 1809[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1630 -> 1810[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1631 -> 1309[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1631[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1631 -> 1811[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1631 -> 1812[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1632 -> 1310[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1632[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1632 -> 1813[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1632 -> 1814[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1633 -> 1311[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1633[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1633 -> 1815[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1633 -> 1816[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1634 -> 1312[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1634[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1634 -> 1817[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1634 -> 1818[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1635 -> 1313[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1635[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1635 -> 1819[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1635 -> 1820[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1636 -> 1314[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1636[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1636 -> 1821[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1636 -> 1822[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1637 -> 1315[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1637[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1637 -> 1823[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1637 -> 1824[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1638 -> 1316[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1638[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1638 -> 1825[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1638 -> 1826[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1639 -> 1303[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1639[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1639 -> 1827[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1639 -> 1828[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1640 -> 1304[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1640[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1640 -> 1829[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1640 -> 1830[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1641 -> 1305[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1641[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1641 -> 1831[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1641 -> 1832[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1642 -> 4[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1642[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1642 -> 1833[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1642 -> 1834[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1643 -> 1307[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1643[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1643 -> 1835[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1643 -> 1836[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1644 -> 1308[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1644[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1644 -> 1837[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1644 -> 1838[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1645 -> 1309[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1645[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1645 -> 1839[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1645 -> 1840[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1646 -> 1310[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1646[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1646 -> 1841[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1646 -> 1842[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1647 -> 1311[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1647[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1647 -> 1843[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1647 -> 1844[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1648 -> 1312[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1648[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1648 -> 1845[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1648 -> 1846[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1649 -> 1313[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1649[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1649 -> 1847[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1649 -> 1848[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1650 -> 1314[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1650[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1650 -> 1849[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1650 -> 1850[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1651 -> 1315[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1651[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1651 -> 1851[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1651 -> 1852[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1652 -> 1316[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1652[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1652 -> 1853[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1652 -> 1854[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1566[label="GT",fontsize=16,color="green",shape="box"];1567[label="compare vwx31 vwx41",fontsize=16,color="burlywood",shape="triangle"];2986[label="vwx31/vwx310 :% vwx311",fontsize=10,color="white",style="solid",shape="box"];1567 -> 2986[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2986 -> 1691[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1568[label="GT",fontsize=16,color="green",shape="box"];1569[label="compare vwx31 vwx41",fontsize=16,color="burlywood",shape="triangle"];2987[label="vwx31/Integer vwx310",fontsize=10,color="white",style="solid",shape="box"];1569 -> 2987[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2987 -> 1692[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1570[label="GT",fontsize=16,color="green",shape="box"];1571[label="compare vwx31 vwx41",fontsize=16,color="burlywood",shape="triangle"];2988[label="vwx31/vwx310 : vwx311",fontsize=10,color="white",style="solid",shape="box"];1571 -> 2988[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2988 -> 1693[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 2989[label="vwx31/[]",fontsize=10,color="white",style="solid",shape="box"];1571 -> 2989[label="",style="solid", color="burlywood", weight=9]; 15.05/5.77 2989 -> 1694[label="",style="solid", color="burlywood", weight=3]; 15.05/5.77 1572[label="GT",fontsize=16,color="green",shape="box"];1573[label="compare vwx31 vwx41",fontsize=16,color="black",shape="triangle"];1573 -> 1695[label="",style="solid", color="black", weight=3]; 15.05/5.77 1653 -> 1303[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1653[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1653 -> 1855[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1653 -> 1856[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1654 -> 1304[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1654[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1654 -> 1857[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1654 -> 1858[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1655 -> 1305[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1655[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1655 -> 1859[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1655 -> 1860[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1656 -> 4[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1656[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1656 -> 1861[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1656 -> 1862[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1657 -> 1307[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1657[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1657 -> 1863[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1657 -> 1864[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1658 -> 1308[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1658[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1658 -> 1865[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1658 -> 1866[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1659 -> 1309[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1659[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1659 -> 1867[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1659 -> 1868[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1660 -> 1310[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1660[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1660 -> 1869[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1660 -> 1870[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1661 -> 1311[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1661[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1661 -> 1871[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1661 -> 1872[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1662 -> 1312[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1662[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1662 -> 1873[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1662 -> 1874[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1663 -> 1313[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1663[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1663 -> 1875[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1663 -> 1876[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1664 -> 1314[label="",style="dashed", color="red", weight=0]; 15.05/5.77 1664[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1664 -> 1877[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1664 -> 1878[label="",style="dashed", color="magenta", weight=3]; 15.05/5.77 1665 -> 1315[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1665[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1665 -> 1879[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1665 -> 1880[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1666 -> 1316[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1666[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1666 -> 1881[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1666 -> 1882[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1667[label="vwx310 < vwx410",fontsize=16,color="blue",shape="box"];2990[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2990[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2990 -> 1883[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2991[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2991[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2991 -> 1884[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2992[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2992[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2992 -> 1885[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2993[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2993[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2993 -> 1886[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2994[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2994[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2994 -> 1887[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2995[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2995[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2995 -> 1888[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2996[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2996[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2996 -> 1889[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2997[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2997[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2997 -> 1890[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2998[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2998[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2998 -> 1891[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2999[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 2999[label="",style="solid", color="blue", weight=9]; 15.05/5.78 2999 -> 1892[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3000[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 3000[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3000 -> 1893[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3001[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 3001[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3001 -> 1894[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3002[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 3002[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3002 -> 1895[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3003[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 3003[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3003 -> 1896[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1668 -> 1298[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1668[label="vwx310 == vwx410 && (vwx311 < vwx411 || vwx311 == vwx411 && vwx312 <= vwx412)",fontsize=16,color="magenta"];1668 -> 1897[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1668 -> 1898[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1574[label="GT",fontsize=16,color="green",shape="box"];1575[label="compare vwx31 vwx41",fontsize=16,color="black",shape="triangle"];1575 -> 1696[label="",style="solid", color="black", weight=3]; 15.05/5.78 1669 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1669[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];1669 -> 1899[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1669 -> 1900[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1488[label="True",fontsize=16,color="green",shape="box"];1489[label="False",fontsize=16,color="green",shape="box"];1490[label="False",fontsize=16,color="green",shape="box"];1491[label="True",fontsize=16,color="green",shape="box"];1670[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3004[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1670 -> 3004[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3004 -> 1901[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3005[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1670 -> 3005[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3005 -> 1902[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1671[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];1671 -> 1903[label="",style="solid", color="black", weight=3]; 15.05/5.78 1672[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3006[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1672 -> 3006[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3006 -> 1904[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3007[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1672 -> 3007[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3007 -> 1905[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1673[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3008[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1673 -> 3008[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3008 -> 1906[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3009[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1673 -> 3009[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3009 -> 1907[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1674[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];1674 -> 1908[label="",style="solid", color="black", weight=3]; 15.05/5.78 1675[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3010[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1675 -> 3010[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3010 -> 1909[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3011[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1675 -> 3011[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3011 -> 1910[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1676[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3012[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1676 -> 3012[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3012 -> 1911[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3013[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1676 -> 3013[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3013 -> 1912[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1677[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3014[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1677 -> 3014[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3014 -> 1913[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3015[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1677 -> 3015[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3015 -> 1914[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1492 -> 1298[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1492[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];1492 -> 1581[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1492 -> 1582[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1493[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3016[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3016[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3016 -> 1583[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3017[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3017[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3017 -> 1584[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3018[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3018[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3018 -> 1585[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3019[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3019[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3019 -> 1586[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3020[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3020[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3020 -> 1587[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3021[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3021[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3021 -> 1588[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3022[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3022[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3022 -> 1589[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3023[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3023[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3023 -> 1590[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3024[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3024[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3024 -> 1591[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3025[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3025[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3025 -> 1592[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3026[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3026[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3026 -> 1593[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3027[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3027[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3027 -> 1594[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3028[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3028[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3028 -> 1595[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3029[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1493 -> 3029[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3029 -> 1596[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1494[label="False",fontsize=16,color="green",shape="box"];1495[label="False",fontsize=16,color="green",shape="box"];1496[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3030[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3030[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3030 -> 1597[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3031[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3031[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3031 -> 1598[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3032[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3032[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3032 -> 1599[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3033[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3033[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3033 -> 1600[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3034[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3034[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3034 -> 1601[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3035[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3035[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3035 -> 1602[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3036[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3036[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3036 -> 1603[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3037[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3037[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3037 -> 1604[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3038[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3038[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3038 -> 1605[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3039[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3039[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3039 -> 1606[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3040[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3040[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3040 -> 1607[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3041[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3041[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3041 -> 1608[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3042[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3042[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3042 -> 1609[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3043[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3043[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3043 -> 1610[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1678[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3044[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3044[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3044 -> 1915[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3045[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1678 -> 3045[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3045 -> 1916[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1679[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3046[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1679 -> 3046[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3046 -> 1917[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3047[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1679 -> 3047[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3047 -> 1918[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1680[label="vwx400",fontsize=16,color="green",shape="box"];1681[label="vwx300",fontsize=16,color="green",shape="box"];1131[label="True",fontsize=16,color="green",shape="box"];1132[label="False",fontsize=16,color="green",shape="box"];1133[label="False",fontsize=16,color="green",shape="box"];1134[label="False",fontsize=16,color="green",shape="box"];1135[label="True",fontsize=16,color="green",shape="box"];1136[label="False",fontsize=16,color="green",shape="box"];1137[label="False",fontsize=16,color="green",shape="box"];1138[label="False",fontsize=16,color="green",shape="box"];1139[label="True",fontsize=16,color="green",shape="box"];1682 -> 1326[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1682[label="vwx301 == vwx401",fontsize=16,color="magenta"];1682 -> 1919[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1682 -> 1920[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1683[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3048[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3048[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3048 -> 1921[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3049[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3049[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3049 -> 1922[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3050[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3050[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3050 -> 1923[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3051[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3051[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3051 -> 1924[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3052[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3052[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3052 -> 1925[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3053[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3053[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3053 -> 1926[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3054[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3054[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3054 -> 1927[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3055[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3055[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3055 -> 1928[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3056[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3056[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3056 -> 1929[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3057[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3057[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3057 -> 1930[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3058[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3058[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3058 -> 1931[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3059[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3059[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3059 -> 1932[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3060[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3060[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3060 -> 1933[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3061[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1683 -> 3061[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3061 -> 1934[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1684[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3062[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1684 -> 3062[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3062 -> 1935[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3063[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1684 -> 3063[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3063 -> 1936[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1576[label="True",fontsize=16,color="green",shape="box"];1577[label="False",fontsize=16,color="green",shape="box"];1578[label="False",fontsize=16,color="green",shape="box"];1579[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3064[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3064[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3064 -> 1697[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3065[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3065[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3065 -> 1698[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3066[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3066[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3066 -> 1699[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3067[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3067[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3067 -> 1700[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3068[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3068[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3068 -> 1701[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3069[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3069[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3069 -> 1702[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3070[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3070[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3070 -> 1703[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3071[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3071[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3071 -> 1704[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3072[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3072[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3072 -> 1705[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3073[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3073[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3073 -> 1706[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3074[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3074[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3074 -> 1707[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3075[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3075[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3075 -> 1708[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3076[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3076[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3076 -> 1709[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3077[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1579 -> 3077[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3077 -> 1710[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1580 -> 1298[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1580[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];1580 -> 1711[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1580 -> 1712[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1685 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1685[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];1685 -> 1937[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1685 -> 1938[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1333[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];3078[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3078[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3078 -> 1402[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3079[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1333 -> 3079[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3079 -> 1403[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1334[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];3080[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1334 -> 3080[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3080 -> 1404[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3081[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1334 -> 3081[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3081 -> 1405[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1337[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1337 -> 1410[label="",style="solid", color="black", weight=3]; 15.05/5.78 1338[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1338 -> 1411[label="",style="solid", color="black", weight=3]; 15.05/5.78 1339[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];1339 -> 1412[label="",style="solid", color="black", weight=3]; 15.05/5.78 1340[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];1340 -> 1413[label="",style="solid", color="black", weight=3]; 15.05/5.78 1341[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3082[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3082[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3082 -> 1414[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3083[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3083[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3083 -> 1415[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1342[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3084[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3084[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3084 -> 1416[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3085[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3085[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3085 -> 1417[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1343[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];1343 -> 1418[label="",style="solid", color="black", weight=3]; 15.05/5.78 1344[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];1344 -> 1419[label="",style="solid", color="black", weight=3]; 15.05/5.78 1345[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3086[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1345 -> 3086[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3086 -> 1420[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3087[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1345 -> 3087[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3087 -> 1421[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1346[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3088[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1346 -> 3088[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3088 -> 1422[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3089[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1346 -> 3089[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3089 -> 1423[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1348[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1348 -> 1425[label="",style="solid", color="black", weight=3]; 15.05/5.78 1349[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1349 -> 1426[label="",style="solid", color="black", weight=3]; 15.05/5.78 1352[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1352 -> 1431[label="",style="solid", color="black", weight=3]; 15.05/5.78 1353[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1353 -> 1432[label="",style="solid", color="black", weight=3]; 15.05/5.78 1354[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="black",shape="box"];1354 -> 1433[label="",style="solid", color="black", weight=3]; 15.05/5.78 1355[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="burlywood",shape="box"];3090[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];1355 -> 3090[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3090 -> 1434[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1356[label="vwx400",fontsize=16,color="green",shape="box"];1357[label="vwx300",fontsize=16,color="green",shape="box"];1358[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1358 -> 1435[label="",style="solid", color="black", weight=3]; 15.05/5.78 1359[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1359 -> 1436[label="",style="solid", color="black", weight=3]; 15.05/5.78 1360 -> 1437[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1360[label="primCompAux0 (compare vwx301 vwx401) (compare vwx300 vwx400)",fontsize=16,color="magenta"];1360 -> 1438[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1360 -> 1439[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1360 -> 1440[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1361[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3091[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1361 -> 3091[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3091 -> 1497[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3092[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1361 -> 3092[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3092 -> 1498[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1364[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1364 -> 1499[label="",style="solid", color="black", weight=3]; 15.05/5.78 1365[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1365 -> 1500[label="",style="solid", color="black", weight=3]; 15.05/5.78 1367[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1367 -> 1501[label="",style="solid", color="black", weight=3]; 15.05/5.78 1368[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1368 -> 1502[label="",style="solid", color="black", weight=3]; 15.05/5.78 1369[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];3093[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1369 -> 3093[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3093 -> 1503[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3094[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1369 -> 3094[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3094 -> 1504[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1370[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];3095[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1370 -> 3095[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3095 -> 1505[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3096[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1370 -> 3096[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3096 -> 1506[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1686 -> 1021[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1686[label="primCmpFloat vwx31 vwx41",fontsize=16,color="magenta"];1686 -> 1939[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1686 -> 1940[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1687[label="True",fontsize=16,color="green",shape="box"];1688[label="False",fontsize=16,color="green",shape="box"];1689 -> 1025[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1689[label="primCmpInt vwx31 vwx41",fontsize=16,color="magenta"];1689 -> 1941[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1689 -> 1942[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1690[label="compare () vwx41",fontsize=16,color="burlywood",shape="box"];3097[label="vwx41/()",fontsize=10,color="white",style="solid",shape="box"];1690 -> 3097[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3097 -> 1943[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1799[label="vwx410",fontsize=16,color="green",shape="box"];1800[label="vwx310",fontsize=16,color="green",shape="box"];1801[label="vwx410",fontsize=16,color="green",shape="box"];1802[label="vwx310",fontsize=16,color="green",shape="box"];1803[label="vwx410",fontsize=16,color="green",shape="box"];1804[label="vwx310",fontsize=16,color="green",shape="box"];1805[label="vwx310",fontsize=16,color="green",shape="box"];1806[label="vwx410",fontsize=16,color="green",shape="box"];1807[label="vwx410",fontsize=16,color="green",shape="box"];1808[label="vwx310",fontsize=16,color="green",shape="box"];1809[label="vwx410",fontsize=16,color="green",shape="box"];1810[label="vwx310",fontsize=16,color="green",shape="box"];1811[label="vwx410",fontsize=16,color="green",shape="box"];1812[label="vwx310",fontsize=16,color="green",shape="box"];1813[label="vwx410",fontsize=16,color="green",shape="box"];1814[label="vwx310",fontsize=16,color="green",shape="box"];1815[label="vwx410",fontsize=16,color="green",shape="box"];1816[label="vwx310",fontsize=16,color="green",shape="box"];1817[label="vwx410",fontsize=16,color="green",shape="box"];1818[label="vwx310",fontsize=16,color="green",shape="box"];1819[label="vwx410",fontsize=16,color="green",shape="box"];1820[label="vwx310",fontsize=16,color="green",shape="box"];1821[label="vwx410",fontsize=16,color="green",shape="box"];1822[label="vwx310",fontsize=16,color="green",shape="box"];1823[label="vwx410",fontsize=16,color="green",shape="box"];1824[label="vwx310",fontsize=16,color="green",shape="box"];1825[label="vwx410",fontsize=16,color="green",shape="box"];1826[label="vwx310",fontsize=16,color="green",shape="box"];1827[label="vwx410",fontsize=16,color="green",shape="box"];1828[label="vwx310",fontsize=16,color="green",shape="box"];1829[label="vwx410",fontsize=16,color="green",shape="box"];1830[label="vwx310",fontsize=16,color="green",shape="box"];1831[label="vwx410",fontsize=16,color="green",shape="box"];1832[label="vwx310",fontsize=16,color="green",shape="box"];1833[label="vwx310",fontsize=16,color="green",shape="box"];1834[label="vwx410",fontsize=16,color="green",shape="box"];1835[label="vwx410",fontsize=16,color="green",shape="box"];1836[label="vwx310",fontsize=16,color="green",shape="box"];1837[label="vwx410",fontsize=16,color="green",shape="box"];1838[label="vwx310",fontsize=16,color="green",shape="box"];1839[label="vwx410",fontsize=16,color="green",shape="box"];1840[label="vwx310",fontsize=16,color="green",shape="box"];1841[label="vwx410",fontsize=16,color="green",shape="box"];1842[label="vwx310",fontsize=16,color="green",shape="box"];1843[label="vwx410",fontsize=16,color="green",shape="box"];1844[label="vwx310",fontsize=16,color="green",shape="box"];1845[label="vwx410",fontsize=16,color="green",shape="box"];1846[label="vwx310",fontsize=16,color="green",shape="box"];1847[label="vwx410",fontsize=16,color="green",shape="box"];1848[label="vwx310",fontsize=16,color="green",shape="box"];1849[label="vwx410",fontsize=16,color="green",shape="box"];1850[label="vwx310",fontsize=16,color="green",shape="box"];1851[label="vwx410",fontsize=16,color="green",shape="box"];1852[label="vwx310",fontsize=16,color="green",shape="box"];1853[label="vwx410",fontsize=16,color="green",shape="box"];1854[label="vwx310",fontsize=16,color="green",shape="box"];1691[label="compare (vwx310 :% vwx311) vwx41",fontsize=16,color="burlywood",shape="box"];3098[label="vwx41/vwx410 :% vwx411",fontsize=10,color="white",style="solid",shape="box"];1691 -> 3098[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3098 -> 1944[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1692[label="compare (Integer vwx310) vwx41",fontsize=16,color="burlywood",shape="box"];3099[label="vwx41/Integer vwx410",fontsize=10,color="white",style="solid",shape="box"];1692 -> 3099[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3099 -> 1945[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1693[label="compare (vwx310 : vwx311) vwx41",fontsize=16,color="burlywood",shape="box"];3100[label="vwx41/vwx410 : vwx411",fontsize=10,color="white",style="solid",shape="box"];1693 -> 3100[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3100 -> 1946[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3101[label="vwx41/[]",fontsize=10,color="white",style="solid",shape="box"];1693 -> 3101[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3101 -> 1947[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1694[label="compare [] vwx41",fontsize=16,color="burlywood",shape="box"];3102[label="vwx41/vwx410 : vwx411",fontsize=10,color="white",style="solid",shape="box"];1694 -> 3102[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3102 -> 1948[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3103[label="vwx41/[]",fontsize=10,color="white",style="solid",shape="box"];1694 -> 3103[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3103 -> 1949[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1695 -> 1040[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1695[label="primCmpChar vwx31 vwx41",fontsize=16,color="magenta"];1695 -> 1950[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1695 -> 1951[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1855[label="vwx410",fontsize=16,color="green",shape="box"];1856[label="vwx310",fontsize=16,color="green",shape="box"];1857[label="vwx410",fontsize=16,color="green",shape="box"];1858[label="vwx310",fontsize=16,color="green",shape="box"];1859[label="vwx410",fontsize=16,color="green",shape="box"];1860[label="vwx310",fontsize=16,color="green",shape="box"];1861[label="vwx310",fontsize=16,color="green",shape="box"];1862[label="vwx410",fontsize=16,color="green",shape="box"];1863[label="vwx410",fontsize=16,color="green",shape="box"];1864[label="vwx310",fontsize=16,color="green",shape="box"];1865[label="vwx410",fontsize=16,color="green",shape="box"];1866[label="vwx310",fontsize=16,color="green",shape="box"];1867[label="vwx410",fontsize=16,color="green",shape="box"];1868[label="vwx310",fontsize=16,color="green",shape="box"];1869[label="vwx410",fontsize=16,color="green",shape="box"];1870[label="vwx310",fontsize=16,color="green",shape="box"];1871[label="vwx410",fontsize=16,color="green",shape="box"];1872[label="vwx310",fontsize=16,color="green",shape="box"];1873[label="vwx410",fontsize=16,color="green",shape="box"];1874[label="vwx310",fontsize=16,color="green",shape="box"];1875[label="vwx410",fontsize=16,color="green",shape="box"];1876[label="vwx310",fontsize=16,color="green",shape="box"];1877[label="vwx410",fontsize=16,color="green",shape="box"];1878[label="vwx310",fontsize=16,color="green",shape="box"];1879[label="vwx410",fontsize=16,color="green",shape="box"];1880[label="vwx310",fontsize=16,color="green",shape="box"];1881[label="vwx410",fontsize=16,color="green",shape="box"];1882[label="vwx310",fontsize=16,color="green",shape="box"];1883 -> 931[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1883[label="vwx310 < vwx410",fontsize=16,color="magenta"];1883 -> 2003[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1883 -> 2004[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1884 -> 932[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1884[label="vwx310 < vwx410",fontsize=16,color="magenta"];1884 -> 2005[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1884 -> 2006[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1885 -> 933[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1885[label="vwx310 < vwx410",fontsize=16,color="magenta"];1885 -> 2007[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1885 -> 2008[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1886 -> 934[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1886[label="vwx310 < vwx410",fontsize=16,color="magenta"];1886 -> 2009[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1886 -> 2010[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1887 -> 935[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1887[label="vwx310 < vwx410",fontsize=16,color="magenta"];1887 -> 2011[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1887 -> 2012[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1888 -> 936[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1888[label="vwx310 < vwx410",fontsize=16,color="magenta"];1888 -> 2013[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1888 -> 2014[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1889 -> 937[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1889[label="vwx310 < vwx410",fontsize=16,color="magenta"];1889 -> 2015[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1889 -> 2016[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1890 -> 938[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1890[label="vwx310 < vwx410",fontsize=16,color="magenta"];1890 -> 2017[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1890 -> 2018[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1891 -> 939[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1891[label="vwx310 < vwx410",fontsize=16,color="magenta"];1891 -> 2019[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1891 -> 2020[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1892 -> 940[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1892[label="vwx310 < vwx410",fontsize=16,color="magenta"];1892 -> 2021[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1892 -> 2022[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1893 -> 941[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1893[label="vwx310 < vwx410",fontsize=16,color="magenta"];1893 -> 2023[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1893 -> 2024[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1894 -> 942[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1894[label="vwx310 < vwx410",fontsize=16,color="magenta"];1894 -> 2025[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1894 -> 2026[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1895 -> 943[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1895[label="vwx310 < vwx410",fontsize=16,color="magenta"];1895 -> 2027[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1895 -> 2028[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1896 -> 944[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1896[label="vwx310 < vwx410",fontsize=16,color="magenta"];1896 -> 2029[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1896 -> 2030[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1897 -> 926[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1897[label="vwx311 < vwx411 || vwx311 == vwx411 && vwx312 <= vwx412",fontsize=16,color="magenta"];1897 -> 2031[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1897 -> 2032[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1898[label="vwx310 == vwx410",fontsize=16,color="blue",shape="box"];3104[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3104[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3104 -> 2033[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3105[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3105[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3105 -> 2034[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3106[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3106[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3106 -> 2035[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3107[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3107[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3107 -> 2036[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3108[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3108[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3108 -> 2037[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3109[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3109[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3109 -> 2038[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3110[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3110[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3110 -> 2039[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3111[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3111[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3111 -> 2040[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3112[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3112[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3112 -> 2041[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3113[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3113[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3113 -> 2042[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3114[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3114[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3114 -> 2043[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3115[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3115[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3115 -> 2044[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3116[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3116[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3116 -> 2045[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3117[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1898 -> 3117[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3117 -> 2046[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1696 -> 1046[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1696[label="primCmpDouble vwx31 vwx41",fontsize=16,color="magenta"];1696 -> 1952[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1696 -> 1953[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1899[label="vwx301 * vwx400",fontsize=16,color="black",shape="triangle"];1899 -> 2047[label="",style="solid", color="black", weight=3]; 15.05/5.78 1900 -> 1899[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1900[label="vwx300 * vwx401",fontsize=16,color="magenta"];1900 -> 2048[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1900 -> 2049[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1901[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1901 -> 2050[label="",style="solid", color="black", weight=3]; 15.05/5.78 1902[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1902 -> 2051[label="",style="solid", color="black", weight=3]; 15.05/5.78 1903[label="False",fontsize=16,color="green",shape="box"];1904[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1904 -> 2052[label="",style="solid", color="black", weight=3]; 15.05/5.78 1905[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1905 -> 2053[label="",style="solid", color="black", weight=3]; 15.05/5.78 1906[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1906 -> 2054[label="",style="solid", color="black", weight=3]; 15.05/5.78 1907[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1907 -> 2055[label="",style="solid", color="black", weight=3]; 15.05/5.78 1908[label="False",fontsize=16,color="green",shape="box"];1909[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1909 -> 2056[label="",style="solid", color="black", weight=3]; 15.05/5.78 1910[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1910 -> 2057[label="",style="solid", color="black", weight=3]; 15.05/5.78 1911[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1911 -> 2058[label="",style="solid", color="black", weight=3]; 15.05/5.78 1912[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1912 -> 2059[label="",style="solid", color="black", weight=3]; 15.05/5.78 1913[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1913 -> 2060[label="",style="solid", color="black", weight=3]; 15.05/5.78 1914[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1914 -> 2061[label="",style="solid", color="black", weight=3]; 15.05/5.78 1581[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3118[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3118[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3118 -> 1713[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3119[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3119[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3119 -> 1714[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3120[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3120[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3120 -> 1715[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3121[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3121[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3121 -> 1716[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3122[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3122[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3122 -> 1717[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3123[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3123[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3123 -> 1718[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3124[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3124[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3124 -> 1719[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3125[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3125[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3125 -> 1720[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3126[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3126[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3126 -> 1721[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3127[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3127[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3127 -> 1722[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3128[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3128[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3128 -> 1723[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3129[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3129[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3129 -> 1724[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3130[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3130[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3130 -> 1725[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3131[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1581 -> 3131[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3131 -> 1726[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1582[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3132[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3132[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3132 -> 1727[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3133[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3133[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3133 -> 1728[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3134[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3134[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3134 -> 1729[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3135[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3135[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3135 -> 1730[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3136[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3136[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3136 -> 1731[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3137[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3137[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3137 -> 1732[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3138[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3138[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3138 -> 1733[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3139[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3139[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3139 -> 1734[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3140[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3140[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3140 -> 1735[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3141[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3141[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3141 -> 1736[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3142[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3142[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3142 -> 1737[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3143[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3143[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3143 -> 1738[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3144[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3144[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3144 -> 1739[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3145[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1582 -> 3145[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3145 -> 1740[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1583 -> 1184[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1583[label="vwx300 == vwx400",fontsize=16,color="magenta"];1583 -> 1741[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1583 -> 1742[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1584 -> 1323[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1584[label="vwx300 == vwx400",fontsize=16,color="magenta"];1584 -> 1743[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1584 -> 1744[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1585 -> 1326[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1585[label="vwx300 == vwx400",fontsize=16,color="magenta"];1585 -> 1745[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1585 -> 1746[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1586 -> 1174[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1586[label="vwx300 == vwx400",fontsize=16,color="magenta"];1586 -> 1747[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1586 -> 1748[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1587 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1587[label="vwx300 == vwx400",fontsize=16,color="magenta"];1587 -> 1749[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1587 -> 1750[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1588 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1588[label="vwx300 == vwx400",fontsize=16,color="magenta"];1588 -> 1751[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1588 -> 1752[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1589 -> 1317[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1589[label="vwx300 == vwx400",fontsize=16,color="magenta"];1589 -> 1753[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1589 -> 1754[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1590 -> 1180[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1590[label="vwx300 == vwx400",fontsize=16,color="magenta"];1590 -> 1755[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1590 -> 1756[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1591 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1591[label="vwx300 == vwx400",fontsize=16,color="magenta"];1591 -> 1757[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1591 -> 1758[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1592 -> 1203[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1592[label="vwx300 == vwx400",fontsize=16,color="magenta"];1592 -> 1759[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1592 -> 1760[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1593 -> 1321[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1593[label="vwx300 == vwx400",fontsize=16,color="magenta"];1593 -> 1761[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1593 -> 1762[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1594 -> 1201[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1594[label="vwx300 == vwx400",fontsize=16,color="magenta"];1594 -> 1763[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1594 -> 1764[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1595 -> 1330[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1595[label="vwx300 == vwx400",fontsize=16,color="magenta"];1595 -> 1765[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1595 -> 1766[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1596 -> 1327[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1596[label="vwx300 == vwx400",fontsize=16,color="magenta"];1596 -> 1767[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1596 -> 1768[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1597 -> 1184[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1597[label="vwx300 == vwx400",fontsize=16,color="magenta"];1597 -> 1769[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1597 -> 1770[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1598 -> 1323[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1598[label="vwx300 == vwx400",fontsize=16,color="magenta"];1598 -> 1771[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1598 -> 1772[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1599 -> 1326[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1599[label="vwx300 == vwx400",fontsize=16,color="magenta"];1599 -> 1773[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1599 -> 1774[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1600 -> 1174[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1600[label="vwx300 == vwx400",fontsize=16,color="magenta"];1600 -> 1775[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1600 -> 1776[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1601 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1601[label="vwx300 == vwx400",fontsize=16,color="magenta"];1601 -> 1777[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1601 -> 1778[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1602 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1602[label="vwx300 == vwx400",fontsize=16,color="magenta"];1602 -> 1779[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1602 -> 1780[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1603 -> 1317[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1603[label="vwx300 == vwx400",fontsize=16,color="magenta"];1603 -> 1781[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1603 -> 1782[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1604 -> 1180[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1604[label="vwx300 == vwx400",fontsize=16,color="magenta"];1604 -> 1783[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1604 -> 1784[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1605 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1605[label="vwx300 == vwx400",fontsize=16,color="magenta"];1605 -> 1785[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1605 -> 1786[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1606 -> 1203[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1606[label="vwx300 == vwx400",fontsize=16,color="magenta"];1606 -> 1787[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1606 -> 1788[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1607 -> 1321[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1607[label="vwx300 == vwx400",fontsize=16,color="magenta"];1607 -> 1789[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1607 -> 1790[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1608 -> 1201[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1608[label="vwx300 == vwx400",fontsize=16,color="magenta"];1608 -> 1791[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1608 -> 1792[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1609 -> 1330[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1609[label="vwx300 == vwx400",fontsize=16,color="magenta"];1609 -> 1793[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1609 -> 1794[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1610 -> 1327[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1610[label="vwx300 == vwx400",fontsize=16,color="magenta"];1610 -> 1795[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1610 -> 1796[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1915 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1915[label="vwx301 == vwx401",fontsize=16,color="magenta"];1915 -> 2062[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1915 -> 2063[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1916 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1916[label="vwx301 == vwx401",fontsize=16,color="magenta"];1916 -> 2064[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1916 -> 2065[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1917 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1917[label="vwx300 == vwx400",fontsize=16,color="magenta"];1917 -> 2066[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1917 -> 2067[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1918 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1918[label="vwx300 == vwx400",fontsize=16,color="magenta"];1918 -> 2068[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1918 -> 2069[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1919[label="vwx401",fontsize=16,color="green",shape="box"];1920[label="vwx301",fontsize=16,color="green",shape="box"];1921 -> 1317[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1921[label="vwx300 == vwx400",fontsize=16,color="magenta"];1921 -> 2070[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1921 -> 2071[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1922 -> 1174[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1922[label="vwx300 == vwx400",fontsize=16,color="magenta"];1922 -> 2072[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1922 -> 2073[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1923 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1923[label="vwx300 == vwx400",fontsize=16,color="magenta"];1923 -> 2074[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1923 -> 2075[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1924 -> 1180[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1924[label="vwx300 == vwx400",fontsize=16,color="magenta"];1924 -> 2076[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1924 -> 2077[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1925 -> 1321[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1925[label="vwx300 == vwx400",fontsize=16,color="magenta"];1925 -> 2078[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1925 -> 2079[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1926 -> 1184[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1926[label="vwx300 == vwx400",fontsize=16,color="magenta"];1926 -> 2080[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1926 -> 2081[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1927 -> 1323[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1927[label="vwx300 == vwx400",fontsize=16,color="magenta"];1927 -> 2082[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1927 -> 2083[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1928 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1928[label="vwx300 == vwx400",fontsize=16,color="magenta"];1928 -> 2084[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1928 -> 2085[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1929 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1929[label="vwx300 == vwx400",fontsize=16,color="magenta"];1929 -> 2086[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1929 -> 2087[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1930 -> 1326[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1930[label="vwx300 == vwx400",fontsize=16,color="magenta"];1930 -> 2088[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1930 -> 2089[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1931 -> 1327[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1931[label="vwx300 == vwx400",fontsize=16,color="magenta"];1931 -> 2090[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1931 -> 2091[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1932 -> 1201[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1932[label="vwx300 == vwx400",fontsize=16,color="magenta"];1932 -> 2092[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1932 -> 2093[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1933 -> 1203[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1933[label="vwx300 == vwx400",fontsize=16,color="magenta"];1933 -> 2094[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1933 -> 2095[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1934 -> 1330[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1934[label="vwx300 == vwx400",fontsize=16,color="magenta"];1934 -> 2096[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1934 -> 2097[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1935[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3146[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1935 -> 3146[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3146 -> 2098[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3147[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1935 -> 3147[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3147 -> 2099[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1936[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3148[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1936 -> 3148[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3148 -> 2100[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3149[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1936 -> 3149[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3149 -> 2101[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1697 -> 1184[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1697[label="vwx300 == vwx400",fontsize=16,color="magenta"];1697 -> 1954[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1697 -> 1955[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1698 -> 1323[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1698[label="vwx300 == vwx400",fontsize=16,color="magenta"];1698 -> 1956[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1698 -> 1957[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1699 -> 1326[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1699[label="vwx300 == vwx400",fontsize=16,color="magenta"];1699 -> 1958[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1699 -> 1959[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1700 -> 1174[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1700[label="vwx300 == vwx400",fontsize=16,color="magenta"];1700 -> 1960[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1700 -> 1961[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1701 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1701[label="vwx300 == vwx400",fontsize=16,color="magenta"];1701 -> 1962[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1701 -> 1963[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1702 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1702[label="vwx300 == vwx400",fontsize=16,color="magenta"];1702 -> 1964[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1702 -> 1965[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1703 -> 1317[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1703[label="vwx300 == vwx400",fontsize=16,color="magenta"];1703 -> 1966[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1703 -> 1967[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1704 -> 1180[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1704[label="vwx300 == vwx400",fontsize=16,color="magenta"];1704 -> 1968[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1704 -> 1969[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1705 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1705[label="vwx300 == vwx400",fontsize=16,color="magenta"];1705 -> 1970[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1705 -> 1971[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1706 -> 1203[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1706[label="vwx300 == vwx400",fontsize=16,color="magenta"];1706 -> 1972[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1706 -> 1973[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1707 -> 1321[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1707[label="vwx300 == vwx400",fontsize=16,color="magenta"];1707 -> 1974[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1707 -> 1975[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1708 -> 1201[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1708[label="vwx300 == vwx400",fontsize=16,color="magenta"];1708 -> 1976[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1708 -> 1977[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1709 -> 1330[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1709[label="vwx300 == vwx400",fontsize=16,color="magenta"];1709 -> 1978[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1709 -> 1979[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1710 -> 1327[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1710[label="vwx300 == vwx400",fontsize=16,color="magenta"];1710 -> 1980[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1710 -> 1981[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1711 -> 1298[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1711[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];1711 -> 1982[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1711 -> 1983[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1712[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3150[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3150[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3150 -> 1984[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3151[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3151[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3151 -> 1985[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3152[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3152[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3152 -> 1986[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3153[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3153[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3153 -> 1987[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3154[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3154[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3154 -> 1988[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3155[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3155[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3155 -> 1989[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3156[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3156[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3156 -> 1990[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3157[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3157[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3157 -> 1991[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3158[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3158[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3158 -> 1992[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3159[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3159[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3159 -> 1993[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3160[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3160[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3160 -> 1994[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3161[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3161[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3161 -> 1995[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3162[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3162[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3162 -> 1996[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3163[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3163[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3163 -> 1997[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1937 -> 1899[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1937[label="vwx301 * vwx400",fontsize=16,color="magenta"];1937 -> 2102[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1937 -> 2103[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1938 -> 1899[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1938[label="vwx300 * vwx401",fontsize=16,color="magenta"];1938 -> 2104[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1938 -> 2105[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1402[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];1402 -> 1507[label="",style="solid", color="black", weight=3]; 15.05/5.78 1403[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];1403 -> 1508[label="",style="solid", color="black", weight=3]; 15.05/5.78 1404[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];1404 -> 1509[label="",style="solid", color="black", weight=3]; 15.05/5.78 1405[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];1405 -> 1510[label="",style="solid", color="black", weight=3]; 15.05/5.78 1410 -> 1511[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1410[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];1410 -> 1512[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1411[label="EQ",fontsize=16,color="green",shape="box"];1412 -> 1361[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1412[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];1412 -> 1611[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1412 -> 1612[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1413[label="GT",fontsize=16,color="green",shape="box"];1414[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1414 -> 1613[label="",style="solid", color="black", weight=3]; 15.05/5.78 1415[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1415 -> 1614[label="",style="solid", color="black", weight=3]; 15.05/5.78 1416[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1416 -> 1615[label="",style="solid", color="black", weight=3]; 15.05/5.78 1417[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1417 -> 1616[label="",style="solid", color="black", weight=3]; 15.05/5.78 1418[label="LT",fontsize=16,color="green",shape="box"];1419 -> 1361[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1419[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];1419 -> 1617[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1419 -> 1618[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1420[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1420 -> 1619[label="",style="solid", color="black", weight=3]; 15.05/5.78 1421[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1421 -> 1620[label="",style="solid", color="black", weight=3]; 15.05/5.78 1422[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1422 -> 1621[label="",style="solid", color="black", weight=3]; 15.05/5.78 1423[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1423 -> 1622[label="",style="solid", color="black", weight=3]; 15.05/5.78 1425 -> 1623[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1425[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];1425 -> 1624[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1426[label="EQ",fontsize=16,color="green",shape="box"];1431 -> 1797[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1431[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];1431 -> 1798[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1432[label="EQ",fontsize=16,color="green",shape="box"];1433 -> 1025[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1433[label="primCmpInt (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];1433 -> 1998[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1433 -> 1999[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1434[label="compare (Integer vwx3000 * vwx401) (vwx400 * vwx301)",fontsize=16,color="burlywood",shape="box"];3164[label="vwx401/Integer vwx4010",fontsize=10,color="white",style="solid",shape="box"];1434 -> 3164[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3164 -> 2000[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1435 -> 2001[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1435[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];1435 -> 2002[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1436[label="EQ",fontsize=16,color="green",shape="box"];1438[label="vwx401",fontsize=16,color="green",shape="box"];1439[label="compare vwx300 vwx400",fontsize=16,color="blue",shape="box"];3165[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3165[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3165 -> 2106[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3166[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3166[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3166 -> 2107[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3167[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3167[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3167 -> 2108[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3168[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3168[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3168 -> 2109[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3169[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3169[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3169 -> 2110[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3170[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3170[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3170 -> 2111[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3171[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3171[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3171 -> 2112[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3172[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3172[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3172 -> 2113[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3173[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3173[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3173 -> 2114[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3174[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3174[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3174 -> 2115[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3175[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3175[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3175 -> 2116[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3176[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3176[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3176 -> 2117[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3177[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3177[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3177 -> 2118[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3178[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3178[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3178 -> 2119[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1440[label="vwx301",fontsize=16,color="green",shape="box"];1437[label="primCompAux0 (compare vwx111 vwx112) vwx113",fontsize=16,color="burlywood",shape="triangle"];3179[label="vwx113/LT",fontsize=10,color="white",style="solid",shape="box"];1437 -> 3179[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3179 -> 2120[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3180[label="vwx113/EQ",fontsize=10,color="white",style="solid",shape="box"];1437 -> 3180[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3180 -> 2121[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3181[label="vwx113/GT",fontsize=10,color="white",style="solid",shape="box"];1437 -> 3181[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3181 -> 2122[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1497[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3182[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1497 -> 3182[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3182 -> 2123[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3183[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1497 -> 3183[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3183 -> 2124[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1498[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3184[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3184[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3184 -> 2125[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3185[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3185[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3185 -> 2126[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1499 -> 2127[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1499[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];1499 -> 2128[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1500[label="EQ",fontsize=16,color="green",shape="box"];1501 -> 2129[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1501[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];1501 -> 2130[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1502[label="EQ",fontsize=16,color="green",shape="box"];1503[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];1503 -> 2131[label="",style="solid", color="black", weight=3]; 15.05/5.78 1504[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];1504 -> 2132[label="",style="solid", color="black", weight=3]; 15.05/5.78 1505[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];1505 -> 2133[label="",style="solid", color="black", weight=3]; 15.05/5.78 1506[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];1506 -> 2134[label="",style="solid", color="black", weight=3]; 15.05/5.78 1939[label="vwx41",fontsize=16,color="green",shape="box"];1940[label="vwx31",fontsize=16,color="green",shape="box"];1941[label="vwx41",fontsize=16,color="green",shape="box"];1942[label="vwx31",fontsize=16,color="green",shape="box"];1943[label="compare () ()",fontsize=16,color="black",shape="box"];1943 -> 2135[label="",style="solid", color="black", weight=3]; 15.05/5.78 1944[label="compare (vwx310 :% vwx311) (vwx410 :% vwx411)",fontsize=16,color="black",shape="box"];1944 -> 2136[label="",style="solid", color="black", weight=3]; 15.05/5.78 1945[label="compare (Integer vwx310) (Integer vwx410)",fontsize=16,color="black",shape="box"];1945 -> 2137[label="",style="solid", color="black", weight=3]; 15.05/5.78 1946[label="compare (vwx310 : vwx311) (vwx410 : vwx411)",fontsize=16,color="black",shape="box"];1946 -> 2138[label="",style="solid", color="black", weight=3]; 15.05/5.78 1947[label="compare (vwx310 : vwx311) []",fontsize=16,color="black",shape="box"];1947 -> 2139[label="",style="solid", color="black", weight=3]; 15.05/5.78 1948[label="compare [] (vwx410 : vwx411)",fontsize=16,color="black",shape="box"];1948 -> 2140[label="",style="solid", color="black", weight=3]; 15.05/5.78 1949[label="compare [] []",fontsize=16,color="black",shape="box"];1949 -> 2141[label="",style="solid", color="black", weight=3]; 15.05/5.78 1950[label="vwx41",fontsize=16,color="green",shape="box"];1951[label="vwx31",fontsize=16,color="green",shape="box"];2003[label="vwx410",fontsize=16,color="green",shape="box"];2004[label="vwx310",fontsize=16,color="green",shape="box"];2005[label="vwx410",fontsize=16,color="green",shape="box"];2006[label="vwx310",fontsize=16,color="green",shape="box"];2007[label="vwx410",fontsize=16,color="green",shape="box"];2008[label="vwx310",fontsize=16,color="green",shape="box"];2009[label="vwx410",fontsize=16,color="green",shape="box"];2010[label="vwx310",fontsize=16,color="green",shape="box"];2011[label="vwx410",fontsize=16,color="green",shape="box"];2012[label="vwx310",fontsize=16,color="green",shape="box"];2013[label="vwx410",fontsize=16,color="green",shape="box"];2014[label="vwx310",fontsize=16,color="green",shape="box"];2015[label="vwx410",fontsize=16,color="green",shape="box"];2016[label="vwx310",fontsize=16,color="green",shape="box"];2017[label="vwx410",fontsize=16,color="green",shape="box"];2018[label="vwx310",fontsize=16,color="green",shape="box"];2019[label="vwx410",fontsize=16,color="green",shape="box"];2020[label="vwx310",fontsize=16,color="green",shape="box"];2021[label="vwx410",fontsize=16,color="green",shape="box"];2022[label="vwx310",fontsize=16,color="green",shape="box"];2023[label="vwx410",fontsize=16,color="green",shape="box"];2024[label="vwx310",fontsize=16,color="green",shape="box"];2025[label="vwx410",fontsize=16,color="green",shape="box"];2026[label="vwx310",fontsize=16,color="green",shape="box"];2027[label="vwx410",fontsize=16,color="green",shape="box"];2028[label="vwx310",fontsize=16,color="green",shape="box"];2029[label="vwx410",fontsize=16,color="green",shape="box"];2030[label="vwx310",fontsize=16,color="green",shape="box"];2031[label="vwx311 < vwx411",fontsize=16,color="blue",shape="box"];3186[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3186[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3186 -> 2142[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3187[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3187[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3187 -> 2143[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3188[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3188[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3188 -> 2144[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3189[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3189[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3189 -> 2145[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3190[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3190[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3190 -> 2146[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3191[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3191[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3191 -> 2147[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3192[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3192[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3192 -> 2148[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3193[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3193[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3193 -> 2149[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3194[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3194[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3194 -> 2150[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3195[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3195[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3195 -> 2151[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3196[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3196[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3196 -> 2152[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3197[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3197[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3197 -> 2153[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3198[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3198[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3198 -> 2154[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3199[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2031 -> 3199[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3199 -> 2155[label="",style="solid", color="blue", weight=3]; 15.05/5.78 2032 -> 1298[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2032[label="vwx311 == vwx411 && vwx312 <= vwx412",fontsize=16,color="magenta"];2032 -> 2156[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2032 -> 2157[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2033 -> 1317[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2033[label="vwx310 == vwx410",fontsize=16,color="magenta"];2033 -> 2158[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2033 -> 2159[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2034 -> 1174[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2034[label="vwx310 == vwx410",fontsize=16,color="magenta"];2034 -> 2160[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2034 -> 2161[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2035 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2035[label="vwx310 == vwx410",fontsize=16,color="magenta"];2035 -> 2162[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2035 -> 2163[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2036 -> 1180[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2036[label="vwx310 == vwx410",fontsize=16,color="magenta"];2036 -> 2164[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2036 -> 2165[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2037 -> 1321[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2037[label="vwx310 == vwx410",fontsize=16,color="magenta"];2037 -> 2166[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2037 -> 2167[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2038 -> 1184[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2038[label="vwx310 == vwx410",fontsize=16,color="magenta"];2038 -> 2168[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2038 -> 2169[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2039 -> 1323[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2039[label="vwx310 == vwx410",fontsize=16,color="magenta"];2039 -> 2170[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2039 -> 2171[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2040 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2040[label="vwx310 == vwx410",fontsize=16,color="magenta"];2040 -> 2172[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2040 -> 2173[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2041 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2041[label="vwx310 == vwx410",fontsize=16,color="magenta"];2041 -> 2174[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2041 -> 2175[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2042 -> 1326[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2042[label="vwx310 == vwx410",fontsize=16,color="magenta"];2042 -> 2176[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2042 -> 2177[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2043 -> 1327[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2043[label="vwx310 == vwx410",fontsize=16,color="magenta"];2043 -> 2178[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2043 -> 2179[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2044 -> 1201[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2044[label="vwx310 == vwx410",fontsize=16,color="magenta"];2044 -> 2180[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2044 -> 2181[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2045 -> 1203[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2045[label="vwx310 == vwx410",fontsize=16,color="magenta"];2045 -> 2182[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2045 -> 2183[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2046 -> 1330[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2046[label="vwx310 == vwx410",fontsize=16,color="magenta"];2046 -> 2184[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2046 -> 2185[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1952[label="vwx41",fontsize=16,color="green",shape="box"];1953[label="vwx31",fontsize=16,color="green",shape="box"];2047[label="primMulInt vwx301 vwx400",fontsize=16,color="burlywood",shape="triangle"];3200[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];2047 -> 3200[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3200 -> 2186[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3201[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];2047 -> 3201[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3201 -> 2187[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 2048[label="vwx300",fontsize=16,color="green",shape="box"];2049[label="vwx401",fontsize=16,color="green",shape="box"];2050 -> 1684[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2050[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];2050 -> 2188[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2050 -> 2189[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2051[label="False",fontsize=16,color="green",shape="box"];2052[label="False",fontsize=16,color="green",shape="box"];2053[label="True",fontsize=16,color="green",shape="box"];2054[label="False",fontsize=16,color="green",shape="box"];2055[label="True",fontsize=16,color="green",shape="box"];2056 -> 1684[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2056[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];2056 -> 2190[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2056 -> 2191[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2057[label="False",fontsize=16,color="green",shape="box"];2058[label="False",fontsize=16,color="green",shape="box"];2059[label="True",fontsize=16,color="green",shape="box"];2060[label="False",fontsize=16,color="green",shape="box"];2061[label="True",fontsize=16,color="green",shape="box"];1713 -> 1184[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1713[label="vwx301 == vwx401",fontsize=16,color="magenta"];1713 -> 2192[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1713 -> 2193[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1714 -> 1323[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1714[label="vwx301 == vwx401",fontsize=16,color="magenta"];1714 -> 2194[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1714 -> 2195[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1715 -> 1326[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1715[label="vwx301 == vwx401",fontsize=16,color="magenta"];1715 -> 2196[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1715 -> 2197[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1716 -> 1174[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1716[label="vwx301 == vwx401",fontsize=16,color="magenta"];1716 -> 2198[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1716 -> 2199[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1717 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1717[label="vwx301 == vwx401",fontsize=16,color="magenta"];1717 -> 2200[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1717 -> 2201[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1718 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1718[label="vwx301 == vwx401",fontsize=16,color="magenta"];1718 -> 2202[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1718 -> 2203[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1719 -> 1317[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1719[label="vwx301 == vwx401",fontsize=16,color="magenta"];1719 -> 2204[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1719 -> 2205[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1720 -> 1180[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1720[label="vwx301 == vwx401",fontsize=16,color="magenta"];1720 -> 2206[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1720 -> 2207[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1721 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1721[label="vwx301 == vwx401",fontsize=16,color="magenta"];1721 -> 2208[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1721 -> 2209[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1722 -> 1203[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1722[label="vwx301 == vwx401",fontsize=16,color="magenta"];1722 -> 2210[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1722 -> 2211[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1723 -> 1321[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1723[label="vwx301 == vwx401",fontsize=16,color="magenta"];1723 -> 2212[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1723 -> 2213[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1724 -> 1201[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1724[label="vwx301 == vwx401",fontsize=16,color="magenta"];1724 -> 2214[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1724 -> 2215[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1725 -> 1330[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1725[label="vwx301 == vwx401",fontsize=16,color="magenta"];1725 -> 2216[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1725 -> 2217[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1726 -> 1327[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1726[label="vwx301 == vwx401",fontsize=16,color="magenta"];1726 -> 2218[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1726 -> 2219[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1727 -> 1184[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1727[label="vwx300 == vwx400",fontsize=16,color="magenta"];1727 -> 2220[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1727 -> 2221[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1728 -> 1323[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1728[label="vwx300 == vwx400",fontsize=16,color="magenta"];1728 -> 2222[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1728 -> 2223[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1729 -> 1326[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1729[label="vwx300 == vwx400",fontsize=16,color="magenta"];1729 -> 2224[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1729 -> 2225[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1730 -> 1174[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1730[label="vwx300 == vwx400",fontsize=16,color="magenta"];1730 -> 2226[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1730 -> 2227[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1731 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1731[label="vwx300 == vwx400",fontsize=16,color="magenta"];1731 -> 2228[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1731 -> 2229[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1732 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1732[label="vwx300 == vwx400",fontsize=16,color="magenta"];1732 -> 2230[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1732 -> 2231[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1733 -> 1317[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1733[label="vwx300 == vwx400",fontsize=16,color="magenta"];1733 -> 2232[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1733 -> 2233[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1734 -> 1180[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1734[label="vwx300 == vwx400",fontsize=16,color="magenta"];1734 -> 2234[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1734 -> 2235[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1735 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1735[label="vwx300 == vwx400",fontsize=16,color="magenta"];1735 -> 2236[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1735 -> 2237[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1736 -> 1203[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1736[label="vwx300 == vwx400",fontsize=16,color="magenta"];1736 -> 2238[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1736 -> 2239[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1737 -> 1321[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1737[label="vwx300 == vwx400",fontsize=16,color="magenta"];1737 -> 2240[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1737 -> 2241[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1738 -> 1201[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1738[label="vwx300 == vwx400",fontsize=16,color="magenta"];1738 -> 2242[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1738 -> 2243[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1739 -> 1330[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1739[label="vwx300 == vwx400",fontsize=16,color="magenta"];1739 -> 2244[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1739 -> 2245[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1740 -> 1327[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1740[label="vwx300 == vwx400",fontsize=16,color="magenta"];1740 -> 2246[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1740 -> 2247[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1741[label="vwx400",fontsize=16,color="green",shape="box"];1742[label="vwx300",fontsize=16,color="green",shape="box"];1743[label="vwx400",fontsize=16,color="green",shape="box"];1744[label="vwx300",fontsize=16,color="green",shape="box"];1745[label="vwx400",fontsize=16,color="green",shape="box"];1746[label="vwx300",fontsize=16,color="green",shape="box"];1747[label="vwx400",fontsize=16,color="green",shape="box"];1748[label="vwx300",fontsize=16,color="green",shape="box"];1749[label="vwx400",fontsize=16,color="green",shape="box"];1750[label="vwx300",fontsize=16,color="green",shape="box"];1751[label="vwx400",fontsize=16,color="green",shape="box"];1752[label="vwx300",fontsize=16,color="green",shape="box"];1753[label="vwx400",fontsize=16,color="green",shape="box"];1754[label="vwx300",fontsize=16,color="green",shape="box"];1755[label="vwx400",fontsize=16,color="green",shape="box"];1756[label="vwx300",fontsize=16,color="green",shape="box"];1757[label="vwx400",fontsize=16,color="green",shape="box"];1758[label="vwx300",fontsize=16,color="green",shape="box"];1759[label="vwx400",fontsize=16,color="green",shape="box"];1760[label="vwx300",fontsize=16,color="green",shape="box"];1761[label="vwx400",fontsize=16,color="green",shape="box"];1762[label="vwx300",fontsize=16,color="green",shape="box"];1763[label="vwx400",fontsize=16,color="green",shape="box"];1764[label="vwx300",fontsize=16,color="green",shape="box"];1765[label="vwx400",fontsize=16,color="green",shape="box"];1766[label="vwx300",fontsize=16,color="green",shape="box"];1767[label="vwx400",fontsize=16,color="green",shape="box"];1768[label="vwx300",fontsize=16,color="green",shape="box"];1769[label="vwx400",fontsize=16,color="green",shape="box"];1770[label="vwx300",fontsize=16,color="green",shape="box"];1771[label="vwx400",fontsize=16,color="green",shape="box"];1772[label="vwx300",fontsize=16,color="green",shape="box"];1773[label="vwx400",fontsize=16,color="green",shape="box"];1774[label="vwx300",fontsize=16,color="green",shape="box"];1775[label="vwx400",fontsize=16,color="green",shape="box"];1776[label="vwx300",fontsize=16,color="green",shape="box"];1777[label="vwx400",fontsize=16,color="green",shape="box"];1778[label="vwx300",fontsize=16,color="green",shape="box"];1779[label="vwx400",fontsize=16,color="green",shape="box"];1780[label="vwx300",fontsize=16,color="green",shape="box"];1781[label="vwx400",fontsize=16,color="green",shape="box"];1782[label="vwx300",fontsize=16,color="green",shape="box"];1783[label="vwx400",fontsize=16,color="green",shape="box"];1784[label="vwx300",fontsize=16,color="green",shape="box"];1785[label="vwx400",fontsize=16,color="green",shape="box"];1786[label="vwx300",fontsize=16,color="green",shape="box"];1787[label="vwx400",fontsize=16,color="green",shape="box"];1788[label="vwx300",fontsize=16,color="green",shape="box"];1789[label="vwx400",fontsize=16,color="green",shape="box"];1790[label="vwx300",fontsize=16,color="green",shape="box"];1791[label="vwx400",fontsize=16,color="green",shape="box"];1792[label="vwx300",fontsize=16,color="green",shape="box"];1793[label="vwx400",fontsize=16,color="green",shape="box"];1794[label="vwx300",fontsize=16,color="green",shape="box"];1795[label="vwx400",fontsize=16,color="green",shape="box"];1796[label="vwx300",fontsize=16,color="green",shape="box"];2062[label="vwx401",fontsize=16,color="green",shape="box"];2063[label="vwx301",fontsize=16,color="green",shape="box"];2064[label="vwx401",fontsize=16,color="green",shape="box"];2065[label="vwx301",fontsize=16,color="green",shape="box"];2066[label="vwx400",fontsize=16,color="green",shape="box"];2067[label="vwx300",fontsize=16,color="green",shape="box"];2068[label="vwx400",fontsize=16,color="green",shape="box"];2069[label="vwx300",fontsize=16,color="green",shape="box"];2070[label="vwx400",fontsize=16,color="green",shape="box"];2071[label="vwx300",fontsize=16,color="green",shape="box"];2072[label="vwx400",fontsize=16,color="green",shape="box"];2073[label="vwx300",fontsize=16,color="green",shape="box"];2074[label="vwx400",fontsize=16,color="green",shape="box"];2075[label="vwx300",fontsize=16,color="green",shape="box"];2076[label="vwx400",fontsize=16,color="green",shape="box"];2077[label="vwx300",fontsize=16,color="green",shape="box"];2078[label="vwx400",fontsize=16,color="green",shape="box"];2079[label="vwx300",fontsize=16,color="green",shape="box"];2080[label="vwx400",fontsize=16,color="green",shape="box"];2081[label="vwx300",fontsize=16,color="green",shape="box"];2082[label="vwx400",fontsize=16,color="green",shape="box"];2083[label="vwx300",fontsize=16,color="green",shape="box"];2084[label="vwx400",fontsize=16,color="green",shape="box"];2085[label="vwx300",fontsize=16,color="green",shape="box"];2086[label="vwx400",fontsize=16,color="green",shape="box"];2087[label="vwx300",fontsize=16,color="green",shape="box"];2088[label="vwx400",fontsize=16,color="green",shape="box"];2089[label="vwx300",fontsize=16,color="green",shape="box"];2090[label="vwx400",fontsize=16,color="green",shape="box"];2091[label="vwx300",fontsize=16,color="green",shape="box"];2092[label="vwx400",fontsize=16,color="green",shape="box"];2093[label="vwx300",fontsize=16,color="green",shape="box"];2094[label="vwx400",fontsize=16,color="green",shape="box"];2095[label="vwx300",fontsize=16,color="green",shape="box"];2096[label="vwx400",fontsize=16,color="green",shape="box"];2097[label="vwx300",fontsize=16,color="green",shape="box"];2098[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];2098 -> 2248[label="",style="solid", color="black", weight=3]; 15.05/5.78 2099[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];2099 -> 2249[label="",style="solid", color="black", weight=3]; 15.05/5.78 2100[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];2100 -> 2250[label="",style="solid", color="black", weight=3]; 15.05/5.78 2101[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];2101 -> 2251[label="",style="solid", color="black", weight=3]; 15.05/5.78 1954[label="vwx400",fontsize=16,color="green",shape="box"];1955[label="vwx300",fontsize=16,color="green",shape="box"];1956[label="vwx400",fontsize=16,color="green",shape="box"];1957[label="vwx300",fontsize=16,color="green",shape="box"];1958[label="vwx400",fontsize=16,color="green",shape="box"];1959[label="vwx300",fontsize=16,color="green",shape="box"];1960[label="vwx400",fontsize=16,color="green",shape="box"];1961[label="vwx300",fontsize=16,color="green",shape="box"];1962[label="vwx400",fontsize=16,color="green",shape="box"];1963[label="vwx300",fontsize=16,color="green",shape="box"];1964[label="vwx400",fontsize=16,color="green",shape="box"];1965[label="vwx300",fontsize=16,color="green",shape="box"];1966[label="vwx400",fontsize=16,color="green",shape="box"];1967[label="vwx300",fontsize=16,color="green",shape="box"];1968[label="vwx400",fontsize=16,color="green",shape="box"];1969[label="vwx300",fontsize=16,color="green",shape="box"];1970[label="vwx400",fontsize=16,color="green",shape="box"];1971[label="vwx300",fontsize=16,color="green",shape="box"];1972[label="vwx400",fontsize=16,color="green",shape="box"];1973[label="vwx300",fontsize=16,color="green",shape="box"];1974[label="vwx400",fontsize=16,color="green",shape="box"];1975[label="vwx300",fontsize=16,color="green",shape="box"];1976[label="vwx400",fontsize=16,color="green",shape="box"];1977[label="vwx300",fontsize=16,color="green",shape="box"];1978[label="vwx400",fontsize=16,color="green",shape="box"];1979[label="vwx300",fontsize=16,color="green",shape="box"];1980[label="vwx400",fontsize=16,color="green",shape="box"];1981[label="vwx300",fontsize=16,color="green",shape="box"];1982[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3202[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3202[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3202 -> 2252[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3203[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3203[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3203 -> 2253[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3204[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3204[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3204 -> 2254[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3205[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3205[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3205 -> 2255[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3206[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3206[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3206 -> 2256[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3207[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3207[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3207 -> 2257[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3208[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3208[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3208 -> 2258[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3209[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3209[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3209 -> 2259[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3210[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3210[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3210 -> 2260[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3211[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3211[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3211 -> 2261[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3212[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3212[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3212 -> 2262[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3213[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3213[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3213 -> 2263[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3214[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3214[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3214 -> 2264[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3215[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1982 -> 3215[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3215 -> 2265[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1983[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3216[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3216[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3216 -> 2266[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3217[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3217[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3217 -> 2267[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3218[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3218[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3218 -> 2268[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3219[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3219[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3219 -> 2269[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3220[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3220[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3220 -> 2270[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3221[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3221[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3221 -> 2271[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3222[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3222[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3222 -> 2272[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3223[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3223[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3223 -> 2273[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3224[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3224[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3224 -> 2274[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3225[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3225[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3225 -> 2275[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3226[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3226[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3226 -> 2276[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3227[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3227[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3227 -> 2277[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3228[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3228[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3228 -> 2278[label="",style="solid", color="blue", weight=3]; 15.05/5.78 3229[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1983 -> 3229[label="",style="solid", color="blue", weight=9]; 15.05/5.78 3229 -> 2279[label="",style="solid", color="blue", weight=3]; 15.05/5.78 1984 -> 1184[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1984[label="vwx300 == vwx400",fontsize=16,color="magenta"];1984 -> 2280[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1984 -> 2281[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1985 -> 1323[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1985[label="vwx300 == vwx400",fontsize=16,color="magenta"];1985 -> 2282[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1985 -> 2283[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1986 -> 1326[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1986[label="vwx300 == vwx400",fontsize=16,color="magenta"];1986 -> 2284[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1986 -> 2285[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1987 -> 1174[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1987[label="vwx300 == vwx400",fontsize=16,color="magenta"];1987 -> 2286[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1987 -> 2287[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1988 -> 1324[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1988[label="vwx300 == vwx400",fontsize=16,color="magenta"];1988 -> 2288[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1988 -> 2289[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1989 -> 1319[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1989[label="vwx300 == vwx400",fontsize=16,color="magenta"];1989 -> 2290[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1989 -> 2291[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1990 -> 1317[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1990[label="vwx300 == vwx400",fontsize=16,color="magenta"];1990 -> 2292[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1990 -> 2293[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1991 -> 1180[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1991[label="vwx300 == vwx400",fontsize=16,color="magenta"];1991 -> 2294[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1991 -> 2295[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1992 -> 973[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1992[label="vwx300 == vwx400",fontsize=16,color="magenta"];1992 -> 2296[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1992 -> 2297[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1993 -> 1203[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1993[label="vwx300 == vwx400",fontsize=16,color="magenta"];1993 -> 2298[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1993 -> 2299[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1994 -> 1321[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1994[label="vwx300 == vwx400",fontsize=16,color="magenta"];1994 -> 2300[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1994 -> 2301[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1995 -> 1201[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1995[label="vwx300 == vwx400",fontsize=16,color="magenta"];1995 -> 2302[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1995 -> 2303[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1996 -> 1330[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1996[label="vwx300 == vwx400",fontsize=16,color="magenta"];1996 -> 2304[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1996 -> 2305[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1997 -> 1327[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1997[label="vwx300 == vwx400",fontsize=16,color="magenta"];1997 -> 2306[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1997 -> 2307[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2102[label="vwx301",fontsize=16,color="green",shape="box"];2103[label="vwx400",fontsize=16,color="green",shape="box"];2104[label="vwx300",fontsize=16,color="green",shape="box"];2105[label="vwx401",fontsize=16,color="green",shape="box"];1507 -> 1563[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1507[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];1507 -> 2308[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1507 -> 2309[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1508 -> 1563[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1508[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];1508 -> 2310[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1508 -> 2311[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1509 -> 1563[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1509[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];1509 -> 2312[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1509 -> 2313[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1510 -> 1563[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1510[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];1510 -> 2314[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1510 -> 2315[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1512 -> 1304[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1512[label="vwx30 <= vwx40",fontsize=16,color="magenta"];1512 -> 2316[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1512 -> 2317[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1511[label="compare1 vwx30 vwx40 vwx114",fontsize=16,color="burlywood",shape="triangle"];3230[label="vwx114/False",fontsize=10,color="white",style="solid",shape="box"];1511 -> 3230[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3230 -> 2318[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3231[label="vwx114/True",fontsize=10,color="white",style="solid",shape="box"];1511 -> 3231[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3231 -> 2319[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1611[label="Succ vwx3000",fontsize=16,color="green",shape="box"];1612[label="vwx400",fontsize=16,color="green",shape="box"];1613 -> 1361[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1613[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];1613 -> 2320[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1613 -> 2321[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1614[label="EQ",fontsize=16,color="green",shape="box"];1615[label="GT",fontsize=16,color="green",shape="box"];1616[label="EQ",fontsize=16,color="green",shape="box"];1617[label="vwx400",fontsize=16,color="green",shape="box"];1618[label="Succ vwx3000",fontsize=16,color="green",shape="box"];1619[label="LT",fontsize=16,color="green",shape="box"];1620[label="EQ",fontsize=16,color="green",shape="box"];1621 -> 1361[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1621[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];1621 -> 2322[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1621 -> 2323[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1622[label="EQ",fontsize=16,color="green",shape="box"];1624 -> 4[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1624[label="vwx30 <= vwx40",fontsize=16,color="magenta"];1624 -> 2324[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1624 -> 2325[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1623[label="compare1 vwx30 vwx40 vwx116",fontsize=16,color="burlywood",shape="triangle"];3232[label="vwx116/False",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3232[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3232 -> 2326[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3233[label="vwx116/True",fontsize=10,color="white",style="solid",shape="box"];1623 -> 3233[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3233 -> 2327[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1798 -> 1308[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1798[label="vwx30 <= vwx40",fontsize=16,color="magenta"];1798 -> 2328[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1798 -> 2329[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1797[label="compare1 vwx30 vwx40 vwx117",fontsize=16,color="burlywood",shape="triangle"];3234[label="vwx117/False",fontsize=10,color="white",style="solid",shape="box"];1797 -> 3234[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3234 -> 2330[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3235[label="vwx117/True",fontsize=10,color="white",style="solid",shape="box"];1797 -> 3235[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3235 -> 2331[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 1998 -> 1899[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1998[label="vwx400 * vwx301",fontsize=16,color="magenta"];1998 -> 2332[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1998 -> 2333[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1999 -> 1899[label="",style="dashed", color="red", weight=0]; 15.05/5.78 1999[label="vwx300 * vwx401",fontsize=16,color="magenta"];1999 -> 2334[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 1999 -> 2335[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2000[label="compare (Integer vwx3000 * Integer vwx4010) (vwx400 * vwx301)",fontsize=16,color="black",shape="box"];2000 -> 2336[label="",style="solid", color="black", weight=3]; 15.05/5.78 2002 -> 1311[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2002[label="vwx30 <= vwx40",fontsize=16,color="magenta"];2002 -> 2337[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2002 -> 2338[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2001[label="compare1 vwx30 vwx40 vwx118",fontsize=16,color="burlywood",shape="triangle"];3236[label="vwx118/False",fontsize=10,color="white",style="solid",shape="box"];2001 -> 3236[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3236 -> 2339[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 3237[label="vwx118/True",fontsize=10,color="white",style="solid",shape="box"];2001 -> 3237[label="",style="solid", color="burlywood", weight=9]; 15.05/5.78 3237 -> 2340[label="",style="solid", color="burlywood", weight=3]; 15.05/5.78 2106 -> 1559[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2106[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2106 -> 2341[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2106 -> 2342[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2107[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];2107 -> 2343[label="",style="solid", color="black", weight=3]; 15.05/5.78 2108 -> 1563[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2108[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2108 -> 2344[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2108 -> 2345[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2109[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];2109 -> 2346[label="",style="solid", color="black", weight=3]; 15.05/5.78 2110 -> 1565[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2110[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2110 -> 2347[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2110 -> 2348[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2111[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];2111 -> 2349[label="",style="solid", color="black", weight=3]; 15.05/5.78 2112 -> 1567[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2112[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2112 -> 2350[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2112 -> 2351[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2113 -> 1569[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2113[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2113 -> 2352[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2113 -> 2353[label="",style="dashed", color="magenta", weight=3]; 15.05/5.78 2114[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];2114 -> 2354[label="",style="solid", color="black", weight=3]; 15.05/5.78 2115 -> 1571[label="",style="dashed", color="red", weight=0]; 15.05/5.78 2115[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2115 -> 2355[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2115 -> 2356[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2116 -> 1573[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2116[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2116 -> 2357[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2116 -> 2358[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2117[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];2117 -> 2359[label="",style="solid", color="black", weight=3]; 15.41/5.78 2118[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];2118 -> 2360[label="",style="solid", color="black", weight=3]; 15.41/5.78 2119 -> 1575[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2119[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2119 -> 2361[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2119 -> 2362[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2120[label="primCompAux0 (compare vwx111 vwx112) LT",fontsize=16,color="black",shape="box"];2120 -> 2363[label="",style="solid", color="black", weight=3]; 15.41/5.78 2121[label="primCompAux0 (compare vwx111 vwx112) EQ",fontsize=16,color="black",shape="box"];2121 -> 2364[label="",style="solid", color="black", weight=3]; 15.41/5.78 2122[label="primCompAux0 (compare vwx111 vwx112) GT",fontsize=16,color="black",shape="box"];2122 -> 2365[label="",style="solid", color="black", weight=3]; 15.41/5.78 2123[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];2123 -> 2366[label="",style="solid", color="black", weight=3]; 15.41/5.78 2124[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];2124 -> 2367[label="",style="solid", color="black", weight=3]; 15.41/5.78 2125[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];2125 -> 2368[label="",style="solid", color="black", weight=3]; 15.41/5.78 2126[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2126 -> 2369[label="",style="solid", color="black", weight=3]; 15.41/5.78 2128 -> 1314[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2128[label="vwx30 <= vwx40",fontsize=16,color="magenta"];2128 -> 2370[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2128 -> 2371[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2127[label="compare1 vwx30 vwx40 vwx119",fontsize=16,color="burlywood",shape="triangle"];3238[label="vwx119/False",fontsize=10,color="white",style="solid",shape="box"];2127 -> 3238[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3238 -> 2372[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3239[label="vwx119/True",fontsize=10,color="white",style="solid",shape="box"];2127 -> 3239[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3239 -> 2373[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2130 -> 1315[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2130[label="vwx30 <= vwx40",fontsize=16,color="magenta"];2130 -> 2374[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2130 -> 2375[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2129[label="compare1 vwx30 vwx40 vwx120",fontsize=16,color="burlywood",shape="triangle"];3240[label="vwx120/False",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3240[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3240 -> 2376[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3241[label="vwx120/True",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3241[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3241 -> 2377[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2131 -> 1563[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2131[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2131 -> 2378[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2131 -> 2379[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2132 -> 1563[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2132[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2132 -> 2380[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2132 -> 2381[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2133 -> 1563[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2133[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2133 -> 2382[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2133 -> 2383[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2134 -> 1563[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2134[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2134 -> 2384[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2134 -> 2385[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2135[label="EQ",fontsize=16,color="green",shape="box"];2136[label="compare (vwx310 * vwx411) (vwx410 * vwx311)",fontsize=16,color="blue",shape="box"];3242[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2136 -> 3242[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3242 -> 2386[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3243[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2136 -> 3243[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3243 -> 2387[label="",style="solid", color="blue", weight=3]; 15.41/5.78 2137 -> 1025[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2137[label="primCmpInt vwx310 vwx410",fontsize=16,color="magenta"];2137 -> 2388[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2137 -> 2389[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2138 -> 1192[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2138[label="primCompAux vwx310 vwx410 (compare vwx311 vwx411)",fontsize=16,color="magenta"];2138 -> 2390[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2138 -> 2391[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2138 -> 2392[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2138 -> 2393[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2139[label="GT",fontsize=16,color="green",shape="box"];2140[label="LT",fontsize=16,color="green",shape="box"];2141[label="EQ",fontsize=16,color="green",shape="box"];2142 -> 931[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2142[label="vwx311 < vwx411",fontsize=16,color="magenta"];2142 -> 2394[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2142 -> 2395[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2143 -> 932[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2143[label="vwx311 < vwx411",fontsize=16,color="magenta"];2143 -> 2396[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2143 -> 2397[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2144 -> 933[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2144[label="vwx311 < vwx411",fontsize=16,color="magenta"];2144 -> 2398[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2144 -> 2399[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2145 -> 934[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2145[label="vwx311 < vwx411",fontsize=16,color="magenta"];2145 -> 2400[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2145 -> 2401[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2146 -> 935[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2146[label="vwx311 < vwx411",fontsize=16,color="magenta"];2146 -> 2402[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2146 -> 2403[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2147 -> 936[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2147[label="vwx311 < vwx411",fontsize=16,color="magenta"];2147 -> 2404[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2147 -> 2405[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2148 -> 937[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2148[label="vwx311 < vwx411",fontsize=16,color="magenta"];2148 -> 2406[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2148 -> 2407[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2149 -> 938[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2149[label="vwx311 < vwx411",fontsize=16,color="magenta"];2149 -> 2408[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2149 -> 2409[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2150 -> 939[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2150[label="vwx311 < vwx411",fontsize=16,color="magenta"];2150 -> 2410[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2150 -> 2411[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2151 -> 940[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2151[label="vwx311 < vwx411",fontsize=16,color="magenta"];2151 -> 2412[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2151 -> 2413[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2152 -> 941[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2152[label="vwx311 < vwx411",fontsize=16,color="magenta"];2152 -> 2414[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2152 -> 2415[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2153 -> 942[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2153[label="vwx311 < vwx411",fontsize=16,color="magenta"];2153 -> 2416[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2153 -> 2417[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2154 -> 943[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2154[label="vwx311 < vwx411",fontsize=16,color="magenta"];2154 -> 2418[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2154 -> 2419[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2155 -> 944[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2155[label="vwx311 < vwx411",fontsize=16,color="magenta"];2155 -> 2420[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2155 -> 2421[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2156[label="vwx312 <= vwx412",fontsize=16,color="blue",shape="box"];3244[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3244[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3244 -> 2422[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3245[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3245[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3245 -> 2423[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3246[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3246[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3246 -> 2424[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3247[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3247[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3247 -> 2425[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3248[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3248[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3248 -> 2426[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3249[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3249[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3249 -> 2427[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3250[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3250[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3250 -> 2428[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3251[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3251[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3251 -> 2429[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3252[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3252[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3252 -> 2430[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3253[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3253[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3253 -> 2431[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3254[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3254[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3254 -> 2432[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3255[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3255[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3255 -> 2433[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3256[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3256[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3256 -> 2434[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3257[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2156 -> 3257[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3257 -> 2435[label="",style="solid", color="blue", weight=3]; 15.41/5.78 2157[label="vwx311 == vwx411",fontsize=16,color="blue",shape="box"];3258[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3258[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3258 -> 2436[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3259[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3259[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3259 -> 2437[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3260[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3260[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3260 -> 2438[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3261[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3261[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3261 -> 2439[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3262[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3262[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3262 -> 2440[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3263[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3263[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3263 -> 2441[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3264[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3264[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3264 -> 2442[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3265[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3265[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3265 -> 2443[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3266[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3266[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3266 -> 2444[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3267[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3267[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3267 -> 2445[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3268[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3268[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3268 -> 2446[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3269[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3269[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3269 -> 2447[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3270[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3270[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3270 -> 2448[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3271[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2157 -> 3271[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3271 -> 2449[label="",style="solid", color="blue", weight=3]; 15.41/5.78 2158[label="vwx410",fontsize=16,color="green",shape="box"];2159[label="vwx310",fontsize=16,color="green",shape="box"];2160[label="vwx410",fontsize=16,color="green",shape="box"];2161[label="vwx310",fontsize=16,color="green",shape="box"];2162[label="vwx410",fontsize=16,color="green",shape="box"];2163[label="vwx310",fontsize=16,color="green",shape="box"];2164[label="vwx410",fontsize=16,color="green",shape="box"];2165[label="vwx310",fontsize=16,color="green",shape="box"];2166[label="vwx410",fontsize=16,color="green",shape="box"];2167[label="vwx310",fontsize=16,color="green",shape="box"];2168[label="vwx410",fontsize=16,color="green",shape="box"];2169[label="vwx310",fontsize=16,color="green",shape="box"];2170[label="vwx410",fontsize=16,color="green",shape="box"];2171[label="vwx310",fontsize=16,color="green",shape="box"];2172[label="vwx410",fontsize=16,color="green",shape="box"];2173[label="vwx310",fontsize=16,color="green",shape="box"];2174[label="vwx410",fontsize=16,color="green",shape="box"];2175[label="vwx310",fontsize=16,color="green",shape="box"];2176[label="vwx410",fontsize=16,color="green",shape="box"];2177[label="vwx310",fontsize=16,color="green",shape="box"];2178[label="vwx410",fontsize=16,color="green",shape="box"];2179[label="vwx310",fontsize=16,color="green",shape="box"];2180[label="vwx410",fontsize=16,color="green",shape="box"];2181[label="vwx310",fontsize=16,color="green",shape="box"];2182[label="vwx410",fontsize=16,color="green",shape="box"];2183[label="vwx310",fontsize=16,color="green",shape="box"];2184[label="vwx410",fontsize=16,color="green",shape="box"];2185[label="vwx310",fontsize=16,color="green",shape="box"];2186[label="primMulInt (Pos vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];3272[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];2186 -> 3272[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3272 -> 2450[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3273[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];2186 -> 3273[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3273 -> 2451[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2187[label="primMulInt (Neg vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];3274[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];2187 -> 3274[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3274 -> 2452[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3275[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];2187 -> 3275[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3275 -> 2453[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2188[label="vwx3000",fontsize=16,color="green",shape="box"];2189[label="vwx4000",fontsize=16,color="green",shape="box"];2190[label="vwx3000",fontsize=16,color="green",shape="box"];2191[label="vwx4000",fontsize=16,color="green",shape="box"];2192[label="vwx401",fontsize=16,color="green",shape="box"];2193[label="vwx301",fontsize=16,color="green",shape="box"];2194[label="vwx401",fontsize=16,color="green",shape="box"];2195[label="vwx301",fontsize=16,color="green",shape="box"];2196[label="vwx401",fontsize=16,color="green",shape="box"];2197[label="vwx301",fontsize=16,color="green",shape="box"];2198[label="vwx401",fontsize=16,color="green",shape="box"];2199[label="vwx301",fontsize=16,color="green",shape="box"];2200[label="vwx401",fontsize=16,color="green",shape="box"];2201[label="vwx301",fontsize=16,color="green",shape="box"];2202[label="vwx401",fontsize=16,color="green",shape="box"];2203[label="vwx301",fontsize=16,color="green",shape="box"];2204[label="vwx401",fontsize=16,color="green",shape="box"];2205[label="vwx301",fontsize=16,color="green",shape="box"];2206[label="vwx401",fontsize=16,color="green",shape="box"];2207[label="vwx301",fontsize=16,color="green",shape="box"];2208[label="vwx401",fontsize=16,color="green",shape="box"];2209[label="vwx301",fontsize=16,color="green",shape="box"];2210[label="vwx401",fontsize=16,color="green",shape="box"];2211[label="vwx301",fontsize=16,color="green",shape="box"];2212[label="vwx401",fontsize=16,color="green",shape="box"];2213[label="vwx301",fontsize=16,color="green",shape="box"];2214[label="vwx401",fontsize=16,color="green",shape="box"];2215[label="vwx301",fontsize=16,color="green",shape="box"];2216[label="vwx401",fontsize=16,color="green",shape="box"];2217[label="vwx301",fontsize=16,color="green",shape="box"];2218[label="vwx401",fontsize=16,color="green",shape="box"];2219[label="vwx301",fontsize=16,color="green",shape="box"];2220[label="vwx400",fontsize=16,color="green",shape="box"];2221[label="vwx300",fontsize=16,color="green",shape="box"];2222[label="vwx400",fontsize=16,color="green",shape="box"];2223[label="vwx300",fontsize=16,color="green",shape="box"];2224[label="vwx400",fontsize=16,color="green",shape="box"];2225[label="vwx300",fontsize=16,color="green",shape="box"];2226[label="vwx400",fontsize=16,color="green",shape="box"];2227[label="vwx300",fontsize=16,color="green",shape="box"];2228[label="vwx400",fontsize=16,color="green",shape="box"];2229[label="vwx300",fontsize=16,color="green",shape="box"];2230[label="vwx400",fontsize=16,color="green",shape="box"];2231[label="vwx300",fontsize=16,color="green",shape="box"];2232[label="vwx400",fontsize=16,color="green",shape="box"];2233[label="vwx300",fontsize=16,color="green",shape="box"];2234[label="vwx400",fontsize=16,color="green",shape="box"];2235[label="vwx300",fontsize=16,color="green",shape="box"];2236[label="vwx400",fontsize=16,color="green",shape="box"];2237[label="vwx300",fontsize=16,color="green",shape="box"];2238[label="vwx400",fontsize=16,color="green",shape="box"];2239[label="vwx300",fontsize=16,color="green",shape="box"];2240[label="vwx400",fontsize=16,color="green",shape="box"];2241[label="vwx300",fontsize=16,color="green",shape="box"];2242[label="vwx400",fontsize=16,color="green",shape="box"];2243[label="vwx300",fontsize=16,color="green",shape="box"];2244[label="vwx400",fontsize=16,color="green",shape="box"];2245[label="vwx300",fontsize=16,color="green",shape="box"];2246[label="vwx400",fontsize=16,color="green",shape="box"];2247[label="vwx300",fontsize=16,color="green",shape="box"];2248 -> 1684[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2248[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];2248 -> 2454[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2248 -> 2455[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2249[label="False",fontsize=16,color="green",shape="box"];2250[label="False",fontsize=16,color="green",shape="box"];2251[label="True",fontsize=16,color="green",shape="box"];2252 -> 1184[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2252[label="vwx302 == vwx402",fontsize=16,color="magenta"];2252 -> 2456[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2252 -> 2457[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2253 -> 1323[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2253[label="vwx302 == vwx402",fontsize=16,color="magenta"];2253 -> 2458[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2253 -> 2459[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2254 -> 1326[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2254[label="vwx302 == vwx402",fontsize=16,color="magenta"];2254 -> 2460[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2254 -> 2461[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2255 -> 1174[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2255[label="vwx302 == vwx402",fontsize=16,color="magenta"];2255 -> 2462[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2255 -> 2463[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2256 -> 1324[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2256[label="vwx302 == vwx402",fontsize=16,color="magenta"];2256 -> 2464[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2256 -> 2465[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2257 -> 1319[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2257[label="vwx302 == vwx402",fontsize=16,color="magenta"];2257 -> 2466[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2257 -> 2467[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2258 -> 1317[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2258[label="vwx302 == vwx402",fontsize=16,color="magenta"];2258 -> 2468[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2258 -> 2469[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2259 -> 1180[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2259[label="vwx302 == vwx402",fontsize=16,color="magenta"];2259 -> 2470[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2259 -> 2471[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2260 -> 973[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2260[label="vwx302 == vwx402",fontsize=16,color="magenta"];2260 -> 2472[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2260 -> 2473[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2261 -> 1203[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2261[label="vwx302 == vwx402",fontsize=16,color="magenta"];2261 -> 2474[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2261 -> 2475[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2262 -> 1321[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2262[label="vwx302 == vwx402",fontsize=16,color="magenta"];2262 -> 2476[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2262 -> 2477[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2263 -> 1201[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2263[label="vwx302 == vwx402",fontsize=16,color="magenta"];2263 -> 2478[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2263 -> 2479[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2264 -> 1330[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2264[label="vwx302 == vwx402",fontsize=16,color="magenta"];2264 -> 2480[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2264 -> 2481[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2265 -> 1327[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2265[label="vwx302 == vwx402",fontsize=16,color="magenta"];2265 -> 2482[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2265 -> 2483[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2266 -> 1184[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2266[label="vwx301 == vwx401",fontsize=16,color="magenta"];2266 -> 2484[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2266 -> 2485[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2267 -> 1323[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2267[label="vwx301 == vwx401",fontsize=16,color="magenta"];2267 -> 2486[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2267 -> 2487[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2268 -> 1326[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2268[label="vwx301 == vwx401",fontsize=16,color="magenta"];2268 -> 2488[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2268 -> 2489[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2269 -> 1174[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2269[label="vwx301 == vwx401",fontsize=16,color="magenta"];2269 -> 2490[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2269 -> 2491[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2270 -> 1324[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2270[label="vwx301 == vwx401",fontsize=16,color="magenta"];2270 -> 2492[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2270 -> 2493[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2271 -> 1319[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2271[label="vwx301 == vwx401",fontsize=16,color="magenta"];2271 -> 2494[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2271 -> 2495[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2272 -> 1317[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2272[label="vwx301 == vwx401",fontsize=16,color="magenta"];2272 -> 2496[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2272 -> 2497[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2273 -> 1180[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2273[label="vwx301 == vwx401",fontsize=16,color="magenta"];2273 -> 2498[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2273 -> 2499[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2274 -> 973[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2274[label="vwx301 == vwx401",fontsize=16,color="magenta"];2274 -> 2500[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2274 -> 2501[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2275 -> 1203[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2275[label="vwx301 == vwx401",fontsize=16,color="magenta"];2275 -> 2502[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2275 -> 2503[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2276 -> 1321[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2276[label="vwx301 == vwx401",fontsize=16,color="magenta"];2276 -> 2504[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2276 -> 2505[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2277 -> 1201[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2277[label="vwx301 == vwx401",fontsize=16,color="magenta"];2277 -> 2506[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2277 -> 2507[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2278 -> 1330[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2278[label="vwx301 == vwx401",fontsize=16,color="magenta"];2278 -> 2508[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2278 -> 2509[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2279 -> 1327[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2279[label="vwx301 == vwx401",fontsize=16,color="magenta"];2279 -> 2510[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2279 -> 2511[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2280[label="vwx400",fontsize=16,color="green",shape="box"];2281[label="vwx300",fontsize=16,color="green",shape="box"];2282[label="vwx400",fontsize=16,color="green",shape="box"];2283[label="vwx300",fontsize=16,color="green",shape="box"];2284[label="vwx400",fontsize=16,color="green",shape="box"];2285[label="vwx300",fontsize=16,color="green",shape="box"];2286[label="vwx400",fontsize=16,color="green",shape="box"];2287[label="vwx300",fontsize=16,color="green",shape="box"];2288[label="vwx400",fontsize=16,color="green",shape="box"];2289[label="vwx300",fontsize=16,color="green",shape="box"];2290[label="vwx400",fontsize=16,color="green",shape="box"];2291[label="vwx300",fontsize=16,color="green",shape="box"];2292[label="vwx400",fontsize=16,color="green",shape="box"];2293[label="vwx300",fontsize=16,color="green",shape="box"];2294[label="vwx400",fontsize=16,color="green",shape="box"];2295[label="vwx300",fontsize=16,color="green",shape="box"];2296[label="vwx400",fontsize=16,color="green",shape="box"];2297[label="vwx300",fontsize=16,color="green",shape="box"];2298[label="vwx400",fontsize=16,color="green",shape="box"];2299[label="vwx300",fontsize=16,color="green",shape="box"];2300[label="vwx400",fontsize=16,color="green",shape="box"];2301[label="vwx300",fontsize=16,color="green",shape="box"];2302[label="vwx400",fontsize=16,color="green",shape="box"];2303[label="vwx300",fontsize=16,color="green",shape="box"];2304[label="vwx400",fontsize=16,color="green",shape="box"];2305[label="vwx300",fontsize=16,color="green",shape="box"];2306[label="vwx400",fontsize=16,color="green",shape="box"];2307[label="vwx300",fontsize=16,color="green",shape="box"];2308 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2308[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2308 -> 2512[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2309 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2309[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2309 -> 2513[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2309 -> 2514[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2310 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2310[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2310 -> 2515[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2311 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2311[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2311 -> 2516[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2311 -> 2517[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2312 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2312[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2312 -> 2518[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2313 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2313[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2313 -> 2519[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2313 -> 2520[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2314 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2314[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2314 -> 2521[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2315 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2315[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2315 -> 2522[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2315 -> 2523[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2316[label="vwx40",fontsize=16,color="green",shape="box"];2317[label="vwx30",fontsize=16,color="green",shape="box"];2318[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2318 -> 2524[label="",style="solid", color="black", weight=3]; 15.41/5.78 2319[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2319 -> 2525[label="",style="solid", color="black", weight=3]; 15.41/5.78 2320[label="Zero",fontsize=16,color="green",shape="box"];2321[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2322[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2323[label="Zero",fontsize=16,color="green",shape="box"];2324[label="vwx30",fontsize=16,color="green",shape="box"];2325[label="vwx40",fontsize=16,color="green",shape="box"];2326[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2326 -> 2526[label="",style="solid", color="black", weight=3]; 15.41/5.78 2327[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2327 -> 2527[label="",style="solid", color="black", weight=3]; 15.41/5.78 2328[label="vwx40",fontsize=16,color="green",shape="box"];2329[label="vwx30",fontsize=16,color="green",shape="box"];2330[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2330 -> 2528[label="",style="solid", color="black", weight=3]; 15.41/5.78 2331[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2331 -> 2529[label="",style="solid", color="black", weight=3]; 15.41/5.78 2332[label="vwx400",fontsize=16,color="green",shape="box"];2333[label="vwx301",fontsize=16,color="green",shape="box"];2334[label="vwx300",fontsize=16,color="green",shape="box"];2335[label="vwx401",fontsize=16,color="green",shape="box"];2336 -> 1569[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2336[label="compare (Integer (primMulInt vwx3000 vwx4010)) (vwx400 * vwx301)",fontsize=16,color="magenta"];2336 -> 2530[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2336 -> 2531[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2337[label="vwx40",fontsize=16,color="green",shape="box"];2338[label="vwx30",fontsize=16,color="green",shape="box"];2339[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2339 -> 2532[label="",style="solid", color="black", weight=3]; 15.41/5.78 2340[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2340 -> 2533[label="",style="solid", color="black", weight=3]; 15.41/5.78 2341[label="vwx400",fontsize=16,color="green",shape="box"];2342[label="vwx300",fontsize=16,color="green",shape="box"];2343 -> 1023[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2343[label="compare3 vwx300 vwx400",fontsize=16,color="magenta"];2343 -> 2534[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2343 -> 2535[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2344[label="vwx400",fontsize=16,color="green",shape="box"];2345[label="vwx300",fontsize=16,color="green",shape="box"];2346 -> 1027[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2346[label="compare3 vwx300 vwx400",fontsize=16,color="magenta"];2346 -> 2536[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2346 -> 2537[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2347[label="vwx400",fontsize=16,color="green",shape="box"];2348[label="vwx300",fontsize=16,color="green",shape="box"];2349 -> 1030[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2349[label="compare3 vwx300 vwx400",fontsize=16,color="magenta"];2349 -> 2538[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2349 -> 2539[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2350[label="vwx400",fontsize=16,color="green",shape="box"];2351[label="vwx300",fontsize=16,color="green",shape="box"];2352[label="vwx400",fontsize=16,color="green",shape="box"];2353[label="vwx300",fontsize=16,color="green",shape="box"];2354 -> 1034[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2354[label="compare3 vwx300 vwx400",fontsize=16,color="magenta"];2354 -> 2540[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2354 -> 2541[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2355[label="vwx400",fontsize=16,color="green",shape="box"];2356[label="vwx300",fontsize=16,color="green",shape="box"];2357[label="vwx400",fontsize=16,color="green",shape="box"];2358[label="vwx300",fontsize=16,color="green",shape="box"];2359 -> 1042[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2359[label="compare3 vwx300 vwx400",fontsize=16,color="magenta"];2359 -> 2542[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2359 -> 2543[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2360 -> 1044[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2360[label="compare3 vwx300 vwx400",fontsize=16,color="magenta"];2360 -> 2544[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2360 -> 2545[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2361[label="vwx400",fontsize=16,color="green",shape="box"];2362[label="vwx300",fontsize=16,color="green",shape="box"];2363[label="LT",fontsize=16,color="green",shape="box"];2364[label="compare vwx111 vwx112",fontsize=16,color="blue",shape="box"];3276[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3276[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3276 -> 2546[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3277[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3277[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3277 -> 2547[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3278[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3278[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3278 -> 2548[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3279[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3279[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3279 -> 2549[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3280[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3280[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3280 -> 2550[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3281[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3281[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3281 -> 2551[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3282[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3282[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3282 -> 2552[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3283[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3283[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3283 -> 2553[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3284[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3284[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3284 -> 2554[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3285[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3285[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3285 -> 2555[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3286[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3286[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3286 -> 2556[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3287[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3287[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3287 -> 2557[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3288[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3288[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3288 -> 2558[label="",style="solid", color="blue", weight=3]; 15.41/5.78 3289[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2364 -> 3289[label="",style="solid", color="blue", weight=9]; 15.41/5.78 3289 -> 2559[label="",style="solid", color="blue", weight=3]; 15.41/5.78 2365[label="GT",fontsize=16,color="green",shape="box"];2366 -> 1361[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2366[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];2366 -> 2560[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2366 -> 2561[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2367[label="GT",fontsize=16,color="green",shape="box"];2368[label="LT",fontsize=16,color="green",shape="box"];2369[label="EQ",fontsize=16,color="green",shape="box"];2370[label="vwx40",fontsize=16,color="green",shape="box"];2371[label="vwx30",fontsize=16,color="green",shape="box"];2372[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2372 -> 2562[label="",style="solid", color="black", weight=3]; 15.41/5.78 2373[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2373 -> 2563[label="",style="solid", color="black", weight=3]; 15.41/5.78 2374[label="vwx40",fontsize=16,color="green",shape="box"];2375[label="vwx30",fontsize=16,color="green",shape="box"];2376[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2376 -> 2564[label="",style="solid", color="black", weight=3]; 15.41/5.78 2377[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2377 -> 2565[label="",style="solid", color="black", weight=3]; 15.41/5.78 2378 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2378[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2378 -> 2566[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2378 -> 2567[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2379 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2379[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2379 -> 2568[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2379 -> 2569[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2380 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2380[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2380 -> 2570[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2380 -> 2571[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2381 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2381[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2381 -> 2572[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2381 -> 2573[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2382 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2382[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2382 -> 2574[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2382 -> 2575[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2383 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2383[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2383 -> 2576[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2383 -> 2577[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2384 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2384[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2384 -> 2578[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2384 -> 2579[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2385 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2385[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2385 -> 2580[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2385 -> 2581[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2386 -> 1563[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2386[label="compare (vwx310 * vwx411) (vwx410 * vwx311)",fontsize=16,color="magenta"];2386 -> 2582[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2386 -> 2583[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2387 -> 1569[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2387[label="compare (vwx310 * vwx411) (vwx410 * vwx311)",fontsize=16,color="magenta"];2387 -> 2584[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2387 -> 2585[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2388[label="vwx410",fontsize=16,color="green",shape="box"];2389[label="vwx310",fontsize=16,color="green",shape="box"];2390[label="vwx310",fontsize=16,color="green",shape="box"];2391[label="vwx410",fontsize=16,color="green",shape="box"];2392[label="vwx411",fontsize=16,color="green",shape="box"];2393[label="vwx311",fontsize=16,color="green",shape="box"];2394[label="vwx411",fontsize=16,color="green",shape="box"];2395[label="vwx311",fontsize=16,color="green",shape="box"];2396[label="vwx411",fontsize=16,color="green",shape="box"];2397[label="vwx311",fontsize=16,color="green",shape="box"];2398[label="vwx411",fontsize=16,color="green",shape="box"];2399[label="vwx311",fontsize=16,color="green",shape="box"];2400[label="vwx411",fontsize=16,color="green",shape="box"];2401[label="vwx311",fontsize=16,color="green",shape="box"];2402[label="vwx411",fontsize=16,color="green",shape="box"];2403[label="vwx311",fontsize=16,color="green",shape="box"];2404[label="vwx411",fontsize=16,color="green",shape="box"];2405[label="vwx311",fontsize=16,color="green",shape="box"];2406[label="vwx411",fontsize=16,color="green",shape="box"];2407[label="vwx311",fontsize=16,color="green",shape="box"];2408[label="vwx411",fontsize=16,color="green",shape="box"];2409[label="vwx311",fontsize=16,color="green",shape="box"];2410[label="vwx411",fontsize=16,color="green",shape="box"];2411[label="vwx311",fontsize=16,color="green",shape="box"];2412[label="vwx411",fontsize=16,color="green",shape="box"];2413[label="vwx311",fontsize=16,color="green",shape="box"];2414[label="vwx411",fontsize=16,color="green",shape="box"];2415[label="vwx311",fontsize=16,color="green",shape="box"];2416[label="vwx411",fontsize=16,color="green",shape="box"];2417[label="vwx311",fontsize=16,color="green",shape="box"];2418[label="vwx411",fontsize=16,color="green",shape="box"];2419[label="vwx311",fontsize=16,color="green",shape="box"];2420[label="vwx411",fontsize=16,color="green",shape="box"];2421[label="vwx311",fontsize=16,color="green",shape="box"];2422 -> 1303[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2422[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2422 -> 2586[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2422 -> 2587[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2423 -> 1304[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2423[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2423 -> 2588[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2423 -> 2589[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2424 -> 1305[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2424[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2424 -> 2590[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2424 -> 2591[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2425 -> 4[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2425[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2425 -> 2592[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2425 -> 2593[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2426 -> 1307[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2426[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2426 -> 2594[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2426 -> 2595[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2427 -> 1308[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2427[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2427 -> 2596[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2427 -> 2597[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2428 -> 1309[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2428[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2428 -> 2598[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2428 -> 2599[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2429 -> 1310[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2429[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2429 -> 2600[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2429 -> 2601[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2430 -> 1311[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2430[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2430 -> 2602[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2430 -> 2603[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2431 -> 1312[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2431[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2431 -> 2604[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2431 -> 2605[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2432 -> 1313[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2432[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2432 -> 2606[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2432 -> 2607[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2433 -> 1314[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2433[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2433 -> 2608[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2433 -> 2609[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2434 -> 1315[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2434[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2434 -> 2610[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2434 -> 2611[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2435 -> 1316[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2435[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2435 -> 2612[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2435 -> 2613[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2436 -> 1317[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2436[label="vwx311 == vwx411",fontsize=16,color="magenta"];2436 -> 2614[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2436 -> 2615[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2437 -> 1174[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2437[label="vwx311 == vwx411",fontsize=16,color="magenta"];2437 -> 2616[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2437 -> 2617[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2438 -> 1319[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2438[label="vwx311 == vwx411",fontsize=16,color="magenta"];2438 -> 2618[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2438 -> 2619[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2439 -> 1180[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2439[label="vwx311 == vwx411",fontsize=16,color="magenta"];2439 -> 2620[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2439 -> 2621[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2440 -> 1321[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2440[label="vwx311 == vwx411",fontsize=16,color="magenta"];2440 -> 2622[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2440 -> 2623[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2441 -> 1184[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2441[label="vwx311 == vwx411",fontsize=16,color="magenta"];2441 -> 2624[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2441 -> 2625[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2442 -> 1323[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2442[label="vwx311 == vwx411",fontsize=16,color="magenta"];2442 -> 2626[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2442 -> 2627[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2443 -> 1324[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2443[label="vwx311 == vwx411",fontsize=16,color="magenta"];2443 -> 2628[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2443 -> 2629[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2444 -> 973[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2444[label="vwx311 == vwx411",fontsize=16,color="magenta"];2444 -> 2630[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2444 -> 2631[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2445 -> 1326[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2445[label="vwx311 == vwx411",fontsize=16,color="magenta"];2445 -> 2632[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2445 -> 2633[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2446 -> 1327[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2446[label="vwx311 == vwx411",fontsize=16,color="magenta"];2446 -> 2634[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2446 -> 2635[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2447 -> 1201[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2447[label="vwx311 == vwx411",fontsize=16,color="magenta"];2447 -> 2636[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2447 -> 2637[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2448 -> 1203[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2448[label="vwx311 == vwx411",fontsize=16,color="magenta"];2448 -> 2638[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2448 -> 2639[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2449 -> 1330[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2449[label="vwx311 == vwx411",fontsize=16,color="magenta"];2449 -> 2640[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2449 -> 2641[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2450[label="primMulInt (Pos vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];2450 -> 2642[label="",style="solid", color="black", weight=3]; 15.41/5.78 2451[label="primMulInt (Pos vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];2451 -> 2643[label="",style="solid", color="black", weight=3]; 15.41/5.78 2452[label="primMulInt (Neg vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];2452 -> 2644[label="",style="solid", color="black", weight=3]; 15.41/5.78 2453[label="primMulInt (Neg vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];2453 -> 2645[label="",style="solid", color="black", weight=3]; 15.41/5.78 2454[label="vwx3000",fontsize=16,color="green",shape="box"];2455[label="vwx4000",fontsize=16,color="green",shape="box"];2456[label="vwx402",fontsize=16,color="green",shape="box"];2457[label="vwx302",fontsize=16,color="green",shape="box"];2458[label="vwx402",fontsize=16,color="green",shape="box"];2459[label="vwx302",fontsize=16,color="green",shape="box"];2460[label="vwx402",fontsize=16,color="green",shape="box"];2461[label="vwx302",fontsize=16,color="green",shape="box"];2462[label="vwx402",fontsize=16,color="green",shape="box"];2463[label="vwx302",fontsize=16,color="green",shape="box"];2464[label="vwx402",fontsize=16,color="green",shape="box"];2465[label="vwx302",fontsize=16,color="green",shape="box"];2466[label="vwx402",fontsize=16,color="green",shape="box"];2467[label="vwx302",fontsize=16,color="green",shape="box"];2468[label="vwx402",fontsize=16,color="green",shape="box"];2469[label="vwx302",fontsize=16,color="green",shape="box"];2470[label="vwx402",fontsize=16,color="green",shape="box"];2471[label="vwx302",fontsize=16,color="green",shape="box"];2472[label="vwx402",fontsize=16,color="green",shape="box"];2473[label="vwx302",fontsize=16,color="green",shape="box"];2474[label="vwx402",fontsize=16,color="green",shape="box"];2475[label="vwx302",fontsize=16,color="green",shape="box"];2476[label="vwx402",fontsize=16,color="green",shape="box"];2477[label="vwx302",fontsize=16,color="green",shape="box"];2478[label="vwx402",fontsize=16,color="green",shape="box"];2479[label="vwx302",fontsize=16,color="green",shape="box"];2480[label="vwx402",fontsize=16,color="green",shape="box"];2481[label="vwx302",fontsize=16,color="green",shape="box"];2482[label="vwx402",fontsize=16,color="green",shape="box"];2483[label="vwx302",fontsize=16,color="green",shape="box"];2484[label="vwx401",fontsize=16,color="green",shape="box"];2485[label="vwx301",fontsize=16,color="green",shape="box"];2486[label="vwx401",fontsize=16,color="green",shape="box"];2487[label="vwx301",fontsize=16,color="green",shape="box"];2488[label="vwx401",fontsize=16,color="green",shape="box"];2489[label="vwx301",fontsize=16,color="green",shape="box"];2490[label="vwx401",fontsize=16,color="green",shape="box"];2491[label="vwx301",fontsize=16,color="green",shape="box"];2492[label="vwx401",fontsize=16,color="green",shape="box"];2493[label="vwx301",fontsize=16,color="green",shape="box"];2494[label="vwx401",fontsize=16,color="green",shape="box"];2495[label="vwx301",fontsize=16,color="green",shape="box"];2496[label="vwx401",fontsize=16,color="green",shape="box"];2497[label="vwx301",fontsize=16,color="green",shape="box"];2498[label="vwx401",fontsize=16,color="green",shape="box"];2499[label="vwx301",fontsize=16,color="green",shape="box"];2500[label="vwx401",fontsize=16,color="green",shape="box"];2501[label="vwx301",fontsize=16,color="green",shape="box"];2502[label="vwx401",fontsize=16,color="green",shape="box"];2503[label="vwx301",fontsize=16,color="green",shape="box"];2504[label="vwx401",fontsize=16,color="green",shape="box"];2505[label="vwx301",fontsize=16,color="green",shape="box"];2506[label="vwx401",fontsize=16,color="green",shape="box"];2507[label="vwx301",fontsize=16,color="green",shape="box"];2508[label="vwx401",fontsize=16,color="green",shape="box"];2509[label="vwx301",fontsize=16,color="green",shape="box"];2510[label="vwx401",fontsize=16,color="green",shape="box"];2511[label="vwx301",fontsize=16,color="green",shape="box"];2512[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2513[label="vwx300",fontsize=16,color="green",shape="box"];2514[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2515[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2516[label="vwx300",fontsize=16,color="green",shape="box"];2517[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2518[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2519[label="vwx300",fontsize=16,color="green",shape="box"];2520[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2521[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2522[label="vwx300",fontsize=16,color="green",shape="box"];2523[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2524[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2524 -> 2646[label="",style="solid", color="black", weight=3]; 15.41/5.78 2525[label="LT",fontsize=16,color="green",shape="box"];2526[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2526 -> 2647[label="",style="solid", color="black", weight=3]; 15.41/5.78 2527[label="LT",fontsize=16,color="green",shape="box"];2528[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2528 -> 2648[label="",style="solid", color="black", weight=3]; 15.41/5.78 2529[label="LT",fontsize=16,color="green",shape="box"];2530[label="vwx400 * vwx301",fontsize=16,color="burlywood",shape="triangle"];3290[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];2530 -> 3290[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3290 -> 2649[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2531[label="Integer (primMulInt vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];2531 -> 2650[label="",style="dashed", color="green", weight=3]; 15.41/5.78 2532[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2532 -> 2651[label="",style="solid", color="black", weight=3]; 15.41/5.78 2533[label="LT",fontsize=16,color="green",shape="box"];2534[label="vwx400",fontsize=16,color="green",shape="box"];2535[label="vwx300",fontsize=16,color="green",shape="box"];2536[label="vwx400",fontsize=16,color="green",shape="box"];2537[label="vwx300",fontsize=16,color="green",shape="box"];2538[label="vwx400",fontsize=16,color="green",shape="box"];2539[label="vwx300",fontsize=16,color="green",shape="box"];2540[label="vwx400",fontsize=16,color="green",shape="box"];2541[label="vwx300",fontsize=16,color="green",shape="box"];2542[label="vwx400",fontsize=16,color="green",shape="box"];2543[label="vwx300",fontsize=16,color="green",shape="box"];2544[label="vwx400",fontsize=16,color="green",shape="box"];2545[label="vwx300",fontsize=16,color="green",shape="box"];2546 -> 1559[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2546[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2546 -> 2652[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2546 -> 2653[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2547 -> 2107[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2547[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2547 -> 2654[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2547 -> 2655[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2548 -> 1563[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2548[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2548 -> 2656[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2548 -> 2657[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2549 -> 2109[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2549[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2549 -> 2658[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2549 -> 2659[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2550 -> 1565[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2550[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2550 -> 2660[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2550 -> 2661[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2551 -> 2111[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2551[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2551 -> 2662[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2551 -> 2663[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2552 -> 1567[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2552[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2552 -> 2664[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2552 -> 2665[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2553 -> 1569[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2553[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2553 -> 2666[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2553 -> 2667[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2554 -> 2114[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2554[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2554 -> 2668[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2554 -> 2669[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2555 -> 1571[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2555[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2555 -> 2670[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2555 -> 2671[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2556 -> 1573[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2556[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2556 -> 2672[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2556 -> 2673[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2557 -> 2117[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2557[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2557 -> 2674[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2557 -> 2675[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2558 -> 2118[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2558[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2558 -> 2676[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2558 -> 2677[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2559 -> 1575[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2559[label="compare vwx111 vwx112",fontsize=16,color="magenta"];2559 -> 2678[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2559 -> 2679[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2560[label="vwx3000",fontsize=16,color="green",shape="box"];2561[label="vwx4000",fontsize=16,color="green",shape="box"];2562[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2562 -> 2680[label="",style="solid", color="black", weight=3]; 15.41/5.78 2563[label="LT",fontsize=16,color="green",shape="box"];2564[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2564 -> 2681[label="",style="solid", color="black", weight=3]; 15.41/5.78 2565[label="LT",fontsize=16,color="green",shape="box"];2566[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2567[label="vwx400",fontsize=16,color="green",shape="box"];2568[label="vwx300",fontsize=16,color="green",shape="box"];2569[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2570[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2571[label="vwx400",fontsize=16,color="green",shape="box"];2572[label="vwx300",fontsize=16,color="green",shape="box"];2573[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2574[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2575[label="vwx400",fontsize=16,color="green",shape="box"];2576[label="vwx300",fontsize=16,color="green",shape="box"];2577[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2578[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2579[label="vwx400",fontsize=16,color="green",shape="box"];2580[label="vwx300",fontsize=16,color="green",shape="box"];2581[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2582 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2582[label="vwx410 * vwx311",fontsize=16,color="magenta"];2582 -> 2682[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2582 -> 2683[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2583 -> 1899[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2583[label="vwx310 * vwx411",fontsize=16,color="magenta"];2583 -> 2684[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2583 -> 2685[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2584 -> 2530[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2584[label="vwx410 * vwx311",fontsize=16,color="magenta"];2584 -> 2686[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2584 -> 2687[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2585 -> 2530[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2585[label="vwx310 * vwx411",fontsize=16,color="magenta"];2585 -> 2688[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2585 -> 2689[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2586[label="vwx412",fontsize=16,color="green",shape="box"];2587[label="vwx312",fontsize=16,color="green",shape="box"];2588[label="vwx412",fontsize=16,color="green",shape="box"];2589[label="vwx312",fontsize=16,color="green",shape="box"];2590[label="vwx412",fontsize=16,color="green",shape="box"];2591[label="vwx312",fontsize=16,color="green",shape="box"];2592[label="vwx312",fontsize=16,color="green",shape="box"];2593[label="vwx412",fontsize=16,color="green",shape="box"];2594[label="vwx412",fontsize=16,color="green",shape="box"];2595[label="vwx312",fontsize=16,color="green",shape="box"];2596[label="vwx412",fontsize=16,color="green",shape="box"];2597[label="vwx312",fontsize=16,color="green",shape="box"];2598[label="vwx412",fontsize=16,color="green",shape="box"];2599[label="vwx312",fontsize=16,color="green",shape="box"];2600[label="vwx412",fontsize=16,color="green",shape="box"];2601[label="vwx312",fontsize=16,color="green",shape="box"];2602[label="vwx412",fontsize=16,color="green",shape="box"];2603[label="vwx312",fontsize=16,color="green",shape="box"];2604[label="vwx412",fontsize=16,color="green",shape="box"];2605[label="vwx312",fontsize=16,color="green",shape="box"];2606[label="vwx412",fontsize=16,color="green",shape="box"];2607[label="vwx312",fontsize=16,color="green",shape="box"];2608[label="vwx412",fontsize=16,color="green",shape="box"];2609[label="vwx312",fontsize=16,color="green",shape="box"];2610[label="vwx412",fontsize=16,color="green",shape="box"];2611[label="vwx312",fontsize=16,color="green",shape="box"];2612[label="vwx412",fontsize=16,color="green",shape="box"];2613[label="vwx312",fontsize=16,color="green",shape="box"];2614[label="vwx411",fontsize=16,color="green",shape="box"];2615[label="vwx311",fontsize=16,color="green",shape="box"];2616[label="vwx411",fontsize=16,color="green",shape="box"];2617[label="vwx311",fontsize=16,color="green",shape="box"];2618[label="vwx411",fontsize=16,color="green",shape="box"];2619[label="vwx311",fontsize=16,color="green",shape="box"];2620[label="vwx411",fontsize=16,color="green",shape="box"];2621[label="vwx311",fontsize=16,color="green",shape="box"];2622[label="vwx411",fontsize=16,color="green",shape="box"];2623[label="vwx311",fontsize=16,color="green",shape="box"];2624[label="vwx411",fontsize=16,color="green",shape="box"];2625[label="vwx311",fontsize=16,color="green",shape="box"];2626[label="vwx411",fontsize=16,color="green",shape="box"];2627[label="vwx311",fontsize=16,color="green",shape="box"];2628[label="vwx411",fontsize=16,color="green",shape="box"];2629[label="vwx311",fontsize=16,color="green",shape="box"];2630[label="vwx411",fontsize=16,color="green",shape="box"];2631[label="vwx311",fontsize=16,color="green",shape="box"];2632[label="vwx411",fontsize=16,color="green",shape="box"];2633[label="vwx311",fontsize=16,color="green",shape="box"];2634[label="vwx411",fontsize=16,color="green",shape="box"];2635[label="vwx311",fontsize=16,color="green",shape="box"];2636[label="vwx411",fontsize=16,color="green",shape="box"];2637[label="vwx311",fontsize=16,color="green",shape="box"];2638[label="vwx411",fontsize=16,color="green",shape="box"];2639[label="vwx311",fontsize=16,color="green",shape="box"];2640[label="vwx411",fontsize=16,color="green",shape="box"];2641[label="vwx311",fontsize=16,color="green",shape="box"];2642[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];2642 -> 2690[label="",style="dashed", color="green", weight=3]; 15.41/5.78 2643[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];2643 -> 2691[label="",style="dashed", color="green", weight=3]; 15.41/5.78 2644[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];2644 -> 2692[label="",style="dashed", color="green", weight=3]; 15.41/5.78 2645[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];2645 -> 2693[label="",style="dashed", color="green", weight=3]; 15.41/5.78 2646[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2646 -> 2694[label="",style="solid", color="black", weight=3]; 15.41/5.78 2647[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2647 -> 2695[label="",style="solid", color="black", weight=3]; 15.41/5.78 2648[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2648 -> 2696[label="",style="solid", color="black", weight=3]; 15.41/5.78 2649[label="Integer vwx4000 * vwx301",fontsize=16,color="burlywood",shape="box"];3291[label="vwx301/Integer vwx3010",fontsize=10,color="white",style="solid",shape="box"];2649 -> 3291[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3291 -> 2697[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2650 -> 2047[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2650[label="primMulInt vwx3000 vwx4010",fontsize=16,color="magenta"];2650 -> 2698[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2650 -> 2699[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2651[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2651 -> 2700[label="",style="solid", color="black", weight=3]; 15.41/5.78 2652[label="vwx112",fontsize=16,color="green",shape="box"];2653[label="vwx111",fontsize=16,color="green",shape="box"];2654[label="vwx111",fontsize=16,color="green",shape="box"];2655[label="vwx112",fontsize=16,color="green",shape="box"];2656[label="vwx112",fontsize=16,color="green",shape="box"];2657[label="vwx111",fontsize=16,color="green",shape="box"];2658[label="vwx111",fontsize=16,color="green",shape="box"];2659[label="vwx112",fontsize=16,color="green",shape="box"];2660[label="vwx112",fontsize=16,color="green",shape="box"];2661[label="vwx111",fontsize=16,color="green",shape="box"];2662[label="vwx111",fontsize=16,color="green",shape="box"];2663[label="vwx112",fontsize=16,color="green",shape="box"];2664[label="vwx112",fontsize=16,color="green",shape="box"];2665[label="vwx111",fontsize=16,color="green",shape="box"];2666[label="vwx112",fontsize=16,color="green",shape="box"];2667[label="vwx111",fontsize=16,color="green",shape="box"];2668[label="vwx111",fontsize=16,color="green",shape="box"];2669[label="vwx112",fontsize=16,color="green",shape="box"];2670[label="vwx112",fontsize=16,color="green",shape="box"];2671[label="vwx111",fontsize=16,color="green",shape="box"];2672[label="vwx112",fontsize=16,color="green",shape="box"];2673[label="vwx111",fontsize=16,color="green",shape="box"];2674[label="vwx111",fontsize=16,color="green",shape="box"];2675[label="vwx112",fontsize=16,color="green",shape="box"];2676[label="vwx111",fontsize=16,color="green",shape="box"];2677[label="vwx112",fontsize=16,color="green",shape="box"];2678[label="vwx112",fontsize=16,color="green",shape="box"];2679[label="vwx111",fontsize=16,color="green",shape="box"];2680[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2680 -> 2701[label="",style="solid", color="black", weight=3]; 15.41/5.78 2681[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2681 -> 2702[label="",style="solid", color="black", weight=3]; 15.41/5.78 2682[label="vwx410",fontsize=16,color="green",shape="box"];2683[label="vwx311",fontsize=16,color="green",shape="box"];2684[label="vwx310",fontsize=16,color="green",shape="box"];2685[label="vwx411",fontsize=16,color="green",shape="box"];2686[label="vwx410",fontsize=16,color="green",shape="box"];2687[label="vwx311",fontsize=16,color="green",shape="box"];2688[label="vwx310",fontsize=16,color="green",shape="box"];2689[label="vwx411",fontsize=16,color="green",shape="box"];2690[label="primMulNat vwx3010 vwx4000",fontsize=16,color="burlywood",shape="triangle"];3292[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];2690 -> 3292[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3292 -> 2703[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3293[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];2690 -> 3293[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3293 -> 2704[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2691 -> 2690[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2691[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];2691 -> 2705[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2692 -> 2690[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2692[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];2692 -> 2706[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2693 -> 2690[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2693[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];2693 -> 2707[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2693 -> 2708[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2694[label="GT",fontsize=16,color="green",shape="box"];2695[label="GT",fontsize=16,color="green",shape="box"];2696[label="GT",fontsize=16,color="green",shape="box"];2697[label="Integer vwx4000 * Integer vwx3010",fontsize=16,color="black",shape="box"];2697 -> 2709[label="",style="solid", color="black", weight=3]; 15.41/5.78 2698[label="vwx3000",fontsize=16,color="green",shape="box"];2699[label="vwx4010",fontsize=16,color="green",shape="box"];2700[label="GT",fontsize=16,color="green",shape="box"];2701[label="GT",fontsize=16,color="green",shape="box"];2702[label="GT",fontsize=16,color="green",shape="box"];2703[label="primMulNat (Succ vwx30100) vwx4000",fontsize=16,color="burlywood",shape="box"];3294[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];2703 -> 3294[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3294 -> 2710[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3295[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];2703 -> 3295[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3295 -> 2711[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2704[label="primMulNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];3296[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];2704 -> 3296[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3296 -> 2712[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3297[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];2704 -> 3297[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3297 -> 2713[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2705[label="vwx4000",fontsize=16,color="green",shape="box"];2706[label="vwx3010",fontsize=16,color="green",shape="box"];2707[label="vwx4000",fontsize=16,color="green",shape="box"];2708[label="vwx3010",fontsize=16,color="green",shape="box"];2709[label="Integer (primMulInt vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];2709 -> 2714[label="",style="dashed", color="green", weight=3]; 15.41/5.78 2710[label="primMulNat (Succ vwx30100) (Succ vwx40000)",fontsize=16,color="black",shape="box"];2710 -> 2715[label="",style="solid", color="black", weight=3]; 15.41/5.78 2711[label="primMulNat (Succ vwx30100) Zero",fontsize=16,color="black",shape="box"];2711 -> 2716[label="",style="solid", color="black", weight=3]; 15.41/5.78 2712[label="primMulNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];2712 -> 2717[label="",style="solid", color="black", weight=3]; 15.41/5.78 2713[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];2713 -> 2718[label="",style="solid", color="black", weight=3]; 15.41/5.78 2714 -> 2047[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2714[label="primMulInt vwx4000 vwx3010",fontsize=16,color="magenta"];2714 -> 2719[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2714 -> 2720[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2715 -> 2721[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2715[label="primPlusNat (primMulNat vwx30100 (Succ vwx40000)) (Succ vwx40000)",fontsize=16,color="magenta"];2715 -> 2722[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2716[label="Zero",fontsize=16,color="green",shape="box"];2717[label="Zero",fontsize=16,color="green",shape="box"];2718[label="Zero",fontsize=16,color="green",shape="box"];2719[label="vwx4000",fontsize=16,color="green",shape="box"];2720[label="vwx3010",fontsize=16,color="green",shape="box"];2722 -> 2690[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2722[label="primMulNat vwx30100 (Succ vwx40000)",fontsize=16,color="magenta"];2722 -> 2723[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2722 -> 2724[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2721[label="primPlusNat vwx121 (Succ vwx40000)",fontsize=16,color="burlywood",shape="triangle"];3298[label="vwx121/Succ vwx1210",fontsize=10,color="white",style="solid",shape="box"];2721 -> 3298[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3298 -> 2725[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3299[label="vwx121/Zero",fontsize=10,color="white",style="solid",shape="box"];2721 -> 3299[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3299 -> 2726[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2723[label="Succ vwx40000",fontsize=16,color="green",shape="box"];2724[label="vwx30100",fontsize=16,color="green",shape="box"];2725[label="primPlusNat (Succ vwx1210) (Succ vwx40000)",fontsize=16,color="black",shape="box"];2725 -> 2727[label="",style="solid", color="black", weight=3]; 15.41/5.78 2726[label="primPlusNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];2726 -> 2728[label="",style="solid", color="black", weight=3]; 15.41/5.78 2727[label="Succ (Succ (primPlusNat vwx1210 vwx40000))",fontsize=16,color="green",shape="box"];2727 -> 2729[label="",style="dashed", color="green", weight=3]; 15.41/5.78 2728[label="Succ vwx40000",fontsize=16,color="green",shape="box"];2729[label="primPlusNat vwx1210 vwx40000",fontsize=16,color="burlywood",shape="triangle"];3300[label="vwx1210/Succ vwx12100",fontsize=10,color="white",style="solid",shape="box"];2729 -> 3300[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3300 -> 2730[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3301[label="vwx1210/Zero",fontsize=10,color="white",style="solid",shape="box"];2729 -> 3301[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3301 -> 2731[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2730[label="primPlusNat (Succ vwx12100) vwx40000",fontsize=16,color="burlywood",shape="box"];3302[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];2730 -> 3302[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3302 -> 2732[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3303[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];2730 -> 3303[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3303 -> 2733[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2731[label="primPlusNat Zero vwx40000",fontsize=16,color="burlywood",shape="box"];3304[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];2731 -> 3304[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3304 -> 2734[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 3305[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];2731 -> 3305[label="",style="solid", color="burlywood", weight=9]; 15.41/5.78 3305 -> 2735[label="",style="solid", color="burlywood", weight=3]; 15.41/5.78 2732[label="primPlusNat (Succ vwx12100) (Succ vwx400000)",fontsize=16,color="black",shape="box"];2732 -> 2736[label="",style="solid", color="black", weight=3]; 15.41/5.78 2733[label="primPlusNat (Succ vwx12100) Zero",fontsize=16,color="black",shape="box"];2733 -> 2737[label="",style="solid", color="black", weight=3]; 15.41/5.78 2734[label="primPlusNat Zero (Succ vwx400000)",fontsize=16,color="black",shape="box"];2734 -> 2738[label="",style="solid", color="black", weight=3]; 15.41/5.78 2735[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2735 -> 2739[label="",style="solid", color="black", weight=3]; 15.41/5.78 2736[label="Succ (Succ (primPlusNat vwx12100 vwx400000))",fontsize=16,color="green",shape="box"];2736 -> 2740[label="",style="dashed", color="green", weight=3]; 15.41/5.78 2737[label="Succ vwx12100",fontsize=16,color="green",shape="box"];2738[label="Succ vwx400000",fontsize=16,color="green",shape="box"];2739[label="Zero",fontsize=16,color="green",shape="box"];2740 -> 2729[label="",style="dashed", color="red", weight=0]; 15.41/5.78 2740[label="primPlusNat vwx12100 vwx400000",fontsize=16,color="magenta"];2740 -> 2741[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2740 -> 2742[label="",style="dashed", color="magenta", weight=3]; 15.41/5.78 2741[label="vwx12100",fontsize=16,color="green",shape="box"];2742[label="vwx400000",fontsize=16,color="green",shape="box"];} 15.41/5.78 15.41/5.78 ---------------------------------------- 15.41/5.78 15.41/5.78 (14) 15.41/5.78 Complex Obligation (AND) 15.41/5.78 15.41/5.78 ---------------------------------------- 15.41/5.78 15.41/5.78 (15) 15.41/5.78 Obligation: 15.41/5.78 Q DP problem: 15.41/5.78 The TRS P consists of the following rules: 15.41/5.78 15.41/5.78 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 15.41/5.78 15.41/5.78 R is empty. 15.41/5.78 Q is empty. 15.41/5.78 We have to consider all minimal (P,Q,R)-chains. 15.41/5.78 ---------------------------------------- 15.41/5.78 15.41/5.78 (16) QDPSizeChangeProof (EQUIVALENT) 15.41/5.78 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. 15.41/5.78 15.41/5.78 From the DPs we obtained the following set of size-change graphs: 15.41/5.78 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 15.41/5.78 The graph contains the following edges 1 > 1, 2 > 2 15.41/5.78 15.41/5.78 15.41/5.78 ---------------------------------------- 15.41/5.78 15.41/5.78 (17) 15.41/5.78 YES 15.41/5.78 15.41/5.78 ---------------------------------------- 15.41/5.78 15.41/5.78 (18) 15.41/5.78 Obligation: 15.41/5.78 Q DP problem: 15.41/5.78 The TRS P consists of the following rules: 15.41/5.78 15.41/5.78 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(app(ty_Either, bbd), bbe)), baa)) -> new_lt0(vwx311, vwx411, bbd, bbe) 15.41/5.78 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(app(app(ty_@3, ef), eg), eh)), ea)) -> new_ltEs3(vwx310, vwx410, ef, eg, eh) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(ty_Maybe, ee), ea) -> new_ltEs2(vwx310, vwx410, ee) 15.41/5.79 new_compare30(vwx30, vwx40, bc, bd) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(ty_[], ed)), ea)) -> new_ltEs1(vwx310, vwx410, ed) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_@2, hf), hg), hh, baa) -> new_lt(vwx310, vwx410, hf, hg) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(ty_[], ha))) -> new_ltEs1(vwx310, vwx410, ha) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(ty_Maybe, hb))) -> new_ltEs2(vwx310, vwx410, hb) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(ty_Maybe, bch)) -> new_ltEs2(vwx312, vwx412, bch) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(ty_Maybe, bbg), baa) -> new_lt2(vwx311, vwx411, bbg) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(app(app(ty_@3, ga), gb), gc)) -> new_ltEs3(vwx310, vwx410, ga, gb, gc) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(ty_[], fg))) -> new_ltEs1(vwx310, vwx410, fg) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(app(ty_@2, bf), bg)) -> new_compare3(vwx300, vwx400, bf, bg) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(ty_Maybe, cc)) -> new_compare31(vwx300, vwx400, cc) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(ty_[], cb)), bb) -> new_compare0(vwx300, vwx400, cb) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bh), ca)) -> new_compare30(vwx300, vwx400, bh, ca) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, cc)) -> new_compare31(vwx300, vwx400, cc) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(ty_Maybe, fh)) -> new_ltEs2(vwx310, vwx410, fh) 15.41/5.79 new_lt(vwx30, vwx40, h, ba) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_compare3(vwx30, vwx40, h, ba) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(app(ty_@2, dg), dh), ea) -> new_ltEs(vwx310, vwx410, dg, dh) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(app(ty_@2, fb), fc))) -> new_ltEs(vwx310, vwx410, fb, fc) 15.41/5.79 new_compare4(vwx300, vwx400, bh, ca) -> new_compare30(vwx300, vwx400, bh, ca) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(ty_Maybe, bae)), hh), baa)) -> new_lt2(vwx310, vwx410, bae) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(app(ty_@2, bcc), bcd)) -> new_ltEs(vwx312, vwx412, bcc, bcd) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(app(ty_Either, bh), ca)) -> new_compare30(vwx300, vwx400, bh, ca) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs3(vwx312, vwx412, bda, bdb, bdc) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(ty_[], bbf)), baa)) -> new_lt1(vwx311, vwx411, bbf) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(app(app(ty_@3, hc), hd), he)) -> new_ltEs3(vwx310, vwx410, hc, hd, he) 15.41/5.79 new_primCompAux0(vwx111, vwx112, EQ, app(ty_[], bdh)) -> new_compare0(vwx111, vwx112, bdh) 15.41/5.79 new_compare22(vwx30, vwx40, False, da, db, dc) -> new_ltEs3(vwx30, vwx40, da, db, dc) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_Either, bc), bd), bb) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(app(app(ty_@3, bbh), bca), bcb)), baa)) -> new_lt3(vwx311, vwx411, bbh, bca, bcb) 15.41/5.79 new_compare0(:(vwx310, vwx311), :(vwx410, vwx411), gd) -> new_primCompAux(vwx310, vwx410, vwx311, vwx411, gd) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(app(ty_@2, ge), gf)) -> new_ltEs(vwx310, vwx410, ge, gf) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), be) -> new_primCompAux0(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.41/5.79 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(ty_Maybe, ee)), ea)) -> new_ltEs2(vwx310, vwx410, ee) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, cd), ce), cf)) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(app(ty_Either, gg), gh))) -> new_ltEs0(vwx310, vwx410, gg, gh) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(app(ty_@2, hf), hg)), hh), baa)) -> new_lt(vwx310, vwx410, hf, hg) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(app(ty_@2, ge), gf))) -> new_ltEs(vwx310, vwx410, ge, gf) 15.41/5.79 new_primCompAux0(vwx111, vwx112, EQ, app(app(app(ty_@3, beb), bec), bed)) -> new_compare6(vwx111, vwx112, beb, bec, bed) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(ty_Maybe, bbg)), baa)) -> new_lt2(vwx311, vwx411, bbg) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], cb)) -> new_compare0(vwx300, vwx400, cb) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(app(ty_@2, bbb), bbc)), baa)) -> new_lt(vwx311, vwx411, bbb, bbc) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(ty_[], cb)) -> new_compare0(vwx300, vwx400, cb) 15.41/5.79 new_compare5(vwx300, vwx400, cc) -> new_compare31(vwx300, vwx400, cc) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), dd, app(app(ty_@2, de), df)) -> new_ltEs(vwx31, vwx41, de, df) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(app(ty_@2, bf), bg)), bb) -> new_compare3(vwx300, vwx400, bf, bg) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(app(ty_@3, baf), bag), bah), hh, baa) -> new_lt3(vwx310, vwx410, baf, bag, bah) 15.41/5.79 new_compare1(vwx300, vwx400, bf, bg) -> new_compare3(vwx300, vwx400, bf, bg) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], be), bb) -> new_primCompAux0(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.41/5.79 new_ltEs(@2(vwx30, :(vwx310, vwx311)), @2(vwx40, :(vwx410, vwx411)), dd, app(ty_[], gd)) -> new_primCompAux(vwx310, vwx410, vwx311, vwx411, gd) 15.41/5.79 new_lt3(vwx30, vwx40, da, db, dc) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(app(ty_Either, bh), ca)), bb) -> new_compare30(vwx300, vwx400, bh, ca) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(ty_[], bad)), hh), baa)) -> new_lt1(vwx310, vwx410, bad) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(ty_Maybe, hb)) -> new_ltEs2(vwx310, vwx410, hb) 15.41/5.79 new_compare20(vwx30, vwx40, False, bc, bd) -> new_ltEs0(vwx30, vwx40, bc, bd) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(ty_Maybe, bch))) -> new_ltEs2(vwx312, vwx412, bch) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(app(ty_@2, fb), fc)) -> new_ltEs(vwx310, vwx410, fb, fc) 15.41/5.79 new_compare32(vwx30, vwx40, da, db, dc) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(ty_[], ha)) -> new_ltEs1(vwx310, vwx410, ha) 15.41/5.79 new_primCompAux0(vwx111, vwx112, EQ, app(app(ty_@2, bdd), bde)) -> new_compare1(vwx111, vwx112, bdd, bde) 15.41/5.79 new_primCompAux0(vwx111, vwx112, EQ, app(ty_Maybe, bea)) -> new_compare5(vwx111, vwx112, bea) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(app(ty_Either, bab), bac)), hh), baa)) -> new_lt0(vwx310, vwx410, bab, bac) 15.41/5.79 new_compare6(vwx300, vwx400, cd, ce, cf) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(app(app(ty_@3, hc), hd), he))) -> new_ltEs3(vwx310, vwx410, hc, hd, he) 15.41/5.79 new_lt2(vwx30, vwx40, cg) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, be) -> new_primCompAux0(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_Maybe, bae), hh, baa) -> new_lt2(vwx310, vwx410, bae) 15.41/5.79 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(app(ty_@2, dg), dh)), ea)) -> new_ltEs(vwx310, vwx410, dg, dh) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(ty_[], ed), ea) -> new_ltEs1(vwx310, vwx410, ed) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(app(ty_Either, fd), ff)) -> new_ltEs0(vwx310, vwx410, fd, ff) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(app(app(ty_@3, cd), ce), cf)) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(app(ty_Either, eb), ec), ea) -> new_ltEs0(vwx310, vwx410, eb, ec) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(ty_[], bcg)) -> new_ltEs1(vwx312, vwx412, bcg) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(app(ty_Either, bbd), bbe), baa) -> new_lt0(vwx311, vwx411, bbd, bbe) 15.41/5.79 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(app(ty_Either, eb), ec)), ea)) -> new_ltEs0(vwx310, vwx410, eb, ec) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(ty_Maybe, cg), bb) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(app(ty_Either, bce), bcf))) -> new_ltEs0(vwx312, vwx412, bce, bcf) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(app(ty_@2, bcc), bcd))) -> new_ltEs(vwx312, vwx412, bcc, bcd) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(ty_[], bbf), baa) -> new_lt1(vwx311, vwx411, bbf) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(app(ty_@2, bbb), bbc), baa) -> new_lt(vwx311, vwx411, bbb, bbc) 15.41/5.79 new_ltEs1(:(vwx310, vwx311), :(vwx410, vwx411), gd) -> new_primCompAux(vwx310, vwx410, vwx311, vwx411, gd) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(app(app(ty_@3, baf), bag), bah)), hh), baa)) -> new_lt3(vwx310, vwx410, baf, bag, bah) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bf), bg)) -> new_compare3(vwx300, vwx400, bf, bg) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(app(ty_@3, da), db), dc), bb) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_primCompAux0(vwx111, vwx112, EQ, app(app(ty_Either, bdf), bdg)) -> new_compare4(vwx111, vwx112, bdf, bdg) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(app(ty_Either, fd), ff))) -> new_ltEs0(vwx310, vwx410, fd, ff) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(app(app(ty_@3, bda), bdb), bdc))) -> new_ltEs3(vwx312, vwx412, bda, bdb, bdc) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(app(ty_Either, bce), bcf)) -> new_ltEs0(vwx312, vwx412, bce, bcf) 15.41/5.79 new_compare31(vwx30, vwx40, cg) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_Either, bab), bac), hh, baa) -> new_lt0(vwx310, vwx410, bab, bac) 15.41/5.79 new_compare2(vwx30, vwx40, False, h, ba) -> new_ltEs(vwx30, vwx40, h, ba) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(ty_Maybe, fh))) -> new_ltEs2(vwx310, vwx410, fh) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(app(ty_Either, gg), gh)) -> new_ltEs0(vwx310, vwx410, gg, gh) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(app(app(ty_@3, cd), ce), cf)), bb) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(app(app(ty_@3, ef), eg), eh), ea) -> new_ltEs3(vwx310, vwx410, ef, eg, eh) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(ty_Maybe, cc)), bb) -> new_compare31(vwx300, vwx400, cc) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(ty_[], fg)) -> new_ltEs1(vwx310, vwx410, fg) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(app(app(ty_@3, ga), gb), gc))) -> new_ltEs3(vwx310, vwx410, ga, gb, gc) 15.41/5.79 new_lt0(vwx30, vwx40, bc, bd) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(ty_[], bcg))) -> new_ltEs1(vwx312, vwx412, bcg) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(app(app(ty_@3, bbh), bca), bcb), baa) -> new_lt3(vwx311, vwx411, bbh, bca, bcb) 15.41/5.79 new_compare21(vwx30, vwx40, False, cg) -> new_ltEs2(vwx30, vwx40, cg) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_[], bad), hh, baa) -> new_lt1(vwx310, vwx410, bad) 15.41/5.79 15.41/5.79 The TRS R consists of the following rules: 15.41/5.79 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Bool) -> new_ltEs6(vwx310, vwx410) 15.41/5.79 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 15.41/5.79 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 15.41/5.79 new_esEs19(:(vwx300, vwx301), :(vwx400, vwx401), be) -> new_asAs(new_esEs28(vwx300, vwx400, be), new_esEs19(vwx301, vwx401, be)) 15.41/5.79 new_compare10(vwx30, vwx40, True, da, db, dc) -> LT 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_@0) -> new_compare14(vwx111, vwx112) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Double) -> new_lt19(vwx310, vwx410) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Ordering, bd) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_esEs23(vwx302, vwx402, app(ty_Maybe, cbe)) -> new_esEs6(vwx302, vwx402, cbe) 15.41/5.79 new_pePe(True, vwx80) -> True 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Double) -> new_ltEs18(vwx31, vwx41) 15.41/5.79 new_lt4(vwx30, vwx40) -> new_esEs8(new_primCmpChar(vwx30, vwx40), LT) 15.41/5.79 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 15.41/5.79 new_esEs24(vwx301, vwx401, app(ty_[], cca)) -> new_esEs19(vwx301, vwx401, cca) 15.41/5.79 new_ltEs14(Right(vwx310), Left(vwx410), fa, ea) -> False 15.41/5.79 new_esEs27(vwx300, vwx400, app(app(ty_Either, cfd), cfe)) -> new_esEs5(vwx300, vwx400, cfd, cfe) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Ordering) -> new_ltEs9(vwx31, vwx41) 15.41/5.79 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 15.41/5.79 new_compare(vwx300, vwx400, ty_Ordering) -> new_compare39(vwx300, vwx400) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_compare(vwx300, vwx400, app(app(ty_@2, bf), bg)) -> new_compare8(vwx300, vwx400, bf, bg) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 15.41/5.79 new_esEs15(vwx310, vwx410, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs7(vwx310, vwx410, baf, bag, bah) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Ordering) -> new_ltEs9(vwx312, vwx412) 15.41/5.79 new_esEs18(@0, @0) -> True 15.41/5.79 new_esEs14(vwx311, vwx411, app(ty_[], bbf)) -> new_esEs19(vwx311, vwx411, bbf) 15.41/5.79 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 15.41/5.79 new_lt20(vwx30, vwx40, ty_@0) -> new_lt13(vwx30, vwx40) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_esEs20(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 15.41/5.79 new_compare8(vwx300, vwx400, bf, bg) -> new_compare33(vwx300, vwx400, bf, bg) 15.41/5.79 new_compare111(vwx30, vwx40, True, h, ba) -> LT 15.41/5.79 new_ltEs9(LT, LT) -> True 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Double) -> new_ltEs18(vwx312, vwx412) 15.41/5.79 new_esEs14(vwx311, vwx411, app(ty_Ratio, beh)) -> new_esEs9(vwx311, vwx411, beh) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(app(ty_Either, cgg), cgh)) -> new_esEs5(vwx300, vwx400, cgg, cgh) 15.41/5.79 new_lt7(vwx310, vwx410, app(app(ty_@2, hf), hg)) -> new_lt12(vwx310, vwx410, hf, hg) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Ordering) -> new_lt16(vwx310, vwx410) 15.41/5.79 new_compare(vwx300, vwx400, app(app(app(ty_@3, cd), ce), cf)) -> new_compare9(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_esEs11(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_compare14(@0, @0) -> EQ 15.41/5.79 new_esEs23(vwx302, vwx402, app(app(ty_Either, cad), cae)) -> new_esEs5(vwx302, vwx402, cad, cae) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 15.41/5.79 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 15.41/5.79 new_esEs8(GT, GT) -> True 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Integer) -> new_ltEs15(vwx310, vwx410) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Char) -> new_lt4(vwx311, vwx411) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_ltEs12(vwx31, vwx41) -> new_not(new_esEs8(new_compare38(vwx31, vwx41), GT)) 15.41/5.79 new_compare210(vwx30, vwx40, True, h, ba) -> EQ 15.41/5.79 new_compare212(vwx30, vwx40, False, bc, bd) -> new_compare110(vwx30, vwx40, new_ltEs14(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Int) -> new_ltEs12(vwx31, vwx41) 15.41/5.79 new_esEs24(vwx301, vwx401, app(app(ty_@2, ccb), ccc)) -> new_esEs4(vwx301, vwx401, ccb, ccc) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_@0, ea) -> new_ltEs8(vwx310, vwx410) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Int) -> new_esEs12(vwx311, vwx411) 15.41/5.79 new_esEs8(EQ, EQ) -> True 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(ty_Maybe, bge), bd) -> new_esEs6(vwx300, vwx400, bge) 15.41/5.79 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(app(ty_@2, bhb), bhc)) -> new_esEs4(vwx300, vwx400, bhb, bhc) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Float) -> new_esEs16(vwx301, vwx401) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Char) -> new_ltEs16(vwx310, vwx410) 15.41/5.79 new_lt5(:(vwx300, vwx301), :(vwx400, vwx401), be) -> new_esEs8(new_primCompAux1(vwx300, vwx400, vwx301, vwx401, be), LT) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 15.41/5.79 new_compare(vwx300, vwx400, app(ty_Maybe, cc)) -> new_compare19(vwx300, vwx400, cc) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Float) -> new_ltEs11(vwx310, vwx410) 15.41/5.79 new_not(True) -> False 15.41/5.79 new_ltEs19(vwx31, vwx41, app(app(app(ty_@3, bba), hh), baa)) -> new_ltEs5(vwx31, vwx41, bba, hh, baa) 15.41/5.79 new_compare35(vwx30, vwx40) -> new_compare24(vwx30, vwx40, new_esEs8(vwx30, vwx40)) 15.41/5.79 new_primCmpNat0(Zero, Zero) -> EQ 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Bool) -> new_ltEs6(vwx31, vwx41) 15.41/5.79 new_compare211(vwx30, vwx40, False) -> new_compare11(vwx30, vwx40, new_ltEs6(vwx30, vwx40)) 15.41/5.79 new_esEs28(vwx300, vwx400, app(ty_[], cb)) -> new_esEs19(vwx300, vwx400, cb) 15.41/5.79 new_compare7(:%(vwx310, vwx311), :%(vwx410, vwx411), ty_Integer) -> new_compare18(new_sr(vwx310, vwx411), new_sr(vwx410, vwx311)) 15.41/5.79 new_ltEs18(vwx31, vwx41) -> new_not(new_esEs8(new_compare12(vwx31, vwx41), GT)) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_compare11(vwx30, vwx40, False) -> GT 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Double) -> new_ltEs18(vwx310, vwx410) 15.41/5.79 new_primCmpFloat(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare38(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.41/5.79 new_ltEs10(vwx312, vwx412, app(app(ty_Either, bce), bcf)) -> new_ltEs14(vwx312, vwx412, bce, bcf) 15.41/5.79 new_esEs25(vwx300, vwx400, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_esEs7(vwx300, vwx400, cdf, cdg, cdh) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Ordering) -> new_lt16(vwx30, vwx40) 15.41/5.79 new_lt16(vwx30, vwx40) -> new_esEs8(new_compare35(vwx30, vwx40), LT) 15.41/5.79 new_lt8(vwx311, vwx411, app(ty_Maybe, bbg)) -> new_lt17(vwx311, vwx411, bbg) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Char) -> new_esEs20(vwx301, vwx401) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Double) -> new_lt19(vwx30, vwx40) 15.41/5.79 new_primEqNat0(Succ(vwx3000), Zero) -> False 15.41/5.79 new_primEqNat0(Zero, Succ(vwx4000)) -> False 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Char) -> new_esEs20(vwx311, vwx411) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_@0) -> new_esEs18(vwx302, vwx402) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(app(ty_Either, bdf), bdg)) -> new_compare27(vwx111, vwx112, bdf, bdg) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Double) -> new_esEs21(vwx310, vwx410) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Char, bd) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Ordering) -> new_ltEs9(vwx310, vwx410) 15.41/5.79 new_lt20(vwx30, vwx40, app(app(ty_@2, h), ba)) -> new_lt12(vwx30, vwx40, h, ba) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_@0) -> new_ltEs8(vwx310, vwx410) 15.41/5.79 new_compare13(vwx30, vwx40, False, cg) -> GT 15.41/5.79 new_primCmpFloat(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare38(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.41/5.79 new_compare(vwx300, vwx400, ty_Char) -> new_compare17(vwx300, vwx400) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_ltEs6(True, True) -> True 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_@0, bd) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 15.41/5.79 new_esEs14(vwx311, vwx411, app(app(ty_@2, bbb), bbc)) -> new_esEs4(vwx311, vwx411, bbb, bbc) 15.41/5.79 new_compare15([], [], gd) -> EQ 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Ordering) -> new_esEs8(vwx311, vwx411) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Int) -> new_ltEs12(vwx312, vwx412) 15.41/5.79 new_lt7(vwx310, vwx410, app(ty_Maybe, bae)) -> new_lt17(vwx310, vwx410, bae) 15.41/5.79 new_compare110(vwx30, vwx40, True, bc, bd) -> LT 15.41/5.79 new_esEs24(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 15.41/5.79 new_compare16(vwx30, vwx40, False) -> GT 15.41/5.79 new_compare29(vwx300, vwx400) -> new_compare310(vwx300, vwx400) 15.41/5.79 new_compare26(Integer(vwx3000), Integer(vwx4010), vwx400, vwx301, ty_Integer) -> new_compare18(Integer(new_primMulInt(vwx3000, vwx4010)), new_sr(vwx400, vwx301)) 15.41/5.79 new_primPlusNat1(Succ(vwx12100), Succ(vwx400000)) -> Succ(Succ(new_primPlusNat1(vwx12100, vwx400000))) 15.41/5.79 new_primCompAux00(vwx111, vwx112, GT, cab) -> GT 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Int) -> new_ltEs12(vwx310, vwx410) 15.41/5.79 new_lt13(@0, @0) -> new_esEs8(EQ, LT) 15.41/5.79 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_esEs26(vwx301, vwx401, app(app(app(ty_@3, ceh), cfa), cfb)) -> new_esEs7(vwx301, vwx401, ceh, cfa, cfb) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Int, bd) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Int) -> new_esEs12(vwx301, vwx401) 15.41/5.79 new_lt12(vwx30, vwx40, h, ba) -> new_esEs8(new_compare33(vwx30, vwx40, h, ba), LT) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Float, ea) -> new_ltEs11(vwx310, vwx410) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(ty_Ratio, bee)) -> new_ltEs4(vwx31, vwx41, bee) 15.41/5.79 new_sr(Integer(vwx4000), Integer(vwx3010)) -> Integer(new_primMulInt(vwx4000, vwx3010)) 15.41/5.79 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 15.41/5.79 new_compare(vwx300, vwx400, ty_Bool) -> new_compare29(vwx300, vwx400) 15.41/5.79 new_ltEs17(Nothing, Nothing, bfb) -> True 15.41/5.79 new_pePe(False, vwx80) -> vwx80 15.41/5.79 new_compare37(vwx30, vwx40, bc, bd) -> new_compare212(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Integer) -> new_esEs13(vwx311, vwx411) 15.41/5.79 new_ltEs17(Nothing, Just(vwx410), bfb) -> True 15.41/5.79 new_esEs14(vwx311, vwx411, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs7(vwx311, vwx411, bbh, bca, bcb) 15.41/5.79 new_ltEs17(Just(vwx310), Nothing, bfb) -> False 15.41/5.79 new_esEs19([], [], be) -> True 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(app(ty_Either, gg), gh)) -> new_ltEs14(vwx310, vwx410, gg, gh) 15.41/5.79 new_lt7(vwx310, vwx410, app(app(ty_Either, bab), bac)) -> new_lt14(vwx310, vwx410, bab, bac) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(app(app(ty_@3, beb), bec), bed)) -> new_compare9(vwx111, vwx112, beb, bec, bed) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Bool) -> new_esEs17(vwx310, vwx410) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Char) -> new_lt4(vwx310, vwx410) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_esEs8(LT, EQ) -> False 15.41/5.79 new_esEs8(EQ, LT) -> False 15.41/5.79 new_esEs22(vwx30, vwx40, app(ty_Maybe, cg)) -> new_esEs6(vwx30, vwx40, cg) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(app(ty_@2, bfh), bga), bd) -> new_esEs4(vwx300, vwx400, bfh, bga) 15.41/5.79 new_esEs28(vwx300, vwx400, app(ty_Ratio, cgf)) -> new_esEs9(vwx300, vwx400, cgf) 15.41/5.79 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 15.41/5.79 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 15.41/5.79 new_esEs25(vwx300, vwx400, app(app(ty_@2, cdd), cde)) -> new_esEs4(vwx300, vwx400, cdd, cde) 15.41/5.79 new_lt18(vwx30, vwx40, da, db, dc) -> new_esEs8(new_compare34(vwx30, vwx40, da, db, dc), LT) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Float) -> new_ltEs11(vwx312, vwx412) 15.41/5.79 new_compare34(vwx30, vwx40, da, db, dc) -> new_compare23(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_primCmpDouble(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare38(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.41/5.79 new_esEs21(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs12(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 15.41/5.79 new_ltEs6(False, False) -> True 15.41/5.79 new_esEs11(vwx300, vwx400, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_esEs24(vwx301, vwx401, app(app(ty_Either, cbf), cbg)) -> new_esEs5(vwx301, vwx401, cbf, cbg) 15.41/5.79 new_ltEs10(vwx312, vwx412, app(app(ty_@2, bcc), bcd)) -> new_ltEs13(vwx312, vwx412, bcc, bcd) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(ty_Maybe, bfb)) -> new_ltEs17(vwx31, vwx41, bfb) 15.41/5.79 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_compare(vwx300, vwx400, app(ty_Ratio, cgf)) -> new_compare7(vwx300, vwx400, cgf) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(app(ty_Either, fd), ff)) -> new_ltEs14(vwx310, vwx410, fd, ff) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Int) -> new_esEs12(vwx302, vwx402) 15.41/5.79 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 15.41/5.79 new_lt8(vwx311, vwx411, app(ty_[], bbf)) -> new_lt5(vwx311, vwx411, bbf) 15.41/5.79 new_primMulInt(Pos(vwx3010), Pos(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 15.41/5.79 new_lt17(vwx30, vwx40, cg) -> new_esEs8(new_compare36(vwx30, vwx40, cg), LT) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_compare38(vwx31, vwx41) -> new_primCmpInt(vwx31, vwx41) 15.41/5.79 new_compare(vwx300, vwx400, ty_Int) -> new_compare38(vwx300, vwx400) 15.41/5.79 new_lt6(Integer(vwx300), Integer(vwx400)) -> new_esEs8(new_primCmpInt(vwx300, vwx400), LT) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(app(ty_@2, fb), fc)) -> new_ltEs13(vwx310, vwx410, fb, fc) 15.41/5.79 new_esEs22(vwx30, vwx40, app(app(app(ty_@3, da), db), dc)) -> new_esEs7(vwx30, vwx40, da, db, dc) 15.41/5.79 new_esEs24(vwx301, vwx401, app(ty_Maybe, ccg)) -> new_esEs6(vwx301, vwx401, ccg) 15.41/5.79 new_primMulNat0(Succ(vwx30100), Zero) -> Zero 15.41/5.79 new_primMulNat0(Zero, Succ(vwx40000)) -> Zero 15.41/5.79 new_primPlusNat0(Zero, vwx40000) -> Succ(vwx40000) 15.41/5.79 new_compare(vwx300, vwx400, app(app(ty_Either, bh), ca)) -> new_compare27(vwx300, vwx400, bh, ca) 15.41/5.79 new_ltEs9(GT, EQ) -> False 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(ty_Ratio, bfc)) -> new_ltEs4(vwx310, vwx410, bfc) 15.41/5.79 new_compare18(Integer(vwx310), Integer(vwx410)) -> new_primCmpInt(vwx310, vwx410) 15.41/5.79 new_ltEs10(vwx312, vwx412, app(ty_Ratio, bfa)) -> new_ltEs4(vwx312, vwx412, bfa) 15.41/5.79 new_primCmpChar(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(ty_[], ed), ea) -> new_ltEs7(vwx310, vwx410, ed) 15.41/5.79 new_lt9(vwx30, vwx40) -> new_esEs8(new_primCmpFloat(vwx30, vwx40), LT) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(app(ty_Either, bfd), bfe), bd) -> new_esEs5(vwx300, vwx400, bfd, bfe) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(ty_Maybe, bhg)) -> new_esEs6(vwx300, vwx400, bhg) 15.41/5.79 new_lt7(vwx310, vwx410, ty_@0) -> new_lt13(vwx310, vwx410) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(app(app(ty_@3, bhd), bhe), bhf)) -> new_esEs7(vwx300, vwx400, bhd, bhe, bhf) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(ty_Maybe, fh)) -> new_ltEs17(vwx310, vwx410, fh) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Char) -> new_esEs20(vwx310, vwx410) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Float) -> new_esEs16(vwx302, vwx402) 15.41/5.79 new_ltEs6(True, False) -> False 15.41/5.79 new_esEs22(vwx30, vwx40, ty_@0) -> new_esEs18(vwx30, vwx40) 15.41/5.79 new_lt10(vwx30, vwx40) -> new_esEs8(new_compare310(vwx30, vwx40), LT) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(ty_[], bfg), bd) -> new_esEs19(vwx300, vwx400, bfg) 15.41/5.79 new_esEs8(LT, LT) -> True 15.41/5.79 new_compare15([], :(vwx410, vwx411), gd) -> LT 15.41/5.79 new_lt8(vwx311, vwx411, ty_@0) -> new_lt13(vwx311, vwx411) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(app(app(ty_@3, che), chf), chg)) -> new_esEs7(vwx300, vwx400, che, chf, chg) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(app(ty_Either, eb), ec), ea) -> new_ltEs14(vwx310, vwx410, eb, ec) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Bool) -> new_lt10(vwx30, vwx40) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Char, ea) -> new_ltEs16(vwx310, vwx410) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(app(ty_Either, fa), ea)) -> new_ltEs14(vwx31, vwx41, fa, ea) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Integer, ea) -> new_ltEs15(vwx310, vwx410) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(ty_Maybe, bea)) -> new_compare19(vwx111, vwx112, bea) 15.41/5.79 new_esEs24(vwx301, vwx401, app(app(app(ty_@3, ccd), cce), ccf)) -> new_esEs7(vwx301, vwx401, ccd, cce, ccf) 15.41/5.79 new_primPlusNat1(Succ(vwx12100), Zero) -> Succ(vwx12100) 15.41/5.79 new_primPlusNat1(Zero, Succ(vwx400000)) -> Succ(vwx400000) 15.41/5.79 new_compare15(:(vwx310, vwx311), :(vwx410, vwx411), gd) -> new_primCompAux1(vwx310, vwx410, vwx311, vwx411, gd) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(ty_Maybe, hb)) -> new_ltEs17(vwx310, vwx410, hb) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_compare17(vwx31, vwx41) -> new_primCmpChar(vwx31, vwx41) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Char) -> new_ltEs16(vwx31, vwx41) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Float) -> new_lt9(vwx310, vwx410) 15.41/5.79 new_ltEs9(GT, GT) -> True 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Integer) -> new_esEs13(vwx301, vwx401) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(app(ty_@2, chc), chd)) -> new_esEs4(vwx300, vwx400, chc, chd) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(ty_Ratio, caa)) -> new_ltEs4(vwx310, vwx410, caa) 15.41/5.79 new_esEs23(vwx302, vwx402, app(app(app(ty_@3, cbb), cbc), cbd)) -> new_esEs7(vwx302, vwx402, cbb, cbc, cbd) 15.41/5.79 new_compare27(vwx300, vwx400, bh, ca) -> new_compare37(vwx300, vwx400, bh, ca) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Float) -> new_ltEs11(vwx31, vwx41) 15.41/5.79 new_primMulInt(Neg(vwx3010), Neg(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 15.41/5.79 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 15.41/5.79 new_compare25(vwx30, vwx40, True, cg) -> EQ 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(app(ty_@2, dg), dh), ea) -> new_ltEs13(vwx310, vwx410, dg, dh) 15.41/5.79 new_ltEs10(vwx312, vwx412, app(ty_Maybe, bch)) -> new_ltEs17(vwx312, vwx412, bch) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(app(ty_@2, de), df)) -> new_ltEs13(vwx31, vwx41, de, df) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(ty_Maybe, chh)) -> new_esEs6(vwx300, vwx400, chh) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Integer) -> new_esEs13(vwx310, vwx410) 15.41/5.79 new_esEs6(Nothing, Just(vwx400), cg) -> False 15.41/5.79 new_esEs6(Just(vwx300), Nothing, cg) -> False 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_@0) -> new_ltEs8(vwx31, vwx41) 15.41/5.79 new_lt8(vwx311, vwx411, app(app(ty_@2, bbb), bbc)) -> new_lt12(vwx311, vwx411, bbb, bbc) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Ordering) -> new_lt16(vwx311, vwx411) 15.41/5.79 new_esEs6(Nothing, Nothing, cg) -> True 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(app(ty_@2, bdd), bde)) -> new_compare8(vwx111, vwx112, bdd, bde) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Float) -> new_esEs16(vwx30, vwx40) 15.41/5.79 new_esEs22(vwx30, vwx40, app(app(ty_Either, bc), bd)) -> new_esEs5(vwx30, vwx40, bc, bd) 15.41/5.79 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs12(vwx301, vwx401) 15.41/5.79 new_primCmpDouble(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare38(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Ordering) -> new_esEs8(vwx302, vwx402) 15.41/5.79 new_lt8(vwx311, vwx411, app(app(ty_Either, bbd), bbe)) -> new_lt14(vwx311, vwx411, bbd, bbe) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_esEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), da, db, dc) -> new_asAs(new_esEs25(vwx300, vwx400, da), new_asAs(new_esEs24(vwx301, vwx401, db), new_esEs23(vwx302, vwx402, dc))) 15.41/5.79 new_ltEs14(Left(vwx310), Right(vwx410), fa, ea) -> True 15.41/5.79 new_esEs23(vwx302, vwx402, app(app(ty_@2, cah), cba)) -> new_esEs4(vwx302, vwx402, cah, cba) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Integer) -> new_lt6(vwx30, vwx40) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(ty_Ratio, cac)) -> new_compare7(vwx111, vwx112, cac) 15.41/5.79 new_compare212(vwx30, vwx40, True, bc, bd) -> EQ 15.41/5.79 new_compare16(vwx30, vwx40, True) -> LT 15.41/5.79 new_primMulInt(Pos(vwx3010), Neg(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 15.41/5.79 new_primMulInt(Neg(vwx3010), Pos(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Ordering) -> new_esEs8(vwx30, vwx40) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Integer) -> new_ltEs15(vwx31, vwx41) 15.41/5.79 new_esEs22(vwx30, vwx40, app(app(ty_@2, h), ba)) -> new_esEs4(vwx30, vwx40, h, ba) 15.41/5.79 new_compare39(vwx300, vwx400) -> new_compare35(vwx300, vwx400) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(app(app(ty_@3, ef), eg), eh), ea) -> new_ltEs5(vwx310, vwx410, ef, eg, eh) 15.41/5.79 new_compare15(:(vwx310, vwx311), [], gd) -> GT 15.41/5.79 new_lt8(vwx311, vwx411, app(ty_Ratio, beh)) -> new_lt15(vwx311, vwx411, beh) 15.41/5.79 new_compare9(vwx300, vwx400, cd, ce, cf) -> new_compare34(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_compare10(vwx30, vwx40, False, da, db, dc) -> GT 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_@0) -> new_ltEs8(vwx310, vwx410) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Int) -> new_compare38(vwx111, vwx112) 15.41/5.79 new_compare210(vwx30, vwx40, False, h, ba) -> new_compare111(vwx30, vwx40, new_ltEs13(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_lt5([], [], be) -> new_esEs8(EQ, LT) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Bool) -> new_lt10(vwx310, vwx410) 15.41/5.79 new_esEs19(:(vwx300, vwx301), [], be) -> False 15.41/5.79 new_esEs19([], :(vwx400, vwx401), be) -> False 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Int) -> new_ltEs12(vwx310, vwx410) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Bool, bd) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Bool, ea) -> new_ltEs6(vwx310, vwx410) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Bool) -> new_esEs17(vwx311, vwx411) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_primCmpFloat(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare38(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.41/5.79 new_primCmpFloat(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare38(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.41/5.79 new_lt20(vwx30, vwx40, app(app(app(ty_@3, da), db), dc)) -> new_lt18(vwx30, vwx40, da, db, dc) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Int) -> new_esEs12(vwx30, vwx40) 15.41/5.79 new_esEs28(vwx300, vwx400, app(app(app(ty_@3, cd), ce), cf)) -> new_esEs7(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Integer) -> new_compare18(vwx111, vwx112) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_primCompAux1(vwx300, vwx400, vwx301, vwx401, be) -> new_primCompAux00(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(ty_Ratio, bgh)) -> new_esEs9(vwx300, vwx400, bgh) 15.41/5.79 new_asAs(True, vwx106) -> vwx106 15.41/5.79 new_compare12(vwx31, vwx41) -> new_primCmpDouble(vwx31, vwx41) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Int) -> new_lt11(vwx311, vwx411) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Float) -> new_lt9(vwx311, vwx411) 15.41/5.79 new_lt19(vwx30, vwx40) -> new_esEs8(new_primCmpDouble(vwx30, vwx40), LT) 15.41/5.79 new_esEs17(False, True) -> False 15.41/5.79 new_esEs17(True, False) -> False 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(ty_Ratio, bff), bd) -> new_esEs9(vwx300, vwx400, bff) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Integer) -> new_esEs13(vwx302, vwx402) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Float) -> new_lt9(vwx30, vwx40) 15.41/5.79 new_lt5(:(vwx300, vwx301), [], be) -> new_esEs8(GT, LT) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Double) -> new_esEs21(vwx302, vwx402) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Char) -> new_ltEs16(vwx312, vwx412) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Char) -> new_esEs20(vwx301, vwx401) 15.41/5.79 new_esEs15(vwx310, vwx410, app(ty_Maybe, bae)) -> new_esEs6(vwx310, vwx410, bae) 15.41/5.79 new_compare111(vwx30, vwx40, False, h, ba) -> GT 15.41/5.79 new_esEs15(vwx310, vwx410, app(app(ty_Either, bab), bac)) -> new_esEs5(vwx310, vwx410, bab, bac) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Integer) -> new_lt6(vwx310, vwx410) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Integer) -> new_ltEs15(vwx312, vwx412) 15.41/5.79 new_compare13(vwx30, vwx40, True, cg) -> LT 15.41/5.79 new_esEs26(vwx301, vwx401, app(ty_[], cee)) -> new_esEs19(vwx301, vwx401, cee) 15.41/5.79 new_compare7(:%(vwx310, vwx311), :%(vwx410, vwx411), ty_Int) -> new_compare38(new_sr0(vwx310, vwx411), new_sr0(vwx410, vwx311)) 15.41/5.79 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 15.41/5.79 new_compare26(vwx300, vwx401, vwx400, vwx301, ty_Int) -> new_primCmpInt(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(ty_Ratio, cha)) -> new_esEs9(vwx300, vwx400, cha) 15.41/5.79 new_compare(vwx300, vwx400, ty_Integer) -> new_compare18(vwx300, vwx400) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(ty_[], bha)) -> new_esEs19(vwx300, vwx400, bha) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Integer) -> new_lt6(vwx311, vwx411) 15.41/5.79 new_compare36(vwx30, vwx40, cg) -> new_compare25(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.41/5.79 new_esEs14(vwx311, vwx411, app(app(ty_Either, bbd), bbe)) -> new_esEs5(vwx311, vwx411, bbd, bbe) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Float, bd) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_primMulNat0(Zero, Zero) -> Zero 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Ordering) -> new_ltEs9(vwx310, vwx410) 15.41/5.79 new_lt7(vwx310, vwx410, app(app(app(ty_@3, baf), bag), bah)) -> new_lt18(vwx310, vwx410, baf, bag, bah) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(app(ty_@2, ge), gf)) -> new_ltEs13(vwx310, vwx410, ge, gf) 15.41/5.79 new_compare33(vwx30, vwx40, h, ba) -> new_compare210(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_ltEs8(vwx31, vwx41) -> new_not(new_esEs8(new_compare14(vwx31, vwx41), GT)) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Int, ea) -> new_ltEs12(vwx310, vwx410) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Double) -> new_esEs21(vwx30, vwx40) 15.41/5.79 new_compare211(vwx30, vwx40, True) -> EQ 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Char) -> new_compare17(vwx111, vwx112) 15.41/5.79 new_compare310(vwx30, vwx40) -> new_compare211(vwx30, vwx40, new_esEs17(vwx30, vwx40)) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_@0) -> new_ltEs8(vwx312, vwx412) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Double) -> new_ltEs18(vwx310, vwx410) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(app(ty_Either, bgf), bgg)) -> new_esEs5(vwx300, vwx400, bgf, bgg) 15.41/5.79 new_lt20(vwx30, vwx40, app(ty_Ratio, bef)) -> new_lt15(vwx30, vwx40, bef) 15.41/5.79 new_compare25(vwx30, vwx40, False, cg) -> new_compare13(vwx30, vwx40, new_ltEs17(vwx30, vwx40, cg), cg) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Float) -> new_esEs16(vwx301, vwx401) 15.41/5.79 new_lt7(vwx310, vwx410, app(ty_[], bad)) -> new_lt5(vwx310, vwx410, bad) 15.41/5.79 new_esEs27(vwx300, vwx400, app(ty_[], cfg)) -> new_esEs19(vwx300, vwx400, cfg) 15.41/5.79 new_esEs26(vwx301, vwx401, app(ty_Maybe, cfc)) -> new_esEs6(vwx301, vwx401, cfc) 15.41/5.79 new_compare24(vwx30, vwx40, False) -> new_compare16(vwx30, vwx40, new_ltEs9(vwx30, vwx40)) 15.41/5.79 new_compare19(vwx300, vwx400, cc) -> new_compare36(vwx300, vwx400, cc) 15.41/5.79 new_ltEs6(False, True) -> True 15.41/5.79 new_lt20(vwx30, vwx40, app(app(ty_Either, bc), bd)) -> new_lt14(vwx30, vwx40, bc, bd) 15.41/5.79 new_ltEs9(GT, LT) -> False 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_esEs14(vwx311, vwx411, app(ty_Maybe, bbg)) -> new_esEs6(vwx311, vwx411, bbg) 15.41/5.79 new_esEs27(vwx300, vwx400, app(ty_Ratio, cff)) -> new_esEs9(vwx300, vwx400, cff) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Double, ea) -> new_ltEs18(vwx310, vwx410) 15.41/5.79 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 15.41/5.79 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 15.41/5.79 new_esEs25(vwx300, vwx400, app(ty_Maybe, cea)) -> new_esEs6(vwx300, vwx400, cea) 15.41/5.79 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 15.41/5.79 new_ltEs9(EQ, GT) -> True 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Bool) -> new_compare29(vwx111, vwx112) 15.41/5.79 new_esEs26(vwx301, vwx401, app(app(ty_@2, cef), ceg)) -> new_esEs4(vwx301, vwx401, cef, ceg) 15.41/5.79 new_compare24(vwx30, vwx40, True) -> EQ 15.41/5.79 new_esEs22(vwx30, vwx40, app(ty_[], be)) -> new_esEs19(vwx30, vwx40, be) 15.41/5.79 new_esEs25(vwx300, vwx400, app(app(ty_Either, cch), cda)) -> new_esEs5(vwx300, vwx400, cch, cda) 15.41/5.79 new_lt8(vwx311, vwx411, app(app(app(ty_@3, bbh), bca), bcb)) -> new_lt18(vwx311, vwx411, bbh, bca, bcb) 15.41/5.79 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 15.41/5.79 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 15.41/5.79 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_esEs22(vwx30, vwx40, app(ty_Ratio, bef)) -> new_esEs9(vwx30, vwx40, bef) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Integer, bd) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Ordering, ea) -> new_ltEs9(vwx310, vwx410) 15.41/5.79 new_lt11(vwx30, vwx40) -> new_esEs8(new_primCmpInt(vwx30, vwx40), LT) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Integer) -> new_esEs13(vwx301, vwx401) 15.41/5.79 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 15.41/5.79 new_esEs26(vwx301, vwx401, app(app(ty_Either, ceb), cec)) -> new_esEs5(vwx301, vwx401, ceb, cec) 15.41/5.79 new_lt7(vwx310, vwx410, app(ty_Ratio, beg)) -> new_lt15(vwx310, vwx410, beg) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Bool) -> new_lt10(vwx311, vwx411) 15.41/5.79 new_esEs17(True, True) -> True 15.41/5.79 new_primCompAux00(vwx111, vwx112, LT, cab) -> LT 15.41/5.79 new_esEs23(vwx302, vwx402, app(ty_[], cag)) -> new_esEs19(vwx302, vwx402, cag) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(app(app(ty_@3, ga), gb), gc)) -> new_ltEs5(vwx310, vwx410, ga, gb, gc) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_esEs12(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 15.41/5.79 new_esEs15(vwx310, vwx410, app(ty_[], bad)) -> new_esEs19(vwx310, vwx410, bad) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Double) -> new_esEs21(vwx301, vwx401) 15.41/5.79 new_compare23(vwx30, vwx40, True, da, db, dc) -> EQ 15.41/5.79 new_ltEs10(vwx312, vwx412, app(ty_[], bcg)) -> new_ltEs7(vwx312, vwx412, bcg) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(ty_[], gd)) -> new_ltEs7(vwx31, vwx41, gd) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Integer) -> new_esEs13(vwx30, vwx40) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Float) -> new_compare28(vwx111, vwx112) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Bool) -> new_esEs17(vwx302, vwx402) 15.41/5.79 new_not(False) -> True 15.41/5.79 new_lt7(vwx310, vwx410, ty_Int) -> new_lt11(vwx310, vwx410) 15.41/5.79 new_esEs4(@2(vwx300, vwx301), @2(vwx400, vwx401), h, ba) -> new_asAs(new_esEs27(vwx300, vwx400, h), new_esEs26(vwx301, vwx401, ba)) 15.41/5.79 new_esEs15(vwx310, vwx410, app(app(ty_@2, hf), hg)) -> new_esEs4(vwx310, vwx410, hf, hg) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Ordering) -> new_esEs8(vwx310, vwx410) 15.41/5.79 new_esEs8(LT, GT) -> False 15.41/5.79 new_esEs8(GT, LT) -> False 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(ty_[], chb)) -> new_esEs19(vwx300, vwx400, chb) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_esEs5(Left(vwx300), Right(vwx400), bc, bd) -> False 15.41/5.79 new_esEs5(Right(vwx300), Left(vwx400), bc, bd) -> False 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_compare(vwx300, vwx400, ty_@0) -> new_compare14(vwx300, vwx400) 15.41/5.79 new_ltEs15(vwx31, vwx41) -> new_not(new_esEs8(new_compare18(vwx31, vwx41), GT)) 15.41/5.79 new_esEs27(vwx300, vwx400, app(app(app(ty_@3, cgb), cgc), cgd)) -> new_esEs7(vwx300, vwx400, cgb, cgc, cgd) 15.41/5.79 new_esEs15(vwx310, vwx410, app(ty_Ratio, beg)) -> new_esEs9(vwx310, vwx410, beg) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Float) -> new_ltEs11(vwx310, vwx410) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(ty_[], fg)) -> new_ltEs7(vwx310, vwx410, fg) 15.41/5.79 new_primPlusNat0(Succ(vwx1210), vwx40000) -> Succ(Succ(new_primPlusNat1(vwx1210, vwx40000))) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Char) -> new_ltEs16(vwx310, vwx410) 15.41/5.79 new_esEs23(vwx302, vwx402, app(ty_Ratio, caf)) -> new_esEs9(vwx302, vwx402, caf) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Float) -> new_esEs16(vwx311, vwx411) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Char) -> new_lt4(vwx30, vwx40) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Int) -> new_lt11(vwx30, vwx40) 15.41/5.79 new_ltEs9(LT, EQ) -> True 15.41/5.79 new_sr0(vwx301, vwx400) -> new_primMulInt(vwx301, vwx400) 15.41/5.79 new_lt20(vwx30, vwx40, app(ty_[], be)) -> new_lt5(vwx30, vwx40, be) 15.41/5.79 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 15.41/5.79 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_ltEs16(vwx31, vwx41) -> new_not(new_esEs8(new_compare17(vwx31, vwx41), GT)) 15.41/5.79 new_primPlusNat1(Zero, Zero) -> Zero 15.41/5.79 new_esEs26(vwx301, vwx401, app(ty_Ratio, ced)) -> new_esEs9(vwx301, vwx401, ced) 15.41/5.79 new_lt14(vwx30, vwx40, bc, bd) -> new_esEs8(new_compare37(vwx30, vwx40, bc, bd), LT) 15.41/5.79 new_compare28(vwx31, vwx41) -> new_primCmpFloat(vwx31, vwx41) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_ltEs9(LT, GT) -> True 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Integer) -> new_ltEs15(vwx310, vwx410) 15.41/5.79 new_esEs27(vwx300, vwx400, app(app(ty_@2, cfh), cga)) -> new_esEs4(vwx300, vwx400, cfh, cga) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_compare11(vwx30, vwx40, True) -> LT 15.41/5.79 new_ltEs5(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, baa) -> new_pePe(new_lt7(vwx310, vwx410, bba), new_asAs(new_esEs15(vwx310, vwx410, bba), new_pePe(new_lt8(vwx311, vwx411, hh), new_asAs(new_esEs14(vwx311, vwx411, hh), new_ltEs10(vwx312, vwx412, baa))))) 15.41/5.79 new_lt15(:%(vwx300, vwx301), :%(vwx400, vwx401), bef) -> new_esEs8(new_compare26(vwx300, vwx401, vwx400, vwx301, bef), LT) 15.41/5.79 new_esEs25(vwx300, vwx400, app(ty_Ratio, cdb)) -> new_esEs9(vwx300, vwx400, cdb) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_@0) -> new_esEs18(vwx311, vwx411) 15.41/5.79 new_esEs13(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 15.41/5.79 new_esEs28(vwx300, vwx400, app(ty_Maybe, cc)) -> new_esEs6(vwx300, vwx400, cc) 15.41/5.79 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Char) -> new_esEs20(vwx302, vwx402) 15.41/5.79 new_esEs17(False, False) -> True 15.41/5.79 new_ltEs10(vwx312, vwx412, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs5(vwx312, vwx412, bda, bdb, bdc) 15.41/5.79 new_primMulNat0(Succ(vwx30100), Succ(vwx40000)) -> new_primPlusNat0(new_primMulNat0(vwx30100, Succ(vwx40000)), vwx40000) 15.41/5.79 new_esEs28(vwx300, vwx400, app(app(ty_@2, bf), bg)) -> new_esEs4(vwx300, vwx400, bf, bg) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Bool) -> new_ltEs6(vwx312, vwx412) 15.41/5.79 new_ltEs11(vwx31, vwx41) -> new_not(new_esEs8(new_compare28(vwx31, vwx41), GT)) 15.41/5.79 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 15.41/5.79 new_lt5([], :(vwx400, vwx401), be) -> new_esEs8(LT, LT) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Double) -> new_esEs21(vwx311, vwx411) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Double, bd) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Int) -> new_esEs12(vwx301, vwx401) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Float) -> new_esEs16(vwx310, vwx410) 15.41/5.79 new_esEs27(vwx300, vwx400, app(ty_Maybe, cge)) -> new_esEs6(vwx300, vwx400, cge) 15.41/5.79 new_esEs24(vwx301, vwx401, app(ty_Ratio, cbh)) -> new_esEs9(vwx301, vwx401, cbh) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Double) -> new_compare12(vwx111, vwx112) 15.41/5.79 new_compare23(vwx30, vwx40, False, da, db, dc) -> new_compare10(vwx30, vwx40, new_ltEs5(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_primCmpDouble(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare38(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.41/5.79 new_primCmpDouble(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare38(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.41/5.79 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 15.41/5.79 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(ty_[], bdh)) -> new_compare15(vwx111, vwx112, bdh) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(ty_Maybe, ee), ea) -> new_ltEs17(vwx310, vwx410, ee) 15.41/5.79 new_ltEs9(EQ, LT) -> False 15.41/5.79 new_esEs9(:%(vwx300, vwx301), :%(vwx400, vwx401), bef) -> new_asAs(new_esEs11(vwx300, vwx400, bef), new_esEs10(vwx301, vwx401, bef)) 15.41/5.79 new_compare110(vwx30, vwx40, False, bc, bd) -> GT 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Bool) -> new_ltEs6(vwx310, vwx410) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(app(app(ty_@3, hc), hd), he)) -> new_ltEs5(vwx310, vwx410, hc, hd, he) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_primEqNat0(Zero, Zero) -> True 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 15.41/5.79 new_esEs28(vwx300, vwx400, app(app(ty_Either, bh), ca)) -> new_esEs5(vwx300, vwx400, bh, ca) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Double) -> new_esEs21(vwx301, vwx401) 15.41/5.79 new_esEs25(vwx300, vwx400, app(ty_[], cdc)) -> new_esEs19(vwx300, vwx400, cdc) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Int) -> new_esEs12(vwx310, vwx410) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Ordering) -> new_compare39(vwx111, vwx112) 15.41/5.79 new_asAs(False, vwx106) -> False 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(ty_Ratio, bhh), ea) -> new_ltEs4(vwx310, vwx410, bhh) 15.41/5.79 new_lt20(vwx30, vwx40, app(ty_Maybe, cg)) -> new_lt17(vwx30, vwx40, cg) 15.41/5.79 new_compare(vwx300, vwx400, ty_Float) -> new_compare28(vwx300, vwx400) 15.41/5.79 new_compare(vwx300, vwx400, app(ty_[], cb)) -> new_compare15(vwx300, vwx400, cb) 15.41/5.79 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs13(vwx301, vwx401) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Double) -> new_lt19(vwx311, vwx411) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(ty_[], ha)) -> new_ltEs7(vwx310, vwx410, ha) 15.41/5.79 new_esEs8(EQ, GT) -> False 15.41/5.79 new_esEs8(GT, EQ) -> False 15.41/5.79 new_esEs16(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs12(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 15.41/5.79 new_compare(vwx300, vwx400, ty_Double) -> new_compare12(vwx300, vwx400) 15.41/5.79 new_ltEs4(vwx31, vwx41, bee) -> new_not(new_esEs8(new_compare7(vwx31, vwx41, bee), GT)) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Char) -> new_esEs20(vwx30, vwx40) 15.41/5.79 new_ltEs9(EQ, EQ) -> True 15.41/5.79 new_esEs15(vwx310, vwx410, ty_@0) -> new_esEs18(vwx310, vwx410) 15.41/5.79 new_ltEs7(vwx31, vwx41, gd) -> new_not(new_esEs8(new_compare15(vwx31, vwx41, gd), GT)) 15.41/5.79 new_ltEs13(@2(vwx30, vwx31), @2(vwx40, vwx41), dd, bb) -> new_pePe(new_lt20(vwx30, vwx40, dd), new_asAs(new_esEs22(vwx30, vwx40, dd), new_ltEs19(vwx31, vwx41, bb))) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bgb), bgc), bgd), bd) -> new_esEs7(vwx300, vwx400, bgb, bgc, bgd) 15.41/5.79 15.41/5.79 The set Q consists of the following terms: 15.41/5.79 15.41/5.79 new_compare(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs8(EQ, EQ) 15.41/5.79 new_esEs27(x0, x1, ty_Float) 15.41/5.79 new_primMulNat0(Succ(x0), Zero) 15.41/5.79 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_compare110(x0, x1, True, x2, x3) 15.41/5.79 new_esEs28(x0, x1, ty_Double) 15.41/5.79 new_esEs19(:(x0, x1), [], x2) 15.41/5.79 new_ltEs19(x0, x1, ty_Char) 15.41/5.79 new_esEs6(Nothing, Nothing, x0) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_lt7(x0, x1, ty_Double) 15.41/5.79 new_esEs15(x0, x1, ty_Float) 15.41/5.79 new_primPlusNat1(Zero, Zero) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Double, x2) 15.41/5.79 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_compare26(x0, x1, x2, x3, ty_Int) 15.41/5.79 new_lt8(x0, x1, ty_Double) 15.41/5.79 new_compare210(x0, x1, True, x2, x3) 15.41/5.79 new_compare(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 15.41/5.79 new_esEs6(Nothing, Just(x0), x1) 15.41/5.79 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_ltEs19(x0, x1, ty_Int) 15.41/5.79 new_esEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_primEqInt(Pos(Zero), Pos(Zero)) 15.41/5.79 new_compare(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_ltEs8(x0, x1) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Char, x2) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_@0) 15.41/5.79 new_esEs22(x0, x1, app(ty_[], x2)) 15.41/5.79 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs17(False, False) 15.41/5.79 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 15.41/5.79 new_esEs11(x0, x1, ty_Integer) 15.41/5.79 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_compare16(x0, x1, True) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Int, x2) 15.41/5.79 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 15.41/5.79 new_compare111(x0, x1, False, x2, x3) 15.41/5.79 new_ltEs12(x0, x1) 15.41/5.79 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_ltEs9(EQ, EQ) 15.41/5.79 new_primEqInt(Neg(Zero), Neg(Zero)) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Ordering, x2) 15.41/5.79 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_lt17(x0, x1, x2) 15.41/5.79 new_compare9(x0, x1, x2, x3, x4) 15.41/5.79 new_esEs24(x0, x1, ty_Float) 15.41/5.79 new_esEs20(Char(x0), Char(x1)) 15.41/5.79 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_primEqNat0(Zero, Succ(x0)) 15.41/5.79 new_esEs24(x0, x1, app(ty_[], x2)) 15.41/5.79 new_lt7(x0, x1, ty_Char) 15.41/5.79 new_ltEs19(x0, x1, ty_@0) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Bool) 15.41/5.79 new_lt20(x0, x1, ty_Ordering) 15.41/5.79 new_esEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 15.41/5.79 new_primPlusNat0(Zero, x0) 15.41/5.79 new_lt7(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs4(@2(x0, x1), @2(x2, x3), x4, x5) 15.41/5.79 new_compare25(x0, x1, True, x2) 15.41/5.79 new_compare310(x0, x1) 15.41/5.79 new_ltEs10(x0, x1, app(ty_[], x2)) 15.41/5.79 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 15.41/5.79 new_compare36(x0, x1, x2) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 15.41/5.79 new_primMulNat0(Zero, Succ(x0)) 15.41/5.79 new_compare24(x0, x1, True) 15.41/5.79 new_esEs25(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_pePe(False, x0) 15.41/5.79 new_esEs25(x0, x1, ty_Integer) 15.41/5.79 new_primEqInt(Pos(Zero), Neg(Zero)) 15.41/5.79 new_primEqInt(Neg(Zero), Pos(Zero)) 15.41/5.79 new_primMulInt(Pos(x0), Pos(x1)) 15.41/5.79 new_lt20(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_compare(x0, x1, ty_Ordering) 15.41/5.79 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 15.41/5.79 new_esEs22(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_ltEs10(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs19(:(x0, x1), :(x2, x3), x4) 15.41/5.79 new_esEs28(x0, x1, ty_Ordering) 15.41/5.79 new_ltEs19(x0, x1, app(ty_[], x2)) 15.41/5.79 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 15.41/5.79 new_compare111(x0, x1, True, x2, x3) 15.41/5.79 new_compare212(x0, x1, False, x2, x3) 15.41/5.79 new_ltEs17(Nothing, Just(x0), x1) 15.41/5.79 new_esEs26(x0, x1, ty_Float) 15.41/5.79 new_esEs23(x0, x1, ty_Float) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 15.41/5.79 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 15.41/5.79 new_sr0(x0, x1) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Integer) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Float, x2) 15.41/5.79 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 15.41/5.79 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 15.41/5.79 new_ltEs17(Just(x0), Nothing, x1) 15.41/5.79 new_lt8(x0, x1, ty_Ordering) 15.41/5.79 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 15.41/5.79 new_lt7(x0, x1, ty_Int) 15.41/5.79 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs24(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_compare28(x0, x1) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Char) 15.41/5.79 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_lt10(x0, x1) 15.41/5.79 new_lt11(x0, x1) 15.41/5.79 new_esEs13(Integer(x0), Integer(x1)) 15.41/5.79 new_esEs26(x0, x1, ty_Integer) 15.41/5.79 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_lt7(x0, x1, ty_@0) 15.41/5.79 new_primCmpNat0(Zero, Succ(x0)) 15.41/5.79 new_ltEs9(GT, GT) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_Double) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Bool, x2) 15.41/5.79 new_esEs22(x0, x1, ty_Float) 15.41/5.79 new_esEs15(x0, x1, app(ty_[], x2)) 15.41/5.79 new_esEs22(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_Double) 15.41/5.79 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 15.41/5.79 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 15.41/5.79 new_compare(x0, x1, ty_Bool) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_Float) 15.41/5.79 new_ltEs10(x0, x1, ty_Ordering) 15.41/5.79 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 15.41/5.79 new_esEs6(Just(x0), Nothing, x1) 15.41/5.79 new_lt7(x0, x1, ty_Bool) 15.41/5.79 new_lt5(:(x0, x1), :(x2, x3), x4) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 15.41/5.79 new_lt8(x0, x1, ty_Integer) 15.41/5.79 new_esEs25(x0, x1, ty_@0) 15.41/5.79 new_ltEs9(LT, EQ) 15.41/5.79 new_ltEs9(EQ, LT) 15.41/5.79 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs23(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Int) 15.41/5.79 new_esEs14(x0, x1, ty_Integer) 15.41/5.79 new_ltEs10(x0, x1, ty_Int) 15.41/5.79 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_lt16(x0, x1) 15.41/5.79 new_ltEs14(Right(x0), Left(x1), x2, x3) 15.41/5.79 new_ltEs14(Left(x0), Right(x1), x2, x3) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Float) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 15.41/5.79 new_lt15(:%(x0, x1), :%(x2, x3), x4) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Integer, x2) 15.41/5.79 new_esEs22(x0, x1, ty_Int) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 15.41/5.79 new_compare(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Ordering) 15.41/5.79 new_pePe(True, x0) 15.41/5.79 new_esEs26(x0, x1, ty_Bool) 15.41/5.79 new_ltEs10(x0, x1, ty_Char) 15.41/5.79 new_lt8(x0, x1, ty_Bool) 15.41/5.79 new_lt4(x0, x1) 15.41/5.79 new_esEs27(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_compare11(x0, x1, False) 15.41/5.79 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Integer) 15.41/5.79 new_ltEs10(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_lt7(x0, x1, app(ty_[], x2)) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs8(GT, GT) 15.41/5.79 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Bool, x2) 15.41/5.79 new_esEs26(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_esEs8(LT, EQ) 15.41/5.79 new_esEs8(EQ, LT) 15.41/5.79 new_esEs28(x0, x1, ty_Bool) 15.41/5.79 new_esEs15(x0, x1, ty_@0) 15.41/5.79 new_primCmpInt(Neg(Zero), Neg(Zero)) 15.41/5.79 new_esEs28(x0, x1, ty_Char) 15.41/5.79 new_esEs22(x0, x1, ty_Char) 15.41/5.79 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs23(x0, x1, ty_Integer) 15.41/5.79 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs14(x0, x1, ty_Bool) 15.41/5.79 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_compare26(Integer(x0), Integer(x1), x2, x3, ty_Integer) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Int) 15.41/5.79 new_esEs8(LT, LT) 15.41/5.79 new_primMulNat0(Succ(x0), Succ(x1)) 15.41/5.79 new_primCmpInt(Pos(Zero), Neg(Zero)) 15.41/5.79 new_primCmpInt(Neg(Zero), Pos(Zero)) 15.41/5.79 new_lt20(x0, x1, ty_Double) 15.41/5.79 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_ltEs19(x0, x1, ty_Double) 15.41/5.79 new_lt5([], :(x0, x1), x2) 15.41/5.79 new_compare7(:%(x0, x1), :%(x2, x3), ty_Integer) 15.41/5.79 new_lt6(Integer(x0), Integer(x1)) 15.41/5.79 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_ltEs9(LT, LT) 15.41/5.79 new_esEs28(x0, x1, ty_Int) 15.41/5.79 new_primCmpNat0(Succ(x0), Succ(x1)) 15.41/5.79 new_ltEs6(False, False) 15.41/5.79 new_esEs28(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs14(x0, x1, ty_Float) 15.41/5.79 new_ltEs16(x0, x1) 15.41/5.79 new_lt7(x0, x1, ty_Integer) 15.41/5.79 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs26(x0, x1, ty_Ordering) 15.41/5.79 new_compare(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_@0) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), app(ty_Maybe, x2)) 15.41/5.79 new_esEs27(x0, x1, app(ty_[], x2)) 15.41/5.79 new_compare(x0, x1, app(ty_[], x2)) 15.41/5.79 new_ltEs10(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs23(x0, x1, ty_Ordering) 15.41/5.79 new_compare15(:(x0, x1), :(x2, x3), x4) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Char) 15.41/5.79 new_lt7(x0, x1, ty_Ordering) 15.41/5.79 new_lt8(x0, x1, ty_Char) 15.41/5.79 new_compare33(x0, x1, x2, x3) 15.41/5.79 new_esEs28(x0, x1, app(ty_[], x2)) 15.41/5.79 new_compare24(x0, x1, False) 15.41/5.79 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_Double) 15.41/5.79 new_esEs15(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs23(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_lt20(x0, x1, ty_@0) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Ordering, x2) 15.41/5.79 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 15.41/5.79 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 15.41/5.79 new_primPlusNat1(Succ(x0), Succ(x1)) 15.41/5.79 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 15.41/5.79 new_compare(x0, x1, ty_Int) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Integer, x2) 15.41/5.79 new_compare15([], [], x0) 15.41/5.79 new_lt8(x0, x1, ty_Int) 15.41/5.79 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Float) 15.41/5.79 new_lt9(x0, x1) 15.41/5.79 new_compare(x0, x1, ty_Char) 15.41/5.79 new_primEqNat0(Succ(x0), Succ(x1)) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Bool) 15.41/5.79 new_compare23(x0, x1, False, x2, x3, x4) 15.41/5.79 new_esEs15(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs28(x0, x1, ty_Float) 15.41/5.79 new_esEs14(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_lt8(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_lt8(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_ltEs10(x0, x1, ty_Integer) 15.41/5.79 new_compare16(x0, x1, False) 15.41/5.79 new_esEs14(x0, x1, ty_Int) 15.41/5.79 new_esEs25(x0, x1, ty_Ordering) 15.41/5.79 new_primCompAux1(x0, x1, x2, x3, x4) 15.41/5.79 new_esEs27(x0, x1, ty_Double) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_@0) 15.41/5.79 new_compare27(x0, x1, x2, x3) 15.41/5.79 new_compare14(@0, @0) 15.41/5.79 new_esEs24(x0, x1, ty_Char) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 15.41/5.79 new_lt8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs26(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_Bool) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 15.41/5.79 new_esEs22(x0, x1, ty_Bool) 15.41/5.79 new_esEs25(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Double, x2) 15.41/5.79 new_esEs14(x0, x1, ty_Char) 15.41/5.79 new_compare(x0, x1, ty_Float) 15.41/5.79 new_compare11(x0, x1, True) 15.41/5.79 new_primMulNat0(Zero, Zero) 15.41/5.79 new_lt7(x0, x1, ty_Float) 15.41/5.79 new_compare13(x0, x1, False, x2) 15.41/5.79 new_esEs27(x0, x1, ty_Ordering) 15.41/5.79 new_lt8(x0, x1, ty_Float) 15.41/5.79 new_primPlusNat1(Zero, Succ(x0)) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Float, x2) 15.41/5.79 new_esEs26(x0, x1, ty_Int) 15.41/5.79 new_esEs15(x0, x1, ty_Double) 15.41/5.79 new_esEs24(x0, x1, ty_Int) 15.41/5.79 new_esEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 15.41/5.79 new_esEs25(x0, x1, ty_Int) 15.41/5.79 new_lt5(:(x0, x1), [], x2) 15.41/5.79 new_esEs22(x0, x1, ty_@0) 15.41/5.79 new_ltEs11(x0, x1) 15.41/5.79 new_esEs17(True, True) 15.41/5.79 new_esEs15(x0, x1, ty_Char) 15.41/5.79 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 15.41/5.79 new_lt7(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_compare10(x0, x1, False, x2, x3, x4) 15.41/5.79 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_compare211(x0, x1, True) 15.41/5.79 new_lt14(x0, x1, x2, x3) 15.41/5.79 new_esEs9(:%(x0, x1), :%(x2, x3), x4) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), app(ty_[], x2), x3) 15.41/5.79 new_sr(Integer(x0), Integer(x1)) 15.41/5.79 new_compare34(x0, x1, x2, x3, x4) 15.41/5.79 new_esEs25(x0, x1, ty_Char) 15.41/5.79 new_esEs26(x0, x1, ty_Double) 15.41/5.79 new_esEs25(x0, x1, ty_Double) 15.41/5.79 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_ltEs10(x0, x1, ty_Bool) 15.41/5.79 new_esEs15(x0, x1, ty_Int) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 15.41/5.79 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs23(x0, x1, app(ty_[], x2)) 15.41/5.79 new_asAs(False, x0) 15.41/5.79 new_esEs26(x0, x1, ty_Char) 15.41/5.79 new_esEs23(x0, x1, ty_Bool) 15.41/5.79 new_esEs6(Just(x0), Just(x1), app(ty_[], x2)) 15.41/5.79 new_ltEs15(x0, x1) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_Bool) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), app(ty_[], x2)) 15.41/5.79 new_esEs15(x0, x1, ty_Ordering) 15.41/5.79 new_compare39(x0, x1) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Char, x2) 15.41/5.79 new_compare17(x0, x1) 15.41/5.79 new_ltEs13(@2(x0, x1), @2(x2, x3), x4, x5) 15.41/5.79 new_ltEs19(x0, x1, ty_Float) 15.41/5.79 new_esEs24(x0, x1, ty_Double) 15.41/5.79 new_esEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 15.41/5.79 new_not(True) 15.41/5.79 new_esEs27(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_esEs14(x0, x1, ty_Ordering) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 15.41/5.79 new_compare38(x0, x1) 15.41/5.79 new_esEs11(x0, x1, ty_Int) 15.41/5.79 new_esEs26(x0, x1, app(ty_[], x2)) 15.41/5.79 new_compare(x0, x1, ty_Integer) 15.41/5.79 new_esEs24(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_compare7(:%(x0, x1), :%(x2, x3), ty_Int) 15.41/5.79 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 15.41/5.79 new_esEs8(EQ, GT) 15.41/5.79 new_esEs8(GT, EQ) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_Ordering) 15.41/5.79 new_esEs23(x0, x1, ty_Int) 15.41/5.79 new_asAs(True, x0) 15.41/5.79 new_esEs24(x0, x1, ty_@0) 15.41/5.79 new_primCompAux00(x0, x1, LT, x2) 15.41/5.79 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Ordering) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_Char) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Int, x2) 15.41/5.79 new_compare37(x0, x1, x2, x3) 15.41/5.79 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, app(ty_[], x3)) 15.41/5.79 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs26(x0, x1, ty_@0) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_Integer) 15.41/5.79 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs23(x0, x1, ty_Char) 15.41/5.79 new_compare35(x0, x1) 15.41/5.79 new_compare19(x0, x1, x2) 15.41/5.79 new_compare8(x0, x1, x2, x3) 15.41/5.79 new_lt5([], [], x0) 15.41/5.79 new_ltEs10(x0, x1, ty_@0) 15.41/5.79 new_esEs17(False, True) 15.41/5.79 new_esEs17(True, False) 15.41/5.79 new_esEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), app(ty_Ratio, x2)) 15.41/5.79 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 15.41/5.79 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 15.41/5.79 new_esEs27(x0, x1, ty_Int) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_Ordering) 15.41/5.79 new_esEs22(x0, x1, ty_Integer) 15.41/5.79 new_esEs28(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_ltEs6(True, True) 15.41/5.79 new_compare18(Integer(x0), Integer(x1)) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_Integer) 15.41/5.79 new_esEs28(x0, x1, ty_Integer) 15.41/5.79 new_compare10(x0, x1, True, x2, x3, x4) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_Int) 15.41/5.79 new_primCmpNat0(Succ(x0), Zero) 15.41/5.79 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs23(x0, x1, ty_@0) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_@0) 15.41/5.79 new_esEs27(x0, x1, ty_Char) 15.41/5.79 new_esEs24(x0, x1, ty_Bool) 15.41/5.79 new_esEs10(x0, x1, ty_Int) 15.41/5.79 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.41/5.79 new_ltEs10(x0, x1, ty_Float) 15.41/5.79 new_primCmpInt(Pos(Zero), Pos(Zero)) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 15.41/5.79 new_esEs28(x0, x1, ty_@0) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 15.41/5.79 new_compare(x0, x1, ty_@0) 15.41/5.79 new_compare23(x0, x1, True, x2, x3, x4) 15.41/5.79 new_primEqNat0(Succ(x0), Zero) 15.41/5.79 new_esEs25(x0, x1, ty_Bool) 15.41/5.79 new_ltEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_@0, x2) 15.41/5.79 new_compare212(x0, x1, True, x2, x3) 15.41/5.79 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs23(x0, x1, ty_Double) 15.41/5.79 new_esEs22(x0, x1, ty_Ordering) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 15.41/5.79 new_primPlusNat1(Succ(x0), Zero) 15.41/5.79 new_compare211(x0, x1, False) 15.41/5.79 new_lt20(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs27(x0, x1, ty_@0) 15.41/5.79 new_esEs27(x0, x1, ty_Bool) 15.41/5.79 new_esEs8(LT, GT) 15.41/5.79 new_esEs8(GT, LT) 15.41/5.79 new_esEs14(x0, x1, app(ty_[], x2)) 15.41/5.79 new_esEs21(Double(x0, x1), Double(x2, x3)) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 15.41/5.79 new_lt20(x0, x1, ty_Integer) 15.41/5.79 new_ltEs19(x0, x1, ty_Integer) 15.41/5.79 new_compare110(x0, x1, False, x2, x3) 15.41/5.79 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs19([], [], x0) 15.41/5.79 new_primCompAux00(x0, x1, GT, x2) 15.41/5.79 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 15.41/5.79 new_ltEs17(Nothing, Nothing, x0) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_@0, x2) 15.41/5.79 new_lt8(x0, x1, app(ty_[], x2)) 15.41/5.79 new_esEs16(Float(x0, x1), Float(x2, x3)) 15.41/5.79 new_primCmpChar(Char(x0), Char(x1)) 15.41/5.79 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_primMulInt(Pos(x0), Neg(x1)) 15.41/5.79 new_primMulInt(Neg(x0), Pos(x1)) 15.41/5.79 new_ltEs10(x0, x1, ty_Double) 15.41/5.79 new_esEs15(x0, x1, ty_Integer) 15.41/5.79 new_compare210(x0, x1, False, x2, x3) 15.41/5.79 new_esEs24(x0, x1, ty_Integer) 15.41/5.79 new_lt19(x0, x1) 15.41/5.79 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 15.41/5.79 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 15.41/5.79 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 15.41/5.79 new_esEs18(@0, @0) 15.41/5.79 new_esEs22(x0, x1, ty_Double) 15.41/5.79 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 15.41/5.79 new_esEs19([], :(x0, x1), x2) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_Char) 15.41/5.79 new_ltEs9(GT, EQ) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_@0) 15.41/5.79 new_ltEs9(EQ, GT) 15.41/5.79 new_primEqNat0(Zero, Zero) 15.41/5.79 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 15.41/5.79 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 15.41/5.79 new_esEs5(Left(x0), Right(x1), x2, x3) 15.41/5.79 new_esEs5(Right(x0), Left(x1), x2, x3) 15.41/5.79 new_lt20(x0, x1, ty_Bool) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Double) 15.41/5.79 new_ltEs19(x0, x1, ty_Bool) 15.41/5.79 new_compare15([], :(x0, x1), x2) 15.41/5.79 new_not(False) 15.41/5.79 new_ltEs18(x0, x1) 15.41/5.79 new_esEs12(x0, x1) 15.41/5.79 new_ltEs19(x0, x1, ty_Ordering) 15.41/5.79 new_esEs14(x0, x1, ty_Double) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 15.41/5.79 new_ltEs4(x0, x1, x2) 15.41/5.79 new_esEs24(x0, x1, ty_Ordering) 15.41/5.79 new_compare25(x0, x1, False, x2) 15.41/5.79 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_lt18(x0, x1, x2, x3, x4) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_Bool) 15.41/5.79 new_esEs27(x0, x1, ty_Integer) 15.41/5.79 new_ltEs6(True, False) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_Int) 15.41/5.79 new_ltEs6(False, True) 15.41/5.79 new_lt20(x0, x1, ty_Float) 15.41/5.79 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 15.41/5.79 new_ltEs10(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_Float) 15.41/5.79 new_lt12(x0, x1, x2, x3) 15.41/5.79 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 15.41/5.79 new_lt13(@0, @0) 15.41/5.79 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_lt8(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_esEs10(x0, x1, ty_Integer) 15.41/5.79 new_ltEs7(x0, x1, x2) 15.41/5.79 new_ltEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_Integer) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Double) 15.41/5.79 new_lt8(x0, x1, ty_@0) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_Char) 15.41/5.79 new_lt8(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_compare12(x0, x1) 15.41/5.79 new_esEs25(x0, x1, app(ty_[], x2)) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 15.41/5.79 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_primPlusNat0(Succ(x0), x1) 15.41/5.79 new_esEs15(x0, x1, ty_Bool) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 15.41/5.79 new_lt20(x0, x1, ty_Char) 15.41/5.79 new_esEs14(x0, x1, ty_@0) 15.41/5.79 new_compare29(x0, x1) 15.41/5.79 new_compare13(x0, x1, True, x2) 15.41/5.79 new_esEs14(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_compare15(:(x0, x1), [], x2) 15.41/5.79 new_compare(x0, x1, ty_Double) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_Int) 15.41/5.79 new_esEs25(x0, x1, ty_Float) 15.41/5.79 new_lt20(x0, x1, ty_Int) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_Float) 15.41/5.79 new_lt20(x0, x1, app(ty_[], x2)) 15.41/5.79 new_primCmpNat0(Zero, Zero) 15.41/5.79 new_ltEs9(GT, LT) 15.41/5.79 new_ltEs9(LT, GT) 15.41/5.79 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_Ordering) 15.41/5.79 new_primMulInt(Neg(x0), Neg(x1)) 15.41/5.79 15.41/5.79 We have to consider all minimal (P,Q,R)-chains. 15.41/5.79 ---------------------------------------- 15.41/5.79 15.41/5.79 (19) DependencyGraphProof (EQUIVALENT) 15.41/5.79 The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 8 less nodes. 15.41/5.79 ---------------------------------------- 15.41/5.79 15.41/5.79 (20) 15.41/5.79 Obligation: 15.41/5.79 Q DP problem: 15.41/5.79 The TRS P consists of the following rules: 15.41/5.79 15.41/5.79 new_lt0(vwx30, vwx40, bc, bd) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_compare20(vwx30, vwx40, False, bc, bd) -> new_ltEs0(vwx30, vwx40, bc, bd) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(ty_Maybe, ee), ea) -> new_ltEs2(vwx310, vwx410, ee) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(app(app(ty_@3, hc), hd), he)) -> new_ltEs3(vwx310, vwx410, hc, hd, he) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_@2, hf), hg), hh, baa) -> new_lt(vwx310, vwx410, hf, hg) 15.41/5.79 new_lt(vwx30, vwx40, h, ba) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_compare2(vwx30, vwx40, False, h, ba) -> new_ltEs(vwx30, vwx40, h, ba) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(app(ty_Either, bbd), bbe)), baa)) -> new_lt0(vwx311, vwx411, bbd, bbe) 15.41/5.79 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(app(app(ty_@3, ef), eg), eh)), ea)) -> new_ltEs3(vwx310, vwx410, ef, eg, eh) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(ty_Maybe, bch)) -> new_ltEs2(vwx312, vwx412, bch) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(app(ty_@2, ge), gf)) -> new_ltEs(vwx310, vwx410, ge, gf) 15.41/5.79 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(ty_[], ed)), ea)) -> new_ltEs1(vwx310, vwx410, ed) 15.41/5.79 new_ltEs1(:(vwx310, vwx311), :(vwx410, vwx411), gd) -> new_primCompAux(vwx310, vwx410, vwx311, vwx411, gd) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(app(ty_@2, bf), bg)) -> new_compare3(vwx300, vwx400, bf, bg) 15.41/5.79 new_compare3(vwx30, vwx40, h, ba) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(ty_Maybe, cc)) -> new_compare31(vwx300, vwx400, cc) 15.41/5.79 new_compare31(vwx30, vwx40, cg) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.41/5.79 new_compare21(vwx30, vwx40, False, cg) -> new_ltEs2(vwx30, vwx40, cg) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(ty_Maybe, hb)) -> new_ltEs2(vwx310, vwx410, hb) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(ty_[], ha)) -> new_ltEs1(vwx310, vwx410, ha) 15.41/5.79 new_ltEs2(Just(vwx310), Just(vwx410), app(app(ty_Either, gg), gh)) -> new_ltEs0(vwx310, vwx410, gg, gh) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(app(app(ty_@3, ga), gb), gc)) -> new_ltEs3(vwx310, vwx410, ga, gb, gc) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(ty_Maybe, bbg), baa) -> new_lt2(vwx311, vwx411, bbg) 15.41/5.79 new_lt2(vwx30, vwx40, cg) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(app(ty_@2, bcc), bcd)) -> new_ltEs(vwx312, vwx412, bcc, bcd) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(ty_[], ha))) -> new_ltEs1(vwx310, vwx410, ha) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(ty_Maybe, hb))) -> new_ltEs2(vwx310, vwx410, hb) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(ty_[], fg))) -> new_ltEs1(vwx310, vwx410, fg) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(ty_[], cb)), bb) -> new_compare0(vwx300, vwx400, cb) 15.41/5.79 new_compare0(:(vwx310, vwx311), :(vwx410, vwx411), gd) -> new_primCompAux(vwx310, vwx410, vwx311, vwx411, gd) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(app(ty_Either, bh), ca)) -> new_compare30(vwx300, vwx400, bh, ca) 15.41/5.79 new_compare30(vwx30, vwx40, bc, bd) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(ty_[], cb)) -> new_compare0(vwx300, vwx400, cb) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, be) -> new_primCompAux0(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.41/5.79 new_primCompAux0(vwx111, vwx112, EQ, app(ty_[], bdh)) -> new_compare0(vwx111, vwx112, bdh) 15.41/5.79 new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(app(app(ty_@3, cd), ce), cf)) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_compare32(vwx30, vwx40, da, db, dc) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_compare22(vwx30, vwx40, False, da, db, dc) -> new_ltEs3(vwx30, vwx40, da, db, dc) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs3(vwx312, vwx412, bda, bdb, bdc) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(app(ty_@3, baf), bag), bah), hh, baa) -> new_lt3(vwx310, vwx410, baf, bag, bah) 15.41/5.79 new_lt3(vwx30, vwx40, da, db, dc) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_Maybe, bae), hh, baa) -> new_lt2(vwx310, vwx410, bae) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(ty_[], bcg)) -> new_ltEs1(vwx312, vwx412, bcg) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(app(ty_Either, bbd), bbe), baa) -> new_lt0(vwx311, vwx411, bbd, bbe) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(ty_[], bbf), baa) -> new_lt1(vwx311, vwx411, bbf) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bh), ca)) -> new_compare30(vwx300, vwx400, bh, ca) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, cc)) -> new_compare31(vwx300, vwx400, cc) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), be) -> new_primCompAux0(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, cd), ce), cf)) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], cb)) -> new_compare0(vwx300, vwx400, cb) 15.41/5.79 new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bf), bg)) -> new_compare3(vwx300, vwx400, bf, bg) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(app(ty_@2, bbb), bbc), baa) -> new_lt(vwx311, vwx411, bbb, bbc) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(app(ty_Either, bce), bcf)) -> new_ltEs0(vwx312, vwx412, bce, bcf) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(ty_Maybe, fh)) -> new_ltEs2(vwx310, vwx410, fh) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(app(ty_@2, dg), dh), ea) -> new_ltEs(vwx310, vwx410, dg, dh) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(app(ty_@2, fb), fc))) -> new_ltEs(vwx310, vwx410, fb, fc) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(ty_Maybe, bae)), hh), baa)) -> new_lt2(vwx310, vwx410, bae) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(ty_[], bbf)), baa)) -> new_lt1(vwx311, vwx411, bbf) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_Either, bc), bd), bb) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(app(app(ty_@3, bbh), bca), bcb)), baa)) -> new_lt3(vwx311, vwx411, bbh, bca, bcb) 15.41/5.79 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(ty_Maybe, ee)), ea)) -> new_ltEs2(vwx310, vwx410, ee) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(app(ty_Either, gg), gh))) -> new_ltEs0(vwx310, vwx410, gg, gh) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(app(ty_@2, fb), fc)) -> new_ltEs(vwx310, vwx410, fb, fc) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(app(ty_@2, hf), hg)), hh), baa)) -> new_lt(vwx310, vwx410, hf, hg) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(app(ty_@2, ge), gf))) -> new_ltEs(vwx310, vwx410, ge, gf) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(ty_Maybe, bbg)), baa)) -> new_lt2(vwx311, vwx411, bbg) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(app(ty_@2, bbb), bbc)), baa)) -> new_lt(vwx311, vwx411, bbb, bbc) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), dd, app(app(ty_@2, de), df)) -> new_ltEs(vwx31, vwx41, de, df) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(app(ty_@2, bf), bg)), bb) -> new_compare3(vwx300, vwx400, bf, bg) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], be), bb) -> new_primCompAux0(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.41/5.79 new_ltEs(@2(vwx30, :(vwx310, vwx311)), @2(vwx40, :(vwx410, vwx411)), dd, app(ty_[], gd)) -> new_primCompAux(vwx310, vwx410, vwx311, vwx411, gd) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(app(ty_Either, bh), ca)), bb) -> new_compare30(vwx300, vwx400, bh, ca) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(ty_[], bad)), hh), baa)) -> new_lt1(vwx310, vwx410, bad) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(ty_Maybe, bch))) -> new_ltEs2(vwx312, vwx412, bch) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(app(ty_Either, bab), bac)), hh), baa)) -> new_lt0(vwx310, vwx410, bab, bac) 15.41/5.79 new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(app(app(ty_@3, hc), hd), he))) -> new_ltEs3(vwx310, vwx410, hc, hd, he) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_Either, bab), bac), hh, baa) -> new_lt0(vwx310, vwx410, bab, bac) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(app(app(ty_@3, bbh), bca), bcb), baa) -> new_lt3(vwx311, vwx411, bbh, bca, bcb) 15.41/5.79 new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_[], bad), hh, baa) -> new_lt1(vwx310, vwx410, bad) 15.41/5.79 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(app(ty_@2, dg), dh)), ea)) -> new_ltEs(vwx310, vwx410, dg, dh) 15.41/5.79 new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(app(ty_Either, eb), ec)), ea)) -> new_ltEs0(vwx310, vwx410, eb, ec) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(ty_[], ed), ea) -> new_ltEs1(vwx310, vwx410, ed) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(app(ty_Either, fd), ff)) -> new_ltEs0(vwx310, vwx410, fd, ff) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(app(ty_Either, eb), ec), ea) -> new_ltEs0(vwx310, vwx410, eb, ec) 15.41/5.79 new_ltEs0(Left(vwx310), Left(vwx410), app(app(app(ty_@3, ef), eg), eh), ea) -> new_ltEs3(vwx310, vwx410, ef, eg, eh) 15.41/5.79 new_ltEs0(Right(vwx310), Right(vwx410), fa, app(ty_[], fg)) -> new_ltEs1(vwx310, vwx410, fg) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(ty_Maybe, cg), bb) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(app(ty_Either, bce), bcf))) -> new_ltEs0(vwx312, vwx412, bce, bcf) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(app(ty_@2, bcc), bcd))) -> new_ltEs(vwx312, vwx412, bcc, bcd) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(app(app(ty_@3, baf), bag), bah)), hh), baa)) -> new_lt3(vwx310, vwx410, baf, bag, bah) 15.41/5.79 new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(app(ty_@3, da), db), dc), bb) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(app(ty_Either, fd), ff))) -> new_ltEs0(vwx310, vwx410, fd, ff) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(app(app(ty_@3, bda), bdb), bdc))) -> new_ltEs3(vwx312, vwx412, bda, bdb, bdc) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(ty_Maybe, fh))) -> new_ltEs2(vwx310, vwx410, fh) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(app(app(ty_@3, cd), ce), cf)), bb) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(ty_Maybe, cc)), bb) -> new_compare31(vwx300, vwx400, cc) 15.41/5.79 new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(app(app(ty_@3, ga), gb), gc))) -> new_ltEs3(vwx310, vwx410, ga, gb, gc) 15.41/5.79 new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(ty_[], bcg))) -> new_ltEs1(vwx312, vwx412, bcg) 15.41/5.79 15.41/5.79 The TRS R consists of the following rules: 15.41/5.79 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Bool) -> new_ltEs6(vwx310, vwx410) 15.41/5.79 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 15.41/5.79 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 15.41/5.79 new_esEs19(:(vwx300, vwx301), :(vwx400, vwx401), be) -> new_asAs(new_esEs28(vwx300, vwx400, be), new_esEs19(vwx301, vwx401, be)) 15.41/5.79 new_compare10(vwx30, vwx40, True, da, db, dc) -> LT 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_@0) -> new_compare14(vwx111, vwx112) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Double) -> new_lt19(vwx310, vwx410) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Ordering, bd) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_esEs23(vwx302, vwx402, app(ty_Maybe, cbe)) -> new_esEs6(vwx302, vwx402, cbe) 15.41/5.79 new_pePe(True, vwx80) -> True 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Double) -> new_ltEs18(vwx31, vwx41) 15.41/5.79 new_lt4(vwx30, vwx40) -> new_esEs8(new_primCmpChar(vwx30, vwx40), LT) 15.41/5.79 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 15.41/5.79 new_esEs24(vwx301, vwx401, app(ty_[], cca)) -> new_esEs19(vwx301, vwx401, cca) 15.41/5.79 new_ltEs14(Right(vwx310), Left(vwx410), fa, ea) -> False 15.41/5.79 new_esEs27(vwx300, vwx400, app(app(ty_Either, cfd), cfe)) -> new_esEs5(vwx300, vwx400, cfd, cfe) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Ordering) -> new_ltEs9(vwx31, vwx41) 15.41/5.79 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 15.41/5.79 new_compare(vwx300, vwx400, ty_Ordering) -> new_compare39(vwx300, vwx400) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_compare(vwx300, vwx400, app(app(ty_@2, bf), bg)) -> new_compare8(vwx300, vwx400, bf, bg) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 15.41/5.79 new_esEs15(vwx310, vwx410, app(app(app(ty_@3, baf), bag), bah)) -> new_esEs7(vwx310, vwx410, baf, bag, bah) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Ordering) -> new_ltEs9(vwx312, vwx412) 15.41/5.79 new_esEs18(@0, @0) -> True 15.41/5.79 new_esEs14(vwx311, vwx411, app(ty_[], bbf)) -> new_esEs19(vwx311, vwx411, bbf) 15.41/5.79 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 15.41/5.79 new_lt20(vwx30, vwx40, ty_@0) -> new_lt13(vwx30, vwx40) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_esEs20(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 15.41/5.79 new_compare8(vwx300, vwx400, bf, bg) -> new_compare33(vwx300, vwx400, bf, bg) 15.41/5.79 new_compare111(vwx30, vwx40, True, h, ba) -> LT 15.41/5.79 new_ltEs9(LT, LT) -> True 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Double) -> new_ltEs18(vwx312, vwx412) 15.41/5.79 new_esEs14(vwx311, vwx411, app(ty_Ratio, beh)) -> new_esEs9(vwx311, vwx411, beh) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(app(ty_Either, cgg), cgh)) -> new_esEs5(vwx300, vwx400, cgg, cgh) 15.41/5.79 new_lt7(vwx310, vwx410, app(app(ty_@2, hf), hg)) -> new_lt12(vwx310, vwx410, hf, hg) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Ordering) -> new_lt16(vwx310, vwx410) 15.41/5.79 new_compare(vwx300, vwx400, app(app(app(ty_@3, cd), ce), cf)) -> new_compare9(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_esEs11(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_compare14(@0, @0) -> EQ 15.41/5.79 new_esEs23(vwx302, vwx402, app(app(ty_Either, cad), cae)) -> new_esEs5(vwx302, vwx402, cad, cae) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 15.41/5.79 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 15.41/5.79 new_esEs8(GT, GT) -> True 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Integer) -> new_ltEs15(vwx310, vwx410) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Char) -> new_lt4(vwx311, vwx411) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_ltEs12(vwx31, vwx41) -> new_not(new_esEs8(new_compare38(vwx31, vwx41), GT)) 15.41/5.79 new_compare210(vwx30, vwx40, True, h, ba) -> EQ 15.41/5.79 new_compare212(vwx30, vwx40, False, bc, bd) -> new_compare110(vwx30, vwx40, new_ltEs14(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Int) -> new_ltEs12(vwx31, vwx41) 15.41/5.79 new_esEs24(vwx301, vwx401, app(app(ty_@2, ccb), ccc)) -> new_esEs4(vwx301, vwx401, ccb, ccc) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_@0, ea) -> new_ltEs8(vwx310, vwx410) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Int) -> new_esEs12(vwx311, vwx411) 15.41/5.79 new_esEs8(EQ, EQ) -> True 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(ty_Maybe, bge), bd) -> new_esEs6(vwx300, vwx400, bge) 15.41/5.79 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(app(ty_@2, bhb), bhc)) -> new_esEs4(vwx300, vwx400, bhb, bhc) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Float) -> new_esEs16(vwx301, vwx401) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Char) -> new_ltEs16(vwx310, vwx410) 15.41/5.79 new_lt5(:(vwx300, vwx301), :(vwx400, vwx401), be) -> new_esEs8(new_primCompAux1(vwx300, vwx400, vwx301, vwx401, be), LT) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 15.41/5.79 new_compare(vwx300, vwx400, app(ty_Maybe, cc)) -> new_compare19(vwx300, vwx400, cc) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Float) -> new_ltEs11(vwx310, vwx410) 15.41/5.79 new_not(True) -> False 15.41/5.79 new_ltEs19(vwx31, vwx41, app(app(app(ty_@3, bba), hh), baa)) -> new_ltEs5(vwx31, vwx41, bba, hh, baa) 15.41/5.79 new_compare35(vwx30, vwx40) -> new_compare24(vwx30, vwx40, new_esEs8(vwx30, vwx40)) 15.41/5.79 new_primCmpNat0(Zero, Zero) -> EQ 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Bool) -> new_ltEs6(vwx31, vwx41) 15.41/5.79 new_compare211(vwx30, vwx40, False) -> new_compare11(vwx30, vwx40, new_ltEs6(vwx30, vwx40)) 15.41/5.79 new_esEs28(vwx300, vwx400, app(ty_[], cb)) -> new_esEs19(vwx300, vwx400, cb) 15.41/5.79 new_compare7(:%(vwx310, vwx311), :%(vwx410, vwx411), ty_Integer) -> new_compare18(new_sr(vwx310, vwx411), new_sr(vwx410, vwx311)) 15.41/5.79 new_ltEs18(vwx31, vwx41) -> new_not(new_esEs8(new_compare12(vwx31, vwx41), GT)) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_compare11(vwx30, vwx40, False) -> GT 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Double) -> new_ltEs18(vwx310, vwx410) 15.41/5.79 new_primCmpFloat(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare38(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.41/5.79 new_ltEs10(vwx312, vwx412, app(app(ty_Either, bce), bcf)) -> new_ltEs14(vwx312, vwx412, bce, bcf) 15.41/5.79 new_esEs25(vwx300, vwx400, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_esEs7(vwx300, vwx400, cdf, cdg, cdh) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Ordering) -> new_lt16(vwx30, vwx40) 15.41/5.79 new_lt16(vwx30, vwx40) -> new_esEs8(new_compare35(vwx30, vwx40), LT) 15.41/5.79 new_lt8(vwx311, vwx411, app(ty_Maybe, bbg)) -> new_lt17(vwx311, vwx411, bbg) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Char) -> new_esEs20(vwx301, vwx401) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Double) -> new_lt19(vwx30, vwx40) 15.41/5.79 new_primEqNat0(Succ(vwx3000), Zero) -> False 15.41/5.79 new_primEqNat0(Zero, Succ(vwx4000)) -> False 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Char) -> new_esEs20(vwx311, vwx411) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_@0) -> new_esEs18(vwx302, vwx402) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(app(ty_Either, bdf), bdg)) -> new_compare27(vwx111, vwx112, bdf, bdg) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Double) -> new_esEs21(vwx310, vwx410) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Char, bd) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Ordering) -> new_ltEs9(vwx310, vwx410) 15.41/5.79 new_lt20(vwx30, vwx40, app(app(ty_@2, h), ba)) -> new_lt12(vwx30, vwx40, h, ba) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_@0) -> new_ltEs8(vwx310, vwx410) 15.41/5.79 new_compare13(vwx30, vwx40, False, cg) -> GT 15.41/5.79 new_primCmpFloat(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare38(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.41/5.79 new_compare(vwx300, vwx400, ty_Char) -> new_compare17(vwx300, vwx400) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_ltEs6(True, True) -> True 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_@0, bd) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 15.41/5.79 new_esEs14(vwx311, vwx411, app(app(ty_@2, bbb), bbc)) -> new_esEs4(vwx311, vwx411, bbb, bbc) 15.41/5.79 new_compare15([], [], gd) -> EQ 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Ordering) -> new_esEs8(vwx311, vwx411) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Int) -> new_ltEs12(vwx312, vwx412) 15.41/5.79 new_lt7(vwx310, vwx410, app(ty_Maybe, bae)) -> new_lt17(vwx310, vwx410, bae) 15.41/5.79 new_compare110(vwx30, vwx40, True, bc, bd) -> LT 15.41/5.79 new_esEs24(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 15.41/5.79 new_compare16(vwx30, vwx40, False) -> GT 15.41/5.79 new_compare29(vwx300, vwx400) -> new_compare310(vwx300, vwx400) 15.41/5.79 new_compare26(Integer(vwx3000), Integer(vwx4010), vwx400, vwx301, ty_Integer) -> new_compare18(Integer(new_primMulInt(vwx3000, vwx4010)), new_sr(vwx400, vwx301)) 15.41/5.79 new_primPlusNat1(Succ(vwx12100), Succ(vwx400000)) -> Succ(Succ(new_primPlusNat1(vwx12100, vwx400000))) 15.41/5.79 new_primCompAux00(vwx111, vwx112, GT, cab) -> GT 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Int) -> new_ltEs12(vwx310, vwx410) 15.41/5.79 new_lt13(@0, @0) -> new_esEs8(EQ, LT) 15.41/5.79 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_esEs26(vwx301, vwx401, app(app(app(ty_@3, ceh), cfa), cfb)) -> new_esEs7(vwx301, vwx401, ceh, cfa, cfb) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Int, bd) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Int) -> new_esEs12(vwx301, vwx401) 15.41/5.79 new_lt12(vwx30, vwx40, h, ba) -> new_esEs8(new_compare33(vwx30, vwx40, h, ba), LT) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Float, ea) -> new_ltEs11(vwx310, vwx410) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(ty_Ratio, bee)) -> new_ltEs4(vwx31, vwx41, bee) 15.41/5.79 new_sr(Integer(vwx4000), Integer(vwx3010)) -> Integer(new_primMulInt(vwx4000, vwx3010)) 15.41/5.79 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 15.41/5.79 new_compare(vwx300, vwx400, ty_Bool) -> new_compare29(vwx300, vwx400) 15.41/5.79 new_ltEs17(Nothing, Nothing, bfb) -> True 15.41/5.79 new_pePe(False, vwx80) -> vwx80 15.41/5.79 new_compare37(vwx30, vwx40, bc, bd) -> new_compare212(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Integer) -> new_esEs13(vwx311, vwx411) 15.41/5.79 new_ltEs17(Nothing, Just(vwx410), bfb) -> True 15.41/5.79 new_esEs14(vwx311, vwx411, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs7(vwx311, vwx411, bbh, bca, bcb) 15.41/5.79 new_ltEs17(Just(vwx310), Nothing, bfb) -> False 15.41/5.79 new_esEs19([], [], be) -> True 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(app(ty_Either, gg), gh)) -> new_ltEs14(vwx310, vwx410, gg, gh) 15.41/5.79 new_lt7(vwx310, vwx410, app(app(ty_Either, bab), bac)) -> new_lt14(vwx310, vwx410, bab, bac) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(app(app(ty_@3, beb), bec), bed)) -> new_compare9(vwx111, vwx112, beb, bec, bed) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Bool) -> new_esEs17(vwx310, vwx410) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Char) -> new_lt4(vwx310, vwx410) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_esEs8(LT, EQ) -> False 15.41/5.79 new_esEs8(EQ, LT) -> False 15.41/5.79 new_esEs22(vwx30, vwx40, app(ty_Maybe, cg)) -> new_esEs6(vwx30, vwx40, cg) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(app(ty_@2, bfh), bga), bd) -> new_esEs4(vwx300, vwx400, bfh, bga) 15.41/5.79 new_esEs28(vwx300, vwx400, app(ty_Ratio, cgf)) -> new_esEs9(vwx300, vwx400, cgf) 15.41/5.79 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 15.41/5.79 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 15.41/5.79 new_esEs25(vwx300, vwx400, app(app(ty_@2, cdd), cde)) -> new_esEs4(vwx300, vwx400, cdd, cde) 15.41/5.79 new_lt18(vwx30, vwx40, da, db, dc) -> new_esEs8(new_compare34(vwx30, vwx40, da, db, dc), LT) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Float) -> new_ltEs11(vwx312, vwx412) 15.41/5.79 new_compare34(vwx30, vwx40, da, db, dc) -> new_compare23(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_primCmpDouble(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare38(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.41/5.79 new_esEs21(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs12(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 15.41/5.79 new_ltEs6(False, False) -> True 15.41/5.79 new_esEs11(vwx300, vwx400, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_esEs24(vwx301, vwx401, app(app(ty_Either, cbf), cbg)) -> new_esEs5(vwx301, vwx401, cbf, cbg) 15.41/5.79 new_ltEs10(vwx312, vwx412, app(app(ty_@2, bcc), bcd)) -> new_ltEs13(vwx312, vwx412, bcc, bcd) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(ty_Maybe, bfb)) -> new_ltEs17(vwx31, vwx41, bfb) 15.41/5.79 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_compare(vwx300, vwx400, app(ty_Ratio, cgf)) -> new_compare7(vwx300, vwx400, cgf) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(app(ty_Either, fd), ff)) -> new_ltEs14(vwx310, vwx410, fd, ff) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Int) -> new_esEs12(vwx302, vwx402) 15.41/5.79 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 15.41/5.79 new_lt8(vwx311, vwx411, app(ty_[], bbf)) -> new_lt5(vwx311, vwx411, bbf) 15.41/5.79 new_primMulInt(Pos(vwx3010), Pos(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 15.41/5.79 new_lt17(vwx30, vwx40, cg) -> new_esEs8(new_compare36(vwx30, vwx40, cg), LT) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_compare38(vwx31, vwx41) -> new_primCmpInt(vwx31, vwx41) 15.41/5.79 new_compare(vwx300, vwx400, ty_Int) -> new_compare38(vwx300, vwx400) 15.41/5.79 new_lt6(Integer(vwx300), Integer(vwx400)) -> new_esEs8(new_primCmpInt(vwx300, vwx400), LT) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(app(ty_@2, fb), fc)) -> new_ltEs13(vwx310, vwx410, fb, fc) 15.41/5.79 new_esEs22(vwx30, vwx40, app(app(app(ty_@3, da), db), dc)) -> new_esEs7(vwx30, vwx40, da, db, dc) 15.41/5.79 new_esEs24(vwx301, vwx401, app(ty_Maybe, ccg)) -> new_esEs6(vwx301, vwx401, ccg) 15.41/5.79 new_primMulNat0(Succ(vwx30100), Zero) -> Zero 15.41/5.79 new_primMulNat0(Zero, Succ(vwx40000)) -> Zero 15.41/5.79 new_primPlusNat0(Zero, vwx40000) -> Succ(vwx40000) 15.41/5.79 new_compare(vwx300, vwx400, app(app(ty_Either, bh), ca)) -> new_compare27(vwx300, vwx400, bh, ca) 15.41/5.79 new_ltEs9(GT, EQ) -> False 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(ty_Ratio, bfc)) -> new_ltEs4(vwx310, vwx410, bfc) 15.41/5.79 new_compare18(Integer(vwx310), Integer(vwx410)) -> new_primCmpInt(vwx310, vwx410) 15.41/5.79 new_ltEs10(vwx312, vwx412, app(ty_Ratio, bfa)) -> new_ltEs4(vwx312, vwx412, bfa) 15.41/5.79 new_primCmpChar(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(ty_[], ed), ea) -> new_ltEs7(vwx310, vwx410, ed) 15.41/5.79 new_lt9(vwx30, vwx40) -> new_esEs8(new_primCmpFloat(vwx30, vwx40), LT) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(app(ty_Either, bfd), bfe), bd) -> new_esEs5(vwx300, vwx400, bfd, bfe) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(ty_Maybe, bhg)) -> new_esEs6(vwx300, vwx400, bhg) 15.41/5.79 new_lt7(vwx310, vwx410, ty_@0) -> new_lt13(vwx310, vwx410) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(app(app(ty_@3, bhd), bhe), bhf)) -> new_esEs7(vwx300, vwx400, bhd, bhe, bhf) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(ty_Maybe, fh)) -> new_ltEs17(vwx310, vwx410, fh) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Char) -> new_esEs20(vwx310, vwx410) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Float) -> new_esEs16(vwx302, vwx402) 15.41/5.79 new_ltEs6(True, False) -> False 15.41/5.79 new_esEs22(vwx30, vwx40, ty_@0) -> new_esEs18(vwx30, vwx40) 15.41/5.79 new_lt10(vwx30, vwx40) -> new_esEs8(new_compare310(vwx30, vwx40), LT) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(ty_[], bfg), bd) -> new_esEs19(vwx300, vwx400, bfg) 15.41/5.79 new_esEs8(LT, LT) -> True 15.41/5.79 new_compare15([], :(vwx410, vwx411), gd) -> LT 15.41/5.79 new_lt8(vwx311, vwx411, ty_@0) -> new_lt13(vwx311, vwx411) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(app(app(ty_@3, che), chf), chg)) -> new_esEs7(vwx300, vwx400, che, chf, chg) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(app(ty_Either, eb), ec), ea) -> new_ltEs14(vwx310, vwx410, eb, ec) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Bool) -> new_lt10(vwx30, vwx40) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Char, ea) -> new_ltEs16(vwx310, vwx410) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(app(ty_Either, fa), ea)) -> new_ltEs14(vwx31, vwx41, fa, ea) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Integer, ea) -> new_ltEs15(vwx310, vwx410) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(ty_Maybe, bea)) -> new_compare19(vwx111, vwx112, bea) 15.41/5.79 new_esEs24(vwx301, vwx401, app(app(app(ty_@3, ccd), cce), ccf)) -> new_esEs7(vwx301, vwx401, ccd, cce, ccf) 15.41/5.79 new_primPlusNat1(Succ(vwx12100), Zero) -> Succ(vwx12100) 15.41/5.79 new_primPlusNat1(Zero, Succ(vwx400000)) -> Succ(vwx400000) 15.41/5.79 new_compare15(:(vwx310, vwx311), :(vwx410, vwx411), gd) -> new_primCompAux1(vwx310, vwx410, vwx311, vwx411, gd) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(ty_Maybe, hb)) -> new_ltEs17(vwx310, vwx410, hb) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_compare17(vwx31, vwx41) -> new_primCmpChar(vwx31, vwx41) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Char) -> new_ltEs16(vwx31, vwx41) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Float) -> new_lt9(vwx310, vwx410) 15.41/5.79 new_ltEs9(GT, GT) -> True 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Integer) -> new_esEs13(vwx301, vwx401) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(app(ty_@2, chc), chd)) -> new_esEs4(vwx300, vwx400, chc, chd) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(ty_Ratio, caa)) -> new_ltEs4(vwx310, vwx410, caa) 15.41/5.79 new_esEs23(vwx302, vwx402, app(app(app(ty_@3, cbb), cbc), cbd)) -> new_esEs7(vwx302, vwx402, cbb, cbc, cbd) 15.41/5.79 new_compare27(vwx300, vwx400, bh, ca) -> new_compare37(vwx300, vwx400, bh, ca) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Float) -> new_ltEs11(vwx31, vwx41) 15.41/5.79 new_primMulInt(Neg(vwx3010), Neg(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 15.41/5.79 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 15.41/5.79 new_compare25(vwx30, vwx40, True, cg) -> EQ 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(app(ty_@2, dg), dh), ea) -> new_ltEs13(vwx310, vwx410, dg, dh) 15.41/5.79 new_ltEs10(vwx312, vwx412, app(ty_Maybe, bch)) -> new_ltEs17(vwx312, vwx412, bch) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(app(ty_@2, de), df)) -> new_ltEs13(vwx31, vwx41, de, df) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(ty_Maybe, chh)) -> new_esEs6(vwx300, vwx400, chh) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Integer) -> new_esEs13(vwx310, vwx410) 15.41/5.79 new_esEs6(Nothing, Just(vwx400), cg) -> False 15.41/5.79 new_esEs6(Just(vwx300), Nothing, cg) -> False 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_@0) -> new_ltEs8(vwx31, vwx41) 15.41/5.79 new_lt8(vwx311, vwx411, app(app(ty_@2, bbb), bbc)) -> new_lt12(vwx311, vwx411, bbb, bbc) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Ordering) -> new_lt16(vwx311, vwx411) 15.41/5.79 new_esEs6(Nothing, Nothing, cg) -> True 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(app(ty_@2, bdd), bde)) -> new_compare8(vwx111, vwx112, bdd, bde) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Float) -> new_esEs16(vwx30, vwx40) 15.41/5.79 new_esEs22(vwx30, vwx40, app(app(ty_Either, bc), bd)) -> new_esEs5(vwx30, vwx40, bc, bd) 15.41/5.79 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs12(vwx301, vwx401) 15.41/5.79 new_primCmpDouble(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare38(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Ordering) -> new_esEs8(vwx302, vwx402) 15.41/5.79 new_lt8(vwx311, vwx411, app(app(ty_Either, bbd), bbe)) -> new_lt14(vwx311, vwx411, bbd, bbe) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_esEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), da, db, dc) -> new_asAs(new_esEs25(vwx300, vwx400, da), new_asAs(new_esEs24(vwx301, vwx401, db), new_esEs23(vwx302, vwx402, dc))) 15.41/5.79 new_ltEs14(Left(vwx310), Right(vwx410), fa, ea) -> True 15.41/5.79 new_esEs23(vwx302, vwx402, app(app(ty_@2, cah), cba)) -> new_esEs4(vwx302, vwx402, cah, cba) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Integer) -> new_lt6(vwx30, vwx40) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(ty_Ratio, cac)) -> new_compare7(vwx111, vwx112, cac) 15.41/5.79 new_compare212(vwx30, vwx40, True, bc, bd) -> EQ 15.41/5.79 new_compare16(vwx30, vwx40, True) -> LT 15.41/5.79 new_primMulInt(Pos(vwx3010), Neg(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 15.41/5.79 new_primMulInt(Neg(vwx3010), Pos(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Ordering) -> new_esEs8(vwx30, vwx40) 15.41/5.79 new_ltEs19(vwx31, vwx41, ty_Integer) -> new_ltEs15(vwx31, vwx41) 15.41/5.79 new_esEs22(vwx30, vwx40, app(app(ty_@2, h), ba)) -> new_esEs4(vwx30, vwx40, h, ba) 15.41/5.79 new_compare39(vwx300, vwx400) -> new_compare35(vwx300, vwx400) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(app(app(ty_@3, ef), eg), eh), ea) -> new_ltEs5(vwx310, vwx410, ef, eg, eh) 15.41/5.79 new_compare15(:(vwx310, vwx311), [], gd) -> GT 15.41/5.79 new_lt8(vwx311, vwx411, app(ty_Ratio, beh)) -> new_lt15(vwx311, vwx411, beh) 15.41/5.79 new_compare9(vwx300, vwx400, cd, ce, cf) -> new_compare34(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_compare10(vwx30, vwx40, False, da, db, dc) -> GT 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_@0) -> new_ltEs8(vwx310, vwx410) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Int) -> new_compare38(vwx111, vwx112) 15.41/5.79 new_compare210(vwx30, vwx40, False, h, ba) -> new_compare111(vwx30, vwx40, new_ltEs13(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_lt5([], [], be) -> new_esEs8(EQ, LT) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Bool) -> new_lt10(vwx310, vwx410) 15.41/5.79 new_esEs19(:(vwx300, vwx301), [], be) -> False 15.41/5.79 new_esEs19([], :(vwx400, vwx401), be) -> False 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Int) -> new_ltEs12(vwx310, vwx410) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Bool, bd) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Bool, ea) -> new_ltEs6(vwx310, vwx410) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Bool) -> new_esEs17(vwx311, vwx411) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_primCmpFloat(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare38(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.41/5.79 new_primCmpFloat(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare38(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.41/5.79 new_lt20(vwx30, vwx40, app(app(app(ty_@3, da), db), dc)) -> new_lt18(vwx30, vwx40, da, db, dc) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Int) -> new_esEs12(vwx30, vwx40) 15.41/5.79 new_esEs28(vwx300, vwx400, app(app(app(ty_@3, cd), ce), cf)) -> new_esEs7(vwx300, vwx400, cd, ce, cf) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Integer) -> new_compare18(vwx111, vwx112) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_primCompAux1(vwx300, vwx400, vwx301, vwx401, be) -> new_primCompAux00(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(ty_Ratio, bgh)) -> new_esEs9(vwx300, vwx400, bgh) 15.41/5.79 new_asAs(True, vwx106) -> vwx106 15.41/5.79 new_compare12(vwx31, vwx41) -> new_primCmpDouble(vwx31, vwx41) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Int) -> new_lt11(vwx311, vwx411) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Float) -> new_lt9(vwx311, vwx411) 15.41/5.79 new_lt19(vwx30, vwx40) -> new_esEs8(new_primCmpDouble(vwx30, vwx40), LT) 15.41/5.79 new_esEs17(False, True) -> False 15.41/5.79 new_esEs17(True, False) -> False 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(ty_Ratio, bff), bd) -> new_esEs9(vwx300, vwx400, bff) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Integer) -> new_esEs13(vwx302, vwx402) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Float) -> new_lt9(vwx30, vwx40) 15.41/5.79 new_lt5(:(vwx300, vwx301), [], be) -> new_esEs8(GT, LT) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Double) -> new_esEs21(vwx302, vwx402) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Char) -> new_ltEs16(vwx312, vwx412) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Char) -> new_esEs20(vwx301, vwx401) 15.41/5.79 new_esEs15(vwx310, vwx410, app(ty_Maybe, bae)) -> new_esEs6(vwx310, vwx410, bae) 15.41/5.79 new_compare111(vwx30, vwx40, False, h, ba) -> GT 15.41/5.79 new_esEs15(vwx310, vwx410, app(app(ty_Either, bab), bac)) -> new_esEs5(vwx310, vwx410, bab, bac) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_lt7(vwx310, vwx410, ty_Integer) -> new_lt6(vwx310, vwx410) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Integer) -> new_ltEs15(vwx312, vwx412) 15.41/5.79 new_compare13(vwx30, vwx40, True, cg) -> LT 15.41/5.79 new_esEs26(vwx301, vwx401, app(ty_[], cee)) -> new_esEs19(vwx301, vwx401, cee) 15.41/5.79 new_compare7(:%(vwx310, vwx311), :%(vwx410, vwx411), ty_Int) -> new_compare38(new_sr0(vwx310, vwx411), new_sr0(vwx410, vwx311)) 15.41/5.79 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 15.41/5.79 new_compare26(vwx300, vwx401, vwx400, vwx301, ty_Int) -> new_primCmpInt(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(ty_Ratio, cha)) -> new_esEs9(vwx300, vwx400, cha) 15.41/5.79 new_compare(vwx300, vwx400, ty_Integer) -> new_compare18(vwx300, vwx400) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(ty_[], bha)) -> new_esEs19(vwx300, vwx400, bha) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Integer) -> new_lt6(vwx311, vwx411) 15.41/5.79 new_compare36(vwx30, vwx40, cg) -> new_compare25(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.41/5.79 new_esEs14(vwx311, vwx411, app(app(ty_Either, bbd), bbe)) -> new_esEs5(vwx311, vwx411, bbd, bbe) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Float, bd) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_primMulNat0(Zero, Zero) -> Zero 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Ordering) -> new_ltEs9(vwx310, vwx410) 15.41/5.79 new_lt7(vwx310, vwx410, app(app(app(ty_@3, baf), bag), bah)) -> new_lt18(vwx310, vwx410, baf, bag, bah) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(app(ty_@2, ge), gf)) -> new_ltEs13(vwx310, vwx410, ge, gf) 15.41/5.79 new_compare33(vwx30, vwx40, h, ba) -> new_compare210(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.41/5.79 new_ltEs8(vwx31, vwx41) -> new_not(new_esEs8(new_compare14(vwx31, vwx41), GT)) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Int, ea) -> new_ltEs12(vwx310, vwx410) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Double) -> new_esEs21(vwx30, vwx40) 15.41/5.79 new_compare211(vwx30, vwx40, True) -> EQ 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Char) -> new_compare17(vwx111, vwx112) 15.41/5.79 new_compare310(vwx30, vwx40) -> new_compare211(vwx30, vwx40, new_esEs17(vwx30, vwx40)) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_@0) -> new_ltEs8(vwx312, vwx412) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Double) -> new_ltEs18(vwx310, vwx410) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, app(app(ty_Either, bgf), bgg)) -> new_esEs5(vwx300, vwx400, bgf, bgg) 15.41/5.79 new_lt20(vwx30, vwx40, app(ty_Ratio, bef)) -> new_lt15(vwx30, vwx40, bef) 15.41/5.79 new_compare25(vwx30, vwx40, False, cg) -> new_compare13(vwx30, vwx40, new_ltEs17(vwx30, vwx40, cg), cg) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Float) -> new_esEs16(vwx301, vwx401) 15.41/5.79 new_lt7(vwx310, vwx410, app(ty_[], bad)) -> new_lt5(vwx310, vwx410, bad) 15.41/5.79 new_esEs27(vwx300, vwx400, app(ty_[], cfg)) -> new_esEs19(vwx300, vwx400, cfg) 15.41/5.79 new_esEs26(vwx301, vwx401, app(ty_Maybe, cfc)) -> new_esEs6(vwx301, vwx401, cfc) 15.41/5.79 new_compare24(vwx30, vwx40, False) -> new_compare16(vwx30, vwx40, new_ltEs9(vwx30, vwx40)) 15.41/5.79 new_compare19(vwx300, vwx400, cc) -> new_compare36(vwx300, vwx400, cc) 15.41/5.79 new_ltEs6(False, True) -> True 15.41/5.79 new_lt20(vwx30, vwx40, app(app(ty_Either, bc), bd)) -> new_lt14(vwx30, vwx40, bc, bd) 15.41/5.79 new_ltEs9(GT, LT) -> False 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_esEs14(vwx311, vwx411, app(ty_Maybe, bbg)) -> new_esEs6(vwx311, vwx411, bbg) 15.41/5.79 new_esEs27(vwx300, vwx400, app(ty_Ratio, cff)) -> new_esEs9(vwx300, vwx400, cff) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Double, ea) -> new_ltEs18(vwx310, vwx410) 15.41/5.79 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 15.41/5.79 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 15.41/5.79 new_esEs25(vwx300, vwx400, app(ty_Maybe, cea)) -> new_esEs6(vwx300, vwx400, cea) 15.41/5.79 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 15.41/5.79 new_ltEs9(EQ, GT) -> True 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Bool) -> new_compare29(vwx111, vwx112) 15.41/5.79 new_esEs26(vwx301, vwx401, app(app(ty_@2, cef), ceg)) -> new_esEs4(vwx301, vwx401, cef, ceg) 15.41/5.79 new_compare24(vwx30, vwx40, True) -> EQ 15.41/5.79 new_esEs22(vwx30, vwx40, app(ty_[], be)) -> new_esEs19(vwx30, vwx40, be) 15.41/5.79 new_esEs25(vwx300, vwx400, app(app(ty_Either, cch), cda)) -> new_esEs5(vwx300, vwx400, cch, cda) 15.41/5.79 new_lt8(vwx311, vwx411, app(app(app(ty_@3, bbh), bca), bcb)) -> new_lt18(vwx311, vwx411, bbh, bca, bcb) 15.41/5.79 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 15.41/5.79 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 15.41/5.79 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Double) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_esEs22(vwx30, vwx40, app(ty_Ratio, bef)) -> new_esEs9(vwx30, vwx40, bef) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Integer, bd) -> new_esEs13(vwx300, vwx400) 15.41/5.79 new_esEs5(Right(vwx300), Right(vwx400), bc, ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), ty_Ordering, ea) -> new_ltEs9(vwx310, vwx410) 15.41/5.79 new_lt11(vwx30, vwx40) -> new_esEs8(new_primCmpInt(vwx30, vwx40), LT) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Integer) -> new_esEs13(vwx301, vwx401) 15.41/5.79 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 15.41/5.79 new_esEs26(vwx301, vwx401, app(app(ty_Either, ceb), cec)) -> new_esEs5(vwx301, vwx401, ceb, cec) 15.41/5.79 new_lt7(vwx310, vwx410, app(ty_Ratio, beg)) -> new_lt15(vwx310, vwx410, beg) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Bool) -> new_lt10(vwx311, vwx411) 15.41/5.79 new_esEs17(True, True) -> True 15.41/5.79 new_primCompAux00(vwx111, vwx112, LT, cab) -> LT 15.41/5.79 new_esEs23(vwx302, vwx402, app(ty_[], cag)) -> new_esEs19(vwx302, vwx402, cag) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(app(app(ty_@3, ga), gb), gc)) -> new_ltEs5(vwx310, vwx410, ga, gb, gc) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 15.41/5.79 new_esEs12(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 15.41/5.79 new_esEs15(vwx310, vwx410, app(ty_[], bad)) -> new_esEs19(vwx310, vwx410, bad) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Double) -> new_esEs21(vwx301, vwx401) 15.41/5.79 new_compare23(vwx30, vwx40, True, da, db, dc) -> EQ 15.41/5.79 new_ltEs10(vwx312, vwx412, app(ty_[], bcg)) -> new_ltEs7(vwx312, vwx412, bcg) 15.41/5.79 new_ltEs19(vwx31, vwx41, app(ty_[], gd)) -> new_ltEs7(vwx31, vwx41, gd) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Integer) -> new_esEs13(vwx30, vwx40) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Float) -> new_compare28(vwx111, vwx112) 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Bool) -> new_esEs17(vwx302, vwx402) 15.41/5.79 new_not(False) -> True 15.41/5.79 new_lt7(vwx310, vwx410, ty_Int) -> new_lt11(vwx310, vwx410) 15.41/5.79 new_esEs4(@2(vwx300, vwx301), @2(vwx400, vwx401), h, ba) -> new_asAs(new_esEs27(vwx300, vwx400, h), new_esEs26(vwx301, vwx401, ba)) 15.41/5.79 new_esEs15(vwx310, vwx410, app(app(ty_@2, hf), hg)) -> new_esEs4(vwx310, vwx410, hf, hg) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Ordering) -> new_esEs8(vwx310, vwx410) 15.41/5.79 new_esEs8(LT, GT) -> False 15.41/5.79 new_esEs8(GT, LT) -> False 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), app(ty_[], chb)) -> new_esEs19(vwx300, vwx400, chb) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_esEs5(Left(vwx300), Right(vwx400), bc, bd) -> False 15.41/5.79 new_esEs5(Right(vwx300), Left(vwx400), bc, bd) -> False 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs20(vwx300, vwx400) 15.41/5.79 new_compare(vwx300, vwx400, ty_@0) -> new_compare14(vwx300, vwx400) 15.41/5.79 new_ltEs15(vwx31, vwx41) -> new_not(new_esEs8(new_compare18(vwx31, vwx41), GT)) 15.41/5.79 new_esEs27(vwx300, vwx400, app(app(app(ty_@3, cgb), cgc), cgd)) -> new_esEs7(vwx300, vwx400, cgb, cgc, cgd) 15.41/5.79 new_esEs15(vwx310, vwx410, app(ty_Ratio, beg)) -> new_esEs9(vwx310, vwx410, beg) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Float) -> new_ltEs11(vwx310, vwx410) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, app(ty_[], fg)) -> new_ltEs7(vwx310, vwx410, fg) 15.41/5.79 new_primPlusNat0(Succ(vwx1210), vwx40000) -> Succ(Succ(new_primPlusNat1(vwx1210, vwx40000))) 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Char) -> new_ltEs16(vwx310, vwx410) 15.41/5.79 new_esEs23(vwx302, vwx402, app(ty_Ratio, caf)) -> new_esEs9(vwx302, vwx402, caf) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Float) -> new_esEs16(vwx311, vwx411) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Char) -> new_lt4(vwx30, vwx40) 15.41/5.79 new_lt20(vwx30, vwx40, ty_Int) -> new_lt11(vwx30, vwx40) 15.41/5.79 new_ltEs9(LT, EQ) -> True 15.41/5.79 new_sr0(vwx301, vwx400) -> new_primMulInt(vwx301, vwx400) 15.41/5.79 new_lt20(vwx30, vwx40, app(ty_[], be)) -> new_lt5(vwx30, vwx40, be) 15.41/5.79 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 15.41/5.79 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 15.41/5.79 new_esEs25(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_ltEs16(vwx31, vwx41) -> new_not(new_esEs8(new_compare17(vwx31, vwx41), GT)) 15.41/5.79 new_primPlusNat1(Zero, Zero) -> Zero 15.41/5.79 new_esEs26(vwx301, vwx401, app(ty_Ratio, ced)) -> new_esEs9(vwx301, vwx401, ced) 15.41/5.79 new_lt14(vwx30, vwx40, bc, bd) -> new_esEs8(new_compare37(vwx30, vwx40, bc, bd), LT) 15.41/5.79 new_compare28(vwx31, vwx41) -> new_primCmpFloat(vwx31, vwx41) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_ltEs9(LT, GT) -> True 15.41/5.79 new_ltEs14(Right(vwx310), Right(vwx410), fa, ty_Integer) -> new_ltEs15(vwx310, vwx410) 15.41/5.79 new_esEs27(vwx300, vwx400, app(app(ty_@2, cfh), cga)) -> new_esEs4(vwx300, vwx400, cfh, cga) 15.41/5.79 new_esEs25(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 15.41/5.79 new_compare11(vwx30, vwx40, True) -> LT 15.41/5.79 new_ltEs5(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, baa) -> new_pePe(new_lt7(vwx310, vwx410, bba), new_asAs(new_esEs15(vwx310, vwx410, bba), new_pePe(new_lt8(vwx311, vwx411, hh), new_asAs(new_esEs14(vwx311, vwx411, hh), new_ltEs10(vwx312, vwx412, baa))))) 15.41/5.79 new_lt15(:%(vwx300, vwx301), :%(vwx400, vwx401), bef) -> new_esEs8(new_compare26(vwx300, vwx401, vwx400, vwx301, bef), LT) 15.41/5.79 new_esEs25(vwx300, vwx400, app(ty_Ratio, cdb)) -> new_esEs9(vwx300, vwx400, cdb) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_@0) -> new_esEs18(vwx311, vwx411) 15.41/5.79 new_esEs13(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 15.41/5.79 new_esEs28(vwx300, vwx400, app(ty_Maybe, cc)) -> new_esEs6(vwx300, vwx400, cc) 15.41/5.79 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 15.41/5.79 new_esEs23(vwx302, vwx402, ty_Char) -> new_esEs20(vwx302, vwx402) 15.41/5.79 new_esEs17(False, False) -> True 15.41/5.79 new_ltEs10(vwx312, vwx412, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs5(vwx312, vwx412, bda, bdb, bdc) 15.41/5.79 new_primMulNat0(Succ(vwx30100), Succ(vwx40000)) -> new_primPlusNat0(new_primMulNat0(vwx30100, Succ(vwx40000)), vwx40000) 15.41/5.79 new_esEs28(vwx300, vwx400, app(app(ty_@2, bf), bg)) -> new_esEs4(vwx300, vwx400, bf, bg) 15.41/5.79 new_ltEs10(vwx312, vwx412, ty_Bool) -> new_ltEs6(vwx312, vwx412) 15.41/5.79 new_ltEs11(vwx31, vwx41) -> new_not(new_esEs8(new_compare28(vwx31, vwx41), GT)) 15.41/5.79 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 15.41/5.79 new_lt5([], :(vwx400, vwx401), be) -> new_esEs8(LT, LT) 15.41/5.79 new_esEs14(vwx311, vwx411, ty_Double) -> new_esEs21(vwx311, vwx411) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), ty_Double, bd) -> new_esEs21(vwx300, vwx400) 15.41/5.79 new_esEs26(vwx301, vwx401, ty_Int) -> new_esEs12(vwx301, vwx401) 15.41/5.79 new_esEs6(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs17(vwx300, vwx400) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Float) -> new_esEs16(vwx310, vwx410) 15.41/5.79 new_esEs27(vwx300, vwx400, app(ty_Maybe, cge)) -> new_esEs6(vwx300, vwx400, cge) 15.41/5.79 new_esEs24(vwx301, vwx401, app(ty_Ratio, cbh)) -> new_esEs9(vwx301, vwx401, cbh) 15.41/5.79 new_esEs28(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Double) -> new_compare12(vwx111, vwx112) 15.41/5.79 new_compare23(vwx30, vwx40, False, da, db, dc) -> new_compare10(vwx30, vwx40, new_ltEs5(vwx30, vwx40, da, db, dc), da, db, dc) 15.41/5.79 new_primCmpDouble(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare38(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.41/5.79 new_primCmpDouble(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare38(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.41/5.79 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 15.41/5.79 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, app(ty_[], bdh)) -> new_compare15(vwx111, vwx112, bdh) 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(ty_Maybe, ee), ea) -> new_ltEs17(vwx310, vwx410, ee) 15.41/5.79 new_ltEs9(EQ, LT) -> False 15.41/5.79 new_esEs9(:%(vwx300, vwx301), :%(vwx400, vwx401), bef) -> new_asAs(new_esEs11(vwx300, vwx400, bef), new_esEs10(vwx301, vwx401, bef)) 15.41/5.79 new_compare110(vwx30, vwx40, False, bc, bd) -> GT 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), ty_Bool) -> new_ltEs6(vwx310, vwx410) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(app(app(ty_@3, hc), hd), he)) -> new_ltEs5(vwx310, vwx410, hc, hd, he) 15.41/5.79 new_esEs27(vwx300, vwx400, ty_Int) -> new_esEs12(vwx300, vwx400) 15.41/5.79 new_primEqNat0(Zero, Zero) -> True 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 15.41/5.79 new_esEs28(vwx300, vwx400, app(app(ty_Either, bh), ca)) -> new_esEs5(vwx300, vwx400, bh, ca) 15.41/5.79 new_esEs24(vwx301, vwx401, ty_Double) -> new_esEs21(vwx301, vwx401) 15.41/5.79 new_esEs25(vwx300, vwx400, app(ty_[], cdc)) -> new_esEs19(vwx300, vwx400, cdc) 15.41/5.79 new_esEs15(vwx310, vwx410, ty_Int) -> new_esEs12(vwx310, vwx410) 15.41/5.79 new_primCompAux00(vwx111, vwx112, EQ, ty_Ordering) -> new_compare39(vwx111, vwx112) 15.41/5.79 new_asAs(False, vwx106) -> False 15.41/5.79 new_ltEs14(Left(vwx310), Left(vwx410), app(ty_Ratio, bhh), ea) -> new_ltEs4(vwx310, vwx410, bhh) 15.41/5.79 new_lt20(vwx30, vwx40, app(ty_Maybe, cg)) -> new_lt17(vwx30, vwx40, cg) 15.41/5.79 new_compare(vwx300, vwx400, ty_Float) -> new_compare28(vwx300, vwx400) 15.41/5.79 new_compare(vwx300, vwx400, app(ty_[], cb)) -> new_compare15(vwx300, vwx400, cb) 15.41/5.79 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs13(vwx301, vwx401) 15.41/5.79 new_lt8(vwx311, vwx411, ty_Double) -> new_lt19(vwx311, vwx411) 15.41/5.79 new_ltEs17(Just(vwx310), Just(vwx410), app(ty_[], ha)) -> new_ltEs7(vwx310, vwx410, ha) 15.41/5.79 new_esEs8(EQ, GT) -> False 15.41/5.79 new_esEs8(GT, EQ) -> False 15.41/5.79 new_esEs16(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs12(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 15.41/5.79 new_compare(vwx300, vwx400, ty_Double) -> new_compare12(vwx300, vwx400) 15.41/5.79 new_ltEs4(vwx31, vwx41, bee) -> new_not(new_esEs8(new_compare7(vwx31, vwx41, bee), GT)) 15.41/5.79 new_esEs22(vwx30, vwx40, ty_Char) -> new_esEs20(vwx30, vwx40) 15.41/5.79 new_ltEs9(EQ, EQ) -> True 15.41/5.79 new_esEs15(vwx310, vwx410, ty_@0) -> new_esEs18(vwx310, vwx410) 15.41/5.79 new_ltEs7(vwx31, vwx41, gd) -> new_not(new_esEs8(new_compare15(vwx31, vwx41, gd), GT)) 15.41/5.79 new_ltEs13(@2(vwx30, vwx31), @2(vwx40, vwx41), dd, bb) -> new_pePe(new_lt20(vwx30, vwx40, dd), new_asAs(new_esEs22(vwx30, vwx40, dd), new_ltEs19(vwx31, vwx41, bb))) 15.41/5.79 new_esEs5(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bgb), bgc), bgd), bd) -> new_esEs7(vwx300, vwx400, bgb, bgc, bgd) 15.41/5.79 15.41/5.79 The set Q consists of the following terms: 15.41/5.79 15.41/5.79 new_compare(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs8(EQ, EQ) 15.41/5.79 new_esEs27(x0, x1, ty_Float) 15.41/5.79 new_primMulNat0(Succ(x0), Zero) 15.41/5.79 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_compare110(x0, x1, True, x2, x3) 15.41/5.79 new_esEs28(x0, x1, ty_Double) 15.41/5.79 new_esEs19(:(x0, x1), [], x2) 15.41/5.79 new_ltEs19(x0, x1, ty_Char) 15.41/5.79 new_esEs6(Nothing, Nothing, x0) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_lt7(x0, x1, ty_Double) 15.41/5.79 new_esEs15(x0, x1, ty_Float) 15.41/5.79 new_primPlusNat1(Zero, Zero) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Double, x2) 15.41/5.79 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_compare26(x0, x1, x2, x3, ty_Int) 15.41/5.79 new_lt8(x0, x1, ty_Double) 15.41/5.79 new_compare210(x0, x1, True, x2, x3) 15.41/5.79 new_compare(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 15.41/5.79 new_esEs6(Nothing, Just(x0), x1) 15.41/5.79 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_ltEs19(x0, x1, ty_Int) 15.41/5.79 new_esEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_primEqInt(Pos(Zero), Pos(Zero)) 15.41/5.79 new_compare(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_ltEs8(x0, x1) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Char, x2) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_@0) 15.41/5.79 new_esEs22(x0, x1, app(ty_[], x2)) 15.41/5.79 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs17(False, False) 15.41/5.79 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 15.41/5.79 new_esEs11(x0, x1, ty_Integer) 15.41/5.79 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_compare16(x0, x1, True) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Int, x2) 15.41/5.79 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 15.41/5.79 new_compare111(x0, x1, False, x2, x3) 15.41/5.79 new_ltEs12(x0, x1) 15.41/5.79 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_ltEs9(EQ, EQ) 15.41/5.79 new_primEqInt(Neg(Zero), Neg(Zero)) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Ordering, x2) 15.41/5.79 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_lt17(x0, x1, x2) 15.41/5.79 new_compare9(x0, x1, x2, x3, x4) 15.41/5.79 new_esEs24(x0, x1, ty_Float) 15.41/5.79 new_esEs20(Char(x0), Char(x1)) 15.41/5.79 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_primEqNat0(Zero, Succ(x0)) 15.41/5.79 new_esEs24(x0, x1, app(ty_[], x2)) 15.41/5.79 new_lt7(x0, x1, ty_Char) 15.41/5.79 new_ltEs19(x0, x1, ty_@0) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Bool) 15.41/5.79 new_lt20(x0, x1, ty_Ordering) 15.41/5.79 new_esEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 15.41/5.79 new_primPlusNat0(Zero, x0) 15.41/5.79 new_lt7(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs4(@2(x0, x1), @2(x2, x3), x4, x5) 15.41/5.79 new_compare25(x0, x1, True, x2) 15.41/5.79 new_compare310(x0, x1) 15.41/5.79 new_ltEs10(x0, x1, app(ty_[], x2)) 15.41/5.79 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 15.41/5.79 new_compare36(x0, x1, x2) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 15.41/5.79 new_primMulNat0(Zero, Succ(x0)) 15.41/5.79 new_compare24(x0, x1, True) 15.41/5.79 new_esEs25(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_pePe(False, x0) 15.41/5.79 new_esEs25(x0, x1, ty_Integer) 15.41/5.79 new_primEqInt(Pos(Zero), Neg(Zero)) 15.41/5.79 new_primEqInt(Neg(Zero), Pos(Zero)) 15.41/5.79 new_primMulInt(Pos(x0), Pos(x1)) 15.41/5.79 new_lt20(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_compare(x0, x1, ty_Ordering) 15.41/5.79 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 15.41/5.79 new_esEs22(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_ltEs10(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs19(:(x0, x1), :(x2, x3), x4) 15.41/5.79 new_esEs28(x0, x1, ty_Ordering) 15.41/5.79 new_ltEs19(x0, x1, app(ty_[], x2)) 15.41/5.79 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 15.41/5.79 new_compare111(x0, x1, True, x2, x3) 15.41/5.79 new_compare212(x0, x1, False, x2, x3) 15.41/5.79 new_ltEs17(Nothing, Just(x0), x1) 15.41/5.79 new_esEs26(x0, x1, ty_Float) 15.41/5.79 new_esEs23(x0, x1, ty_Float) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 15.41/5.79 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 15.41/5.79 new_sr0(x0, x1) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Integer) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Float, x2) 15.41/5.79 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 15.41/5.79 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 15.41/5.79 new_ltEs17(Just(x0), Nothing, x1) 15.41/5.79 new_lt8(x0, x1, ty_Ordering) 15.41/5.79 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 15.41/5.79 new_lt7(x0, x1, ty_Int) 15.41/5.79 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs24(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_compare28(x0, x1) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Char) 15.41/5.79 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_lt10(x0, x1) 15.41/5.79 new_lt11(x0, x1) 15.41/5.79 new_esEs13(Integer(x0), Integer(x1)) 15.41/5.79 new_esEs26(x0, x1, ty_Integer) 15.41/5.79 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_lt7(x0, x1, ty_@0) 15.41/5.79 new_primCmpNat0(Zero, Succ(x0)) 15.41/5.79 new_ltEs9(GT, GT) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_Double) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Bool, x2) 15.41/5.79 new_esEs22(x0, x1, ty_Float) 15.41/5.79 new_esEs15(x0, x1, app(ty_[], x2)) 15.41/5.79 new_esEs22(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_Double) 15.41/5.79 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 15.41/5.79 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 15.41/5.79 new_compare(x0, x1, ty_Bool) 15.41/5.79 new_primCompAux00(x0, x1, EQ, ty_Float) 15.41/5.79 new_ltEs10(x0, x1, ty_Ordering) 15.41/5.79 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 15.41/5.79 new_esEs6(Just(x0), Nothing, x1) 15.41/5.79 new_lt7(x0, x1, ty_Bool) 15.41/5.79 new_lt5(:(x0, x1), :(x2, x3), x4) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 15.41/5.79 new_lt8(x0, x1, ty_Integer) 15.41/5.79 new_esEs25(x0, x1, ty_@0) 15.41/5.79 new_ltEs9(LT, EQ) 15.41/5.79 new_ltEs9(EQ, LT) 15.41/5.79 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs23(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Int) 15.41/5.79 new_esEs14(x0, x1, ty_Integer) 15.41/5.79 new_ltEs10(x0, x1, ty_Int) 15.41/5.79 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_lt16(x0, x1) 15.41/5.79 new_ltEs14(Right(x0), Left(x1), x2, x3) 15.41/5.79 new_ltEs14(Left(x0), Right(x1), x2, x3) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Float) 15.41/5.79 new_esEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 15.41/5.79 new_lt15(:%(x0, x1), :%(x2, x3), x4) 15.41/5.79 new_esEs5(Left(x0), Left(x1), ty_Integer, x2) 15.41/5.79 new_esEs22(x0, x1, ty_Int) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 15.41/5.79 new_compare(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Ordering) 15.41/5.79 new_pePe(True, x0) 15.41/5.79 new_esEs26(x0, x1, ty_Bool) 15.41/5.79 new_ltEs10(x0, x1, ty_Char) 15.41/5.79 new_lt8(x0, x1, ty_Bool) 15.41/5.79 new_lt4(x0, x1) 15.41/5.79 new_esEs27(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_compare11(x0, x1, False) 15.41/5.79 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Integer) 15.41/5.79 new_ltEs10(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_lt7(x0, x1, app(ty_[], x2)) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs8(GT, GT) 15.41/5.79 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Bool, x2) 15.41/5.79 new_esEs26(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_esEs8(LT, EQ) 15.41/5.79 new_esEs8(EQ, LT) 15.41/5.79 new_esEs28(x0, x1, ty_Bool) 15.41/5.79 new_esEs15(x0, x1, ty_@0) 15.41/5.79 new_primCmpInt(Neg(Zero), Neg(Zero)) 15.41/5.79 new_esEs28(x0, x1, ty_Char) 15.41/5.79 new_esEs22(x0, x1, ty_Char) 15.41/5.79 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs23(x0, x1, ty_Integer) 15.41/5.79 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs14(x0, x1, ty_Bool) 15.41/5.79 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_compare26(Integer(x0), Integer(x1), x2, x3, ty_Integer) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Int) 15.41/5.79 new_esEs8(LT, LT) 15.41/5.79 new_primMulNat0(Succ(x0), Succ(x1)) 15.41/5.79 new_primCmpInt(Pos(Zero), Neg(Zero)) 15.41/5.79 new_primCmpInt(Neg(Zero), Pos(Zero)) 15.41/5.79 new_lt20(x0, x1, ty_Double) 15.41/5.79 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_ltEs19(x0, x1, ty_Double) 15.41/5.79 new_lt5([], :(x0, x1), x2) 15.41/5.79 new_compare7(:%(x0, x1), :%(x2, x3), ty_Integer) 15.41/5.79 new_lt6(Integer(x0), Integer(x1)) 15.41/5.79 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_ltEs9(LT, LT) 15.41/5.79 new_esEs28(x0, x1, ty_Int) 15.41/5.79 new_primCmpNat0(Succ(x0), Succ(x1)) 15.41/5.79 new_ltEs6(False, False) 15.41/5.79 new_esEs28(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs14(x0, x1, ty_Float) 15.41/5.79 new_ltEs16(x0, x1) 15.41/5.79 new_lt7(x0, x1, ty_Integer) 15.41/5.79 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs26(x0, x1, ty_Ordering) 15.41/5.79 new_compare(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_@0) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), app(ty_Maybe, x2)) 15.41/5.79 new_esEs27(x0, x1, app(ty_[], x2)) 15.41/5.79 new_compare(x0, x1, app(ty_[], x2)) 15.41/5.79 new_ltEs10(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.79 new_esEs23(x0, x1, ty_Ordering) 15.41/5.79 new_compare15(:(x0, x1), :(x2, x3), x4) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Char) 15.41/5.79 new_lt7(x0, x1, ty_Ordering) 15.41/5.79 new_lt8(x0, x1, ty_Char) 15.41/5.79 new_compare33(x0, x1, x2, x3) 15.41/5.79 new_esEs28(x0, x1, app(ty_[], x2)) 15.41/5.79 new_compare24(x0, x1, False) 15.41/5.79 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs6(Just(x0), Just(x1), ty_Double) 15.41/5.79 new_esEs15(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs23(x0, x1, app(ty_Maybe, x2)) 15.41/5.79 new_lt20(x0, x1, ty_@0) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Ordering, x2) 15.41/5.79 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 15.41/5.79 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 15.41/5.79 new_primPlusNat1(Succ(x0), Succ(x1)) 15.41/5.79 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 15.41/5.79 new_compare(x0, x1, ty_Int) 15.41/5.79 new_ltEs14(Left(x0), Left(x1), ty_Integer, x2) 15.41/5.79 new_compare15([], [], x0) 15.41/5.79 new_lt8(x0, x1, ty_Int) 15.41/5.79 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, ty_Float) 15.41/5.79 new_lt9(x0, x1) 15.41/5.79 new_compare(x0, x1, ty_Char) 15.41/5.79 new_primEqNat0(Succ(x0), Succ(x1)) 15.41/5.79 new_ltEs14(Right(x0), Right(x1), x2, ty_Bool) 15.41/5.79 new_compare23(x0, x1, False, x2, x3, x4) 15.41/5.79 new_esEs15(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_esEs28(x0, x1, ty_Float) 15.41/5.79 new_esEs14(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_lt8(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.79 new_lt8(x0, x1, app(ty_Ratio, x2)) 15.41/5.79 new_ltEs10(x0, x1, ty_Integer) 15.41/5.79 new_compare16(x0, x1, False) 15.41/5.79 new_esEs14(x0, x1, ty_Int) 15.41/5.79 new_esEs25(x0, x1, ty_Ordering) 15.41/5.79 new_primCompAux1(x0, x1, x2, x3, x4) 15.41/5.79 new_esEs27(x0, x1, ty_Double) 15.41/5.79 new_ltEs17(Just(x0), Just(x1), ty_@0) 15.41/5.79 new_compare27(x0, x1, x2, x3) 15.41/5.79 new_compare14(@0, @0) 15.41/5.79 new_esEs24(x0, x1, ty_Char) 15.41/5.79 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 15.41/5.79 new_lt8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.79 new_esEs26(x0, x1, app(ty_Ratio, x2)) 15.41/5.80 new_primCompAux00(x0, x1, EQ, ty_Bool) 15.41/5.80 new_esEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 15.41/5.80 new_esEs22(x0, x1, ty_Bool) 15.41/5.80 new_esEs25(x0, x1, app(ty_Ratio, x2)) 15.41/5.80 new_ltEs14(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 15.41/5.80 new_ltEs14(Left(x0), Left(x1), ty_Double, x2) 15.41/5.80 new_esEs14(x0, x1, ty_Char) 15.41/5.80 new_compare(x0, x1, ty_Float) 15.41/5.80 new_compare11(x0, x1, True) 15.41/5.80 new_primMulNat0(Zero, Zero) 15.41/5.80 new_lt7(x0, x1, ty_Float) 15.41/5.80 new_compare13(x0, x1, False, x2) 15.41/5.80 new_esEs27(x0, x1, ty_Ordering) 15.41/5.80 new_lt8(x0, x1, ty_Float) 15.41/5.80 new_primPlusNat1(Zero, Succ(x0)) 15.41/5.80 new_esEs5(Left(x0), Left(x1), ty_Float, x2) 15.41/5.80 new_esEs26(x0, x1, ty_Int) 15.41/5.80 new_esEs15(x0, x1, ty_Double) 15.41/5.80 new_esEs24(x0, x1, ty_Int) 15.41/5.80 new_esEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 15.41/5.80 new_esEs25(x0, x1, ty_Int) 15.41/5.80 new_lt5(:(x0, x1), [], x2) 15.41/5.80 new_esEs22(x0, x1, ty_@0) 15.41/5.80 new_ltEs11(x0, x1) 15.41/5.80 new_esEs17(True, True) 15.41/5.80 new_esEs15(x0, x1, ty_Char) 15.41/5.80 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 15.41/5.80 new_lt7(x0, x1, app(ty_Ratio, x2)) 15.41/5.80 new_compare10(x0, x1, False, x2, x3, x4) 15.41/5.80 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.80 new_compare211(x0, x1, True) 15.41/5.80 new_lt14(x0, x1, x2, x3) 15.41/5.80 new_esEs9(:%(x0, x1), :%(x2, x3), x4) 15.41/5.80 new_ltEs14(Left(x0), Left(x1), app(ty_[], x2), x3) 15.41/5.80 new_sr(Integer(x0), Integer(x1)) 15.41/5.80 new_compare34(x0, x1, x2, x3, x4) 15.41/5.80 new_esEs25(x0, x1, ty_Char) 15.41/5.80 new_esEs26(x0, x1, ty_Double) 15.41/5.80 new_esEs25(x0, x1, ty_Double) 15.41/5.80 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.80 new_ltEs10(x0, x1, ty_Bool) 15.41/5.80 new_esEs15(x0, x1, ty_Int) 15.41/5.80 new_ltEs14(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 15.41/5.80 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.80 new_esEs23(x0, x1, app(ty_[], x2)) 15.41/5.80 new_asAs(False, x0) 15.41/5.80 new_esEs26(x0, x1, ty_Char) 15.41/5.80 new_esEs23(x0, x1, ty_Bool) 15.41/5.80 new_esEs6(Just(x0), Just(x1), app(ty_[], x2)) 15.41/5.80 new_ltEs15(x0, x1) 15.41/5.80 new_ltEs17(Just(x0), Just(x1), ty_Bool) 15.41/5.80 new_ltEs17(Just(x0), Just(x1), app(ty_[], x2)) 15.41/5.80 new_esEs15(x0, x1, ty_Ordering) 15.41/5.80 new_compare39(x0, x1) 15.41/5.80 new_ltEs14(Left(x0), Left(x1), ty_Char, x2) 15.41/5.80 new_compare17(x0, x1) 15.41/5.80 new_ltEs13(@2(x0, x1), @2(x2, x3), x4, x5) 15.41/5.80 new_ltEs19(x0, x1, ty_Float) 15.41/5.80 new_esEs24(x0, x1, ty_Double) 15.41/5.80 new_esEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 15.41/5.80 new_not(True) 15.41/5.80 new_esEs27(x0, x1, app(ty_Maybe, x2)) 15.41/5.80 new_esEs14(x0, x1, ty_Ordering) 15.41/5.80 new_esEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 15.41/5.80 new_compare38(x0, x1) 15.41/5.80 new_esEs11(x0, x1, ty_Int) 15.41/5.80 new_esEs26(x0, x1, app(ty_[], x2)) 15.41/5.80 new_compare(x0, x1, ty_Integer) 15.41/5.80 new_esEs24(x0, x1, app(ty_Maybe, x2)) 15.41/5.80 new_compare7(:%(x0, x1), :%(x2, x3), ty_Int) 15.41/5.80 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 15.41/5.80 new_esEs8(EQ, GT) 15.41/5.80 new_esEs8(GT, EQ) 15.41/5.80 new_esEs6(Just(x0), Just(x1), ty_Ordering) 15.41/5.80 new_esEs23(x0, x1, ty_Int) 15.41/5.80 new_asAs(True, x0) 15.41/5.80 new_esEs24(x0, x1, ty_@0) 15.41/5.80 new_primCompAux00(x0, x1, LT, x2) 15.41/5.80 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.80 new_esEs5(Right(x0), Right(x1), x2, ty_Ordering) 15.41/5.80 new_primCompAux00(x0, x1, EQ, ty_Char) 15.41/5.80 new_ltEs14(Left(x0), Left(x1), ty_Int, x2) 15.41/5.80 new_compare37(x0, x1, x2, x3) 15.41/5.80 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 15.41/5.80 new_ltEs14(Right(x0), Right(x1), x2, app(ty_[], x3)) 15.41/5.80 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.80 new_esEs26(x0, x1, ty_@0) 15.41/5.80 new_esEs6(Just(x0), Just(x1), ty_Integer) 15.41/5.80 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 15.41/5.80 new_esEs23(x0, x1, ty_Char) 15.41/5.80 new_compare35(x0, x1) 15.41/5.80 new_compare19(x0, x1, x2) 15.41/5.80 new_compare8(x0, x1, x2, x3) 15.41/5.80 new_lt5([], [], x0) 15.41/5.80 new_ltEs10(x0, x1, ty_@0) 15.41/5.80 new_esEs17(False, True) 15.41/5.80 new_esEs17(True, False) 15.41/5.80 new_esEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 15.41/5.80 new_ltEs14(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 15.41/5.80 new_ltEs17(Just(x0), Just(x1), app(ty_Ratio, x2)) 15.41/5.80 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 15.41/5.80 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 15.41/5.80 new_esEs27(x0, x1, ty_Int) 15.41/5.80 new_ltEs17(Just(x0), Just(x1), ty_Ordering) 15.41/5.80 new_esEs22(x0, x1, ty_Integer) 15.41/5.80 new_esEs28(x0, x1, app(ty_Maybe, x2)) 15.41/5.80 new_ltEs6(True, True) 15.41/5.80 new_compare18(Integer(x0), Integer(x1)) 15.41/5.80 new_ltEs17(Just(x0), Just(x1), ty_Integer) 15.41/5.80 new_esEs28(x0, x1, ty_Integer) 15.41/5.80 new_compare10(x0, x1, True, x2, x3, x4) 15.41/5.80 new_primCompAux00(x0, x1, EQ, ty_Int) 15.41/5.80 new_primCmpNat0(Succ(x0), Zero) 15.41/5.80 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.80 new_esEs23(x0, x1, ty_@0) 15.41/5.80 new_primCompAux00(x0, x1, EQ, ty_@0) 15.41/5.80 new_esEs27(x0, x1, ty_Char) 15.41/5.80 new_esEs24(x0, x1, ty_Bool) 15.41/5.80 new_esEs10(x0, x1, ty_Int) 15.41/5.80 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.41/5.80 new_ltEs10(x0, x1, ty_Float) 15.41/5.80 new_primCmpInt(Pos(Zero), Pos(Zero)) 15.41/5.80 new_ltEs14(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 15.41/5.80 new_esEs28(x0, x1, ty_@0) 15.41/5.80 new_ltEs17(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 15.41/5.80 new_compare(x0, x1, ty_@0) 15.41/5.80 new_compare23(x0, x1, True, x2, x3, x4) 15.41/5.80 new_primEqNat0(Succ(x0), Zero) 15.41/5.80 new_esEs25(x0, x1, ty_Bool) 15.41/5.80 new_ltEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.41/5.80 new_ltEs14(Left(x0), Left(x1), ty_@0, x2) 15.41/5.80 new_compare212(x0, x1, True, x2, x3) 15.41/5.80 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 15.41/5.80 new_esEs23(x0, x1, ty_Double) 15.44/5.80 new_esEs22(x0, x1, ty_Ordering) 15.44/5.80 new_esEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 15.44/5.80 new_primPlusNat1(Succ(x0), Zero) 15.44/5.80 new_compare211(x0, x1, False) 15.44/5.80 new_lt20(x0, x1, app(ty_Ratio, x2)) 15.44/5.80 new_esEs27(x0, x1, ty_@0) 15.44/5.80 new_esEs27(x0, x1, ty_Bool) 15.44/5.80 new_esEs8(LT, GT) 15.44/5.80 new_esEs8(GT, LT) 15.44/5.80 new_esEs14(x0, x1, app(ty_[], x2)) 15.44/5.80 new_esEs21(Double(x0, x1), Double(x2, x3)) 15.44/5.80 new_esEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 15.44/5.80 new_lt20(x0, x1, ty_Integer) 15.44/5.80 new_ltEs19(x0, x1, ty_Integer) 15.44/5.80 new_compare110(x0, x1, False, x2, x3) 15.44/5.80 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 15.44/5.80 new_esEs19([], [], x0) 15.44/5.80 new_primCompAux00(x0, x1, GT, x2) 15.44/5.80 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 15.44/5.80 new_ltEs17(Nothing, Nothing, x0) 15.44/5.80 new_esEs5(Left(x0), Left(x1), ty_@0, x2) 15.44/5.80 new_lt8(x0, x1, app(ty_[], x2)) 15.44/5.80 new_esEs16(Float(x0, x1), Float(x2, x3)) 15.44/5.80 new_primCmpChar(Char(x0), Char(x1)) 15.44/5.80 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 15.44/5.80 new_primMulInt(Pos(x0), Neg(x1)) 15.44/5.80 new_primMulInt(Neg(x0), Pos(x1)) 15.44/5.80 new_ltEs10(x0, x1, ty_Double) 15.44/5.80 new_esEs15(x0, x1, ty_Integer) 15.44/5.80 new_compare210(x0, x1, False, x2, x3) 15.44/5.80 new_esEs24(x0, x1, ty_Integer) 15.44/5.80 new_lt19(x0, x1) 15.44/5.80 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 15.44/5.80 new_primCmpDouble(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 15.44/5.80 new_primCmpDouble(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 15.44/5.80 new_esEs18(@0, @0) 15.44/5.80 new_esEs22(x0, x1, ty_Double) 15.44/5.80 new_primCmpFloat(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 15.44/5.80 new_esEs19([], :(x0, x1), x2) 15.44/5.80 new_ltEs17(Just(x0), Just(x1), ty_Char) 15.44/5.80 new_ltEs9(GT, EQ) 15.44/5.80 new_esEs5(Right(x0), Right(x1), x2, ty_@0) 15.44/5.80 new_ltEs9(EQ, GT) 15.44/5.80 new_primEqNat0(Zero, Zero) 15.44/5.80 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 15.44/5.80 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 15.44/5.80 new_esEs5(Left(x0), Right(x1), x2, x3) 15.44/5.80 new_esEs5(Right(x0), Left(x1), x2, x3) 15.44/5.80 new_lt20(x0, x1, ty_Bool) 15.44/5.80 new_esEs5(Right(x0), Right(x1), x2, ty_Double) 15.44/5.80 new_ltEs19(x0, x1, ty_Bool) 15.44/5.80 new_compare15([], :(x0, x1), x2) 15.44/5.80 new_not(False) 15.44/5.80 new_ltEs18(x0, x1) 15.44/5.80 new_esEs12(x0, x1) 15.44/5.80 new_ltEs19(x0, x1, ty_Ordering) 15.44/5.80 new_esEs14(x0, x1, ty_Double) 15.44/5.80 new_ltEs14(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 15.44/5.80 new_ltEs4(x0, x1, x2) 15.44/5.80 new_esEs24(x0, x1, ty_Ordering) 15.44/5.80 new_compare25(x0, x1, False, x2) 15.44/5.80 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.44/5.80 new_lt18(x0, x1, x2, x3, x4) 15.44/5.80 new_esEs6(Just(x0), Just(x1), ty_Bool) 15.44/5.80 new_esEs27(x0, x1, ty_Integer) 15.44/5.80 new_ltEs6(True, False) 15.44/5.80 new_ltEs17(Just(x0), Just(x1), ty_Int) 15.44/5.80 new_ltEs6(False, True) 15.44/5.80 new_lt20(x0, x1, ty_Float) 15.44/5.80 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 15.44/5.80 new_ltEs10(x0, x1, app(app(ty_Either, x2), x3)) 15.44/5.80 new_esEs6(Just(x0), Just(x1), ty_Float) 15.44/5.80 new_lt12(x0, x1, x2, x3) 15.44/5.80 new_primCmpFloat(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 15.44/5.80 new_lt13(@0, @0) 15.44/5.80 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 15.44/5.80 new_lt8(x0, x1, app(ty_Maybe, x2)) 15.44/5.80 new_esEs10(x0, x1, ty_Integer) 15.44/5.80 new_ltEs7(x0, x1, x2) 15.44/5.80 new_ltEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.44/5.80 new_primCompAux00(x0, x1, EQ, ty_Integer) 15.44/5.80 new_ltEs14(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 15.44/5.80 new_ltEs14(Right(x0), Right(x1), x2, ty_Double) 15.44/5.80 new_lt8(x0, x1, ty_@0) 15.44/5.80 new_esEs6(Just(x0), Just(x1), ty_Char) 15.44/5.80 new_lt8(x0, x1, app(app(ty_@2, x2), x3)) 15.44/5.80 new_compare12(x0, x1) 15.44/5.80 new_esEs25(x0, x1, app(ty_[], x2)) 15.44/5.80 new_esEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 15.44/5.80 new_ltEs14(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 15.44/5.80 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 15.44/5.80 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.44/5.80 new_primPlusNat0(Succ(x0), x1) 15.44/5.80 new_esEs15(x0, x1, ty_Bool) 15.44/5.80 new_ltEs14(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 15.44/5.80 new_lt20(x0, x1, ty_Char) 15.44/5.80 new_esEs14(x0, x1, ty_@0) 15.44/5.80 new_compare29(x0, x1) 15.44/5.80 new_compare13(x0, x1, True, x2) 15.44/5.80 new_esEs14(x0, x1, app(ty_Maybe, x2)) 15.44/5.80 new_compare15(:(x0, x1), [], x2) 15.44/5.80 new_compare(x0, x1, ty_Double) 15.44/5.80 new_esEs6(Just(x0), Just(x1), ty_Int) 15.44/5.80 new_esEs25(x0, x1, ty_Float) 15.44/5.80 new_lt20(x0, x1, ty_Int) 15.44/5.80 new_ltEs17(Just(x0), Just(x1), ty_Float) 15.44/5.80 new_lt20(x0, x1, app(ty_[], x2)) 15.44/5.80 new_primCmpNat0(Zero, Zero) 15.44/5.80 new_ltEs9(GT, LT) 15.44/5.80 new_ltEs9(LT, GT) 15.44/5.80 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 15.44/5.80 new_primCompAux00(x0, x1, EQ, ty_Ordering) 15.44/5.80 new_primMulInt(Neg(x0), Neg(x1)) 15.44/5.80 15.44/5.80 We have to consider all minimal (P,Q,R)-chains. 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (21) QDPSizeChangeProof (EQUIVALENT) 15.44/5.80 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. 15.44/5.80 15.44/5.80 From the DPs we obtained the following set of size-change graphs: 15.44/5.80 *new_compare20(vwx30, vwx40, False, bc, bd) -> new_ltEs0(vwx30, vwx40, bc, bd) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs2(Just(vwx310), Just(vwx410), app(app(ty_Either, gg), gh)) -> new_ltEs0(vwx310, vwx410, gg, gh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs2(Just(vwx310), Just(vwx410), app(ty_Maybe, hb)) -> new_ltEs2(vwx310, vwx410, hb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(app(ty_Either, bce), bcf)) -> new_ltEs0(vwx312, vwx412, bce, bcf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(ty_Maybe, bch)) -> new_ltEs2(vwx312, vwx412, bch) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs2(Just(vwx310), Just(vwx410), app(app(app(ty_@3, hc), hd), he)) -> new_ltEs3(vwx310, vwx410, hc, hd, he) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs3(vwx312, vwx412, bda, bdb, bdc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt(vwx30, vwx40, h, ba) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_compare2(vwx30, vwx40, False, h, ba) -> new_ltEs(vwx30, vwx40, h, ba) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_Either, bc), bd), bb) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_compare21(vwx30, vwx40, False, cg) -> new_ltEs2(vwx30, vwx40, cg) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_compare22(vwx30, vwx40, False, da, db, dc) -> new_ltEs3(vwx30, vwx40, da, db, dc) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_compare3(vwx30, vwx40, h, ba) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, h, ba), h, ba) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt0(vwx30, vwx40, bc, bd) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_compare30(vwx30, vwx40, bc, bd) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, bc, bd), bc, bd) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs2(Just(vwx310), Just(vwx410), app(app(ty_@2, ge), gf)) -> new_ltEs(vwx310, vwx410, ge, gf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs2(Just(vwx310), Just(vwx410), app(ty_[], ha)) -> new_ltEs1(vwx310, vwx410, ha) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(app(ty_@2, bcc), bcd)) -> new_ltEs(vwx312, vwx412, bcc, bcd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs1(:(vwx310, vwx311), :(vwx410, vwx411), gd) -> new_primCompAux(vwx310, vwx410, vwx311, vwx411, gd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 3 >= 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, hh, app(ty_[], bcg)) -> new_ltEs1(vwx312, vwx412, bcg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, :(vwx310, vwx311)), @2(vwx40, :(vwx410, vwx411)), dd, app(ty_[], gd)) -> new_primCompAux(vwx310, vwx410, vwx311, vwx411, gd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_compare0(:(vwx310, vwx311), :(vwx410, vwx411), gd) -> new_primCompAux(vwx310, vwx410, vwx311, vwx411, gd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 3 >= 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(app(ty_@2, bf), bg)), bb) -> new_compare3(vwx300, vwx400, bf, bg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(app(ty_@2, bf), bg)) -> new_compare3(vwx300, vwx400, bf, bg) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bf), bg)) -> new_compare3(vwx300, vwx400, bf, bg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_compare31(vwx30, vwx40, cg) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(ty_Maybe, cc)), bb) -> new_compare31(vwx300, vwx400, cc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(ty_Maybe, cc)) -> new_compare31(vwx300, vwx400, cc) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, cc)) -> new_compare31(vwx300, vwx400, cc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(ty_Maybe, cg), bb) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt2(vwx30, vwx40, cg) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, cg), cg) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(ty_[], cb)), bb) -> new_compare0(vwx300, vwx400, cb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(ty_[], cb)) -> new_compare0(vwx300, vwx400, cb) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(app(ty_Either, bh), ca)), bb) -> new_compare30(vwx300, vwx400, bh, ca) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(app(ty_Either, bh), ca)) -> new_compare30(vwx300, vwx400, bh, ca) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bh), ca)) -> new_compare30(vwx300, vwx400, bh, ca) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_primCompAux0(vwx111, vwx112, EQ, app(ty_[], bdh)) -> new_compare0(vwx111, vwx112, bdh) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], cb)) -> new_compare0(vwx300, vwx400, cb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], be), bb) -> new_primCompAux0(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_primCompAux(vwx300, vwx400, vwx301, vwx401, be) -> new_primCompAux0(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.44/5.80 The graph contains the following edges 3 >= 1, 4 >= 2 15.44/5.80 15.44/5.80 15.44/5.80 *new_primCompAux(vwx300, vwx400, vwx301, vwx401, app(app(app(ty_@3, cd), ce), cf)) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), be) -> new_primCompAux0(vwx301, vwx401, new_compare(vwx300, vwx400, be), app(ty_[], be)) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2 15.44/5.80 15.44/5.80 15.44/5.80 *new_compare32(vwx30, vwx40, da, db, dc) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(:(vwx300, vwx301), vwx31), @2(:(vwx400, vwx401), vwx41), app(ty_[], app(app(app(ty_@3, cd), ce), cf)), bb) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, cd), ce), cf)) -> new_compare32(vwx300, vwx400, cd, ce, cf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_lt3(vwx30, vwx40, da, db, dc) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.44/5.80 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(app(ty_@3, da), db), dc), bb) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, da, db, dc), da, db, dc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(app(ty_Either, bbd), bbe), baa) -> new_lt0(vwx311, vwx411, bbd, bbe) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_Either, bab), bac), hh, baa) -> new_lt0(vwx310, vwx410, bab, bac) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(app(ty_Either, bbd), bbe)), baa)) -> new_lt0(vwx311, vwx411, bbd, bbe) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(app(ty_Either, bab), bac)), hh), baa)) -> new_lt0(vwx310, vwx410, bab, bac) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Right(vwx310), Right(vwx410), fa, app(app(ty_Either, fd), ff)) -> new_ltEs0(vwx310, vwx410, fd, ff) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Left(vwx310), Left(vwx410), app(app(ty_Either, eb), ec), ea) -> new_ltEs0(vwx310, vwx410, eb, ec) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Left(vwx310), Left(vwx410), app(ty_Maybe, ee), ea) -> new_ltEs2(vwx310, vwx410, ee) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Right(vwx310), Right(vwx410), fa, app(ty_Maybe, fh)) -> new_ltEs2(vwx310, vwx410, fh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Right(vwx310), Right(vwx410), fa, app(app(app(ty_@3, ga), gb), gc)) -> new_ltEs3(vwx310, vwx410, ga, gb, gc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Left(vwx310), Left(vwx410), app(app(app(ty_@3, ef), eg), eh), ea) -> new_ltEs3(vwx310, vwx410, ef, eg, eh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Left(vwx310), Left(vwx410), app(app(ty_@2, dg), dh), ea) -> new_ltEs(vwx310, vwx410, dg, dh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Right(vwx310), Right(vwx410), fa, app(app(ty_@2, fb), fc)) -> new_ltEs(vwx310, vwx410, fb, fc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Left(vwx310), Left(vwx410), app(ty_[], ed), ea) -> new_ltEs1(vwx310, vwx410, ed) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs0(Right(vwx310), Right(vwx410), fa, app(ty_[], fg)) -> new_ltEs1(vwx310, vwx410, fg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(app(ty_Either, gg), gh))) -> new_ltEs0(vwx310, vwx410, gg, gh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(app(ty_Either, eb), ec)), ea)) -> new_ltEs0(vwx310, vwx410, eb, ec) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(app(ty_Either, bce), bcf))) -> new_ltEs0(vwx312, vwx412, bce, bcf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(app(ty_Either, fd), ff))) -> new_ltEs0(vwx310, vwx410, fd, ff) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_@2, hf), hg), hh, baa) -> new_lt(vwx310, vwx410, hf, hg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(app(ty_@2, bbb), bbc), baa) -> new_lt(vwx311, vwx411, bbb, bbc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(ty_Maybe, bbg), baa) -> new_lt2(vwx311, vwx411, bbg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_Maybe, bae), hh, baa) -> new_lt2(vwx310, vwx410, bae) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(app(ty_@3, baf), bag), bah), hh, baa) -> new_lt3(vwx310, vwx410, baf, bag, bah) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(app(app(ty_@3, bbh), bca), bcb), baa) -> new_lt3(vwx311, vwx411, bbh, bca, bcb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), bba, app(ty_[], bbf), baa) -> new_lt1(vwx311, vwx411, bbf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs3(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_[], bad), hh, baa) -> new_lt1(vwx310, vwx410, bad) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(ty_Maybe, hb))) -> new_ltEs2(vwx310, vwx410, hb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(ty_Maybe, ee)), ea)) -> new_ltEs2(vwx310, vwx410, ee) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(ty_Maybe, bch))) -> new_ltEs2(vwx312, vwx412, bch) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(ty_Maybe, fh))) -> new_ltEs2(vwx310, vwx410, fh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(app(app(ty_@3, ef), eg), eh)), ea)) -> new_ltEs3(vwx310, vwx410, ef, eg, eh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(app(app(ty_@3, hc), hd), he))) -> new_ltEs3(vwx310, vwx410, hc, hd, he) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(app(app(ty_@3, bda), bdb), bdc))) -> new_ltEs3(vwx312, vwx412, bda, bdb, bdc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(app(app(ty_@3, ga), gb), gc))) -> new_ltEs3(vwx310, vwx410, ga, gb, gc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(app(ty_@2, hf), hg)), hh), baa)) -> new_lt(vwx310, vwx410, hf, hg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(app(ty_@2, bbb), bbc)), baa)) -> new_lt(vwx311, vwx411, bbb, bbc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(app(ty_@2, fb), fc))) -> new_ltEs(vwx310, vwx410, fb, fc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(app(ty_@2, ge), gf))) -> new_ltEs(vwx310, vwx410, ge, gf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, vwx31), @2(vwx40, vwx41), dd, app(app(ty_@2, de), df)) -> new_ltEs(vwx31, vwx41, de, df) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(app(ty_@2, dg), dh)), ea)) -> new_ltEs(vwx310, vwx410, dg, dh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(app(ty_@2, bcc), bcd))) -> new_ltEs(vwx312, vwx412, bcc, bcd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Left(vwx310)), @2(vwx40, Left(vwx410)), dd, app(app(ty_Either, app(ty_[], ed)), ea)) -> new_ltEs1(vwx310, vwx410, ed) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Just(vwx310)), @2(vwx40, Just(vwx410)), dd, app(ty_Maybe, app(ty_[], ha))) -> new_ltEs1(vwx310, vwx410, ha) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, Right(vwx310)), @2(vwx40, Right(vwx410)), dd, app(app(ty_Either, fa), app(ty_[], fg))) -> new_ltEs1(vwx310, vwx410, fg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), hh), app(ty_[], bcg))) -> new_ltEs1(vwx312, vwx412, bcg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(ty_Maybe, bae)), hh), baa)) -> new_lt2(vwx310, vwx410, bae) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(ty_Maybe, bbg)), baa)) -> new_lt2(vwx311, vwx411, bbg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(app(app(ty_@3, bbh), bca), bcb)), baa)) -> new_lt3(vwx311, vwx411, bbh, bca, bcb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(app(app(ty_@3, baf), bag), bah)), hh), baa)) -> new_lt3(vwx310, vwx410, baf, bag, bah) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, bba), app(ty_[], bbf)), baa)) -> new_lt1(vwx311, vwx411, bbf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_ltEs(@2(vwx30, @3(vwx310, vwx311, vwx312)), @2(vwx40, @3(vwx410, vwx411, vwx412)), dd, app(app(app(ty_@3, app(ty_[], bad)), hh), baa)) -> new_lt1(vwx310, vwx410, bad) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (22) 15.44/5.80 YES 15.44/5.80 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (23) 15.44/5.80 Obligation: 15.44/5.80 Q DP problem: 15.44/5.80 The TRS P consists of the following rules: 15.44/5.80 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_Either, bag), bah), bba) -> new_esEs1(vwx301, vwx401, bag, bah) 15.44/5.80 new_esEs1(Left(vwx300), Left(vwx400), app(app(ty_Either, eg), eh), fa) -> new_esEs1(vwx300, vwx400, eg, eh) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_Maybe, dd)) -> new_esEs2(vwx301, vwx401, dd) 15.44/5.80 new_esEs1(Left(vwx300), Left(vwx400), app(app(app(ty_@3, ff), fg), fh), fa) -> new_esEs3(vwx300, vwx400, ff, fg, fh) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bca), bcb), he, bba) -> new_esEs1(vwx300, vwx400, bca, bcb) 15.44/5.80 new_esEs2(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs(vwx300, vwx400, bdd) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bcf), bcg), bch), he, bba) -> new_esEs3(vwx300, vwx400, bcf, bcg, bch) 15.44/5.80 new_esEs2(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs3(vwx300, vwx400, bdg, bdh, bea) 15.44/5.80 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bg), bh), ca)) -> new_esEs3(vwx300, vwx400, bg, bh, ca) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_@2, cf), cg)) -> new_esEs0(vwx301, vwx401, cf, cg) 15.44/5.80 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_esEs(vwx301, vwx401, h) 15.44/5.80 new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 15.44/5.80 new_esEs2(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs2(vwx300, vwx400, beb) 15.44/5.80 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], be)) -> new_esEs(vwx300, vwx400, be) 15.44/5.80 new_esEs1(Left(vwx300), Left(vwx400), app(app(ty_@2, fc), fd), fa) -> new_esEs0(vwx300, vwx400, fc, fd) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(vwx302, vwx402, bac, bad, bae) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, ec), ed), ee), dg) -> new_esEs3(vwx300, vwx400, ec, ed, ee) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(app(ty_@3, da), db), dc)) -> new_esEs3(vwx301, vwx401, da, db, dc) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_Either, hf), hg)) -> new_esEs1(vwx302, vwx402, hf, hg) 15.44/5.80 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bf)) -> new_esEs2(vwx300, vwx400, bf) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_@2, bbc), bbd), bba) -> new_esEs0(vwx301, vwx401, bbc, bbd) 15.44/5.80 new_esEs1(Left(vwx300), Left(vwx400), app(ty_[], fb), fa) -> new_esEs(vwx300, vwx400, fb) 15.44/5.80 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bc), bd)) -> new_esEs1(vwx300, vwx400, bc, bd) 15.44/5.80 new_esEs1(Left(vwx300), Left(vwx400), app(ty_Maybe, ga), fa) -> new_esEs2(vwx300, vwx400, ga) 15.44/5.80 new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs1(vwx300, vwx400, bdb, bdc) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bcd), bce), he, bba) -> new_esEs0(vwx300, vwx400, bcd, bce) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(app(ty_@3, bbe), bbf), bbg), bba) -> new_esEs3(vwx301, vwx401, bbe, bbf, bbg) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_[], bbb), bba) -> new_esEs(vwx301, vwx401, bbb) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], dh), dg) -> new_esEs(vwx300, vwx400, dh) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_@2, baa), bab)) -> new_esEs0(vwx302, vwx402, baa, bab) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_[], hh)) -> new_esEs(vwx302, vwx402, hh) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_[], ce)) -> new_esEs(vwx301, vwx401, ce) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_Either, cc), cd)) -> new_esEs1(vwx301, vwx401, cc, cd) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, de), df), dg) -> new_esEs1(vwx300, vwx400, de, df) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_Maybe, baf)) -> new_esEs2(vwx302, vwx402, baf) 15.44/5.80 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, ba), bb)) -> new_esEs0(vwx300, vwx400, ba, bb) 15.44/5.80 new_esEs1(Right(vwx300), Right(vwx400), gb, app(ty_[], ge)) -> new_esEs(vwx300, vwx400, ge) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bcc), he, bba) -> new_esEs(vwx300, vwx400, bcc) 15.44/5.80 new_esEs1(Right(vwx300), Right(vwx400), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx300, vwx400, gf, gg) 15.44/5.80 new_esEs1(Right(vwx300), Right(vwx400), gb, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs3(vwx300, vwx400, gh, ha, hb) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, ea), eb), dg) -> new_esEs0(vwx300, vwx400, ea, eb) 15.44/5.80 new_esEs1(Right(vwx300), Right(vwx400), gb, app(ty_Maybe, hc)) -> new_esEs2(vwx300, vwx400, hc) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bda), he, bba) -> new_esEs2(vwx300, vwx400, bda) 15.44/5.80 new_esEs1(Right(vwx300), Right(vwx400), gb, app(app(ty_Either, gc), gd)) -> new_esEs1(vwx300, vwx400, gc, gd) 15.44/5.80 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_Maybe, bbh), bba) -> new_esEs2(vwx301, vwx401, bbh) 15.44/5.80 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ef), dg) -> new_esEs2(vwx300, vwx400, ef) 15.44/5.80 15.44/5.80 R is empty. 15.44/5.80 Q is empty. 15.44/5.80 We have to consider all minimal (P,Q,R)-chains. 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (24) QDPSizeChangeProof (EQUIVALENT) 15.44/5.80 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. 15.44/5.80 15.44/5.80 From the DPs we obtained the following set of size-change graphs: 15.44/5.80 *new_esEs2(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs3(vwx300, vwx400, bdg, bdh, bea) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs1(vwx300, vwx400, bdb, bdc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bg), bh), ca)) -> new_esEs3(vwx300, vwx400, bg, bh, ca) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bc), bd)) -> new_esEs1(vwx300, vwx400, bc, bd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs2(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs2(vwx300, vwx400, beb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs2(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs(vwx300, vwx400, bdd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, ba), bb)) -> new_esEs0(vwx300, vwx400, ba, bb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bf)) -> new_esEs2(vwx300, vwx400, bf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Left(vwx300), Left(vwx400), app(app(app(ty_@3, ff), fg), fh), fa) -> new_esEs3(vwx300, vwx400, ff, fg, fh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Right(vwx300), Right(vwx400), gb, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs3(vwx300, vwx400, gh, ha, hb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Left(vwx300), Left(vwx400), app(app(ty_Either, eg), eh), fa) -> new_esEs1(vwx300, vwx400, eg, eh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Right(vwx300), Right(vwx400), gb, app(app(ty_Either, gc), gd)) -> new_esEs1(vwx300, vwx400, gc, gd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Left(vwx300), Left(vwx400), app(app(ty_@2, fc), fd), fa) -> new_esEs0(vwx300, vwx400, fc, fd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Right(vwx300), Right(vwx400), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx300, vwx400, gf, gg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Left(vwx300), Left(vwx400), app(ty_Maybe, ga), fa) -> new_esEs2(vwx300, vwx400, ga) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Right(vwx300), Right(vwx400), gb, app(ty_Maybe, hc)) -> new_esEs2(vwx300, vwx400, hc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Left(vwx300), Left(vwx400), app(ty_[], fb), fa) -> new_esEs(vwx300, vwx400, fb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs1(Right(vwx300), Right(vwx400), gb, app(ty_[], ge)) -> new_esEs(vwx300, vwx400, ge) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bcf), bcg), bch), he, bba) -> new_esEs3(vwx300, vwx400, bcf, bcg, bch) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs3(vwx302, vwx402, bac, bad, bae) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(app(ty_@3, bbe), bbf), bbg), bba) -> new_esEs3(vwx301, vwx401, bbe, bbf, bbg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, ec), ed), ee), dg) -> new_esEs3(vwx300, vwx400, ec, ed, ee) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(app(ty_@3, da), db), dc)) -> new_esEs3(vwx301, vwx401, da, db, dc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_Either, bag), bah), bba) -> new_esEs1(vwx301, vwx401, bag, bah) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bca), bcb), he, bba) -> new_esEs1(vwx300, vwx400, bca, bcb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_Either, hf), hg)) -> new_esEs1(vwx302, vwx402, hf, hg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_Either, cc), cd)) -> new_esEs1(vwx301, vwx401, cc, cd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, de), df), dg) -> new_esEs1(vwx300, vwx400, de, df) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_@2, bbc), bbd), bba) -> new_esEs0(vwx301, vwx401, bbc, bbd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bcd), bce), he, bba) -> new_esEs0(vwx300, vwx400, bcd, bce) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_@2, baa), bab)) -> new_esEs0(vwx302, vwx402, baa, bab) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_@2, cf), cg)) -> new_esEs0(vwx301, vwx401, cf, cg) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, ea), eb), dg) -> new_esEs0(vwx300, vwx400, ea, eb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_Maybe, baf)) -> new_esEs2(vwx302, vwx402, baf) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bda), he, bba) -> new_esEs2(vwx300, vwx400, bda) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_Maybe, bbh), bba) -> new_esEs2(vwx301, vwx401, bbh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_[], bbb), bba) -> new_esEs(vwx301, vwx401, bbb) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_[], hh)) -> new_esEs(vwx302, vwx402, hh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bcc), he, bba) -> new_esEs(vwx300, vwx400, bcc) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_esEs(vwx301, vwx401, h) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], be)) -> new_esEs(vwx300, vwx400, be) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_Maybe, dd)) -> new_esEs2(vwx301, vwx401, dd) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ef), dg) -> new_esEs2(vwx300, vwx400, ef) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], dh), dg) -> new_esEs(vwx300, vwx400, dh) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.44/5.80 15.44/5.80 15.44/5.80 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_[], ce)) -> new_esEs(vwx301, vwx401, ce) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.44/5.80 15.44/5.80 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (25) 15.44/5.80 YES 15.44/5.80 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (26) 15.44/5.80 Obligation: 15.44/5.80 Q DP problem: 15.44/5.80 The TRS P consists of the following rules: 15.44/5.80 15.44/5.80 new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 15.44/5.80 15.44/5.80 R is empty. 15.44/5.80 Q is empty. 15.44/5.80 We have to consider all minimal (P,Q,R)-chains. 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (27) QDPSizeChangeProof (EQUIVALENT) 15.44/5.80 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. 15.44/5.80 15.44/5.80 From the DPs we obtained the following set of size-change graphs: 15.44/5.80 *new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 15.44/5.80 The graph contains the following edges 1 > 1, 2 >= 2 15.44/5.80 15.44/5.80 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (28) 15.44/5.80 YES 15.44/5.80 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (29) 15.44/5.80 Obligation: 15.44/5.80 Q DP problem: 15.44/5.80 The TRS P consists of the following rules: 15.44/5.80 15.44/5.80 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 15.44/5.80 15.44/5.80 R is empty. 15.44/5.80 Q is empty. 15.44/5.80 We have to consider all minimal (P,Q,R)-chains. 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (30) QDPSizeChangeProof (EQUIVALENT) 15.44/5.80 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. 15.44/5.80 15.44/5.80 From the DPs we obtained the following set of size-change graphs: 15.44/5.80 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2 15.44/5.80 15.44/5.80 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (31) 15.44/5.80 YES 15.44/5.80 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (32) 15.44/5.80 Obligation: 15.44/5.80 Q DP problem: 15.44/5.80 The TRS P consists of the following rules: 15.44/5.80 15.44/5.80 new_primPlusNat(Succ(vwx12100), Succ(vwx400000)) -> new_primPlusNat(vwx12100, vwx400000) 15.44/5.80 15.44/5.80 R is empty. 15.44/5.80 Q is empty. 15.44/5.80 We have to consider all minimal (P,Q,R)-chains. 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (33) QDPSizeChangeProof (EQUIVALENT) 15.44/5.80 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. 15.44/5.80 15.44/5.80 From the DPs we obtained the following set of size-change graphs: 15.44/5.80 *new_primPlusNat(Succ(vwx12100), Succ(vwx400000)) -> new_primPlusNat(vwx12100, vwx400000) 15.44/5.80 The graph contains the following edges 1 > 1, 2 > 2 15.44/5.80 15.44/5.80 15.44/5.80 ---------------------------------------- 15.44/5.80 15.44/5.80 (34) 15.44/5.80 YES 15.47/7.24 EOF