15.91/7.21 YES 18.54/7.91 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 18.54/7.91 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.54/7.91 18.54/7.91 18.54/7.91 H-Termination with start terms of the given HASKELL could be proven: 18.54/7.91 18.54/7.91 (0) HASKELL 18.54/7.91 (1) CR [EQUIVALENT, 0 ms] 18.54/7.91 (2) HASKELL 18.54/7.91 (3) IFR [EQUIVALENT, 0 ms] 18.54/7.91 (4) HASKELL 18.54/7.91 (5) BR [EQUIVALENT, 0 ms] 18.54/7.91 (6) HASKELL 18.54/7.91 (7) COR [EQUIVALENT, 4 ms] 18.54/7.91 (8) HASKELL 18.54/7.91 (9) LetRed [EQUIVALENT, 0 ms] 18.54/7.91 (10) HASKELL 18.54/7.91 (11) NumRed [SOUND, 9 ms] 18.54/7.91 (12) HASKELL 18.54/7.91 (13) Narrow [SOUND, 0 ms] 18.54/7.91 (14) AND 18.54/7.91 (15) QDP 18.54/7.91 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.54/7.91 (17) YES 18.54/7.91 (18) QDP 18.54/7.91 (19) DependencyGraphProof [EQUIVALENT, 0 ms] 18.54/7.91 (20) QDP 18.54/7.91 (21) QDPSizeChangeProof [EQUIVALENT, 30 ms] 18.54/7.91 (22) YES 18.54/7.91 (23) QDP 18.54/7.91 (24) QDPSizeChangeProof [EQUIVALENT, 19 ms] 18.54/7.91 (25) YES 18.54/7.91 (26) QDP 18.54/7.91 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.54/7.91 (28) YES 18.54/7.91 (29) QDP 18.54/7.91 (30) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.54/7.91 (31) YES 18.54/7.91 (32) QDP 18.54/7.91 (33) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.54/7.91 (34) YES 18.54/7.91 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (0) 18.54/7.91 Obligation: 18.54/7.91 mainModule Main 18.54/7.91 module Main where { 18.54/7.91 import qualified Prelude; 18.54/7.91 } 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (1) CR (EQUIVALENT) 18.54/7.91 Case Reductions: 18.54/7.91 The following Case expression 18.54/7.91 "case compare x y of { 18.54/7.91 EQ -> o; 18.54/7.91 LT -> LT; 18.54/7.91 GT -> GT} 18.54/7.91 " 18.54/7.91 is transformed to 18.54/7.91 "primCompAux0 o EQ = o; 18.54/7.91 primCompAux0 o LT = LT; 18.54/7.91 primCompAux0 o GT = GT; 18.54/7.91 " 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (2) 18.54/7.91 Obligation: 18.54/7.91 mainModule Main 18.54/7.91 module Main where { 18.54/7.91 import qualified Prelude; 18.54/7.91 } 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (3) IFR (EQUIVALENT) 18.54/7.91 If Reductions: 18.54/7.91 The following If expression 18.54/7.91 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 18.54/7.91 is transformed to 18.54/7.91 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 18.54/7.91 primDivNatS0 x y False = Zero; 18.54/7.91 " 18.54/7.91 The following If expression 18.54/7.91 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 18.54/7.91 is transformed to 18.54/7.91 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 18.54/7.91 primModNatS0 x y False = Succ x; 18.54/7.91 " 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (4) 18.54/7.91 Obligation: 18.54/7.91 mainModule Main 18.54/7.91 module Main where { 18.54/7.91 import qualified Prelude; 18.54/7.91 } 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (5) BR (EQUIVALENT) 18.54/7.91 Replaced joker patterns by fresh variables and removed binding patterns. 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (6) 18.54/7.91 Obligation: 18.54/7.91 mainModule Main 18.54/7.91 module Main where { 18.54/7.91 import qualified Prelude; 18.54/7.91 } 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (7) COR (EQUIVALENT) 18.54/7.91 Cond Reductions: 18.54/7.91 The following Function with conditions 18.54/7.91 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 18.54/7.91 " 18.54/7.91 is transformed to 18.54/7.91 "compare x y = compare3 x y; 18.54/7.91 " 18.54/7.91 "compare1 x y True = LT; 18.54/7.91 compare1 x y False = compare0 x y otherwise; 18.54/7.91 " 18.54/7.91 "compare0 x y True = GT; 18.54/7.91 " 18.54/7.91 "compare2 x y True = EQ; 18.54/7.91 compare2 x y False = compare1 x y (x <= y); 18.54/7.91 " 18.54/7.91 "compare3 x y = compare2 x y (x == y); 18.54/7.91 " 18.54/7.91 The following Function with conditions 18.54/7.91 "max x y|x <= yy|otherwisex; 18.54/7.91 " 18.54/7.91 is transformed to 18.54/7.91 "max x y = max2 x y; 18.54/7.91 " 18.54/7.91 "max0 x y True = x; 18.54/7.91 " 18.54/7.91 "max1 x y True = y; 18.54/7.91 max1 x y False = max0 x y otherwise; 18.54/7.91 " 18.54/7.91 "max2 x y = max1 x y (x <= y); 18.54/7.91 " 18.54/7.91 The following Function with conditions 18.54/7.91 "absReal x|x >= 0x|otherwise`negate` x; 18.54/7.91 " 18.54/7.91 is transformed to 18.54/7.91 "absReal x = absReal2 x; 18.54/7.91 " 18.54/7.91 "absReal0 x True = `negate` x; 18.54/7.91 " 18.54/7.91 "absReal1 x True = x; 18.54/7.91 absReal1 x False = absReal0 x otherwise; 18.54/7.91 " 18.54/7.91 "absReal2 x = absReal1 x (x >= 0); 18.54/7.91 " 18.54/7.91 The following Function with conditions 18.54/7.91 "gcd' x 0 = x; 18.54/7.91 gcd' x y = gcd' y (x `rem` y); 18.54/7.91 " 18.54/7.91 is transformed to 18.54/7.91 "gcd' x zx = gcd'2 x zx; 18.54/7.91 gcd' x y = gcd'0 x y; 18.54/7.91 " 18.54/7.91 "gcd'0 x y = gcd' y (x `rem` y); 18.54/7.91 " 18.54/7.91 "gcd'1 True x zx = x; 18.54/7.91 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.54/7.91 " 18.54/7.91 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.54/7.91 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.54/7.91 " 18.54/7.91 The following Function with conditions 18.54/7.91 "gcd 0 0 = error []; 18.54/7.91 gcd x y = gcd' (abs x) (abs y) where { 18.54/7.91 gcd' x 0 = x; 18.54/7.91 gcd' x y = gcd' y (x `rem` y); 18.54/7.91 } 18.54/7.91 ; 18.54/7.91 " 18.54/7.91 is transformed to 18.54/7.91 "gcd vux vuy = gcd3 vux vuy; 18.54/7.91 gcd x y = gcd0 x y; 18.54/7.91 " 18.54/7.91 "gcd0 x y = gcd' (abs x) (abs y) where { 18.54/7.91 gcd' x zx = gcd'2 x zx; 18.54/7.91 gcd' x y = gcd'0 x y; 18.54/7.91 ; 18.54/7.91 gcd'0 x y = gcd' y (x `rem` y); 18.54/7.91 ; 18.54/7.91 gcd'1 True x zx = x; 18.54/7.91 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.54/7.91 ; 18.54/7.91 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.54/7.91 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.54/7.91 } 18.54/7.91 ; 18.54/7.91 " 18.54/7.91 "gcd1 True vux vuy = error []; 18.54/7.91 gcd1 vuz vvu vvv = gcd0 vvu vvv; 18.54/7.91 " 18.54/7.91 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 18.54/7.91 gcd2 vvw vvx vvy = gcd0 vvx vvy; 18.54/7.91 " 18.54/7.91 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 18.54/7.91 gcd3 vvz vwu = gcd0 vvz vwu; 18.54/7.91 " 18.54/7.91 The following Function with conditions 18.54/7.91 "undefined |Falseundefined; 18.54/7.91 " 18.54/7.91 is transformed to 18.54/7.91 "undefined = undefined1; 18.54/7.91 " 18.54/7.91 "undefined0 True = undefined; 18.54/7.91 " 18.54/7.91 "undefined1 = undefined0 False; 18.54/7.91 " 18.54/7.91 The following Function with conditions 18.54/7.91 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 18.54/7.91 d = gcd x y; 18.54/7.91 } 18.54/7.91 ; 18.54/7.91 " 18.54/7.91 is transformed to 18.54/7.91 "reduce x y = reduce2 x y; 18.54/7.91 " 18.54/7.91 "reduce2 x y = reduce1 x y (y == 0) where { 18.54/7.91 d = gcd x y; 18.54/7.91 ; 18.54/7.91 reduce0 x y True = x `quot` d :% (y `quot` d); 18.54/7.91 ; 18.54/7.91 reduce1 x y True = error []; 18.54/7.91 reduce1 x y False = reduce0 x y otherwise; 18.54/7.91 } 18.54/7.91 ; 18.54/7.91 " 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (8) 18.54/7.91 Obligation: 18.54/7.91 mainModule Main 18.54/7.91 module Main where { 18.54/7.91 import qualified Prelude; 18.54/7.91 } 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (9) LetRed (EQUIVALENT) 18.54/7.91 Let/Where Reductions: 18.54/7.91 The bindings of the following Let/Where expression 18.54/7.91 "gcd' (abs x) (abs y) where { 18.54/7.91 gcd' x zx = gcd'2 x zx; 18.54/7.91 gcd' x y = gcd'0 x y; 18.54/7.91 ; 18.54/7.91 gcd'0 x y = gcd' y (x `rem` y); 18.54/7.91 ; 18.54/7.91 gcd'1 True x zx = x; 18.54/7.91 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.54/7.91 ; 18.54/7.91 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.54/7.91 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.54/7.91 } 18.54/7.91 " 18.54/7.91 are unpacked to the following functions on top level 18.54/7.91 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 18.54/7.91 gcd0Gcd' x y = gcd0Gcd'0 x y; 18.54/7.91 " 18.54/7.91 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 18.54/7.91 " 18.54/7.91 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 18.54/7.91 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 18.54/7.91 " 18.54/7.91 "gcd0Gcd'1 True x zx = x; 18.54/7.91 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 18.54/7.91 " 18.54/7.91 The bindings of the following Let/Where expression 18.54/7.91 "reduce1 x y (y == 0) where { 18.54/7.91 d = gcd x y; 18.54/7.91 ; 18.54/7.91 reduce0 x y True = x `quot` d :% (y `quot` d); 18.54/7.91 ; 18.54/7.91 reduce1 x y True = error []; 18.54/7.91 reduce1 x y False = reduce0 x y otherwise; 18.54/7.91 } 18.54/7.91 " 18.54/7.91 are unpacked to the following functions on top level 18.54/7.91 "reduce2Reduce1 vwv vww x y True = error []; 18.54/7.91 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 18.54/7.91 " 18.54/7.91 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 18.54/7.91 " 18.54/7.91 "reduce2D vwv vww = gcd vwv vww; 18.54/7.91 " 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (10) 18.54/7.91 Obligation: 18.54/7.91 mainModule Main 18.54/7.91 module Main where { 18.54/7.91 import qualified Prelude; 18.54/7.91 } 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (11) NumRed (SOUND) 18.54/7.91 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (12) 18.54/7.91 Obligation: 18.54/7.91 mainModule Main 18.54/7.91 module Main where { 18.54/7.91 import qualified Prelude; 18.54/7.91 } 18.54/7.91 18.54/7.91 ---------------------------------------- 18.54/7.91 18.54/7.91 (13) Narrow (SOUND) 18.54/7.91 Haskell To QDPs 18.54/7.91 18.54/7.91 digraph dp_graph { 18.54/7.91 node [outthreshold=100, inthreshold=100];1[label="max",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.54/7.91 3[label="max vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 18.54/7.91 4[label="max vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 18.54/7.91 5[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 18.54/7.91 6[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3124[label="vwx3/(vwx30,vwx31)",fontsize=10,color="white",style="solid",shape="box"];6 -> 3124[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3124 -> 7[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 7[label="max1 (vwx30,vwx31) vwx4 ((vwx30,vwx31) <= vwx4)",fontsize=16,color="burlywood",shape="box"];3125[label="vwx4/(vwx40,vwx41)",fontsize=10,color="white",style="solid",shape="box"];7 -> 3125[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3125 -> 8[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 8[label="max1 (vwx30,vwx31) (vwx40,vwx41) ((vwx30,vwx31) <= (vwx40,vwx41))",fontsize=16,color="black",shape="box"];8 -> 9[label="",style="solid", color="black", weight=3]; 18.54/7.91 9 -> 239[label="",style="dashed", color="red", weight=0]; 18.54/7.91 9[label="max1 (vwx30,vwx31) (vwx40,vwx41) (vwx30 < vwx40 || vwx30 == vwx40 && vwx31 <= vwx41)",fontsize=16,color="magenta"];9 -> 240[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 9 -> 241[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 9 -> 242[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 9 -> 243[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 9 -> 244[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 240 -> 1135[label="",style="dashed", color="red", weight=0]; 18.54/7.91 240[label="vwx30 < vwx40 || vwx30 == vwx40 && vwx31 <= vwx41",fontsize=16,color="magenta"];240 -> 1136[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 240 -> 1137[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 241[label="vwx30",fontsize=16,color="green",shape="box"];242[label="vwx31",fontsize=16,color="green",shape="box"];243[label="vwx40",fontsize=16,color="green",shape="box"];244[label="vwx41",fontsize=16,color="green",shape="box"];239[label="max1 (vwx33,vwx34) (vwx35,vwx36) vwx37",fontsize=16,color="burlywood",shape="triangle"];3126[label="vwx37/False",fontsize=10,color="white",style="solid",shape="box"];239 -> 3126[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3126 -> 281[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3127[label="vwx37/True",fontsize=10,color="white",style="solid",shape="box"];239 -> 3127[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3127 -> 282[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1136 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1136[label="vwx30 == vwx40 && vwx31 <= vwx41",fontsize=16,color="magenta"];1136 -> 1415[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1136 -> 1416[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1137[label="vwx30 < vwx40",fontsize=16,color="blue",shape="box"];3128[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3128[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3128 -> 1144[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3129[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3129[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3129 -> 1145[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3130[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3130[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3130 -> 1146[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3131[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3131[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3131 -> 1147[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3132[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3132[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3132 -> 1148[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3133[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3133[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3133 -> 1149[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3134[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3134[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3134 -> 1150[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3135[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3135[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3135 -> 1151[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3136[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3136[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3136 -> 1152[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3137[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3137[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3137 -> 1153[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3138[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3138[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3138 -> 1154[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3139[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3139[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3139 -> 1155[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3140[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3140[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3140 -> 1156[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3141[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3141[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3141 -> 1157[label="",style="solid", color="blue", weight=3]; 18.54/7.91 1135[label="vwx100 || vwx101",fontsize=16,color="burlywood",shape="triangle"];3142[label="vwx100/False",fontsize=10,color="white",style="solid",shape="box"];1135 -> 3142[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3142 -> 1158[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3143[label="vwx100/True",fontsize=10,color="white",style="solid",shape="box"];1135 -> 3143[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3143 -> 1159[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 281[label="max1 (vwx33,vwx34) (vwx35,vwx36) False",fontsize=16,color="black",shape="box"];281 -> 299[label="",style="solid", color="black", weight=3]; 18.54/7.91 282[label="max1 (vwx33,vwx34) (vwx35,vwx36) True",fontsize=16,color="black",shape="box"];282 -> 300[label="",style="solid", color="black", weight=3]; 18.54/7.91 1415[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];3144[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3144[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3144 -> 1419[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3145[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3145[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3145 -> 1420[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3146[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3146[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3146 -> 1421[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3147[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3147[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3147 -> 1422[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3148[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3148[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3148 -> 1423[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3149[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3149[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3149 -> 1424[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3150[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3150[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3150 -> 1425[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3151[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3151[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3151 -> 1426[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3152[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3152[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3152 -> 1427[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3153[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3153[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3153 -> 1428[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3154[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3154[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3154 -> 1429[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3155[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3155[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3155 -> 1430[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3156[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3156[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3156 -> 1431[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3157[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3157[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3157 -> 1432[label="",style="solid", color="blue", weight=3]; 18.54/7.91 1416[label="vwx31 <= vwx41",fontsize=16,color="blue",shape="box"];3158[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3158[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3158 -> 1433[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3159[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3159[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3159 -> 1434[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3160[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3160[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3160 -> 1435[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3161[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3161[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3161 -> 1436[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3162[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3162[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3162 -> 1437[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3163[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3163[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3163 -> 1438[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3164[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3164[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3164 -> 1439[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3165[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3165[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3165 -> 1440[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3166[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3166[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3166 -> 1441[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3167[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3167[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3167 -> 1442[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3168[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3168[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3168 -> 1443[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3169[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3169[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3169 -> 1444[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3170[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3170[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3170 -> 1445[label="",style="solid", color="blue", weight=3]; 18.54/7.91 3171[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3171[label="",style="solid", color="blue", weight=9]; 18.54/7.91 3171 -> 1446[label="",style="solid", color="blue", weight=3]; 18.54/7.91 1414[label="vwx124 && vwx125",fontsize=16,color="burlywood",shape="triangle"];3172[label="vwx124/False",fontsize=10,color="white",style="solid",shape="box"];1414 -> 3172[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3172 -> 1447[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3173[label="vwx124/True",fontsize=10,color="white",style="solid",shape="box"];1414 -> 3173[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3173 -> 1448[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1144[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1144 -> 1176[label="",style="solid", color="black", weight=3]; 18.54/7.91 1145[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1145 -> 1177[label="",style="solid", color="black", weight=3]; 18.54/7.91 1146[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1146 -> 1178[label="",style="solid", color="black", weight=3]; 18.54/7.91 1147[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1147 -> 1179[label="",style="solid", color="black", weight=3]; 18.54/7.91 1148[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1148 -> 1180[label="",style="solid", color="black", weight=3]; 18.54/7.91 1149[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1149 -> 1181[label="",style="solid", color="black", weight=3]; 18.54/7.91 1150[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1150 -> 1182[label="",style="solid", color="black", weight=3]; 18.54/7.91 1151[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1151 -> 1183[label="",style="solid", color="black", weight=3]; 18.54/7.91 1152[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1152 -> 1184[label="",style="solid", color="black", weight=3]; 18.54/7.91 1153[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1153 -> 1185[label="",style="solid", color="black", weight=3]; 18.54/7.91 1154[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1154 -> 1186[label="",style="solid", color="black", weight=3]; 18.54/7.91 1155[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1155 -> 1187[label="",style="solid", color="black", weight=3]; 18.54/7.91 1156[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1156 -> 1188[label="",style="solid", color="black", weight=3]; 18.54/7.91 1157[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];1157 -> 1189[label="",style="solid", color="black", weight=3]; 18.54/7.91 1158[label="False || vwx101",fontsize=16,color="black",shape="box"];1158 -> 1190[label="",style="solid", color="black", weight=3]; 18.54/7.91 1159[label="True || vwx101",fontsize=16,color="black",shape="box"];1159 -> 1191[label="",style="solid", color="black", weight=3]; 18.54/7.91 299[label="max0 (vwx33,vwx34) (vwx35,vwx36) otherwise",fontsize=16,color="black",shape="box"];299 -> 317[label="",style="solid", color="black", weight=3]; 18.54/7.91 300[label="(vwx35,vwx36)",fontsize=16,color="green",shape="box"];1419[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3174[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];1419 -> 3174[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3174 -> 1464[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1420[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3175[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];1420 -> 3175[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3175 -> 1465[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3176[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];1420 -> 3176[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3176 -> 1466[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1421[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];1421 -> 1467[label="",style="solid", color="black", weight=3]; 18.54/7.91 1422[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];1422 -> 1468[label="",style="solid", color="black", weight=3]; 18.54/7.91 1423[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3177[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];1423 -> 3177[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3177 -> 1469[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3178[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];1423 -> 3178[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3178 -> 1470[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1424[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3179[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];1424 -> 3179[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3179 -> 1471[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1425 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1425[label="vwx30 == vwx40",fontsize=16,color="magenta"];1426[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];1426 -> 1472[label="",style="solid", color="black", weight=3]; 18.54/7.91 1427[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3180[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3180[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3180 -> 1473[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1428[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3181[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];1428 -> 3181[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3181 -> 1474[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1429[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3182[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];1429 -> 3182[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3182 -> 1475[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1430[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3183[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];1430 -> 3183[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3183 -> 1476[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3184[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];1430 -> 3184[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3184 -> 1477[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1431[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];1431 -> 1478[label="",style="solid", color="black", weight=3]; 18.54/7.91 1432[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3185[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];1432 -> 3185[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3185 -> 1479[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3186[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];1432 -> 3186[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3186 -> 1480[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1433[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];3187[label="vwx31/(vwx310,vwx311,vwx312)",fontsize=10,color="white",style="solid",shape="box"];1433 -> 3187[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3187 -> 1481[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1434[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1434 -> 1482[label="",style="solid", color="black", weight=3]; 18.54/7.91 1435[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1435 -> 1483[label="",style="solid", color="black", weight=3]; 18.54/7.91 1436[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1436 -> 1484[label="",style="solid", color="black", weight=3]; 18.54/7.91 1437[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];3188[label="vwx31/Nothing",fontsize=10,color="white",style="solid",shape="box"];1437 -> 3188[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3188 -> 1485[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3189[label="vwx31/Just vwx310",fontsize=10,color="white",style="solid",shape="box"];1437 -> 3189[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3189 -> 1486[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1438[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1438 -> 1487[label="",style="solid", color="black", weight=3]; 18.54/7.91 1439[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];3190[label="vwx31/LT",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3190[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3190 -> 1488[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3191[label="vwx31/EQ",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3191[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3191 -> 1489[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3192[label="vwx31/GT",fontsize=10,color="white",style="solid",shape="box"];1439 -> 3192[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3192 -> 1490[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1440[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1440 -> 1491[label="",style="solid", color="black", weight=3]; 18.54/7.91 1441[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];3193[label="vwx31/(vwx310,vwx311)",fontsize=10,color="white",style="solid",shape="box"];1441 -> 3193[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3193 -> 1492[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1442[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1442 -> 1493[label="",style="solid", color="black", weight=3]; 18.54/7.91 1443[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1443 -> 1494[label="",style="solid", color="black", weight=3]; 18.54/7.91 1444[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];3194[label="vwx31/Left vwx310",fontsize=10,color="white",style="solid",shape="box"];1444 -> 3194[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3194 -> 1495[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3195[label="vwx31/Right vwx310",fontsize=10,color="white",style="solid",shape="box"];1444 -> 3195[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3195 -> 1496[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1445[label="vwx31 <= vwx41",fontsize=16,color="black",shape="triangle"];1445 -> 1497[label="",style="solid", color="black", weight=3]; 18.54/7.91 1446[label="vwx31 <= vwx41",fontsize=16,color="burlywood",shape="triangle"];3196[label="vwx31/False",fontsize=10,color="white",style="solid",shape="box"];1446 -> 3196[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3196 -> 1498[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3197[label="vwx31/True",fontsize=10,color="white",style="solid",shape="box"];1446 -> 3197[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3197 -> 1499[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1447[label="False && vwx125",fontsize=16,color="black",shape="box"];1447 -> 1500[label="",style="solid", color="black", weight=3]; 18.54/7.91 1448[label="True && vwx125",fontsize=16,color="black",shape="box"];1448 -> 1501[label="",style="solid", color="black", weight=3]; 18.54/7.91 1176 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1176[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1176 -> 1214[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1176 -> 1215[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1177 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1177[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1177 -> 1216[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1177 -> 1217[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1178 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1178[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1178 -> 1218[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1178 -> 1219[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1179 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1179[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1179 -> 1220[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1179 -> 1221[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1180 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1180[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1180 -> 1222[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1180 -> 1223[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1181 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1181[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1181 -> 1224[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1181 -> 1225[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1182 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1182[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1182 -> 1226[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1182 -> 1227[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1183 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1183[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1183 -> 1228[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1183 -> 1229[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1184 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1184[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1184 -> 1230[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1184 -> 1231[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1185 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1185[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1185 -> 1232[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1185 -> 1233[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1186 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1186[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1186 -> 1234[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1186 -> 1235[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1187 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1187[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1187 -> 1236[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1187 -> 1237[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1188 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1188[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1188 -> 1238[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1188 -> 1239[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1189 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1189[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];1189 -> 1240[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1189 -> 1241[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1190[label="vwx101",fontsize=16,color="green",shape="box"];1191[label="True",fontsize=16,color="green",shape="box"];317[label="max0 (vwx33,vwx34) (vwx35,vwx36) True",fontsize=16,color="black",shape="box"];317 -> 337[label="",style="solid", color="black", weight=3]; 18.54/7.91 1464[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];3198[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];1464 -> 3198[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3198 -> 1506[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1465[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];3199[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];1465 -> 3199[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3199 -> 1507[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3200[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];1465 -> 3200[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3200 -> 1508[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1466[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];3201[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3201[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3201 -> 1509[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3202[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3202[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3202 -> 1510[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1467[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];3203[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3203[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3203 -> 1511[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3204[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3204[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3204 -> 1512[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1468[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3205[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3205[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3205 -> 1513[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1469[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];3206[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];1469 -> 3206[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3206 -> 1514[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3207[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];1469 -> 3207[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3207 -> 1515[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1470[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];3208[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];1470 -> 3208[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3208 -> 1516[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3209[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];1470 -> 3209[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3209 -> 1517[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1471[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];3210[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];1471 -> 3210[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3210 -> 1518[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1166[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3211[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3211[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3211 -> 1200[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3212[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3212[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3212 -> 1201[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3213[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3213[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3213 -> 1202[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1472[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3214[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1472 -> 3214[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3214 -> 1519[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1473[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];3215[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];1473 -> 3215[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3215 -> 1520[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1474[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];3216[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];1474 -> 3216[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3216 -> 1521[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1475[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];3217[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];1475 -> 3217[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3217 -> 1522[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1476[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];3218[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];1476 -> 3218[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3218 -> 1523[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3219[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];1476 -> 3219[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3219 -> 1524[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1477[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];3220[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];1477 -> 3220[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3220 -> 1525[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3221[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];1477 -> 3221[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3221 -> 1526[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1478[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3222[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1478 -> 3222[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3222 -> 1527[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1479[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];3223[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];1479 -> 3223[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3223 -> 1528[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3224[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];1479 -> 3224[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3224 -> 1529[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1480[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];3225[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];1480 -> 3225[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3225 -> 1530[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3226[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];1480 -> 3226[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3226 -> 1531[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1481[label="(vwx310,vwx311,vwx312) <= vwx41",fontsize=16,color="burlywood",shape="box"];3227[label="vwx41/(vwx410,vwx411,vwx412)",fontsize=10,color="white",style="solid",shape="box"];1481 -> 3227[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3227 -> 1532[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1482 -> 1533[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1482[label="compare vwx31 vwx41 /= GT",fontsize=16,color="magenta"];1482 -> 1534[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1483 -> 1533[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1483[label="compare vwx31 vwx41 /= GT",fontsize=16,color="magenta"];1483 -> 1535[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1484 -> 1533[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1484[label="compare vwx31 vwx41 /= GT",fontsize=16,color="magenta"];1484 -> 1536[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1485[label="Nothing <= vwx41",fontsize=16,color="burlywood",shape="box"];3228[label="vwx41/Nothing",fontsize=10,color="white",style="solid",shape="box"];1485 -> 3228[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3228 -> 1542[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3229[label="vwx41/Just vwx410",fontsize=10,color="white",style="solid",shape="box"];1485 -> 3229[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3229 -> 1543[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1486[label="Just vwx310 <= vwx41",fontsize=16,color="burlywood",shape="box"];3230[label="vwx41/Nothing",fontsize=10,color="white",style="solid",shape="box"];1486 -> 3230[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3230 -> 1544[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3231[label="vwx41/Just vwx410",fontsize=10,color="white",style="solid",shape="box"];1486 -> 3231[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3231 -> 1545[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1487 -> 1533[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1487[label="compare vwx31 vwx41 /= GT",fontsize=16,color="magenta"];1487 -> 1537[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1488[label="LT <= vwx41",fontsize=16,color="burlywood",shape="box"];3232[label="vwx41/LT",fontsize=10,color="white",style="solid",shape="box"];1488 -> 3232[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3232 -> 1546[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3233[label="vwx41/EQ",fontsize=10,color="white",style="solid",shape="box"];1488 -> 3233[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3233 -> 1547[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3234[label="vwx41/GT",fontsize=10,color="white",style="solid",shape="box"];1488 -> 3234[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3234 -> 1548[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1489[label="EQ <= vwx41",fontsize=16,color="burlywood",shape="box"];3235[label="vwx41/LT",fontsize=10,color="white",style="solid",shape="box"];1489 -> 3235[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3235 -> 1549[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3236[label="vwx41/EQ",fontsize=10,color="white",style="solid",shape="box"];1489 -> 3236[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3236 -> 1550[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3237[label="vwx41/GT",fontsize=10,color="white",style="solid",shape="box"];1489 -> 3237[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3237 -> 1551[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1490[label="GT <= vwx41",fontsize=16,color="burlywood",shape="box"];3238[label="vwx41/LT",fontsize=10,color="white",style="solid",shape="box"];1490 -> 3238[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3238 -> 1552[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3239[label="vwx41/EQ",fontsize=10,color="white",style="solid",shape="box"];1490 -> 3239[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3239 -> 1553[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3240[label="vwx41/GT",fontsize=10,color="white",style="solid",shape="box"];1490 -> 3240[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3240 -> 1554[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1491 -> 1533[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1491[label="compare vwx31 vwx41 /= GT",fontsize=16,color="magenta"];1491 -> 1538[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1492[label="(vwx310,vwx311) <= vwx41",fontsize=16,color="burlywood",shape="box"];3241[label="vwx41/(vwx410,vwx411)",fontsize=10,color="white",style="solid",shape="box"];1492 -> 3241[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3241 -> 1555[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1493 -> 1533[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1493[label="compare vwx31 vwx41 /= GT",fontsize=16,color="magenta"];1493 -> 1539[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1494 -> 1533[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1494[label="compare vwx31 vwx41 /= GT",fontsize=16,color="magenta"];1494 -> 1540[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1495[label="Left vwx310 <= vwx41",fontsize=16,color="burlywood",shape="box"];3242[label="vwx41/Left vwx410",fontsize=10,color="white",style="solid",shape="box"];1495 -> 3242[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3242 -> 1556[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3243[label="vwx41/Right vwx410",fontsize=10,color="white",style="solid",shape="box"];1495 -> 3243[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3243 -> 1557[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1496[label="Right vwx310 <= vwx41",fontsize=16,color="burlywood",shape="box"];3244[label="vwx41/Left vwx410",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3244[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3244 -> 1558[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3245[label="vwx41/Right vwx410",fontsize=10,color="white",style="solid",shape="box"];1496 -> 3245[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3245 -> 1559[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1497 -> 1533[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1497[label="compare vwx31 vwx41 /= GT",fontsize=16,color="magenta"];1497 -> 1541[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1498[label="False <= vwx41",fontsize=16,color="burlywood",shape="box"];3246[label="vwx41/False",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3246[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3246 -> 1560[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3247[label="vwx41/True",fontsize=10,color="white",style="solid",shape="box"];1498 -> 3247[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3247 -> 1561[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1499[label="True <= vwx41",fontsize=16,color="burlywood",shape="box"];3248[label="vwx41/False",fontsize=10,color="white",style="solid",shape="box"];1499 -> 3248[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3248 -> 1562[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3249[label="vwx41/True",fontsize=10,color="white",style="solid",shape="box"];1499 -> 3249[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3249 -> 1563[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1500[label="False",fontsize=16,color="green",shape="box"];1501[label="vwx125",fontsize=16,color="green",shape="box"];1214[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1214 -> 1291[label="",style="solid", color="black", weight=3]; 18.54/7.91 1215[label="LT",fontsize=16,color="green",shape="box"];1216[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];3250[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3250[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3250 -> 1292[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3251[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3251[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3251 -> 1293[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1217[label="LT",fontsize=16,color="green",shape="box"];1218[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1218 -> 1294[label="",style="solid", color="black", weight=3]; 18.54/7.91 1219[label="LT",fontsize=16,color="green",shape="box"];1220[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1220 -> 1295[label="",style="solid", color="black", weight=3]; 18.54/7.91 1221[label="LT",fontsize=16,color="green",shape="box"];1222[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1222 -> 1296[label="",style="solid", color="black", weight=3]; 18.54/7.91 1223[label="LT",fontsize=16,color="green",shape="box"];1224[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];3252[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];1224 -> 3252[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3252 -> 1297[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1225[label="LT",fontsize=16,color="green",shape="box"];1226[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1226 -> 1298[label="",style="solid", color="black", weight=3]; 18.54/7.91 1227[label="LT",fontsize=16,color="green",shape="box"];1228[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1228 -> 1299[label="",style="solid", color="black", weight=3]; 18.54/7.91 1229[label="LT",fontsize=16,color="green",shape="box"];1230[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1230 -> 1300[label="",style="solid", color="black", weight=3]; 18.54/7.91 1231[label="LT",fontsize=16,color="green",shape="box"];1232[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];3253[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];1232 -> 3253[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3253 -> 1301[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1233[label="LT",fontsize=16,color="green",shape="box"];1234[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];3254[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3254[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3254 -> 1302[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1235[label="LT",fontsize=16,color="green",shape="box"];1236[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1236 -> 1303[label="",style="solid", color="black", weight=3]; 18.54/7.91 1237[label="LT",fontsize=16,color="green",shape="box"];1238[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1238 -> 1304[label="",style="solid", color="black", weight=3]; 18.54/7.91 1239[label="LT",fontsize=16,color="green",shape="box"];1240[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1240 -> 1305[label="",style="solid", color="black", weight=3]; 18.54/7.91 1241[label="LT",fontsize=16,color="green",shape="box"];337[label="(vwx33,vwx34)",fontsize=16,color="green",shape="box"];1506[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];1506 -> 1564[label="",style="solid", color="black", weight=3]; 18.54/7.91 1507[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];1507 -> 1565[label="",style="solid", color="black", weight=3]; 18.54/7.91 1508[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];1508 -> 1566[label="",style="solid", color="black", weight=3]; 18.54/7.91 1509[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];1509 -> 1567[label="",style="solid", color="black", weight=3]; 18.54/7.91 1510[label="[] == []",fontsize=16,color="black",shape="box"];1510 -> 1568[label="",style="solid", color="black", weight=3]; 18.54/7.91 1511[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3255[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1511 -> 3255[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3255 -> 1569[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3256[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1511 -> 3256[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3256 -> 1570[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1512[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3257[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1512 -> 3257[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3257 -> 1571[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3258[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1512 -> 3258[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3258 -> 1572[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1513[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3259[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];1513 -> 3259[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3259 -> 1573[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1514[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];1514 -> 1574[label="",style="solid", color="black", weight=3]; 18.54/7.91 1515[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];1515 -> 1575[label="",style="solid", color="black", weight=3]; 18.54/7.91 1516[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];1516 -> 1576[label="",style="solid", color="black", weight=3]; 18.54/7.91 1517[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];1517 -> 1577[label="",style="solid", color="black", weight=3]; 18.54/7.91 1518[label="() == ()",fontsize=16,color="black",shape="box"];1518 -> 1578[label="",style="solid", color="black", weight=3]; 18.54/7.91 1200[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];3260[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3260[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3260 -> 1255[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3261[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3261[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3261 -> 1256[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3262[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3262[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3262 -> 1257[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1201[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];3263[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];1201 -> 3263[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3263 -> 1258[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3264[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];1201 -> 3264[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3264 -> 1259[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3265[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];1201 -> 3265[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3265 -> 1260[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1202[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];3266[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];1202 -> 3266[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3266 -> 1261[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3267[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];1202 -> 3267[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3267 -> 1262[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 3268[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];1202 -> 3268[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3268 -> 1263[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1519[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3269[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1519 -> 3269[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3269 -> 1579[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1520[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];1520 -> 1580[label="",style="solid", color="black", weight=3]; 18.54/7.91 1521[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];1521 -> 1581[label="",style="solid", color="black", weight=3]; 18.54/7.91 1522[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];1522 -> 1582[label="",style="solid", color="black", weight=3]; 18.54/7.91 1523[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];1523 -> 1583[label="",style="solid", color="black", weight=3]; 18.54/7.91 1524[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];1524 -> 1584[label="",style="solid", color="black", weight=3]; 18.54/7.91 1525[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];1525 -> 1585[label="",style="solid", color="black", weight=3]; 18.54/7.91 1526[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];1526 -> 1586[label="",style="solid", color="black", weight=3]; 18.54/7.91 1527[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3270[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1527 -> 3270[label="",style="solid", color="burlywood", weight=9]; 18.54/7.91 3270 -> 1587[label="",style="solid", color="burlywood", weight=3]; 18.54/7.91 1528[label="False == False",fontsize=16,color="black",shape="box"];1528 -> 1588[label="",style="solid", color="black", weight=3]; 18.54/7.91 1529[label="False == True",fontsize=16,color="black",shape="box"];1529 -> 1589[label="",style="solid", color="black", weight=3]; 18.54/7.91 1530[label="True == False",fontsize=16,color="black",shape="box"];1530 -> 1590[label="",style="solid", color="black", weight=3]; 18.54/7.91 1531[label="True == True",fontsize=16,color="black",shape="box"];1531 -> 1591[label="",style="solid", color="black", weight=3]; 18.54/7.91 1532[label="(vwx310,vwx311,vwx312) <= (vwx410,vwx411,vwx412)",fontsize=16,color="black",shape="box"];1532 -> 1592[label="",style="solid", color="black", weight=3]; 18.54/7.91 1534 -> 1216[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1534[label="compare vwx31 vwx41",fontsize=16,color="magenta"];1534 -> 1593[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1534 -> 1594[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1533[label="vwx128 /= GT",fontsize=16,color="black",shape="triangle"];1533 -> 1595[label="",style="solid", color="black", weight=3]; 18.54/7.91 1535 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1535[label="compare vwx31 vwx41",fontsize=16,color="magenta"];1535 -> 1596[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1535 -> 1597[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1536 -> 1220[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1536[label="compare vwx31 vwx41",fontsize=16,color="magenta"];1536 -> 1598[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1536 -> 1599[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1542[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1542 -> 1614[label="",style="solid", color="black", weight=3]; 18.54/7.91 1543[label="Nothing <= Just vwx410",fontsize=16,color="black",shape="box"];1543 -> 1615[label="",style="solid", color="black", weight=3]; 18.54/7.91 1544[label="Just vwx310 <= Nothing",fontsize=16,color="black",shape="box"];1544 -> 1616[label="",style="solid", color="black", weight=3]; 18.54/7.91 1545[label="Just vwx310 <= Just vwx410",fontsize=16,color="black",shape="box"];1545 -> 1617[label="",style="solid", color="black", weight=3]; 18.54/7.91 1537 -> 1224[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1537[label="compare vwx31 vwx41",fontsize=16,color="magenta"];1537 -> 1600[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1537 -> 1601[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1546[label="LT <= LT",fontsize=16,color="black",shape="box"];1546 -> 1618[label="",style="solid", color="black", weight=3]; 18.54/7.91 1547[label="LT <= EQ",fontsize=16,color="black",shape="box"];1547 -> 1619[label="",style="solid", color="black", weight=3]; 18.54/7.91 1548[label="LT <= GT",fontsize=16,color="black",shape="box"];1548 -> 1620[label="",style="solid", color="black", weight=3]; 18.54/7.91 1549[label="EQ <= LT",fontsize=16,color="black",shape="box"];1549 -> 1621[label="",style="solid", color="black", weight=3]; 18.54/7.91 1550[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1550 -> 1622[label="",style="solid", color="black", weight=3]; 18.54/7.91 1551[label="EQ <= GT",fontsize=16,color="black",shape="box"];1551 -> 1623[label="",style="solid", color="black", weight=3]; 18.54/7.91 1552[label="GT <= LT",fontsize=16,color="black",shape="box"];1552 -> 1624[label="",style="solid", color="black", weight=3]; 18.54/7.91 1553[label="GT <= EQ",fontsize=16,color="black",shape="box"];1553 -> 1625[label="",style="solid", color="black", weight=3]; 18.54/7.91 1554[label="GT <= GT",fontsize=16,color="black",shape="box"];1554 -> 1626[label="",style="solid", color="black", weight=3]; 18.54/7.91 1538 -> 1228[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1538[label="compare vwx31 vwx41",fontsize=16,color="magenta"];1538 -> 1602[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1538 -> 1603[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1555[label="(vwx310,vwx311) <= (vwx410,vwx411)",fontsize=16,color="black",shape="box"];1555 -> 1627[label="",style="solid", color="black", weight=3]; 18.54/7.91 1539 -> 1232[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1539[label="compare vwx31 vwx41",fontsize=16,color="magenta"];1539 -> 1604[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1539 -> 1605[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1540 -> 1234[label="",style="dashed", color="red", weight=0]; 18.54/7.91 1540[label="compare vwx31 vwx41",fontsize=16,color="magenta"];1540 -> 1606[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1540 -> 1607[label="",style="dashed", color="magenta", weight=3]; 18.54/7.91 1556[label="Left vwx310 <= Left vwx410",fontsize=16,color="black",shape="box"];1556 -> 1628[label="",style="solid", color="black", weight=3]; 18.54/7.91 1557[label="Left vwx310 <= Right vwx410",fontsize=16,color="black",shape="box"];1557 -> 1629[label="",style="solid", color="black", weight=3]; 18.54/7.91 1558[label="Right vwx310 <= Left vwx410",fontsize=16,color="black",shape="box"];1558 -> 1630[label="",style="solid", color="black", weight=3]; 18.54/7.91 1559[label="Right vwx310 <= Right vwx410",fontsize=16,color="black",shape="box"];1559 -> 1631[label="",style="solid", color="black", weight=3]; 18.54/7.92 1541 -> 1238[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1541[label="compare vwx31 vwx41",fontsize=16,color="magenta"];1541 -> 1608[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1541 -> 1609[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1560[label="False <= False",fontsize=16,color="black",shape="box"];1560 -> 1632[label="",style="solid", color="black", weight=3]; 18.54/7.92 1561[label="False <= True",fontsize=16,color="black",shape="box"];1561 -> 1633[label="",style="solid", color="black", weight=3]; 18.54/7.92 1562[label="True <= False",fontsize=16,color="black",shape="box"];1562 -> 1634[label="",style="solid", color="black", weight=3]; 18.54/7.92 1563[label="True <= True",fontsize=16,color="black",shape="box"];1563 -> 1635[label="",style="solid", color="black", weight=3]; 18.54/7.92 1291[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1291 -> 1362[label="",style="solid", color="black", weight=3]; 18.54/7.92 1292[label="compare (vwx300 : vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3271[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];1292 -> 3271[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3271 -> 1363[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3272[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];1292 -> 3272[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3272 -> 1364[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1293[label="compare [] vwx40",fontsize=16,color="burlywood",shape="box"];3273[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];1293 -> 3273[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3273 -> 1365[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3274[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];1293 -> 3274[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3274 -> 1366[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1294[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];3275[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];1294 -> 3275[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3275 -> 1367[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3276[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];1294 -> 3276[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3276 -> 1368[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1295[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3277[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];1295 -> 3277[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3277 -> 1369[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1296[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1296 -> 1370[label="",style="solid", color="black", weight=3]; 18.54/7.92 1297[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];3278[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];1297 -> 3278[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3278 -> 1371[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1298[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1298 -> 1372[label="",style="solid", color="black", weight=3]; 18.54/7.92 1299[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3279[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3279[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3279 -> 1373[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1300[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1300 -> 1374[label="",style="solid", color="black", weight=3]; 18.54/7.92 1301[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3280[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];1301 -> 3280[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3280 -> 1375[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1302[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3281[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];1302 -> 3281[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3281 -> 1376[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1303[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1303 -> 1377[label="",style="solid", color="black", weight=3]; 18.54/7.92 1304[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3282[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3282[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3282 -> 1378[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1305[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1305 -> 1379[label="",style="solid", color="black", weight=3]; 18.54/7.92 1564 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1564[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];1564 -> 1636[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1564 -> 1637[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1565 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1565[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];1565 -> 1638[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1565 -> 1639[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1566[label="False",fontsize=16,color="green",shape="box"];1567[label="False",fontsize=16,color="green",shape="box"];1568[label="True",fontsize=16,color="green",shape="box"];1569[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3283[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1569 -> 3283[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3283 -> 1640[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3284[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1569 -> 3284[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3284 -> 1641[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1570[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3285[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1570 -> 3285[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3285 -> 1642[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3286[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1570 -> 3286[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3286 -> 1643[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1571[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3287[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1571 -> 3287[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3287 -> 1644[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3288[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1571 -> 3288[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3288 -> 1645[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1572[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3289[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1572 -> 3289[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3289 -> 1646[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3290[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1572 -> 3290[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3290 -> 1647[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1573[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];1573 -> 1648[label="",style="solid", color="black", weight=3]; 18.54/7.92 1574[label="True",fontsize=16,color="green",shape="box"];1575[label="False",fontsize=16,color="green",shape="box"];1576[label="False",fontsize=16,color="green",shape="box"];1577[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3291[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3291[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3291 -> 1649[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3292[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3292[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3292 -> 1650[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3293[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3293[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3293 -> 1651[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3294[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3294[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3294 -> 1652[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3295[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3295[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3295 -> 1653[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3296[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3296[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3296 -> 1654[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3297[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3297[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3297 -> 1655[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3298[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3298[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3298 -> 1656[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3299[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3299[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3299 -> 1657[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3300[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3300[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3300 -> 1658[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3301[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3301[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3301 -> 1659[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3302[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3302[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3302 -> 1660[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3303[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3303[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3303 -> 1661[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3304[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1577 -> 3304[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3304 -> 1662[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1578[label="True",fontsize=16,color="green",shape="box"];1255[label="LT == LT",fontsize=16,color="black",shape="box"];1255 -> 1321[label="",style="solid", color="black", weight=3]; 18.54/7.92 1256[label="LT == EQ",fontsize=16,color="black",shape="box"];1256 -> 1322[label="",style="solid", color="black", weight=3]; 18.54/7.92 1257[label="LT == GT",fontsize=16,color="black",shape="box"];1257 -> 1323[label="",style="solid", color="black", weight=3]; 18.54/7.92 1258[label="EQ == LT",fontsize=16,color="black",shape="box"];1258 -> 1324[label="",style="solid", color="black", weight=3]; 18.54/7.92 1259[label="EQ == EQ",fontsize=16,color="black",shape="box"];1259 -> 1325[label="",style="solid", color="black", weight=3]; 18.54/7.92 1260[label="EQ == GT",fontsize=16,color="black",shape="box"];1260 -> 1326[label="",style="solid", color="black", weight=3]; 18.54/7.92 1261[label="GT == LT",fontsize=16,color="black",shape="box"];1261 -> 1327[label="",style="solid", color="black", weight=3]; 18.54/7.92 1262[label="GT == EQ",fontsize=16,color="black",shape="box"];1262 -> 1328[label="",style="solid", color="black", weight=3]; 18.54/7.92 1263[label="GT == GT",fontsize=16,color="black",shape="box"];1263 -> 1329[label="",style="solid", color="black", weight=3]; 18.54/7.92 1579[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];1579 -> 1663[label="",style="solid", color="black", weight=3]; 18.54/7.92 1580 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1580[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];1580 -> 1664[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1580 -> 1665[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1581 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1581[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];1581 -> 1666[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1581 -> 1667[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1582 -> 1467[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1582[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];1582 -> 1668[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1582 -> 1669[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1583[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3305[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3305[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3305 -> 1670[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3306[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3306[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3306 -> 1671[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3307[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3307[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3307 -> 1672[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3308[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3308[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3308 -> 1673[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3309[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3309[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3309 -> 1674[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3310[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3310[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3310 -> 1675[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3311[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3311[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3311 -> 1676[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3312[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3312[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3312 -> 1677[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3313[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3313[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3313 -> 1678[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3314[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3314[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3314 -> 1679[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3315[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3315[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3315 -> 1680[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3316[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3316[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3316 -> 1681[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3317[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3317[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3317 -> 1682[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3318[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1583 -> 3318[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3318 -> 1683[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1584[label="False",fontsize=16,color="green",shape="box"];1585[label="False",fontsize=16,color="green",shape="box"];1586[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3319[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3319[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3319 -> 1684[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3320[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3320[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3320 -> 1685[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3321[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3321[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3321 -> 1686[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3322[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3322[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3322 -> 1687[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3323[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3323[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3323 -> 1688[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3324[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3324[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3324 -> 1689[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3325[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3325[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3325 -> 1690[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3326[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3326[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3326 -> 1691[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3327[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3327[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3327 -> 1692[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3328[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3328[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3328 -> 1693[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3329[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3329[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3329 -> 1694[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3330[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3330[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3330 -> 1695[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3331[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3331[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3331 -> 1696[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3332[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1586 -> 3332[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3332 -> 1697[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1587[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];1587 -> 1698[label="",style="solid", color="black", weight=3]; 18.54/7.92 1588[label="True",fontsize=16,color="green",shape="box"];1589[label="False",fontsize=16,color="green",shape="box"];1590[label="False",fontsize=16,color="green",shape="box"];1591[label="True",fontsize=16,color="green",shape="box"];1592 -> 1135[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1592[label="vwx310 < vwx410 || vwx310 == vwx410 && (vwx311 < vwx411 || vwx311 == vwx411 && vwx312 <= vwx412)",fontsize=16,color="magenta"];1592 -> 1699[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1592 -> 1700[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1593[label="vwx31",fontsize=16,color="green",shape="box"];1594[label="vwx41",fontsize=16,color="green",shape="box"];1595 -> 1701[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1595[label="not (vwx128 == GT)",fontsize=16,color="magenta"];1595 -> 1702[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1596[label="vwx31",fontsize=16,color="green",shape="box"];1597[label="vwx41",fontsize=16,color="green",shape="box"];1598[label="vwx31",fontsize=16,color="green",shape="box"];1599[label="vwx41",fontsize=16,color="green",shape="box"];1614[label="True",fontsize=16,color="green",shape="box"];1615[label="True",fontsize=16,color="green",shape="box"];1616[label="False",fontsize=16,color="green",shape="box"];1617[label="vwx310 <= vwx410",fontsize=16,color="blue",shape="box"];3333[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3333[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3333 -> 1703[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3334[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3334[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3334 -> 1704[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3335[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3335[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3335 -> 1705[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3336[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3336[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3336 -> 1706[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3337[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3337[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3337 -> 1707[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3338[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3338[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3338 -> 1708[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3339[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3339[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3339 -> 1709[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3340[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3340[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3340 -> 1710[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3341[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3341[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3341 -> 1711[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3342[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3342[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3342 -> 1712[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3343[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3343[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3343 -> 1713[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3344[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3344[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3344 -> 1714[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3345[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3345[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3345 -> 1715[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3346[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3346[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3346 -> 1716[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1600[label="vwx31",fontsize=16,color="green",shape="box"];1601[label="vwx41",fontsize=16,color="green",shape="box"];1618[label="True",fontsize=16,color="green",shape="box"];1619[label="True",fontsize=16,color="green",shape="box"];1620[label="True",fontsize=16,color="green",shape="box"];1621[label="False",fontsize=16,color="green",shape="box"];1622[label="True",fontsize=16,color="green",shape="box"];1623[label="True",fontsize=16,color="green",shape="box"];1624[label="False",fontsize=16,color="green",shape="box"];1625[label="False",fontsize=16,color="green",shape="box"];1626[label="True",fontsize=16,color="green",shape="box"];1602[label="vwx31",fontsize=16,color="green",shape="box"];1603[label="vwx41",fontsize=16,color="green",shape="box"];1627 -> 1135[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1627[label="vwx310 < vwx410 || vwx310 == vwx410 && vwx311 <= vwx411",fontsize=16,color="magenta"];1627 -> 1717[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1627 -> 1718[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1604[label="vwx31",fontsize=16,color="green",shape="box"];1605[label="vwx41",fontsize=16,color="green",shape="box"];1606[label="vwx31",fontsize=16,color="green",shape="box"];1607[label="vwx41",fontsize=16,color="green",shape="box"];1628[label="vwx310 <= vwx410",fontsize=16,color="blue",shape="box"];3347[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3347[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3347 -> 1719[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3348[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3348[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3348 -> 1720[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3349[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3349[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3349 -> 1721[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3350[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3350[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3350 -> 1722[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3351[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3351[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3351 -> 1723[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3352[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3352[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3352 -> 1724[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3353[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3353[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3353 -> 1725[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3354[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3354[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3354 -> 1726[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3355[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3355[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3355 -> 1727[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3356[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3356[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3356 -> 1728[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3357[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3357[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3357 -> 1729[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3358[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3358[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3358 -> 1730[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3359[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3359[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3359 -> 1731[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3360[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1628 -> 3360[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3360 -> 1732[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1629[label="True",fontsize=16,color="green",shape="box"];1630[label="False",fontsize=16,color="green",shape="box"];1631[label="vwx310 <= vwx410",fontsize=16,color="blue",shape="box"];3361[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3361[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3361 -> 1733[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3362[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3362[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3362 -> 1734[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3363[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3363[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3363 -> 1735[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3364[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3364[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3364 -> 1736[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3365[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3365[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3365 -> 1737[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3366[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3366[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3366 -> 1738[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3367[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3367[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3367 -> 1739[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3368[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3368[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3368 -> 1740[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3369[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3369[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3369 -> 1741[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3370[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3370[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3370 -> 1742[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3371[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3371[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3371 -> 1743[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3372[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3372[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3372 -> 1744[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3373[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3373[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3373 -> 1745[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3374[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1631 -> 3374[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3374 -> 1746[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1608[label="vwx31",fontsize=16,color="green",shape="box"];1609[label="vwx41",fontsize=16,color="green",shape="box"];1632[label="True",fontsize=16,color="green",shape="box"];1633[label="True",fontsize=16,color="green",shape="box"];1634[label="False",fontsize=16,color="green",shape="box"];1635[label="True",fontsize=16,color="green",shape="box"];1362[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];3375[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];1362 -> 3375[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3375 -> 1449[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1363[label="compare (vwx300 : vwx301) (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];1363 -> 1450[label="",style="solid", color="black", weight=3]; 18.54/7.92 1364[label="compare (vwx300 : vwx301) []",fontsize=16,color="black",shape="box"];1364 -> 1451[label="",style="solid", color="black", weight=3]; 18.54/7.92 1365[label="compare [] (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];1365 -> 1452[label="",style="solid", color="black", weight=3]; 18.54/7.92 1366[label="compare [] []",fontsize=16,color="black",shape="box"];1366 -> 1453[label="",style="solid", color="black", weight=3]; 18.54/7.92 1367[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3376[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1367 -> 3376[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3376 -> 1454[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3377[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1367 -> 3377[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3377 -> 1455[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1368[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3378[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1368 -> 3378[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3378 -> 1456[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3379[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1368 -> 3379[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3379 -> 1457[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1369[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3380[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];1369 -> 3380[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3380 -> 1458[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1370[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];3381[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];1370 -> 3381[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3381 -> 1459[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3382[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];1370 -> 3382[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3382 -> 1460[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1371[label="compare () ()",fontsize=16,color="black",shape="box"];1371 -> 1461[label="",style="solid", color="black", weight=3]; 18.54/7.92 1372 -> 1462[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1372[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1372 -> 1463[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1373[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3383[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];1373 -> 3383[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3383 -> 1502[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3384[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];1373 -> 3384[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3384 -> 1503[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1374 -> 1504[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1374[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1374 -> 1505[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1375[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];1375 -> 1610[label="",style="solid", color="black", weight=3]; 18.54/7.92 1376[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];1376 -> 1611[label="",style="solid", color="black", weight=3]; 18.54/7.92 1377 -> 1612[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1377[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1377 -> 1613[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1378[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3385[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];1378 -> 3385[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3385 -> 1747[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3386[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];1378 -> 3386[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3386 -> 1748[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1379 -> 1749[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1379[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];1379 -> 1750[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1636[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3387[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3387[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3387 -> 1751[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3388[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3388[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3388 -> 1752[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3389[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3389[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3389 -> 1753[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3390[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3390[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3390 -> 1754[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3391[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3391[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3391 -> 1755[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3392[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3392[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3392 -> 1756[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3393[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3393[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3393 -> 1757[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3394[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3394[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3394 -> 1758[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3395[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3395[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3395 -> 1759[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3396[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3396[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3396 -> 1760[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3397[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3397[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3397 -> 1761[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3398[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3398[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3398 -> 1762[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3399[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3399[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3399 -> 1763[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3400[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1636 -> 3400[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3400 -> 1764[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1637 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1637[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];1637 -> 1765[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1637 -> 1766[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1638[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3401[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3401[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3401 -> 1767[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3402[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3402[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3402 -> 1768[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3403[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3403[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3403 -> 1769[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3404[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3404[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3404 -> 1770[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3405[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3405[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3405 -> 1771[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3406[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3406[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3406 -> 1772[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3407[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3407[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3407 -> 1773[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3408[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3408[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3408 -> 1774[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3409[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3409[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3409 -> 1775[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3410[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3410[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3410 -> 1776[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3411[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3411[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3411 -> 1777[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3412[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3412[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3412 -> 1778[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3413[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3413[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3413 -> 1779[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3414[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3414[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3414 -> 1780[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1639 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1639[label="vwx301 == vwx401",fontsize=16,color="magenta"];1639 -> 1781[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1639 -> 1782[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1640[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3415[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1640 -> 3415[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3415 -> 1783[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3416[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1640 -> 3416[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3416 -> 1784[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1641[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];1641 -> 1785[label="",style="solid", color="black", weight=3]; 18.54/7.92 1642[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3417[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1642 -> 3417[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3417 -> 1786[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3418[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1642 -> 3418[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3418 -> 1787[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1643[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3419[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1643 -> 3419[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3419 -> 1788[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3420[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1643 -> 3420[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3420 -> 1789[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1644[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];1644 -> 1790[label="",style="solid", color="black", weight=3]; 18.54/7.92 1645[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3421[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1645 -> 3421[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3421 -> 1791[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3422[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1645 -> 3422[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3422 -> 1792[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1646[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3423[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1646 -> 3423[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3423 -> 1793[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3424[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1646 -> 3424[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3424 -> 1794[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1647[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3425[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1647 -> 3425[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3425 -> 1795[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3426[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1647 -> 3426[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3426 -> 1796[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1648[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3427[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1648 -> 3427[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3427 -> 1797[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3428[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1648 -> 3428[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3428 -> 1798[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1649 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1649[label="vwx300 == vwx400",fontsize=16,color="magenta"];1649 -> 1799[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1649 -> 1800[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1650 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1650[label="vwx300 == vwx400",fontsize=16,color="magenta"];1650 -> 1801[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1650 -> 1802[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1651 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1651[label="vwx300 == vwx400",fontsize=16,color="magenta"];1651 -> 1803[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1651 -> 1804[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1652 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1652[label="vwx300 == vwx400",fontsize=16,color="magenta"];1652 -> 1805[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1652 -> 1806[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1653 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1653[label="vwx300 == vwx400",fontsize=16,color="magenta"];1653 -> 1807[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1653 -> 1808[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1654 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1654[label="vwx300 == vwx400",fontsize=16,color="magenta"];1654 -> 1809[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1654 -> 1810[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1655 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1655[label="vwx300 == vwx400",fontsize=16,color="magenta"];1655 -> 1811[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1655 -> 1812[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1656 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1656[label="vwx300 == vwx400",fontsize=16,color="magenta"];1656 -> 1813[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1656 -> 1814[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1657 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1657[label="vwx300 == vwx400",fontsize=16,color="magenta"];1657 -> 1815[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1657 -> 1816[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1658 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1658[label="vwx300 == vwx400",fontsize=16,color="magenta"];1658 -> 1817[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1658 -> 1818[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1659 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1659[label="vwx300 == vwx400",fontsize=16,color="magenta"];1659 -> 1819[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1659 -> 1820[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1660 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1660[label="vwx300 == vwx400",fontsize=16,color="magenta"];1660 -> 1821[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1660 -> 1822[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1661 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1661[label="vwx300 == vwx400",fontsize=16,color="magenta"];1661 -> 1823[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1661 -> 1824[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1662 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1662[label="vwx300 == vwx400",fontsize=16,color="magenta"];1662 -> 1825[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1662 -> 1826[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1321[label="True",fontsize=16,color="green",shape="box"];1322[label="False",fontsize=16,color="green",shape="box"];1323[label="False",fontsize=16,color="green",shape="box"];1324[label="False",fontsize=16,color="green",shape="box"];1325[label="True",fontsize=16,color="green",shape="box"];1326[label="False",fontsize=16,color="green",shape="box"];1327[label="False",fontsize=16,color="green",shape="box"];1328[label="False",fontsize=16,color="green",shape="box"];1329[label="True",fontsize=16,color="green",shape="box"];1663 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1663[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];1663 -> 1827[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1663 -> 1828[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1664[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3429[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3429[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3429 -> 1829[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3430[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3430[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3430 -> 1830[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3431[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3431[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3431 -> 1831[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3432[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3432[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3432 -> 1832[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3433[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3433[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3433 -> 1833[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3434[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3434[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3434 -> 1834[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3435[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3435[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3435 -> 1835[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3436[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3436[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3436 -> 1836[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3437[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3437[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3437 -> 1837[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3438[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3438[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3438 -> 1838[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3439[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3439[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3439 -> 1839[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3440[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3440[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3440 -> 1840[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3441[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3441[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3441 -> 1841[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3442[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1664 -> 3442[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3442 -> 1842[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1665[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3443[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3443[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3443 -> 1843[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3444[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3444[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3444 -> 1844[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3445[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3445[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3445 -> 1845[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3446[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3446[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3446 -> 1846[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3447[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3447[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3447 -> 1847[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3448[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3448[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3448 -> 1848[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3449[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3449[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3449 -> 1849[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3450[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3450[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3450 -> 1850[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3451[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3451[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3451 -> 1851[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3452[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3452[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3452 -> 1852[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3453[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3453[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3453 -> 1853[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3454[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3454[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3454 -> 1854[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3455[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3455[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3455 -> 1855[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3456[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1665 -> 3456[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3456 -> 1856[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1666[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3457[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1666 -> 3457[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3457 -> 1857[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3458[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1666 -> 3458[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3458 -> 1858[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1667[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3459[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 3459[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3459 -> 1859[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3460[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1667 -> 3460[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3460 -> 1860[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1668[label="vwx300",fontsize=16,color="green",shape="box"];1669[label="vwx400",fontsize=16,color="green",shape="box"];1670 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1670[label="vwx300 == vwx400",fontsize=16,color="magenta"];1670 -> 1861[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1670 -> 1862[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1671 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1671[label="vwx300 == vwx400",fontsize=16,color="magenta"];1671 -> 1863[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1671 -> 1864[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1672 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1672[label="vwx300 == vwx400",fontsize=16,color="magenta"];1672 -> 1865[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1672 -> 1866[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1673 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1673[label="vwx300 == vwx400",fontsize=16,color="magenta"];1673 -> 1867[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1673 -> 1868[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1674 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1674[label="vwx300 == vwx400",fontsize=16,color="magenta"];1674 -> 1869[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1674 -> 1870[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1675 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1675[label="vwx300 == vwx400",fontsize=16,color="magenta"];1675 -> 1871[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1675 -> 1872[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1676 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1676[label="vwx300 == vwx400",fontsize=16,color="magenta"];1676 -> 1873[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1676 -> 1874[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1677 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1677[label="vwx300 == vwx400",fontsize=16,color="magenta"];1677 -> 1875[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1677 -> 1876[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1678 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1678[label="vwx300 == vwx400",fontsize=16,color="magenta"];1678 -> 1877[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1678 -> 1878[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1679 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1679[label="vwx300 == vwx400",fontsize=16,color="magenta"];1679 -> 1879[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1679 -> 1880[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1680 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1680[label="vwx300 == vwx400",fontsize=16,color="magenta"];1680 -> 1881[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1680 -> 1882[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1681 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1681[label="vwx300 == vwx400",fontsize=16,color="magenta"];1681 -> 1883[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1681 -> 1884[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1682 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1682[label="vwx300 == vwx400",fontsize=16,color="magenta"];1682 -> 1885[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1682 -> 1886[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1683 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1683[label="vwx300 == vwx400",fontsize=16,color="magenta"];1683 -> 1887[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1683 -> 1888[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1684 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1684[label="vwx300 == vwx400",fontsize=16,color="magenta"];1684 -> 1889[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1684 -> 1890[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1685 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1685[label="vwx300 == vwx400",fontsize=16,color="magenta"];1685 -> 1891[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1685 -> 1892[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1686 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1686[label="vwx300 == vwx400",fontsize=16,color="magenta"];1686 -> 1893[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1686 -> 1894[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1687 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1687[label="vwx300 == vwx400",fontsize=16,color="magenta"];1687 -> 1895[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1687 -> 1896[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1688 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1688[label="vwx300 == vwx400",fontsize=16,color="magenta"];1688 -> 1897[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1688 -> 1898[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1689 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1689[label="vwx300 == vwx400",fontsize=16,color="magenta"];1689 -> 1899[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1689 -> 1900[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1690 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1690[label="vwx300 == vwx400",fontsize=16,color="magenta"];1690 -> 1901[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1690 -> 1902[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1691 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1691[label="vwx300 == vwx400",fontsize=16,color="magenta"];1691 -> 1903[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1691 -> 1904[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1692 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1692[label="vwx300 == vwx400",fontsize=16,color="magenta"];1692 -> 1905[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1692 -> 1906[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1693 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1693[label="vwx300 == vwx400",fontsize=16,color="magenta"];1693 -> 1907[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1693 -> 1908[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1694 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1694[label="vwx300 == vwx400",fontsize=16,color="magenta"];1694 -> 1909[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1694 -> 1910[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1695 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1695[label="vwx300 == vwx400",fontsize=16,color="magenta"];1695 -> 1911[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1695 -> 1912[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1696 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1696[label="vwx300 == vwx400",fontsize=16,color="magenta"];1696 -> 1913[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1696 -> 1914[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1697 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1697[label="vwx300 == vwx400",fontsize=16,color="magenta"];1697 -> 1915[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1697 -> 1916[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1698 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1698[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];1698 -> 1917[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1698 -> 1918[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1699 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1699[label="vwx310 == vwx410 && (vwx311 < vwx411 || vwx311 == vwx411 && vwx312 <= vwx412)",fontsize=16,color="magenta"];1699 -> 1919[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1699 -> 1920[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1700[label="vwx310 < vwx410",fontsize=16,color="blue",shape="box"];3461[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3461[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3461 -> 1921[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3462[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3462[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3462 -> 1922[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3463[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3463[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3463 -> 1923[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3464[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3464[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3464 -> 1924[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3465[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3465[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3465 -> 1925[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3466[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3466[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3466 -> 1926[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3467[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3467[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3467 -> 1927[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3468[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3468[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3468 -> 1928[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3469[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3469[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3469 -> 1929[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3470[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3470[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3470 -> 1930[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3471[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3471[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3471 -> 1931[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3472[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3472[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3472 -> 1932[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3473[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3473[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3473 -> 1933[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3474[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1700 -> 3474[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3474 -> 1934[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1702 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1702[label="vwx128 == GT",fontsize=16,color="magenta"];1702 -> 1935[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1702 -> 1936[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1701[label="not vwx130",fontsize=16,color="burlywood",shape="triangle"];3475[label="vwx130/False",fontsize=10,color="white",style="solid",shape="box"];1701 -> 3475[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3475 -> 1937[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3476[label="vwx130/True",fontsize=10,color="white",style="solid",shape="box"];1701 -> 3476[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3476 -> 1938[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1703 -> 1433[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1703[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1703 -> 1939[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1703 -> 1940[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1704 -> 1434[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1704[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1704 -> 1941[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1704 -> 1942[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1705 -> 1435[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1705[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1705 -> 1943[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1705 -> 1944[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1706 -> 1436[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1706[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1706 -> 1945[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1706 -> 1946[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1707 -> 1437[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1707[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1707 -> 1947[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1707 -> 1948[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1708 -> 1438[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1708[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1708 -> 1949[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1708 -> 1950[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1709 -> 1439[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1709[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1709 -> 1951[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1709 -> 1952[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1710 -> 1440[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1710[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1710 -> 1953[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1710 -> 1954[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1711 -> 1441[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1711[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1711 -> 1955[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1711 -> 1956[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1712 -> 1442[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1712[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1712 -> 1957[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1712 -> 1958[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1713 -> 1443[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1713[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1713 -> 1959[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1713 -> 1960[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1714 -> 1444[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1714[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1714 -> 1961[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1714 -> 1962[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1715 -> 1445[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1715[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1715 -> 1963[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1715 -> 1964[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1716 -> 1446[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1716[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1716 -> 1965[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1716 -> 1966[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1717 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1717[label="vwx310 == vwx410 && vwx311 <= vwx411",fontsize=16,color="magenta"];1717 -> 1967[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1717 -> 1968[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1718[label="vwx310 < vwx410",fontsize=16,color="blue",shape="box"];3477[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3477[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3477 -> 1969[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3478[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3478[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3478 -> 1970[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3479[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3479[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3479 -> 1971[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3480[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3480[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3480 -> 1972[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3481[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3481[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3481 -> 1973[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3482[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3482[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3482 -> 1974[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3483[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3483[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3483 -> 1975[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3484[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3484[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3484 -> 1976[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3485[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3485[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3485 -> 1977[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3486[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3486[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3486 -> 1978[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3487[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3487[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3487 -> 1979[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3488[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3488[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3488 -> 1980[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3489[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3489[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3489 -> 1981[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3490[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1718 -> 3490[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3490 -> 1982[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1719 -> 1433[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1719[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1719 -> 1983[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1719 -> 1984[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1720 -> 1434[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1720[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1720 -> 1985[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1720 -> 1986[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1721 -> 1435[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1721[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1721 -> 1987[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1721 -> 1988[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1722 -> 1436[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1722[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1722 -> 1989[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1722 -> 1990[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1723 -> 1437[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1723[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1723 -> 1991[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1723 -> 1992[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1724 -> 1438[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1724[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1724 -> 1993[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1724 -> 1994[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1725 -> 1439[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1725[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1725 -> 1995[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1725 -> 1996[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1726 -> 1440[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1726[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1726 -> 1997[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1726 -> 1998[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1727 -> 1441[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1727[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1727 -> 1999[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1727 -> 2000[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1728 -> 1442[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1728[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1728 -> 2001[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1728 -> 2002[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1729 -> 1443[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1729[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1729 -> 2003[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1729 -> 2004[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1730 -> 1444[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1730[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1730 -> 2005[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1730 -> 2006[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1731 -> 1445[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1731[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1731 -> 2007[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1731 -> 2008[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1732 -> 1446[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1732[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1732 -> 2009[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1732 -> 2010[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1733 -> 1433[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1733[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1733 -> 2011[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1733 -> 2012[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1734 -> 1434[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1734[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1734 -> 2013[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1734 -> 2014[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1735 -> 1435[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1735[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1735 -> 2015[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1735 -> 2016[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1736 -> 1436[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1736[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1736 -> 2017[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1736 -> 2018[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1737 -> 1437[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1737[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1737 -> 2019[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1737 -> 2020[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1738 -> 1438[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1738[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1738 -> 2021[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1738 -> 2022[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1739 -> 1439[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1739[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1739 -> 2023[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1739 -> 2024[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1740 -> 1440[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1740[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1740 -> 2025[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1740 -> 2026[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1741 -> 1441[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1741[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1741 -> 2027[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1741 -> 2028[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1742 -> 1442[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1742[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1742 -> 2029[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1742 -> 2030[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1743 -> 1443[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1743[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1743 -> 2031[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1743 -> 2032[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1744 -> 1444[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1744[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1744 -> 2033[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1744 -> 2034[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1745 -> 1445[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1745[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1745 -> 2035[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1745 -> 2036[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1746 -> 1446[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1746[label="vwx310 <= vwx410",fontsize=16,color="magenta"];1746 -> 2037[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1746 -> 2038[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1449[label="compare2 (vwx300,vwx301,vwx302) vwx40 ((vwx300,vwx301,vwx302) == vwx40)",fontsize=16,color="burlywood",shape="box"];3491[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];1449 -> 3491[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3491 -> 2039[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1450 -> 2040[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1450[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401)",fontsize=16,color="magenta"];1450 -> 2041[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1451[label="GT",fontsize=16,color="green",shape="box"];1452[label="LT",fontsize=16,color="green",shape="box"];1453[label="EQ",fontsize=16,color="green",shape="box"];1454[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3492[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1454 -> 3492[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3492 -> 2042[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3493[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1454 -> 3493[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3493 -> 2043[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1455[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3494[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1455 -> 3494[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3494 -> 2044[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3495[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1455 -> 3495[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3495 -> 2045[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1456[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3496[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1456 -> 3496[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3496 -> 2046[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3497[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1456 -> 3497[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3497 -> 2047[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1457[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3498[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];1457 -> 3498[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3498 -> 2048[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3499[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];1457 -> 3499[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3499 -> 2049[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1458[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];1458 -> 2050[label="",style="solid", color="black", weight=3]; 18.54/7.92 1459[label="compare2 Nothing vwx40 (Nothing == vwx40)",fontsize=16,color="burlywood",shape="box"];3500[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];1459 -> 3500[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3500 -> 2051[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3501[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];1459 -> 3501[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3501 -> 2052[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1460[label="compare2 (Just vwx300) vwx40 (Just vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];3502[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];1460 -> 3502[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3502 -> 2053[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3503[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];1460 -> 3503[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3503 -> 2054[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1461[label="EQ",fontsize=16,color="green",shape="box"];1463 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1463[label="vwx30 == vwx40",fontsize=16,color="magenta"];1462[label="compare2 vwx30 vwx40 vwx126",fontsize=16,color="burlywood",shape="triangle"];3504[label="vwx126/False",fontsize=10,color="white",style="solid",shape="box"];1462 -> 3504[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3504 -> 2055[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3505[label="vwx126/True",fontsize=10,color="white",style="solid",shape="box"];1462 -> 3505[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3505 -> 2056[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1502[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];3506[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1502 -> 3506[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3506 -> 2057[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1503[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];3507[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1503 -> 3507[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3507 -> 2058[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1505 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1505[label="vwx30 == vwx40",fontsize=16,color="magenta"];1504[label="compare2 vwx30 vwx40 vwx127",fontsize=16,color="burlywood",shape="triangle"];3508[label="vwx127/False",fontsize=10,color="white",style="solid",shape="box"];1504 -> 3508[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3508 -> 2059[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3509[label="vwx127/True",fontsize=10,color="white",style="solid",shape="box"];1504 -> 3509[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3509 -> 2060[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1610[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];3510[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3510[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3510 -> 2061[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3511[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1610 -> 3511[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3511 -> 2062[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1611 -> 1294[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1611[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];1611 -> 2063[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1611 -> 2064[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1613 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1613[label="vwx30 == vwx40",fontsize=16,color="magenta"];1612[label="compare2 vwx30 vwx40 vwx129",fontsize=16,color="burlywood",shape="triangle"];3512[label="vwx129/False",fontsize=10,color="white",style="solid",shape="box"];1612 -> 3512[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3512 -> 2065[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3513[label="vwx129/True",fontsize=10,color="white",style="solid",shape="box"];1612 -> 3513[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3513 -> 2066[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1747[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];3514[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3514[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3514 -> 2067[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1748[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];3515[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3515[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3515 -> 2068[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1750 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1750[label="vwx30 == vwx40",fontsize=16,color="magenta"];1749[label="compare2 vwx30 vwx40 vwx131",fontsize=16,color="burlywood",shape="triangle"];3516[label="vwx131/False",fontsize=10,color="white",style="solid",shape="box"];1749 -> 3516[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3516 -> 2069[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3517[label="vwx131/True",fontsize=10,color="white",style="solid",shape="box"];1749 -> 3517[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3517 -> 2070[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1751 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1751[label="vwx300 == vwx400",fontsize=16,color="magenta"];1751 -> 2071[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1751 -> 2072[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1752 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1752[label="vwx300 == vwx400",fontsize=16,color="magenta"];1752 -> 2073[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1752 -> 2074[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1753 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1753[label="vwx300 == vwx400",fontsize=16,color="magenta"];1753 -> 2075[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1753 -> 2076[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1754 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1754[label="vwx300 == vwx400",fontsize=16,color="magenta"];1754 -> 2077[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1754 -> 2078[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1755 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1755[label="vwx300 == vwx400",fontsize=16,color="magenta"];1755 -> 2079[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1755 -> 2080[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1756 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1756[label="vwx300 == vwx400",fontsize=16,color="magenta"];1756 -> 2081[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1756 -> 2082[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1757 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1757[label="vwx300 == vwx400",fontsize=16,color="magenta"];1757 -> 2083[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1757 -> 2084[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1758 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1758[label="vwx300 == vwx400",fontsize=16,color="magenta"];1758 -> 2085[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1758 -> 2086[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1759 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1759[label="vwx300 == vwx400",fontsize=16,color="magenta"];1759 -> 2087[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1759 -> 2088[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1760 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1760[label="vwx300 == vwx400",fontsize=16,color="magenta"];1760 -> 2089[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1760 -> 2090[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1761 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1761[label="vwx300 == vwx400",fontsize=16,color="magenta"];1761 -> 2091[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1761 -> 2092[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1762 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1762[label="vwx300 == vwx400",fontsize=16,color="magenta"];1762 -> 2093[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1762 -> 2094[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1763 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1763[label="vwx300 == vwx400",fontsize=16,color="magenta"];1763 -> 2095[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1763 -> 2096[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1764 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1764[label="vwx300 == vwx400",fontsize=16,color="magenta"];1764 -> 2097[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1764 -> 2098[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1765[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3518[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3518[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3518 -> 2099[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3519[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3519[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3519 -> 2100[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3520[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3520[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3520 -> 2101[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3521[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3521[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3521 -> 2102[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3522[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3522[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3522 -> 2103[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3523[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3523[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3523 -> 2104[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3524[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3524[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3524 -> 2105[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3525[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3525[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3525 -> 2106[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3526[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3526[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3526 -> 2107[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3527[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3527[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3527 -> 2108[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3528[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3528[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3528 -> 2109[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3529[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3529[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3529 -> 2110[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3530[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3530[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3530 -> 2111[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3531[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1765 -> 3531[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3531 -> 2112[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1766[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3532[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3532[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3532 -> 2113[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3533[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3533[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3533 -> 2114[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3534[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3534[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3534 -> 2115[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3535[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3535[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3535 -> 2116[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3536[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3536[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3536 -> 2117[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3537[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3537[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3537 -> 2118[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3538[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3538[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3538 -> 2119[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3539[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3539[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3539 -> 2120[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3540[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3540[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3540 -> 2121[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3541[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3541[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3541 -> 2122[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3542[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3542[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3542 -> 2123[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3543[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3543[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3543 -> 2124[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3544[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3544[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3544 -> 2125[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3545[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3545[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3545 -> 2126[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1767 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1767[label="vwx300 == vwx400",fontsize=16,color="magenta"];1767 -> 2127[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1767 -> 2128[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1768 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1768[label="vwx300 == vwx400",fontsize=16,color="magenta"];1768 -> 2129[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1768 -> 2130[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1769 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1769[label="vwx300 == vwx400",fontsize=16,color="magenta"];1769 -> 2131[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1769 -> 2132[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1770 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1770[label="vwx300 == vwx400",fontsize=16,color="magenta"];1770 -> 2133[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1770 -> 2134[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1771 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1771[label="vwx300 == vwx400",fontsize=16,color="magenta"];1771 -> 2135[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1771 -> 2136[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1772 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1772[label="vwx300 == vwx400",fontsize=16,color="magenta"];1772 -> 2137[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1772 -> 2138[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1773 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1773[label="vwx300 == vwx400",fontsize=16,color="magenta"];1773 -> 2139[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1773 -> 2140[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1774 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1774[label="vwx300 == vwx400",fontsize=16,color="magenta"];1774 -> 2141[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1774 -> 2142[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1775 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1775[label="vwx300 == vwx400",fontsize=16,color="magenta"];1775 -> 2143[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1775 -> 2144[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1776 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1776[label="vwx300 == vwx400",fontsize=16,color="magenta"];1776 -> 2145[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1776 -> 2146[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1777 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1777[label="vwx300 == vwx400",fontsize=16,color="magenta"];1777 -> 2147[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1777 -> 2148[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1778 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1778[label="vwx300 == vwx400",fontsize=16,color="magenta"];1778 -> 2149[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1778 -> 2150[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1779 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1779[label="vwx300 == vwx400",fontsize=16,color="magenta"];1779 -> 2151[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1779 -> 2152[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1780 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1780[label="vwx300 == vwx400",fontsize=16,color="magenta"];1780 -> 2153[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1780 -> 2154[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1781[label="vwx301",fontsize=16,color="green",shape="box"];1782[label="vwx401",fontsize=16,color="green",shape="box"];1783[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1783 -> 2155[label="",style="solid", color="black", weight=3]; 18.54/7.92 1784[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1784 -> 2156[label="",style="solid", color="black", weight=3]; 18.54/7.92 1785[label="False",fontsize=16,color="green",shape="box"];1786[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1786 -> 2157[label="",style="solid", color="black", weight=3]; 18.54/7.92 1787[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1787 -> 2158[label="",style="solid", color="black", weight=3]; 18.54/7.92 1788[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1788 -> 2159[label="",style="solid", color="black", weight=3]; 18.54/7.92 1789[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1789 -> 2160[label="",style="solid", color="black", weight=3]; 18.54/7.92 1790[label="False",fontsize=16,color="green",shape="box"];1791[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1791 -> 2161[label="",style="solid", color="black", weight=3]; 18.54/7.92 1792[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1792 -> 2162[label="",style="solid", color="black", weight=3]; 18.54/7.92 1793[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1793 -> 2163[label="",style="solid", color="black", weight=3]; 18.54/7.92 1794[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1794 -> 2164[label="",style="solid", color="black", weight=3]; 18.54/7.92 1795[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1795 -> 2165[label="",style="solid", color="black", weight=3]; 18.54/7.92 1796[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1796 -> 2166[label="",style="solid", color="black", weight=3]; 18.54/7.92 1797[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3546[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1797 -> 3546[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3546 -> 2167[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3547[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1797 -> 3547[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3547 -> 2168[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1798[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3548[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1798 -> 3548[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3548 -> 2169[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 3549[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1798 -> 3549[label="",style="solid", color="burlywood", weight=9]; 18.54/7.92 3549 -> 2170[label="",style="solid", color="burlywood", weight=3]; 18.54/7.92 1799[label="vwx300",fontsize=16,color="green",shape="box"];1800[label="vwx400",fontsize=16,color="green",shape="box"];1801[label="vwx300",fontsize=16,color="green",shape="box"];1802[label="vwx400",fontsize=16,color="green",shape="box"];1803[label="vwx300",fontsize=16,color="green",shape="box"];1804[label="vwx400",fontsize=16,color="green",shape="box"];1805[label="vwx300",fontsize=16,color="green",shape="box"];1806[label="vwx400",fontsize=16,color="green",shape="box"];1807[label="vwx300",fontsize=16,color="green",shape="box"];1808[label="vwx400",fontsize=16,color="green",shape="box"];1809[label="vwx300",fontsize=16,color="green",shape="box"];1810[label="vwx400",fontsize=16,color="green",shape="box"];1811[label="vwx300",fontsize=16,color="green",shape="box"];1812[label="vwx400",fontsize=16,color="green",shape="box"];1813[label="vwx300",fontsize=16,color="green",shape="box"];1814[label="vwx400",fontsize=16,color="green",shape="box"];1815[label="vwx300",fontsize=16,color="green",shape="box"];1816[label="vwx400",fontsize=16,color="green",shape="box"];1817[label="vwx300",fontsize=16,color="green",shape="box"];1818[label="vwx400",fontsize=16,color="green",shape="box"];1819[label="vwx300",fontsize=16,color="green",shape="box"];1820[label="vwx400",fontsize=16,color="green",shape="box"];1821[label="vwx300",fontsize=16,color="green",shape="box"];1822[label="vwx400",fontsize=16,color="green",shape="box"];1823[label="vwx300",fontsize=16,color="green",shape="box"];1824[label="vwx400",fontsize=16,color="green",shape="box"];1825[label="vwx300",fontsize=16,color="green",shape="box"];1826[label="vwx400",fontsize=16,color="green",shape="box"];1827[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];1827 -> 2171[label="",style="solid", color="black", weight=3]; 18.54/7.92 1828 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1828[label="vwx301 * vwx400",fontsize=16,color="magenta"];1828 -> 2172[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1828 -> 2173[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1829 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1829[label="vwx300 == vwx400",fontsize=16,color="magenta"];1829 -> 2174[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1829 -> 2175[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1830 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1830[label="vwx300 == vwx400",fontsize=16,color="magenta"];1830 -> 2176[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1830 -> 2177[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1831 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1831[label="vwx300 == vwx400",fontsize=16,color="magenta"];1831 -> 2178[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1831 -> 2179[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1832 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1832[label="vwx300 == vwx400",fontsize=16,color="magenta"];1832 -> 2180[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1832 -> 2181[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1833 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1833[label="vwx300 == vwx400",fontsize=16,color="magenta"];1833 -> 2182[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1833 -> 2183[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1834 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1834[label="vwx300 == vwx400",fontsize=16,color="magenta"];1834 -> 2184[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1834 -> 2185[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1835 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1835[label="vwx300 == vwx400",fontsize=16,color="magenta"];1835 -> 2186[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1835 -> 2187[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1836 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1836[label="vwx300 == vwx400",fontsize=16,color="magenta"];1836 -> 2188[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1836 -> 2189[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1837 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1837[label="vwx300 == vwx400",fontsize=16,color="magenta"];1837 -> 2190[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1837 -> 2191[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1838 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1838[label="vwx300 == vwx400",fontsize=16,color="magenta"];1838 -> 2192[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1838 -> 2193[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1839 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1839[label="vwx300 == vwx400",fontsize=16,color="magenta"];1839 -> 2194[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1839 -> 2195[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1840 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1840[label="vwx300 == vwx400",fontsize=16,color="magenta"];1840 -> 2196[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1840 -> 2197[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1841 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1841[label="vwx300 == vwx400",fontsize=16,color="magenta"];1841 -> 2198[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1841 -> 2199[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1842 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1842[label="vwx300 == vwx400",fontsize=16,color="magenta"];1842 -> 2200[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1842 -> 2201[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1843 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1843[label="vwx301 == vwx401",fontsize=16,color="magenta"];1843 -> 2202[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1843 -> 2203[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1844 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1844[label="vwx301 == vwx401",fontsize=16,color="magenta"];1844 -> 2204[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1844 -> 2205[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1845 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1845[label="vwx301 == vwx401",fontsize=16,color="magenta"];1845 -> 2206[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1845 -> 2207[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1846 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1846[label="vwx301 == vwx401",fontsize=16,color="magenta"];1846 -> 2208[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1846 -> 2209[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1847 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1847[label="vwx301 == vwx401",fontsize=16,color="magenta"];1847 -> 2210[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1847 -> 2211[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1848 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1848[label="vwx301 == vwx401",fontsize=16,color="magenta"];1848 -> 2212[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1848 -> 2213[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1849 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1849[label="vwx301 == vwx401",fontsize=16,color="magenta"];1849 -> 2214[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1849 -> 2215[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1850 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1850[label="vwx301 == vwx401",fontsize=16,color="magenta"];1850 -> 2216[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1850 -> 2217[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1851 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1851[label="vwx301 == vwx401",fontsize=16,color="magenta"];1851 -> 2218[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1851 -> 2219[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1852 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1852[label="vwx301 == vwx401",fontsize=16,color="magenta"];1852 -> 2220[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1852 -> 2221[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1853 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1853[label="vwx301 == vwx401",fontsize=16,color="magenta"];1853 -> 2222[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1853 -> 2223[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1854 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1854[label="vwx301 == vwx401",fontsize=16,color="magenta"];1854 -> 2224[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1854 -> 2225[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1855 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1855[label="vwx301 == vwx401",fontsize=16,color="magenta"];1855 -> 2226[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1855 -> 2227[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1856 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1856[label="vwx301 == vwx401",fontsize=16,color="magenta"];1856 -> 2228[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1856 -> 2229[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1857 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1857[label="vwx300 == vwx400",fontsize=16,color="magenta"];1857 -> 2230[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1857 -> 2231[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1858 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1858[label="vwx300 == vwx400",fontsize=16,color="magenta"];1858 -> 2232[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1858 -> 2233[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1859 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1859[label="vwx301 == vwx401",fontsize=16,color="magenta"];1859 -> 2234[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1859 -> 2235[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1860 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1860[label="vwx301 == vwx401",fontsize=16,color="magenta"];1860 -> 2236[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1860 -> 2237[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1861[label="vwx300",fontsize=16,color="green",shape="box"];1862[label="vwx400",fontsize=16,color="green",shape="box"];1863[label="vwx300",fontsize=16,color="green",shape="box"];1864[label="vwx400",fontsize=16,color="green",shape="box"];1865[label="vwx300",fontsize=16,color="green",shape="box"];1866[label="vwx400",fontsize=16,color="green",shape="box"];1867[label="vwx300",fontsize=16,color="green",shape="box"];1868[label="vwx400",fontsize=16,color="green",shape="box"];1869[label="vwx300",fontsize=16,color="green",shape="box"];1870[label="vwx400",fontsize=16,color="green",shape="box"];1871[label="vwx300",fontsize=16,color="green",shape="box"];1872[label="vwx400",fontsize=16,color="green",shape="box"];1873[label="vwx300",fontsize=16,color="green",shape="box"];1874[label="vwx400",fontsize=16,color="green",shape="box"];1875[label="vwx300",fontsize=16,color="green",shape="box"];1876[label="vwx400",fontsize=16,color="green",shape="box"];1877[label="vwx300",fontsize=16,color="green",shape="box"];1878[label="vwx400",fontsize=16,color="green",shape="box"];1879[label="vwx300",fontsize=16,color="green",shape="box"];1880[label="vwx400",fontsize=16,color="green",shape="box"];1881[label="vwx300",fontsize=16,color="green",shape="box"];1882[label="vwx400",fontsize=16,color="green",shape="box"];1883[label="vwx300",fontsize=16,color="green",shape="box"];1884[label="vwx400",fontsize=16,color="green",shape="box"];1885[label="vwx300",fontsize=16,color="green",shape="box"];1886[label="vwx400",fontsize=16,color="green",shape="box"];1887[label="vwx300",fontsize=16,color="green",shape="box"];1888[label="vwx400",fontsize=16,color="green",shape="box"];1889[label="vwx300",fontsize=16,color="green",shape="box"];1890[label="vwx400",fontsize=16,color="green",shape="box"];1891[label="vwx300",fontsize=16,color="green",shape="box"];1892[label="vwx400",fontsize=16,color="green",shape="box"];1893[label="vwx300",fontsize=16,color="green",shape="box"];1894[label="vwx400",fontsize=16,color="green",shape="box"];1895[label="vwx300",fontsize=16,color="green",shape="box"];1896[label="vwx400",fontsize=16,color="green",shape="box"];1897[label="vwx300",fontsize=16,color="green",shape="box"];1898[label="vwx400",fontsize=16,color="green",shape="box"];1899[label="vwx300",fontsize=16,color="green",shape="box"];1900[label="vwx400",fontsize=16,color="green",shape="box"];1901[label="vwx300",fontsize=16,color="green",shape="box"];1902[label="vwx400",fontsize=16,color="green",shape="box"];1903[label="vwx300",fontsize=16,color="green",shape="box"];1904[label="vwx400",fontsize=16,color="green",shape="box"];1905[label="vwx300",fontsize=16,color="green",shape="box"];1906[label="vwx400",fontsize=16,color="green",shape="box"];1907[label="vwx300",fontsize=16,color="green",shape="box"];1908[label="vwx400",fontsize=16,color="green",shape="box"];1909[label="vwx300",fontsize=16,color="green",shape="box"];1910[label="vwx400",fontsize=16,color="green",shape="box"];1911[label="vwx300",fontsize=16,color="green",shape="box"];1912[label="vwx400",fontsize=16,color="green",shape="box"];1913[label="vwx300",fontsize=16,color="green",shape="box"];1914[label="vwx400",fontsize=16,color="green",shape="box"];1915[label="vwx300",fontsize=16,color="green",shape="box"];1916[label="vwx400",fontsize=16,color="green",shape="box"];1917 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1917[label="vwx300 * vwx401",fontsize=16,color="magenta"];1917 -> 2238[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1917 -> 2239[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1918 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1918[label="vwx301 * vwx400",fontsize=16,color="magenta"];1918 -> 2240[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1918 -> 2241[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1919[label="vwx310 == vwx410",fontsize=16,color="blue",shape="box"];3550[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3550[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3550 -> 2242[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3551[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3551[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3551 -> 2243[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3552[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3552[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3552 -> 2244[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3553[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3553[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3553 -> 2245[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3554[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3554[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3554 -> 2246[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3555[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3555[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3555 -> 2247[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3556[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3556[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3556 -> 2248[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3557[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3557[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3557 -> 2249[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3558[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3558[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3558 -> 2250[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3559[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3559[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3559 -> 2251[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3560[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3560[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3560 -> 2252[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3561[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3561[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3561 -> 2253[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3562[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3562[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3562 -> 2254[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3563[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1919 -> 3563[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3563 -> 2255[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1920 -> 1135[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1920[label="vwx311 < vwx411 || vwx311 == vwx411 && vwx312 <= vwx412",fontsize=16,color="magenta"];1920 -> 2256[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1920 -> 2257[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1921 -> 1144[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1921[label="vwx310 < vwx410",fontsize=16,color="magenta"];1921 -> 2258[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1921 -> 2259[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1922 -> 1145[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1922[label="vwx310 < vwx410",fontsize=16,color="magenta"];1922 -> 2260[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1922 -> 2261[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1923 -> 1146[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1923[label="vwx310 < vwx410",fontsize=16,color="magenta"];1923 -> 2262[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1923 -> 2263[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1924 -> 1147[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1924[label="vwx310 < vwx410",fontsize=16,color="magenta"];1924 -> 2264[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1924 -> 2265[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1925 -> 1148[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1925[label="vwx310 < vwx410",fontsize=16,color="magenta"];1925 -> 2266[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1925 -> 2267[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1926 -> 1149[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1926[label="vwx310 < vwx410",fontsize=16,color="magenta"];1926 -> 2268[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1926 -> 2269[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1927 -> 1150[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1927[label="vwx310 < vwx410",fontsize=16,color="magenta"];1927 -> 2270[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1927 -> 2271[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1928 -> 1151[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1928[label="vwx310 < vwx410",fontsize=16,color="magenta"];1928 -> 2272[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1928 -> 2273[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1929 -> 1152[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1929[label="vwx310 < vwx410",fontsize=16,color="magenta"];1929 -> 2274[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1929 -> 2275[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1930 -> 1153[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1930[label="vwx310 < vwx410",fontsize=16,color="magenta"];1930 -> 2276[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1930 -> 2277[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1931 -> 1154[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1931[label="vwx310 < vwx410",fontsize=16,color="magenta"];1931 -> 2278[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1931 -> 2279[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1932 -> 1155[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1932[label="vwx310 < vwx410",fontsize=16,color="magenta"];1932 -> 2280[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1932 -> 2281[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1933 -> 1156[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1933[label="vwx310 < vwx410",fontsize=16,color="magenta"];1933 -> 2282[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1933 -> 2283[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1934 -> 1157[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1934[label="vwx310 < vwx410",fontsize=16,color="magenta"];1934 -> 2284[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1934 -> 2285[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1935[label="vwx128",fontsize=16,color="green",shape="box"];1936[label="GT",fontsize=16,color="green",shape="box"];1937[label="not False",fontsize=16,color="black",shape="box"];1937 -> 2286[label="",style="solid", color="black", weight=3]; 18.54/7.92 1938[label="not True",fontsize=16,color="black",shape="box"];1938 -> 2287[label="",style="solid", color="black", weight=3]; 18.54/7.92 1939[label="vwx310",fontsize=16,color="green",shape="box"];1940[label="vwx410",fontsize=16,color="green",shape="box"];1941[label="vwx310",fontsize=16,color="green",shape="box"];1942[label="vwx410",fontsize=16,color="green",shape="box"];1943[label="vwx310",fontsize=16,color="green",shape="box"];1944[label="vwx410",fontsize=16,color="green",shape="box"];1945[label="vwx310",fontsize=16,color="green",shape="box"];1946[label="vwx410",fontsize=16,color="green",shape="box"];1947[label="vwx310",fontsize=16,color="green",shape="box"];1948[label="vwx410",fontsize=16,color="green",shape="box"];1949[label="vwx310",fontsize=16,color="green",shape="box"];1950[label="vwx410",fontsize=16,color="green",shape="box"];1951[label="vwx310",fontsize=16,color="green",shape="box"];1952[label="vwx410",fontsize=16,color="green",shape="box"];1953[label="vwx310",fontsize=16,color="green",shape="box"];1954[label="vwx410",fontsize=16,color="green",shape="box"];1955[label="vwx310",fontsize=16,color="green",shape="box"];1956[label="vwx410",fontsize=16,color="green",shape="box"];1957[label="vwx310",fontsize=16,color="green",shape="box"];1958[label="vwx410",fontsize=16,color="green",shape="box"];1959[label="vwx310",fontsize=16,color="green",shape="box"];1960[label="vwx410",fontsize=16,color="green",shape="box"];1961[label="vwx310",fontsize=16,color="green",shape="box"];1962[label="vwx410",fontsize=16,color="green",shape="box"];1963[label="vwx310",fontsize=16,color="green",shape="box"];1964[label="vwx410",fontsize=16,color="green",shape="box"];1965[label="vwx310",fontsize=16,color="green",shape="box"];1966[label="vwx410",fontsize=16,color="green",shape="box"];1967[label="vwx310 == vwx410",fontsize=16,color="blue",shape="box"];3564[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3564[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3564 -> 2288[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3565[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3565[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3565 -> 2289[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3566[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3566[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3566 -> 2290[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3567[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3567[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3567 -> 2291[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3568[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3568[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3568 -> 2292[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3569[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3569[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3569 -> 2293[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3570[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3570[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3570 -> 2294[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3571[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3571[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3571 -> 2295[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3572[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3572[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3572 -> 2296[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3573[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3573[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3573 -> 2297[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3574[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3574[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3574 -> 2298[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3575[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3575[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3575 -> 2299[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3576[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3576[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3576 -> 2300[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3577[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3577[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3577 -> 2301[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1968[label="vwx311 <= vwx411",fontsize=16,color="blue",shape="box"];3578[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3578[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3578 -> 2302[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3579[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3579[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3579 -> 2303[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3580[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3580[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3580 -> 2304[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3581[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3581[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3581 -> 2305[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3582[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3582[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3582 -> 2306[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3583[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3583[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3583 -> 2307[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3584[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3584[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3584 -> 2308[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3585[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3585[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3585 -> 2309[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3586[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3586[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3586 -> 2310[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3587[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3587[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3587 -> 2311[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3588[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3588[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3588 -> 2312[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3589[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3589[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3589 -> 2313[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3590[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3590[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3590 -> 2314[label="",style="solid", color="blue", weight=3]; 18.54/7.92 3591[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3591[label="",style="solid", color="blue", weight=9]; 18.54/7.92 3591 -> 2315[label="",style="solid", color="blue", weight=3]; 18.54/7.92 1969 -> 1144[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1969[label="vwx310 < vwx410",fontsize=16,color="magenta"];1969 -> 2316[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1969 -> 2317[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1970 -> 1145[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1970[label="vwx310 < vwx410",fontsize=16,color="magenta"];1970 -> 2318[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1970 -> 2319[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1971 -> 1146[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1971[label="vwx310 < vwx410",fontsize=16,color="magenta"];1971 -> 2320[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1971 -> 2321[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1972 -> 1147[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1972[label="vwx310 < vwx410",fontsize=16,color="magenta"];1972 -> 2322[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1972 -> 2323[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1973 -> 1148[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1973[label="vwx310 < vwx410",fontsize=16,color="magenta"];1973 -> 2324[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1973 -> 2325[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1974 -> 1149[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1974[label="vwx310 < vwx410",fontsize=16,color="magenta"];1974 -> 2326[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1974 -> 2327[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1975 -> 1150[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1975[label="vwx310 < vwx410",fontsize=16,color="magenta"];1975 -> 2328[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1975 -> 2329[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1976 -> 1151[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1976[label="vwx310 < vwx410",fontsize=16,color="magenta"];1976 -> 2330[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1976 -> 2331[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1977 -> 1152[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1977[label="vwx310 < vwx410",fontsize=16,color="magenta"];1977 -> 2332[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1977 -> 2333[label="",style="dashed", color="magenta", weight=3]; 18.54/7.92 1978 -> 1153[label="",style="dashed", color="red", weight=0]; 18.54/7.92 1978[label="vwx310 < vwx410",fontsize=16,color="magenta"];1978 -> 2334[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1978 -> 2335[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1979 -> 1154[label="",style="dashed", color="red", weight=0]; 18.54/7.93 1979[label="vwx310 < vwx410",fontsize=16,color="magenta"];1979 -> 2336[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1979 -> 2337[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1980 -> 1155[label="",style="dashed", color="red", weight=0]; 18.54/7.93 1980[label="vwx310 < vwx410",fontsize=16,color="magenta"];1980 -> 2338[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1980 -> 2339[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1981 -> 1156[label="",style="dashed", color="red", weight=0]; 18.54/7.93 1981[label="vwx310 < vwx410",fontsize=16,color="magenta"];1981 -> 2340[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1981 -> 2341[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1982 -> 1157[label="",style="dashed", color="red", weight=0]; 18.54/7.93 1982[label="vwx310 < vwx410",fontsize=16,color="magenta"];1982 -> 2342[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1982 -> 2343[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 1983[label="vwx310",fontsize=16,color="green",shape="box"];1984[label="vwx410",fontsize=16,color="green",shape="box"];1985[label="vwx310",fontsize=16,color="green",shape="box"];1986[label="vwx410",fontsize=16,color="green",shape="box"];1987[label="vwx310",fontsize=16,color="green",shape="box"];1988[label="vwx410",fontsize=16,color="green",shape="box"];1989[label="vwx310",fontsize=16,color="green",shape="box"];1990[label="vwx410",fontsize=16,color="green",shape="box"];1991[label="vwx310",fontsize=16,color="green",shape="box"];1992[label="vwx410",fontsize=16,color="green",shape="box"];1993[label="vwx310",fontsize=16,color="green",shape="box"];1994[label="vwx410",fontsize=16,color="green",shape="box"];1995[label="vwx310",fontsize=16,color="green",shape="box"];1996[label="vwx410",fontsize=16,color="green",shape="box"];1997[label="vwx310",fontsize=16,color="green",shape="box"];1998[label="vwx410",fontsize=16,color="green",shape="box"];1999[label="vwx310",fontsize=16,color="green",shape="box"];2000[label="vwx410",fontsize=16,color="green",shape="box"];2001[label="vwx310",fontsize=16,color="green",shape="box"];2002[label="vwx410",fontsize=16,color="green",shape="box"];2003[label="vwx310",fontsize=16,color="green",shape="box"];2004[label="vwx410",fontsize=16,color="green",shape="box"];2005[label="vwx310",fontsize=16,color="green",shape="box"];2006[label="vwx410",fontsize=16,color="green",shape="box"];2007[label="vwx310",fontsize=16,color="green",shape="box"];2008[label="vwx410",fontsize=16,color="green",shape="box"];2009[label="vwx310",fontsize=16,color="green",shape="box"];2010[label="vwx410",fontsize=16,color="green",shape="box"];2011[label="vwx310",fontsize=16,color="green",shape="box"];2012[label="vwx410",fontsize=16,color="green",shape="box"];2013[label="vwx310",fontsize=16,color="green",shape="box"];2014[label="vwx410",fontsize=16,color="green",shape="box"];2015[label="vwx310",fontsize=16,color="green",shape="box"];2016[label="vwx410",fontsize=16,color="green",shape="box"];2017[label="vwx310",fontsize=16,color="green",shape="box"];2018[label="vwx410",fontsize=16,color="green",shape="box"];2019[label="vwx310",fontsize=16,color="green",shape="box"];2020[label="vwx410",fontsize=16,color="green",shape="box"];2021[label="vwx310",fontsize=16,color="green",shape="box"];2022[label="vwx410",fontsize=16,color="green",shape="box"];2023[label="vwx310",fontsize=16,color="green",shape="box"];2024[label="vwx410",fontsize=16,color="green",shape="box"];2025[label="vwx310",fontsize=16,color="green",shape="box"];2026[label="vwx410",fontsize=16,color="green",shape="box"];2027[label="vwx310",fontsize=16,color="green",shape="box"];2028[label="vwx410",fontsize=16,color="green",shape="box"];2029[label="vwx310",fontsize=16,color="green",shape="box"];2030[label="vwx410",fontsize=16,color="green",shape="box"];2031[label="vwx310",fontsize=16,color="green",shape="box"];2032[label="vwx410",fontsize=16,color="green",shape="box"];2033[label="vwx310",fontsize=16,color="green",shape="box"];2034[label="vwx410",fontsize=16,color="green",shape="box"];2035[label="vwx310",fontsize=16,color="green",shape="box"];2036[label="vwx410",fontsize=16,color="green",shape="box"];2037[label="vwx310",fontsize=16,color="green",shape="box"];2038[label="vwx410",fontsize=16,color="green",shape="box"];2039[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) ((vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402))",fontsize=16,color="black",shape="box"];2039 -> 2344[label="",style="solid", color="black", weight=3]; 18.54/7.93 2041 -> 1216[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2041[label="compare vwx301 vwx401",fontsize=16,color="magenta"];2041 -> 2345[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2041 -> 2346[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2040[label="primCompAux vwx300 vwx400 vwx132",fontsize=16,color="black",shape="triangle"];2040 -> 2347[label="",style="solid", color="black", weight=3]; 18.54/7.93 2042[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];2042 -> 2348[label="",style="solid", color="black", weight=3]; 18.54/7.93 2043[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];2043 -> 2349[label="",style="solid", color="black", weight=3]; 18.54/7.93 2044[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3592[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2044 -> 3592[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3592 -> 2350[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3593[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2044 -> 3593[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3593 -> 2351[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2045[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3594[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2045 -> 3594[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3594 -> 2352[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3595[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2045 -> 3595[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3595 -> 2353[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2046[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];2046 -> 2354[label="",style="solid", color="black", weight=3]; 18.54/7.93 2047[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];2047 -> 2355[label="",style="solid", color="black", weight=3]; 18.54/7.93 2048[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3596[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2048 -> 3596[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3596 -> 2356[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3597[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2048 -> 3597[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3597 -> 2357[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2049[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3598[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2049 -> 3598[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3598 -> 2358[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3599[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2049 -> 3599[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3599 -> 2359[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2050[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3600[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];2050 -> 3600[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3600 -> 2360[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3601[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];2050 -> 3601[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3601 -> 2361[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2051[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];2051 -> 2362[label="",style="solid", color="black", weight=3]; 18.54/7.93 2052[label="compare2 Nothing (Just vwx400) (Nothing == Just vwx400)",fontsize=16,color="black",shape="box"];2052 -> 2363[label="",style="solid", color="black", weight=3]; 18.54/7.93 2053[label="compare2 (Just vwx300) Nothing (Just vwx300 == Nothing)",fontsize=16,color="black",shape="box"];2053 -> 2364[label="",style="solid", color="black", weight=3]; 18.54/7.93 2054[label="compare2 (Just vwx300) (Just vwx400) (Just vwx300 == Just vwx400)",fontsize=16,color="black",shape="box"];2054 -> 2365[label="",style="solid", color="black", weight=3]; 18.54/7.93 2055[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2055 -> 2366[label="",style="solid", color="black", weight=3]; 18.54/7.93 2056[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2056 -> 2367[label="",style="solid", color="black", weight=3]; 18.54/7.93 2057[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];3602[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2057 -> 3602[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3602 -> 2368[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3603[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2057 -> 3603[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3603 -> 2369[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2058[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];3604[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3604[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3604 -> 2370[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3605[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3605[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3605 -> 2371[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2059[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2059 -> 2372[label="",style="solid", color="black", weight=3]; 18.54/7.93 2060[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2060 -> 2373[label="",style="solid", color="black", weight=3]; 18.54/7.93 2061 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2061[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];2061 -> 2374[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2061 -> 2375[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2062 -> 1234[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2062[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];2062 -> 2376[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2062 -> 2377[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2063[label="vwx300",fontsize=16,color="green",shape="box"];2064[label="vwx400",fontsize=16,color="green",shape="box"];2065[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2065 -> 2378[label="",style="solid", color="black", weight=3]; 18.54/7.93 2066[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2066 -> 2379[label="",style="solid", color="black", weight=3]; 18.54/7.93 2067[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];3606[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2067 -> 3606[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3606 -> 2380[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3607[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2067 -> 3607[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3607 -> 2381[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2068[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];3608[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2068 -> 3608[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3608 -> 2382[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3609[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2068 -> 3609[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3609 -> 2383[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2069[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2069 -> 2384[label="",style="solid", color="black", weight=3]; 18.54/7.93 2070[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2070 -> 2385[label="",style="solid", color="black", weight=3]; 18.54/7.93 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="vwx400",fontsize=16,color="green",shape="box"];2099 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2099[label="vwx301 == vwx401",fontsize=16,color="magenta"];2099 -> 2386[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2099 -> 2387[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2100 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2100[label="vwx301 == vwx401",fontsize=16,color="magenta"];2100 -> 2388[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2100 -> 2389[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2101 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2101[label="vwx301 == vwx401",fontsize=16,color="magenta"];2101 -> 2390[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2101 -> 2391[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2102 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2102[label="vwx301 == vwx401",fontsize=16,color="magenta"];2102 -> 2392[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2102 -> 2393[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2103 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2103[label="vwx301 == vwx401",fontsize=16,color="magenta"];2103 -> 2394[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2103 -> 2395[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2104 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2104[label="vwx301 == vwx401",fontsize=16,color="magenta"];2104 -> 2396[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2104 -> 2397[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2105 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2105[label="vwx301 == vwx401",fontsize=16,color="magenta"];2105 -> 2398[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2105 -> 2399[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2106 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2106[label="vwx301 == vwx401",fontsize=16,color="magenta"];2106 -> 2400[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2106 -> 2401[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2107 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2107[label="vwx301 == vwx401",fontsize=16,color="magenta"];2107 -> 2402[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2107 -> 2403[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2108 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2108[label="vwx301 == vwx401",fontsize=16,color="magenta"];2108 -> 2404[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2108 -> 2405[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2109 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2109[label="vwx301 == vwx401",fontsize=16,color="magenta"];2109 -> 2406[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2109 -> 2407[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2110 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2110[label="vwx301 == vwx401",fontsize=16,color="magenta"];2110 -> 2408[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2110 -> 2409[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2111 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2111[label="vwx301 == vwx401",fontsize=16,color="magenta"];2111 -> 2410[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2111 -> 2411[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2112 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2112[label="vwx301 == vwx401",fontsize=16,color="magenta"];2112 -> 2412[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2112 -> 2413[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2113 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2113[label="vwx302 == vwx402",fontsize=16,color="magenta"];2113 -> 2414[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2113 -> 2415[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2114 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2114[label="vwx302 == vwx402",fontsize=16,color="magenta"];2114 -> 2416[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2114 -> 2417[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2115 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2115[label="vwx302 == vwx402",fontsize=16,color="magenta"];2115 -> 2418[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2115 -> 2419[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2116 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2116[label="vwx302 == vwx402",fontsize=16,color="magenta"];2116 -> 2420[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2116 -> 2421[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2117 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2117[label="vwx302 == vwx402",fontsize=16,color="magenta"];2117 -> 2422[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2117 -> 2423[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2118 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2118[label="vwx302 == vwx402",fontsize=16,color="magenta"];2118 -> 2424[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2118 -> 2425[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2119 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2119[label="vwx302 == vwx402",fontsize=16,color="magenta"];2119 -> 2426[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2119 -> 2427[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2120 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2120[label="vwx302 == vwx402",fontsize=16,color="magenta"];2120 -> 2428[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2120 -> 2429[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2121 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2121[label="vwx302 == vwx402",fontsize=16,color="magenta"];2121 -> 2430[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2121 -> 2431[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2122 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2122[label="vwx302 == vwx402",fontsize=16,color="magenta"];2122 -> 2432[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2122 -> 2433[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2123 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2123[label="vwx302 == vwx402",fontsize=16,color="magenta"];2123 -> 2434[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2123 -> 2435[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2124 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2124[label="vwx302 == vwx402",fontsize=16,color="magenta"];2124 -> 2436[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2124 -> 2437[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2125 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2125[label="vwx302 == vwx402",fontsize=16,color="magenta"];2125 -> 2438[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2125 -> 2439[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2126 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2126[label="vwx302 == vwx402",fontsize=16,color="magenta"];2126 -> 2440[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2126 -> 2441[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2127[label="vwx300",fontsize=16,color="green",shape="box"];2128[label="vwx400",fontsize=16,color="green",shape="box"];2129[label="vwx300",fontsize=16,color="green",shape="box"];2130[label="vwx400",fontsize=16,color="green",shape="box"];2131[label="vwx300",fontsize=16,color="green",shape="box"];2132[label="vwx400",fontsize=16,color="green",shape="box"];2133[label="vwx300",fontsize=16,color="green",shape="box"];2134[label="vwx400",fontsize=16,color="green",shape="box"];2135[label="vwx300",fontsize=16,color="green",shape="box"];2136[label="vwx400",fontsize=16,color="green",shape="box"];2137[label="vwx300",fontsize=16,color="green",shape="box"];2138[label="vwx400",fontsize=16,color="green",shape="box"];2139[label="vwx300",fontsize=16,color="green",shape="box"];2140[label="vwx400",fontsize=16,color="green",shape="box"];2141[label="vwx300",fontsize=16,color="green",shape="box"];2142[label="vwx400",fontsize=16,color="green",shape="box"];2143[label="vwx300",fontsize=16,color="green",shape="box"];2144[label="vwx400",fontsize=16,color="green",shape="box"];2145[label="vwx300",fontsize=16,color="green",shape="box"];2146[label="vwx400",fontsize=16,color="green",shape="box"];2147[label="vwx300",fontsize=16,color="green",shape="box"];2148[label="vwx400",fontsize=16,color="green",shape="box"];2149[label="vwx300",fontsize=16,color="green",shape="box"];2150[label="vwx400",fontsize=16,color="green",shape="box"];2151[label="vwx300",fontsize=16,color="green",shape="box"];2152[label="vwx400",fontsize=16,color="green",shape="box"];2153[label="vwx300",fontsize=16,color="green",shape="box"];2154[label="vwx400",fontsize=16,color="green",shape="box"];2155 -> 1648[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2155[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];2155 -> 2442[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2155 -> 2443[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2156[label="False",fontsize=16,color="green",shape="box"];2157[label="False",fontsize=16,color="green",shape="box"];2158[label="True",fontsize=16,color="green",shape="box"];2159[label="False",fontsize=16,color="green",shape="box"];2160[label="True",fontsize=16,color="green",shape="box"];2161 -> 1648[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2161[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];2161 -> 2444[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2161 -> 2445[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2162[label="False",fontsize=16,color="green",shape="box"];2163[label="False",fontsize=16,color="green",shape="box"];2164[label="True",fontsize=16,color="green",shape="box"];2165[label="False",fontsize=16,color="green",shape="box"];2166[label="True",fontsize=16,color="green",shape="box"];2167[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];2167 -> 2446[label="",style="solid", color="black", weight=3]; 18.54/7.93 2168[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];2168 -> 2447[label="",style="solid", color="black", weight=3]; 18.54/7.93 2169[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];2169 -> 2448[label="",style="solid", color="black", weight=3]; 18.54/7.93 2170[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];2170 -> 2449[label="",style="solid", color="black", weight=3]; 18.54/7.93 2171[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];3610[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];2171 -> 3610[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3610 -> 2450[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3611[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];2171 -> 3611[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3611 -> 2451[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2172[label="vwx400",fontsize=16,color="green",shape="box"];2173[label="vwx301",fontsize=16,color="green",shape="box"];2174[label="vwx300",fontsize=16,color="green",shape="box"];2175[label="vwx400",fontsize=16,color="green",shape="box"];2176[label="vwx300",fontsize=16,color="green",shape="box"];2177[label="vwx400",fontsize=16,color="green",shape="box"];2178[label="vwx300",fontsize=16,color="green",shape="box"];2179[label="vwx400",fontsize=16,color="green",shape="box"];2180[label="vwx300",fontsize=16,color="green",shape="box"];2181[label="vwx400",fontsize=16,color="green",shape="box"];2182[label="vwx300",fontsize=16,color="green",shape="box"];2183[label="vwx400",fontsize=16,color="green",shape="box"];2184[label="vwx300",fontsize=16,color="green",shape="box"];2185[label="vwx400",fontsize=16,color="green",shape="box"];2186[label="vwx300",fontsize=16,color="green",shape="box"];2187[label="vwx400",fontsize=16,color="green",shape="box"];2188[label="vwx300",fontsize=16,color="green",shape="box"];2189[label="vwx400",fontsize=16,color="green",shape="box"];2190[label="vwx300",fontsize=16,color="green",shape="box"];2191[label="vwx400",fontsize=16,color="green",shape="box"];2192[label="vwx300",fontsize=16,color="green",shape="box"];2193[label="vwx400",fontsize=16,color="green",shape="box"];2194[label="vwx300",fontsize=16,color="green",shape="box"];2195[label="vwx400",fontsize=16,color="green",shape="box"];2196[label="vwx300",fontsize=16,color="green",shape="box"];2197[label="vwx400",fontsize=16,color="green",shape="box"];2198[label="vwx300",fontsize=16,color="green",shape="box"];2199[label="vwx400",fontsize=16,color="green",shape="box"];2200[label="vwx300",fontsize=16,color="green",shape="box"];2201[label="vwx400",fontsize=16,color="green",shape="box"];2202[label="vwx301",fontsize=16,color="green",shape="box"];2203[label="vwx401",fontsize=16,color="green",shape="box"];2204[label="vwx301",fontsize=16,color="green",shape="box"];2205[label="vwx401",fontsize=16,color="green",shape="box"];2206[label="vwx301",fontsize=16,color="green",shape="box"];2207[label="vwx401",fontsize=16,color="green",shape="box"];2208[label="vwx301",fontsize=16,color="green",shape="box"];2209[label="vwx401",fontsize=16,color="green",shape="box"];2210[label="vwx301",fontsize=16,color="green",shape="box"];2211[label="vwx401",fontsize=16,color="green",shape="box"];2212[label="vwx301",fontsize=16,color="green",shape="box"];2213[label="vwx401",fontsize=16,color="green",shape="box"];2214[label="vwx301",fontsize=16,color="green",shape="box"];2215[label="vwx401",fontsize=16,color="green",shape="box"];2216[label="vwx301",fontsize=16,color="green",shape="box"];2217[label="vwx401",fontsize=16,color="green",shape="box"];2218[label="vwx301",fontsize=16,color="green",shape="box"];2219[label="vwx401",fontsize=16,color="green",shape="box"];2220[label="vwx301",fontsize=16,color="green",shape="box"];2221[label="vwx401",fontsize=16,color="green",shape="box"];2222[label="vwx301",fontsize=16,color="green",shape="box"];2223[label="vwx401",fontsize=16,color="green",shape="box"];2224[label="vwx301",fontsize=16,color="green",shape="box"];2225[label="vwx401",fontsize=16,color="green",shape="box"];2226[label="vwx301",fontsize=16,color="green",shape="box"];2227[label="vwx401",fontsize=16,color="green",shape="box"];2228[label="vwx301",fontsize=16,color="green",shape="box"];2229[label="vwx401",fontsize=16,color="green",shape="box"];2230[label="vwx300",fontsize=16,color="green",shape="box"];2231[label="vwx400",fontsize=16,color="green",shape="box"];2232[label="vwx300",fontsize=16,color="green",shape="box"];2233[label="vwx400",fontsize=16,color="green",shape="box"];2234[label="vwx301",fontsize=16,color="green",shape="box"];2235[label="vwx401",fontsize=16,color="green",shape="box"];2236[label="vwx301",fontsize=16,color="green",shape="box"];2237[label="vwx401",fontsize=16,color="green",shape="box"];2238[label="vwx401",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="vwx301",fontsize=16,color="green",shape="box"];2242 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2242[label="vwx310 == vwx410",fontsize=16,color="magenta"];2242 -> 2452[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2242 -> 2453[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2243 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2243[label="vwx310 == vwx410",fontsize=16,color="magenta"];2243 -> 2454[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2243 -> 2455[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2244 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2244[label="vwx310 == vwx410",fontsize=16,color="magenta"];2244 -> 2456[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2244 -> 2457[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2245 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2245[label="vwx310 == vwx410",fontsize=16,color="magenta"];2245 -> 2458[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2245 -> 2459[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2246 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2246[label="vwx310 == vwx410",fontsize=16,color="magenta"];2246 -> 2460[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2246 -> 2461[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2247 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2247[label="vwx310 == vwx410",fontsize=16,color="magenta"];2247 -> 2462[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2247 -> 2463[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2248 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2248[label="vwx310 == vwx410",fontsize=16,color="magenta"];2248 -> 2464[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2248 -> 2465[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2249 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2249[label="vwx310 == vwx410",fontsize=16,color="magenta"];2249 -> 2466[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2249 -> 2467[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2250 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2250[label="vwx310 == vwx410",fontsize=16,color="magenta"];2250 -> 2468[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2250 -> 2469[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2251 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2251[label="vwx310 == vwx410",fontsize=16,color="magenta"];2251 -> 2470[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2251 -> 2471[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2252 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2252[label="vwx310 == vwx410",fontsize=16,color="magenta"];2252 -> 2472[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2252 -> 2473[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2253 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2253[label="vwx310 == vwx410",fontsize=16,color="magenta"];2253 -> 2474[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2253 -> 2475[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2254 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2254[label="vwx310 == vwx410",fontsize=16,color="magenta"];2254 -> 2476[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2254 -> 2477[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2255 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2255[label="vwx310 == vwx410",fontsize=16,color="magenta"];2255 -> 2478[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2255 -> 2479[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2256 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2256[label="vwx311 == vwx411 && vwx312 <= vwx412",fontsize=16,color="magenta"];2256 -> 2480[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2256 -> 2481[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2257[label="vwx311 < vwx411",fontsize=16,color="blue",shape="box"];3612[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3612[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3612 -> 2482[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3613[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3613[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3613 -> 2483[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3614[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3614[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3614 -> 2484[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3615[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3615[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3615 -> 2485[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3616[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3616[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3616 -> 2486[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3617[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3617[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3617 -> 2487[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3618[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3618[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3618 -> 2488[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3619[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3619[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3619 -> 2489[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3620[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3620[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3620 -> 2490[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3621[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3621[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3621 -> 2491[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3622[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3622[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3622 -> 2492[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3623[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3623[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3623 -> 2493[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3624[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3624[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3624 -> 2494[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3625[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2257 -> 3625[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3625 -> 2495[label="",style="solid", color="blue", weight=3]; 18.54/7.93 2258[label="vwx310",fontsize=16,color="green",shape="box"];2259[label="vwx410",fontsize=16,color="green",shape="box"];2260[label="vwx310",fontsize=16,color="green",shape="box"];2261[label="vwx410",fontsize=16,color="green",shape="box"];2262[label="vwx310",fontsize=16,color="green",shape="box"];2263[label="vwx410",fontsize=16,color="green",shape="box"];2264[label="vwx310",fontsize=16,color="green",shape="box"];2265[label="vwx410",fontsize=16,color="green",shape="box"];2266[label="vwx310",fontsize=16,color="green",shape="box"];2267[label="vwx410",fontsize=16,color="green",shape="box"];2268[label="vwx310",fontsize=16,color="green",shape="box"];2269[label="vwx410",fontsize=16,color="green",shape="box"];2270[label="vwx310",fontsize=16,color="green",shape="box"];2271[label="vwx410",fontsize=16,color="green",shape="box"];2272[label="vwx310",fontsize=16,color="green",shape="box"];2273[label="vwx410",fontsize=16,color="green",shape="box"];2274[label="vwx310",fontsize=16,color="green",shape="box"];2275[label="vwx410",fontsize=16,color="green",shape="box"];2276[label="vwx310",fontsize=16,color="green",shape="box"];2277[label="vwx410",fontsize=16,color="green",shape="box"];2278[label="vwx310",fontsize=16,color="green",shape="box"];2279[label="vwx410",fontsize=16,color="green",shape="box"];2280[label="vwx310",fontsize=16,color="green",shape="box"];2281[label="vwx410",fontsize=16,color="green",shape="box"];2282[label="vwx310",fontsize=16,color="green",shape="box"];2283[label="vwx410",fontsize=16,color="green",shape="box"];2284[label="vwx310",fontsize=16,color="green",shape="box"];2285[label="vwx410",fontsize=16,color="green",shape="box"];2286[label="True",fontsize=16,color="green",shape="box"];2287[label="False",fontsize=16,color="green",shape="box"];2288 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2288[label="vwx310 == vwx410",fontsize=16,color="magenta"];2288 -> 2496[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2288 -> 2497[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2289 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2289[label="vwx310 == vwx410",fontsize=16,color="magenta"];2289 -> 2498[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2289 -> 2499[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2290 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2290[label="vwx310 == vwx410",fontsize=16,color="magenta"];2290 -> 2500[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2290 -> 2501[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2291 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2291[label="vwx310 == vwx410",fontsize=16,color="magenta"];2291 -> 2502[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2291 -> 2503[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2292 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2292[label="vwx310 == vwx410",fontsize=16,color="magenta"];2292 -> 2504[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2292 -> 2505[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2293 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2293[label="vwx310 == vwx410",fontsize=16,color="magenta"];2293 -> 2506[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2293 -> 2507[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2294 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2294[label="vwx310 == vwx410",fontsize=16,color="magenta"];2294 -> 2508[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2294 -> 2509[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2295 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2295[label="vwx310 == vwx410",fontsize=16,color="magenta"];2295 -> 2510[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2295 -> 2511[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2296 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2296[label="vwx310 == vwx410",fontsize=16,color="magenta"];2296 -> 2512[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2296 -> 2513[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2297 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2297[label="vwx310 == vwx410",fontsize=16,color="magenta"];2297 -> 2514[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2297 -> 2515[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2298 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2298[label="vwx310 == vwx410",fontsize=16,color="magenta"];2298 -> 2516[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2298 -> 2517[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2299 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2299[label="vwx310 == vwx410",fontsize=16,color="magenta"];2299 -> 2518[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2299 -> 2519[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2300 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2300[label="vwx310 == vwx410",fontsize=16,color="magenta"];2300 -> 2520[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2300 -> 2521[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2301 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2301[label="vwx310 == vwx410",fontsize=16,color="magenta"];2301 -> 2522[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2301 -> 2523[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2302 -> 1433[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2302[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2302 -> 2524[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2302 -> 2525[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2303 -> 1434[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2303[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2303 -> 2526[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2303 -> 2527[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2304 -> 1435[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2304[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2304 -> 2528[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2304 -> 2529[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2305 -> 1436[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2305[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2305 -> 2530[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2305 -> 2531[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2306 -> 1437[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2306[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2306 -> 2532[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2306 -> 2533[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2307 -> 1438[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2307[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2307 -> 2534[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2307 -> 2535[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2308 -> 1439[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2308[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2308 -> 2536[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2308 -> 2537[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2309 -> 1440[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2309[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2309 -> 2538[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2309 -> 2539[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2310 -> 1441[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2310[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2310 -> 2540[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2310 -> 2541[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2311 -> 1442[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2311[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2311 -> 2542[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2311 -> 2543[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2312 -> 1443[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2312[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2312 -> 2544[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2312 -> 2545[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2313 -> 1444[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2313[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2313 -> 2546[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2313 -> 2547[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2314 -> 1445[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2314[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2314 -> 2548[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2314 -> 2549[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2315 -> 1446[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2315[label="vwx311 <= vwx411",fontsize=16,color="magenta"];2315 -> 2550[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2315 -> 2551[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2316[label="vwx310",fontsize=16,color="green",shape="box"];2317[label="vwx410",fontsize=16,color="green",shape="box"];2318[label="vwx310",fontsize=16,color="green",shape="box"];2319[label="vwx410",fontsize=16,color="green",shape="box"];2320[label="vwx310",fontsize=16,color="green",shape="box"];2321[label="vwx410",fontsize=16,color="green",shape="box"];2322[label="vwx310",fontsize=16,color="green",shape="box"];2323[label="vwx410",fontsize=16,color="green",shape="box"];2324[label="vwx310",fontsize=16,color="green",shape="box"];2325[label="vwx410",fontsize=16,color="green",shape="box"];2326[label="vwx310",fontsize=16,color="green",shape="box"];2327[label="vwx410",fontsize=16,color="green",shape="box"];2328[label="vwx310",fontsize=16,color="green",shape="box"];2329[label="vwx410",fontsize=16,color="green",shape="box"];2330[label="vwx310",fontsize=16,color="green",shape="box"];2331[label="vwx410",fontsize=16,color="green",shape="box"];2332[label="vwx310",fontsize=16,color="green",shape="box"];2333[label="vwx410",fontsize=16,color="green",shape="box"];2334[label="vwx310",fontsize=16,color="green",shape="box"];2335[label="vwx410",fontsize=16,color="green",shape="box"];2336[label="vwx310",fontsize=16,color="green",shape="box"];2337[label="vwx410",fontsize=16,color="green",shape="box"];2338[label="vwx310",fontsize=16,color="green",shape="box"];2339[label="vwx410",fontsize=16,color="green",shape="box"];2340[label="vwx310",fontsize=16,color="green",shape="box"];2341[label="vwx410",fontsize=16,color="green",shape="box"];2342[label="vwx310",fontsize=16,color="green",shape="box"];2343[label="vwx410",fontsize=16,color="green",shape="box"];2344 -> 2552[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2344[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) (vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402)",fontsize=16,color="magenta"];2344 -> 2553[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2345[label="vwx301",fontsize=16,color="green",shape="box"];2346[label="vwx401",fontsize=16,color="green",shape="box"];2347 -> 2554[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2347[label="primCompAux0 vwx132 (compare vwx300 vwx400)",fontsize=16,color="magenta"];2347 -> 2555[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2347 -> 2556[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2348 -> 2050[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2348[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];2348 -> 2557[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2348 -> 2558[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2349[label="GT",fontsize=16,color="green",shape="box"];2350[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];2350 -> 2559[label="",style="solid", color="black", weight=3]; 18.54/7.93 2351[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2351 -> 2560[label="",style="solid", color="black", weight=3]; 18.54/7.93 2352[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];2352 -> 2561[label="",style="solid", color="black", weight=3]; 18.54/7.93 2353[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2353 -> 2562[label="",style="solid", color="black", weight=3]; 18.54/7.93 2354[label="LT",fontsize=16,color="green",shape="box"];2355 -> 2050[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2355[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];2355 -> 2563[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2355 -> 2564[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2356[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];2356 -> 2565[label="",style="solid", color="black", weight=3]; 18.54/7.93 2357[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2357 -> 2566[label="",style="solid", color="black", weight=3]; 18.54/7.93 2358[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];2358 -> 2567[label="",style="solid", color="black", weight=3]; 18.54/7.93 2359[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2359 -> 2568[label="",style="solid", color="black", weight=3]; 18.54/7.93 2360[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3626[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3626[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3626 -> 2569[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3627[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3627[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3627 -> 2570[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2361[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3628[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2361 -> 3628[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3628 -> 2571[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3629[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2361 -> 3629[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3629 -> 2572[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2362[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];2362 -> 2573[label="",style="solid", color="black", weight=3]; 18.54/7.93 2363[label="compare2 Nothing (Just vwx400) False",fontsize=16,color="black",shape="box"];2363 -> 2574[label="",style="solid", color="black", weight=3]; 18.54/7.93 2364[label="compare2 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];2364 -> 2575[label="",style="solid", color="black", weight=3]; 18.54/7.93 2365 -> 2576[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2365[label="compare2 (Just vwx300) (Just vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];2365 -> 2577[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2365 -> 2578[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2365 -> 2579[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2366 -> 2580[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2366[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2366 -> 2581[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2367[label="EQ",fontsize=16,color="green",shape="box"];2368[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2368 -> 2582[label="",style="solid", color="black", weight=3]; 18.54/7.93 2369[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2369 -> 2583[label="",style="solid", color="black", weight=3]; 18.54/7.93 2370[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2370 -> 2584[label="",style="solid", color="black", weight=3]; 18.54/7.93 2371[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2371 -> 2585[label="",style="solid", color="black", weight=3]; 18.54/7.93 2372 -> 2586[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2372[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2372 -> 2587[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2373[label="EQ",fontsize=16,color="green",shape="box"];2374 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2374[label="vwx300 * vwx401",fontsize=16,color="magenta"];2374 -> 2588[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2374 -> 2589[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2375 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2375[label="vwx400 * vwx301",fontsize=16,color="magenta"];2375 -> 2590[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2375 -> 2591[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2376[label="vwx300 * vwx401",fontsize=16,color="burlywood",shape="triangle"];3630[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3630[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3630 -> 2592[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2377 -> 2376[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2377[label="vwx400 * vwx301",fontsize=16,color="magenta"];2377 -> 2593[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2377 -> 2594[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2378 -> 2595[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2378[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2378 -> 2596[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2379[label="EQ",fontsize=16,color="green",shape="box"];2380[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2380 -> 2597[label="",style="solid", color="black", weight=3]; 18.54/7.93 2381[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2381 -> 2598[label="",style="solid", color="black", weight=3]; 18.54/7.93 2382[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2382 -> 2599[label="",style="solid", color="black", weight=3]; 18.54/7.93 2383[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2383 -> 2600[label="",style="solid", color="black", weight=3]; 18.54/7.93 2384 -> 2601[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2384[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2384 -> 2602[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2385[label="EQ",fontsize=16,color="green",shape="box"];2386[label="vwx301",fontsize=16,color="green",shape="box"];2387[label="vwx401",fontsize=16,color="green",shape="box"];2388[label="vwx301",fontsize=16,color="green",shape="box"];2389[label="vwx401",fontsize=16,color="green",shape="box"];2390[label="vwx301",fontsize=16,color="green",shape="box"];2391[label="vwx401",fontsize=16,color="green",shape="box"];2392[label="vwx301",fontsize=16,color="green",shape="box"];2393[label="vwx401",fontsize=16,color="green",shape="box"];2394[label="vwx301",fontsize=16,color="green",shape="box"];2395[label="vwx401",fontsize=16,color="green",shape="box"];2396[label="vwx301",fontsize=16,color="green",shape="box"];2397[label="vwx401",fontsize=16,color="green",shape="box"];2398[label="vwx301",fontsize=16,color="green",shape="box"];2399[label="vwx401",fontsize=16,color="green",shape="box"];2400[label="vwx301",fontsize=16,color="green",shape="box"];2401[label="vwx401",fontsize=16,color="green",shape="box"];2402[label="vwx301",fontsize=16,color="green",shape="box"];2403[label="vwx401",fontsize=16,color="green",shape="box"];2404[label="vwx301",fontsize=16,color="green",shape="box"];2405[label="vwx401",fontsize=16,color="green",shape="box"];2406[label="vwx301",fontsize=16,color="green",shape="box"];2407[label="vwx401",fontsize=16,color="green",shape="box"];2408[label="vwx301",fontsize=16,color="green",shape="box"];2409[label="vwx401",fontsize=16,color="green",shape="box"];2410[label="vwx301",fontsize=16,color="green",shape="box"];2411[label="vwx401",fontsize=16,color="green",shape="box"];2412[label="vwx301",fontsize=16,color="green",shape="box"];2413[label="vwx401",fontsize=16,color="green",shape="box"];2414[label="vwx302",fontsize=16,color="green",shape="box"];2415[label="vwx402",fontsize=16,color="green",shape="box"];2416[label="vwx302",fontsize=16,color="green",shape="box"];2417[label="vwx402",fontsize=16,color="green",shape="box"];2418[label="vwx302",fontsize=16,color="green",shape="box"];2419[label="vwx402",fontsize=16,color="green",shape="box"];2420[label="vwx302",fontsize=16,color="green",shape="box"];2421[label="vwx402",fontsize=16,color="green",shape="box"];2422[label="vwx302",fontsize=16,color="green",shape="box"];2423[label="vwx402",fontsize=16,color="green",shape="box"];2424[label="vwx302",fontsize=16,color="green",shape="box"];2425[label="vwx402",fontsize=16,color="green",shape="box"];2426[label="vwx302",fontsize=16,color="green",shape="box"];2427[label="vwx402",fontsize=16,color="green",shape="box"];2428[label="vwx302",fontsize=16,color="green",shape="box"];2429[label="vwx402",fontsize=16,color="green",shape="box"];2430[label="vwx302",fontsize=16,color="green",shape="box"];2431[label="vwx402",fontsize=16,color="green",shape="box"];2432[label="vwx302",fontsize=16,color="green",shape="box"];2433[label="vwx402",fontsize=16,color="green",shape="box"];2434[label="vwx302",fontsize=16,color="green",shape="box"];2435[label="vwx402",fontsize=16,color="green",shape="box"];2436[label="vwx302",fontsize=16,color="green",shape="box"];2437[label="vwx402",fontsize=16,color="green",shape="box"];2438[label="vwx302",fontsize=16,color="green",shape="box"];2439[label="vwx402",fontsize=16,color="green",shape="box"];2440[label="vwx302",fontsize=16,color="green",shape="box"];2441[label="vwx402",fontsize=16,color="green",shape="box"];2442[label="vwx3000",fontsize=16,color="green",shape="box"];2443[label="vwx4000",fontsize=16,color="green",shape="box"];2444[label="vwx3000",fontsize=16,color="green",shape="box"];2445[label="vwx4000",fontsize=16,color="green",shape="box"];2446 -> 1648[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2446[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];2446 -> 2603[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2446 -> 2604[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2447[label="False",fontsize=16,color="green",shape="box"];2448[label="False",fontsize=16,color="green",shape="box"];2449[label="True",fontsize=16,color="green",shape="box"];2450[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];3631[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3631[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3631 -> 2605[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3632[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3632[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3632 -> 2606[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2451[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];3633[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2451 -> 3633[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3633 -> 2607[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3634[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2451 -> 3634[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3634 -> 2608[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2452[label="vwx310",fontsize=16,color="green",shape="box"];2453[label="vwx410",fontsize=16,color="green",shape="box"];2454[label="vwx310",fontsize=16,color="green",shape="box"];2455[label="vwx410",fontsize=16,color="green",shape="box"];2456[label="vwx310",fontsize=16,color="green",shape="box"];2457[label="vwx410",fontsize=16,color="green",shape="box"];2458[label="vwx310",fontsize=16,color="green",shape="box"];2459[label="vwx410",fontsize=16,color="green",shape="box"];2460[label="vwx310",fontsize=16,color="green",shape="box"];2461[label="vwx410",fontsize=16,color="green",shape="box"];2462[label="vwx310",fontsize=16,color="green",shape="box"];2463[label="vwx410",fontsize=16,color="green",shape="box"];2464[label="vwx310",fontsize=16,color="green",shape="box"];2465[label="vwx410",fontsize=16,color="green",shape="box"];2466[label="vwx310",fontsize=16,color="green",shape="box"];2467[label="vwx410",fontsize=16,color="green",shape="box"];2468[label="vwx310",fontsize=16,color="green",shape="box"];2469[label="vwx410",fontsize=16,color="green",shape="box"];2470[label="vwx310",fontsize=16,color="green",shape="box"];2471[label="vwx410",fontsize=16,color="green",shape="box"];2472[label="vwx310",fontsize=16,color="green",shape="box"];2473[label="vwx410",fontsize=16,color="green",shape="box"];2474[label="vwx310",fontsize=16,color="green",shape="box"];2475[label="vwx410",fontsize=16,color="green",shape="box"];2476[label="vwx310",fontsize=16,color="green",shape="box"];2477[label="vwx410",fontsize=16,color="green",shape="box"];2478[label="vwx310",fontsize=16,color="green",shape="box"];2479[label="vwx410",fontsize=16,color="green",shape="box"];2480[label="vwx311 == vwx411",fontsize=16,color="blue",shape="box"];3635[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3635[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3635 -> 2609[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3636[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3636[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3636 -> 2610[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3637[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3637[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3637 -> 2611[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3638[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3638[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3638 -> 2612[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3639[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3639[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3639 -> 2613[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3640[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3640[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3640 -> 2614[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3641[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3641[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3641 -> 2615[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3642[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3642[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3642 -> 2616[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3643[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3643[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3643 -> 2617[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3644[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3644[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3644 -> 2618[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3645[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3645[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3645 -> 2619[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3646[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3646[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3646 -> 2620[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3647[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3647[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3647 -> 2621[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3648[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2480 -> 3648[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3648 -> 2622[label="",style="solid", color="blue", weight=3]; 18.54/7.93 2481[label="vwx312 <= vwx412",fontsize=16,color="blue",shape="box"];3649[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3649[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3649 -> 2623[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3650[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3650[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3650 -> 2624[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3651[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3651[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3651 -> 2625[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3652[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3652[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3652 -> 2626[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3653[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3653[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3653 -> 2627[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3654[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3654[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3654 -> 2628[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3655[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3655[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3655 -> 2629[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3656[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3656[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3656 -> 2630[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3657[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3657[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3657 -> 2631[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3658[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3658[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3658 -> 2632[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3659[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3659[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3659 -> 2633[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3660[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3660[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3660 -> 2634[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3661[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3661[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3661 -> 2635[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3662[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2481 -> 3662[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3662 -> 2636[label="",style="solid", color="blue", weight=3]; 18.54/7.93 2482 -> 1144[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2482[label="vwx311 < vwx411",fontsize=16,color="magenta"];2482 -> 2637[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2482 -> 2638[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2483 -> 1145[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2483[label="vwx311 < vwx411",fontsize=16,color="magenta"];2483 -> 2639[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2483 -> 2640[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2484 -> 1146[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2484[label="vwx311 < vwx411",fontsize=16,color="magenta"];2484 -> 2641[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2484 -> 2642[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2485 -> 1147[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2485[label="vwx311 < vwx411",fontsize=16,color="magenta"];2485 -> 2643[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2485 -> 2644[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2486 -> 1148[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2486[label="vwx311 < vwx411",fontsize=16,color="magenta"];2486 -> 2645[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2486 -> 2646[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2487 -> 1149[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2487[label="vwx311 < vwx411",fontsize=16,color="magenta"];2487 -> 2647[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2487 -> 2648[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2488 -> 1150[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2488[label="vwx311 < vwx411",fontsize=16,color="magenta"];2488 -> 2649[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2488 -> 2650[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2489 -> 1151[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2489[label="vwx311 < vwx411",fontsize=16,color="magenta"];2489 -> 2651[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2489 -> 2652[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2490 -> 1152[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2490[label="vwx311 < vwx411",fontsize=16,color="magenta"];2490 -> 2653[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2490 -> 2654[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2491 -> 1153[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2491[label="vwx311 < vwx411",fontsize=16,color="magenta"];2491 -> 2655[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2491 -> 2656[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2492 -> 1154[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2492[label="vwx311 < vwx411",fontsize=16,color="magenta"];2492 -> 2657[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2492 -> 2658[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2493 -> 1155[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2493[label="vwx311 < vwx411",fontsize=16,color="magenta"];2493 -> 2659[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2493 -> 2660[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2494 -> 1156[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2494[label="vwx311 < vwx411",fontsize=16,color="magenta"];2494 -> 2661[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2494 -> 2662[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2495 -> 1157[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2495[label="vwx311 < vwx411",fontsize=16,color="magenta"];2495 -> 2663[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2495 -> 2664[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2496[label="vwx310",fontsize=16,color="green",shape="box"];2497[label="vwx410",fontsize=16,color="green",shape="box"];2498[label="vwx310",fontsize=16,color="green",shape="box"];2499[label="vwx410",fontsize=16,color="green",shape="box"];2500[label="vwx310",fontsize=16,color="green",shape="box"];2501[label="vwx410",fontsize=16,color="green",shape="box"];2502[label="vwx310",fontsize=16,color="green",shape="box"];2503[label="vwx410",fontsize=16,color="green",shape="box"];2504[label="vwx310",fontsize=16,color="green",shape="box"];2505[label="vwx410",fontsize=16,color="green",shape="box"];2506[label="vwx310",fontsize=16,color="green",shape="box"];2507[label="vwx410",fontsize=16,color="green",shape="box"];2508[label="vwx310",fontsize=16,color="green",shape="box"];2509[label="vwx410",fontsize=16,color="green",shape="box"];2510[label="vwx310",fontsize=16,color="green",shape="box"];2511[label="vwx410",fontsize=16,color="green",shape="box"];2512[label="vwx310",fontsize=16,color="green",shape="box"];2513[label="vwx410",fontsize=16,color="green",shape="box"];2514[label="vwx310",fontsize=16,color="green",shape="box"];2515[label="vwx410",fontsize=16,color="green",shape="box"];2516[label="vwx310",fontsize=16,color="green",shape="box"];2517[label="vwx410",fontsize=16,color="green",shape="box"];2518[label="vwx310",fontsize=16,color="green",shape="box"];2519[label="vwx410",fontsize=16,color="green",shape="box"];2520[label="vwx310",fontsize=16,color="green",shape="box"];2521[label="vwx410",fontsize=16,color="green",shape="box"];2522[label="vwx310",fontsize=16,color="green",shape="box"];2523[label="vwx410",fontsize=16,color="green",shape="box"];2524[label="vwx311",fontsize=16,color="green",shape="box"];2525[label="vwx411",fontsize=16,color="green",shape="box"];2526[label="vwx311",fontsize=16,color="green",shape="box"];2527[label="vwx411",fontsize=16,color="green",shape="box"];2528[label="vwx311",fontsize=16,color="green",shape="box"];2529[label="vwx411",fontsize=16,color="green",shape="box"];2530[label="vwx311",fontsize=16,color="green",shape="box"];2531[label="vwx411",fontsize=16,color="green",shape="box"];2532[label="vwx311",fontsize=16,color="green",shape="box"];2533[label="vwx411",fontsize=16,color="green",shape="box"];2534[label="vwx311",fontsize=16,color="green",shape="box"];2535[label="vwx411",fontsize=16,color="green",shape="box"];2536[label="vwx311",fontsize=16,color="green",shape="box"];2537[label="vwx411",fontsize=16,color="green",shape="box"];2538[label="vwx311",fontsize=16,color="green",shape="box"];2539[label="vwx411",fontsize=16,color="green",shape="box"];2540[label="vwx311",fontsize=16,color="green",shape="box"];2541[label="vwx411",fontsize=16,color="green",shape="box"];2542[label="vwx311",fontsize=16,color="green",shape="box"];2543[label="vwx411",fontsize=16,color="green",shape="box"];2544[label="vwx311",fontsize=16,color="green",shape="box"];2545[label="vwx411",fontsize=16,color="green",shape="box"];2546[label="vwx311",fontsize=16,color="green",shape="box"];2547[label="vwx411",fontsize=16,color="green",shape="box"];2548[label="vwx311",fontsize=16,color="green",shape="box"];2549[label="vwx411",fontsize=16,color="green",shape="box"];2550[label="vwx311",fontsize=16,color="green",shape="box"];2551[label="vwx411",fontsize=16,color="green",shape="box"];2553 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2553[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];2553 -> 2665[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2553 -> 2666[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2552[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) vwx133",fontsize=16,color="burlywood",shape="triangle"];3663[label="vwx133/False",fontsize=10,color="white",style="solid",shape="box"];2552 -> 3663[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3663 -> 2667[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3664[label="vwx133/True",fontsize=10,color="white",style="solid",shape="box"];2552 -> 3664[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3664 -> 2668[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2555[label="vwx132",fontsize=16,color="green",shape="box"];2556[label="compare vwx300 vwx400",fontsize=16,color="blue",shape="box"];3665[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3665[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3665 -> 2669[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3666[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3666[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3666 -> 2670[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3667[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3667[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3667 -> 2671[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3668[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3668[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3668 -> 2672[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3669[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3669[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3669 -> 2673[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3670[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3670[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3670 -> 2674[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3671[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3671[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3671 -> 2675[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3672[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3672[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3672 -> 2676[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3673[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3673[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3673 -> 2677[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3674[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3674[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3674 -> 2678[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3675[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3675[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3675 -> 2679[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3676[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3676[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3676 -> 2680[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3677[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3677[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3677 -> 2681[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3678[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2556 -> 3678[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3678 -> 2682[label="",style="solid", color="blue", weight=3]; 18.54/7.93 2554[label="primCompAux0 vwx138 vwx139",fontsize=16,color="burlywood",shape="triangle"];3679[label="vwx139/LT",fontsize=10,color="white",style="solid",shape="box"];2554 -> 3679[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3679 -> 2683[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3680[label="vwx139/EQ",fontsize=10,color="white",style="solid",shape="box"];2554 -> 3680[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3680 -> 2684[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3681[label="vwx139/GT",fontsize=10,color="white",style="solid",shape="box"];2554 -> 3681[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3681 -> 2685[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2557[label="Succ vwx3000",fontsize=16,color="green",shape="box"];2558[label="vwx400",fontsize=16,color="green",shape="box"];2559 -> 2050[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2559[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];2559 -> 2686[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2559 -> 2687[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2560[label="EQ",fontsize=16,color="green",shape="box"];2561[label="GT",fontsize=16,color="green",shape="box"];2562[label="EQ",fontsize=16,color="green",shape="box"];2563[label="vwx400",fontsize=16,color="green",shape="box"];2564[label="Succ vwx3000",fontsize=16,color="green",shape="box"];2565[label="LT",fontsize=16,color="green",shape="box"];2566[label="EQ",fontsize=16,color="green",shape="box"];2567 -> 2050[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2567[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];2567 -> 2688[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2567 -> 2689[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2568[label="EQ",fontsize=16,color="green",shape="box"];2569[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];2569 -> 2690[label="",style="solid", color="black", weight=3]; 18.54/7.93 2570[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];2570 -> 2691[label="",style="solid", color="black", weight=3]; 18.54/7.93 2571[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];2571 -> 2692[label="",style="solid", color="black", weight=3]; 18.54/7.93 2572[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2572 -> 2693[label="",style="solid", color="black", weight=3]; 18.54/7.93 2573[label="EQ",fontsize=16,color="green",shape="box"];2574 -> 2694[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2574[label="compare1 Nothing (Just vwx400) (Nothing <= Just vwx400)",fontsize=16,color="magenta"];2574 -> 2695[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2575 -> 2696[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2575[label="compare1 (Just vwx300) Nothing (Just vwx300 <= Nothing)",fontsize=16,color="magenta"];2575 -> 2697[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2577[label="vwx400",fontsize=16,color="green",shape="box"];2578[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3682[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3682[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3682 -> 2698[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3683[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3683[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3683 -> 2699[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3684[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3684[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3684 -> 2700[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3685[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3685[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3685 -> 2701[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3686[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3686[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3686 -> 2702[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3687[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3687[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3687 -> 2703[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3688[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3688[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3688 -> 2704[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3689[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3689[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3689 -> 2705[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3690[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3690[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3690 -> 2706[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3691[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3691[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3691 -> 2707[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3692[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3692[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3692 -> 2708[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3693[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3693[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3693 -> 2709[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3694[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3694[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3694 -> 2710[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3695[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2578 -> 3695[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3695 -> 2711[label="",style="solid", color="blue", weight=3]; 18.54/7.93 2579[label="vwx300",fontsize=16,color="green",shape="box"];2576[label="compare2 (Just vwx144) (Just vwx145) vwx146",fontsize=16,color="burlywood",shape="triangle"];3696[label="vwx146/False",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3696[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3696 -> 2712[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3697[label="vwx146/True",fontsize=10,color="white",style="solid",shape="box"];2576 -> 3697[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3697 -> 2713[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2581 -> 1439[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2581[label="vwx30 <= vwx40",fontsize=16,color="magenta"];2581 -> 2714[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2581 -> 2715[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2580[label="compare1 vwx30 vwx40 vwx147",fontsize=16,color="burlywood",shape="triangle"];3698[label="vwx147/False",fontsize=10,color="white",style="solid",shape="box"];2580 -> 3698[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3698 -> 2716[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3699[label="vwx147/True",fontsize=10,color="white",style="solid",shape="box"];2580 -> 3699[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3699 -> 2717[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2582 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2582[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2582 -> 2718[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2582 -> 2719[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2583 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2583[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2583 -> 2720[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2583 -> 2721[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2584 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2584[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2584 -> 2722[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2584 -> 2723[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2585 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2585[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2585 -> 2724[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2585 -> 2725[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2587 -> 1441[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2587[label="vwx30 <= vwx40",fontsize=16,color="magenta"];2587 -> 2726[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2587 -> 2727[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2586[label="compare1 vwx30 vwx40 vwx148",fontsize=16,color="burlywood",shape="triangle"];3700[label="vwx148/False",fontsize=10,color="white",style="solid",shape="box"];2586 -> 3700[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3700 -> 2728[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3701[label="vwx148/True",fontsize=10,color="white",style="solid",shape="box"];2586 -> 3701[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3701 -> 2729[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2588[label="vwx401",fontsize=16,color="green",shape="box"];2589[label="vwx300",fontsize=16,color="green",shape="box"];2590[label="vwx301",fontsize=16,color="green",shape="box"];2591[label="vwx400",fontsize=16,color="green",shape="box"];2592[label="Integer vwx3000 * vwx401",fontsize=16,color="burlywood",shape="box"];3702[label="vwx401/Integer vwx4010",fontsize=10,color="white",style="solid",shape="box"];2592 -> 3702[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3702 -> 2730[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2593[label="vwx301",fontsize=16,color="green",shape="box"];2594[label="vwx400",fontsize=16,color="green",shape="box"];2596 -> 1444[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2596[label="vwx30 <= vwx40",fontsize=16,color="magenta"];2596 -> 2731[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2596 -> 2732[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2595[label="compare1 vwx30 vwx40 vwx149",fontsize=16,color="burlywood",shape="triangle"];3703[label="vwx149/False",fontsize=10,color="white",style="solid",shape="box"];2595 -> 3703[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3703 -> 2733[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3704[label="vwx149/True",fontsize=10,color="white",style="solid",shape="box"];2595 -> 3704[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3704 -> 2734[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2597 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2597[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2597 -> 2735[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2597 -> 2736[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2598 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2598[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2598 -> 2737[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2598 -> 2738[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2599 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2599[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2599 -> 2739[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2599 -> 2740[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2600 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2600[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2600 -> 2741[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2600 -> 2742[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2602 -> 1446[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2602[label="vwx30 <= vwx40",fontsize=16,color="magenta"];2602 -> 2743[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2602 -> 2744[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2601[label="compare1 vwx30 vwx40 vwx150",fontsize=16,color="burlywood",shape="triangle"];3705[label="vwx150/False",fontsize=10,color="white",style="solid",shape="box"];2601 -> 3705[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3705 -> 2745[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3706[label="vwx150/True",fontsize=10,color="white",style="solid",shape="box"];2601 -> 3706[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3706 -> 2746[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2603[label="vwx3000",fontsize=16,color="green",shape="box"];2604[label="vwx4000",fontsize=16,color="green",shape="box"];2605[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];2605 -> 2747[label="",style="solid", color="black", weight=3]; 18.54/7.93 2606[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];2606 -> 2748[label="",style="solid", color="black", weight=3]; 18.54/7.93 2607[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];2607 -> 2749[label="",style="solid", color="black", weight=3]; 18.54/7.93 2608[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];2608 -> 2750[label="",style="solid", color="black", weight=3]; 18.54/7.93 2609 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2609[label="vwx311 == vwx411",fontsize=16,color="magenta"];2609 -> 2751[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2609 -> 2752[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2610 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2610[label="vwx311 == vwx411",fontsize=16,color="magenta"];2610 -> 2753[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2610 -> 2754[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2611 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2611[label="vwx311 == vwx411",fontsize=16,color="magenta"];2611 -> 2755[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2611 -> 2756[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2612 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2612[label="vwx311 == vwx411",fontsize=16,color="magenta"];2612 -> 2757[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2612 -> 2758[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2613 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2613[label="vwx311 == vwx411",fontsize=16,color="magenta"];2613 -> 2759[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2613 -> 2760[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2614 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2614[label="vwx311 == vwx411",fontsize=16,color="magenta"];2614 -> 2761[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2614 -> 2762[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2615 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2615[label="vwx311 == vwx411",fontsize=16,color="magenta"];2615 -> 2763[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2615 -> 2764[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2616 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2616[label="vwx311 == vwx411",fontsize=16,color="magenta"];2616 -> 2765[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2616 -> 2766[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2617 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2617[label="vwx311 == vwx411",fontsize=16,color="magenta"];2617 -> 2767[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2617 -> 2768[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2618 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2618[label="vwx311 == vwx411",fontsize=16,color="magenta"];2618 -> 2769[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2618 -> 2770[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2619 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2619[label="vwx311 == vwx411",fontsize=16,color="magenta"];2619 -> 2771[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2619 -> 2772[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2620 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2620[label="vwx311 == vwx411",fontsize=16,color="magenta"];2620 -> 2773[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2620 -> 2774[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2621 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2621[label="vwx311 == vwx411",fontsize=16,color="magenta"];2621 -> 2775[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2621 -> 2776[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2622 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2622[label="vwx311 == vwx411",fontsize=16,color="magenta"];2622 -> 2777[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2622 -> 2778[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2623 -> 1433[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2623[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2623 -> 2779[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2623 -> 2780[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2624 -> 1434[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2624[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2624 -> 2781[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2624 -> 2782[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2625 -> 1435[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2625[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2625 -> 2783[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2625 -> 2784[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2626 -> 1436[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2626[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2626 -> 2785[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2626 -> 2786[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2627 -> 1437[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2627[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2627 -> 2787[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2627 -> 2788[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2628 -> 1438[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2628[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2628 -> 2789[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2628 -> 2790[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2629 -> 1439[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2629[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2629 -> 2791[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2629 -> 2792[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2630 -> 1440[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2630[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2630 -> 2793[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2630 -> 2794[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2631 -> 1441[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2631[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2631 -> 2795[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2631 -> 2796[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2632 -> 1442[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2632[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2632 -> 2797[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2632 -> 2798[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2633 -> 1443[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2633[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2633 -> 2799[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2633 -> 2800[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2634 -> 1444[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2634[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2634 -> 2801[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2634 -> 2802[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2635 -> 1445[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2635[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2635 -> 2803[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2635 -> 2804[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2636 -> 1446[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2636[label="vwx312 <= vwx412",fontsize=16,color="magenta"];2636 -> 2805[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2636 -> 2806[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 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="vwx411",fontsize=16,color="green",shape="box"];2643[label="vwx311",fontsize=16,color="green",shape="box"];2644[label="vwx411",fontsize=16,color="green",shape="box"];2645[label="vwx311",fontsize=16,color="green",shape="box"];2646[label="vwx411",fontsize=16,color="green",shape="box"];2647[label="vwx311",fontsize=16,color="green",shape="box"];2648[label="vwx411",fontsize=16,color="green",shape="box"];2649[label="vwx311",fontsize=16,color="green",shape="box"];2650[label="vwx411",fontsize=16,color="green",shape="box"];2651[label="vwx311",fontsize=16,color="green",shape="box"];2652[label="vwx411",fontsize=16,color="green",shape="box"];2653[label="vwx311",fontsize=16,color="green",shape="box"];2654[label="vwx411",fontsize=16,color="green",shape="box"];2655[label="vwx311",fontsize=16,color="green",shape="box"];2656[label="vwx411",fontsize=16,color="green",shape="box"];2657[label="vwx311",fontsize=16,color="green",shape="box"];2658[label="vwx411",fontsize=16,color="green",shape="box"];2659[label="vwx311",fontsize=16,color="green",shape="box"];2660[label="vwx411",fontsize=16,color="green",shape="box"];2661[label="vwx311",fontsize=16,color="green",shape="box"];2662[label="vwx411",fontsize=16,color="green",shape="box"];2663[label="vwx311",fontsize=16,color="green",shape="box"];2664[label="vwx411",fontsize=16,color="green",shape="box"];2665[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3707[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3707[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3707 -> 2807[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3708[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3708[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3708 -> 2808[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3709[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3709[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3709 -> 2809[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3710[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3710[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3710 -> 2810[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3711[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3711[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3711 -> 2811[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3712[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3712[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3712 -> 2812[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3713[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3713[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3713 -> 2813[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3714[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3714[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3714 -> 2814[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3715[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3715[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3715 -> 2815[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3716[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3716[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3716 -> 2816[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3717[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3717[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3717 -> 2817[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3718[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3718[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3718 -> 2818[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3719[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3719[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3719 -> 2819[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3720[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 3720[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3720 -> 2820[label="",style="solid", color="blue", weight=3]; 18.54/7.93 2666 -> 1414[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2666[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];2666 -> 2821[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2666 -> 2822[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2667[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) False",fontsize=16,color="black",shape="box"];2667 -> 2823[label="",style="solid", color="black", weight=3]; 18.54/7.93 2668[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) True",fontsize=16,color="black",shape="box"];2668 -> 2824[label="",style="solid", color="black", weight=3]; 18.54/7.93 2669 -> 1214[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2669[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2669 -> 2825[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2669 -> 2826[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2670 -> 1216[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2670[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2670 -> 2827[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2670 -> 2828[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2671 -> 1218[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2671[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2671 -> 2829[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2671 -> 2830[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2672 -> 1220[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2672[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2672 -> 2831[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2672 -> 2832[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2673 -> 1222[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2673[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2673 -> 2833[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2673 -> 2834[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2674 -> 1224[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2674[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2674 -> 2835[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2674 -> 2836[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2675 -> 1226[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2675[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2675 -> 2837[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2675 -> 2838[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2676 -> 1228[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2676[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2676 -> 2839[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2676 -> 2840[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2677 -> 1230[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2677[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2677 -> 2841[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2677 -> 2842[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2678 -> 1232[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2678[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2678 -> 2843[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2678 -> 2844[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2679 -> 1234[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2679[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2679 -> 2845[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2679 -> 2846[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2680 -> 1236[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2680[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2680 -> 2847[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2680 -> 2848[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2681 -> 1238[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2681[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2681 -> 2849[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2681 -> 2850[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2682 -> 1240[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2682[label="compare vwx300 vwx400",fontsize=16,color="magenta"];2682 -> 2851[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2682 -> 2852[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2683[label="primCompAux0 vwx138 LT",fontsize=16,color="black",shape="box"];2683 -> 2853[label="",style="solid", color="black", weight=3]; 18.54/7.93 2684[label="primCompAux0 vwx138 EQ",fontsize=16,color="black",shape="box"];2684 -> 2854[label="",style="solid", color="black", weight=3]; 18.54/7.93 2685[label="primCompAux0 vwx138 GT",fontsize=16,color="black",shape="box"];2685 -> 2855[label="",style="solid", color="black", weight=3]; 18.54/7.93 2686[label="Zero",fontsize=16,color="green",shape="box"];2687[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2688[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2689[label="Zero",fontsize=16,color="green",shape="box"];2690 -> 2050[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2690[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];2690 -> 2856[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2690 -> 2857[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2691[label="GT",fontsize=16,color="green",shape="box"];2692[label="LT",fontsize=16,color="green",shape="box"];2693[label="EQ",fontsize=16,color="green",shape="box"];2695 -> 1437[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2695[label="Nothing <= Just vwx400",fontsize=16,color="magenta"];2695 -> 2858[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2695 -> 2859[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2694[label="compare1 Nothing (Just vwx400) vwx151",fontsize=16,color="burlywood",shape="triangle"];3721[label="vwx151/False",fontsize=10,color="white",style="solid",shape="box"];2694 -> 3721[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3721 -> 2860[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3722[label="vwx151/True",fontsize=10,color="white",style="solid",shape="box"];2694 -> 3722[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3722 -> 2861[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2697 -> 1437[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2697[label="Just vwx300 <= Nothing",fontsize=16,color="magenta"];2697 -> 2862[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2697 -> 2863[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2696[label="compare1 (Just vwx300) Nothing vwx152",fontsize=16,color="burlywood",shape="triangle"];3723[label="vwx152/False",fontsize=10,color="white",style="solid",shape="box"];2696 -> 3723[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3723 -> 2864[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3724[label="vwx152/True",fontsize=10,color="white",style="solid",shape="box"];2696 -> 3724[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3724 -> 2865[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2698 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2698[label="vwx300 == vwx400",fontsize=16,color="magenta"];2698 -> 2866[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2698 -> 2867[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2699 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2699[label="vwx300 == vwx400",fontsize=16,color="magenta"];2699 -> 2868[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2699 -> 2869[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2700 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2700[label="vwx300 == vwx400",fontsize=16,color="magenta"];2700 -> 2870[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2700 -> 2871[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2701 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2701[label="vwx300 == vwx400",fontsize=16,color="magenta"];2701 -> 2872[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2701 -> 2873[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2702 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2702[label="vwx300 == vwx400",fontsize=16,color="magenta"];2702 -> 2874[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2702 -> 2875[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2703 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2703[label="vwx300 == vwx400",fontsize=16,color="magenta"];2703 -> 2876[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2703 -> 2877[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2704 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2704[label="vwx300 == vwx400",fontsize=16,color="magenta"];2704 -> 2878[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2704 -> 2879[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2705 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2705[label="vwx300 == vwx400",fontsize=16,color="magenta"];2705 -> 2880[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2705 -> 2881[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2706 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2706[label="vwx300 == vwx400",fontsize=16,color="magenta"];2706 -> 2882[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2706 -> 2883[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2707 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2707[label="vwx300 == vwx400",fontsize=16,color="magenta"];2707 -> 2884[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2707 -> 2885[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2708 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2708[label="vwx300 == vwx400",fontsize=16,color="magenta"];2708 -> 2886[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2708 -> 2887[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2709 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2709[label="vwx300 == vwx400",fontsize=16,color="magenta"];2709 -> 2888[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2709 -> 2889[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2710 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2710[label="vwx300 == vwx400",fontsize=16,color="magenta"];2710 -> 2890[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2710 -> 2891[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2711 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2711[label="vwx300 == vwx400",fontsize=16,color="magenta"];2711 -> 2892[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2711 -> 2893[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2712[label="compare2 (Just vwx144) (Just vwx145) False",fontsize=16,color="black",shape="box"];2712 -> 2894[label="",style="solid", color="black", weight=3]; 18.54/7.93 2713[label="compare2 (Just vwx144) (Just vwx145) True",fontsize=16,color="black",shape="box"];2713 -> 2895[label="",style="solid", color="black", weight=3]; 18.54/7.93 2714[label="vwx30",fontsize=16,color="green",shape="box"];2715[label="vwx40",fontsize=16,color="green",shape="box"];2716[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2716 -> 2896[label="",style="solid", color="black", weight=3]; 18.54/7.93 2717[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2717 -> 2897[label="",style="solid", color="black", weight=3]; 18.54/7.93 2718 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2718[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2718 -> 2898[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2719 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2719[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2719 -> 2899[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2719 -> 2900[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2720 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2720[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2720 -> 2901[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2721 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2721[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2721 -> 2902[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2721 -> 2903[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2722 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2722[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2722 -> 2904[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2723 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2723[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2723 -> 2905[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2723 -> 2906[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2724 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2724[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2724 -> 2907[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2725 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2725[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2725 -> 2908[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2725 -> 2909[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2726[label="vwx30",fontsize=16,color="green",shape="box"];2727[label="vwx40",fontsize=16,color="green",shape="box"];2728[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2728 -> 2910[label="",style="solid", color="black", weight=3]; 18.54/7.93 2729[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2729 -> 2911[label="",style="solid", color="black", weight=3]; 18.54/7.93 2730[label="Integer vwx3000 * Integer vwx4010",fontsize=16,color="black",shape="box"];2730 -> 2912[label="",style="solid", color="black", weight=3]; 18.54/7.93 2731[label="vwx30",fontsize=16,color="green",shape="box"];2732[label="vwx40",fontsize=16,color="green",shape="box"];2733[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2733 -> 2913[label="",style="solid", color="black", weight=3]; 18.54/7.93 2734[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2734 -> 2914[label="",style="solid", color="black", weight=3]; 18.54/7.93 2735 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2735[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2735 -> 2915[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2735 -> 2916[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2736 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2736[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2736 -> 2917[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2736 -> 2918[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2737 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2737[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];2737 -> 2919[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2737 -> 2920[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2738 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2738[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2738 -> 2921[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2738 -> 2922[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2739 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2739[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2739 -> 2923[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2739 -> 2924[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2740 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2740[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];2740 -> 2925[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2740 -> 2926[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2741 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2741[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];2741 -> 2927[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2741 -> 2928[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2742 -> 1827[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2742[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];2742 -> 2929[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2742 -> 2930[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2743[label="vwx30",fontsize=16,color="green",shape="box"];2744[label="vwx40",fontsize=16,color="green",shape="box"];2745[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2745 -> 2931[label="",style="solid", color="black", weight=3]; 18.54/7.93 2746[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2746 -> 2932[label="",style="solid", color="black", weight=3]; 18.54/7.93 2747[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];2747 -> 2933[label="",style="dashed", color="green", weight=3]; 18.54/7.93 2748[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];2748 -> 2934[label="",style="dashed", color="green", weight=3]; 18.54/7.93 2749[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];2749 -> 2935[label="",style="dashed", color="green", weight=3]; 18.54/7.93 2750[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];2750 -> 2936[label="",style="dashed", color="green", weight=3]; 18.54/7.93 2751[label="vwx311",fontsize=16,color="green",shape="box"];2752[label="vwx411",fontsize=16,color="green",shape="box"];2753[label="vwx311",fontsize=16,color="green",shape="box"];2754[label="vwx411",fontsize=16,color="green",shape="box"];2755[label="vwx311",fontsize=16,color="green",shape="box"];2756[label="vwx411",fontsize=16,color="green",shape="box"];2757[label="vwx311",fontsize=16,color="green",shape="box"];2758[label="vwx411",fontsize=16,color="green",shape="box"];2759[label="vwx311",fontsize=16,color="green",shape="box"];2760[label="vwx411",fontsize=16,color="green",shape="box"];2761[label="vwx311",fontsize=16,color="green",shape="box"];2762[label="vwx411",fontsize=16,color="green",shape="box"];2763[label="vwx311",fontsize=16,color="green",shape="box"];2764[label="vwx411",fontsize=16,color="green",shape="box"];2765[label="vwx311",fontsize=16,color="green",shape="box"];2766[label="vwx411",fontsize=16,color="green",shape="box"];2767[label="vwx311",fontsize=16,color="green",shape="box"];2768[label="vwx411",fontsize=16,color="green",shape="box"];2769[label="vwx311",fontsize=16,color="green",shape="box"];2770[label="vwx411",fontsize=16,color="green",shape="box"];2771[label="vwx311",fontsize=16,color="green",shape="box"];2772[label="vwx411",fontsize=16,color="green",shape="box"];2773[label="vwx311",fontsize=16,color="green",shape="box"];2774[label="vwx411",fontsize=16,color="green",shape="box"];2775[label="vwx311",fontsize=16,color="green",shape="box"];2776[label="vwx411",fontsize=16,color="green",shape="box"];2777[label="vwx311",fontsize=16,color="green",shape="box"];2778[label="vwx411",fontsize=16,color="green",shape="box"];2779[label="vwx312",fontsize=16,color="green",shape="box"];2780[label="vwx412",fontsize=16,color="green",shape="box"];2781[label="vwx312",fontsize=16,color="green",shape="box"];2782[label="vwx412",fontsize=16,color="green",shape="box"];2783[label="vwx312",fontsize=16,color="green",shape="box"];2784[label="vwx412",fontsize=16,color="green",shape="box"];2785[label="vwx312",fontsize=16,color="green",shape="box"];2786[label="vwx412",fontsize=16,color="green",shape="box"];2787[label="vwx312",fontsize=16,color="green",shape="box"];2788[label="vwx412",fontsize=16,color="green",shape="box"];2789[label="vwx312",fontsize=16,color="green",shape="box"];2790[label="vwx412",fontsize=16,color="green",shape="box"];2791[label="vwx312",fontsize=16,color="green",shape="box"];2792[label="vwx412",fontsize=16,color="green",shape="box"];2793[label="vwx312",fontsize=16,color="green",shape="box"];2794[label="vwx412",fontsize=16,color="green",shape="box"];2795[label="vwx312",fontsize=16,color="green",shape="box"];2796[label="vwx412",fontsize=16,color="green",shape="box"];2797[label="vwx312",fontsize=16,color="green",shape="box"];2798[label="vwx412",fontsize=16,color="green",shape="box"];2799[label="vwx312",fontsize=16,color="green",shape="box"];2800[label="vwx412",fontsize=16,color="green",shape="box"];2801[label="vwx312",fontsize=16,color="green",shape="box"];2802[label="vwx412",fontsize=16,color="green",shape="box"];2803[label="vwx312",fontsize=16,color="green",shape="box"];2804[label="vwx412",fontsize=16,color="green",shape="box"];2805[label="vwx312",fontsize=16,color="green",shape="box"];2806[label="vwx412",fontsize=16,color="green",shape="box"];2807 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2807[label="vwx300 == vwx400",fontsize=16,color="magenta"];2807 -> 2937[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2807 -> 2938[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2808 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2808[label="vwx300 == vwx400",fontsize=16,color="magenta"];2808 -> 2939[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2808 -> 2940[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2809 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2809[label="vwx300 == vwx400",fontsize=16,color="magenta"];2809 -> 2941[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2809 -> 2942[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2810 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2810[label="vwx300 == vwx400",fontsize=16,color="magenta"];2810 -> 2943[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2810 -> 2944[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2811 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2811[label="vwx300 == vwx400",fontsize=16,color="magenta"];2811 -> 2945[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2811 -> 2946[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2812 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2812[label="vwx300 == vwx400",fontsize=16,color="magenta"];2812 -> 2947[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2812 -> 2948[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2813 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2813[label="vwx300 == vwx400",fontsize=16,color="magenta"];2813 -> 2949[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2813 -> 2950[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2814 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2814[label="vwx300 == vwx400",fontsize=16,color="magenta"];2814 -> 2951[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2814 -> 2952[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2815 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2815[label="vwx300 == vwx400",fontsize=16,color="magenta"];2815 -> 2953[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2815 -> 2954[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2816 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2816[label="vwx300 == vwx400",fontsize=16,color="magenta"];2816 -> 2955[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2816 -> 2956[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2817 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2817[label="vwx300 == vwx400",fontsize=16,color="magenta"];2817 -> 2957[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2817 -> 2958[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2818 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2818[label="vwx300 == vwx400",fontsize=16,color="magenta"];2818 -> 2959[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2818 -> 2960[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2819 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2819[label="vwx300 == vwx400",fontsize=16,color="magenta"];2819 -> 2961[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2819 -> 2962[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2820 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2820[label="vwx300 == vwx400",fontsize=16,color="magenta"];2820 -> 2963[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2820 -> 2964[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2821[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3725[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3725[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3725 -> 2965[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3726[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3726[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3726 -> 2966[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3727[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3727[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3727 -> 2967[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3728[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3728[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3728 -> 2968[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3729[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3729[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3729 -> 2969[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3730[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3730[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3730 -> 2970[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3731[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3731[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3731 -> 2971[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3732[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3732[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3732 -> 2972[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3733[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3733[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3733 -> 2973[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3734[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3734[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3734 -> 2974[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3735[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3735[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3735 -> 2975[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3736[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3736[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3736 -> 2976[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3737[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3737[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3737 -> 2977[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3738[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2821 -> 3738[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3738 -> 2978[label="",style="solid", color="blue", weight=3]; 18.54/7.93 2822[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3739[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3739[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3739 -> 2979[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3740[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3740[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3740 -> 2980[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3741[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3741[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3741 -> 2981[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3742[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3742[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3742 -> 2982[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3743[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3743[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3743 -> 2983[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3744[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3744[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3744 -> 2984[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3745[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3745[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3745 -> 2985[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3746[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3746[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3746 -> 2986[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3747[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3747[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3747 -> 2987[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3748[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3748[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3748 -> 2988[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3749[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3749[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3749 -> 2989[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3750[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3750[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3750 -> 2990[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3751[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3751[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3751 -> 2991[label="",style="solid", color="blue", weight=3]; 18.54/7.93 3752[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2822 -> 3752[label="",style="solid", color="blue", weight=9]; 18.54/7.93 3752 -> 2992[label="",style="solid", color="blue", weight=3]; 18.54/7.93 2823 -> 2993[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2823[label="compare1 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) ((vwx300,vwx301,vwx302) <= (vwx400,vwx401,vwx402))",fontsize=16,color="magenta"];2823 -> 2994[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2824[label="EQ",fontsize=16,color="green",shape="box"];2825[label="vwx300",fontsize=16,color="green",shape="box"];2826[label="vwx400",fontsize=16,color="green",shape="box"];2827[label="vwx300",fontsize=16,color="green",shape="box"];2828[label="vwx400",fontsize=16,color="green",shape="box"];2829[label="vwx300",fontsize=16,color="green",shape="box"];2830[label="vwx400",fontsize=16,color="green",shape="box"];2831[label="vwx300",fontsize=16,color="green",shape="box"];2832[label="vwx400",fontsize=16,color="green",shape="box"];2833[label="vwx300",fontsize=16,color="green",shape="box"];2834[label="vwx400",fontsize=16,color="green",shape="box"];2835[label="vwx300",fontsize=16,color="green",shape="box"];2836[label="vwx400",fontsize=16,color="green",shape="box"];2837[label="vwx300",fontsize=16,color="green",shape="box"];2838[label="vwx400",fontsize=16,color="green",shape="box"];2839[label="vwx300",fontsize=16,color="green",shape="box"];2840[label="vwx400",fontsize=16,color="green",shape="box"];2841[label="vwx300",fontsize=16,color="green",shape="box"];2842[label="vwx400",fontsize=16,color="green",shape="box"];2843[label="vwx300",fontsize=16,color="green",shape="box"];2844[label="vwx400",fontsize=16,color="green",shape="box"];2845[label="vwx300",fontsize=16,color="green",shape="box"];2846[label="vwx400",fontsize=16,color="green",shape="box"];2847[label="vwx300",fontsize=16,color="green",shape="box"];2848[label="vwx400",fontsize=16,color="green",shape="box"];2849[label="vwx300",fontsize=16,color="green",shape="box"];2850[label="vwx400",fontsize=16,color="green",shape="box"];2851[label="vwx300",fontsize=16,color="green",shape="box"];2852[label="vwx400",fontsize=16,color="green",shape="box"];2853[label="LT",fontsize=16,color="green",shape="box"];2854[label="vwx138",fontsize=16,color="green",shape="box"];2855[label="GT",fontsize=16,color="green",shape="box"];2856[label="vwx3000",fontsize=16,color="green",shape="box"];2857[label="vwx4000",fontsize=16,color="green",shape="box"];2858[label="Nothing",fontsize=16,color="green",shape="box"];2859[label="Just vwx400",fontsize=16,color="green",shape="box"];2860[label="compare1 Nothing (Just vwx400) False",fontsize=16,color="black",shape="box"];2860 -> 2995[label="",style="solid", color="black", weight=3]; 18.54/7.93 2861[label="compare1 Nothing (Just vwx400) True",fontsize=16,color="black",shape="box"];2861 -> 2996[label="",style="solid", color="black", weight=3]; 18.54/7.93 2862[label="Just vwx300",fontsize=16,color="green",shape="box"];2863[label="Nothing",fontsize=16,color="green",shape="box"];2864[label="compare1 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];2864 -> 2997[label="",style="solid", color="black", weight=3]; 18.54/7.93 2865[label="compare1 (Just vwx300) Nothing True",fontsize=16,color="black",shape="box"];2865 -> 2998[label="",style="solid", color="black", weight=3]; 18.54/7.93 2866[label="vwx300",fontsize=16,color="green",shape="box"];2867[label="vwx400",fontsize=16,color="green",shape="box"];2868[label="vwx300",fontsize=16,color="green",shape="box"];2869[label="vwx400",fontsize=16,color="green",shape="box"];2870[label="vwx300",fontsize=16,color="green",shape="box"];2871[label="vwx400",fontsize=16,color="green",shape="box"];2872[label="vwx300",fontsize=16,color="green",shape="box"];2873[label="vwx400",fontsize=16,color="green",shape="box"];2874[label="vwx300",fontsize=16,color="green",shape="box"];2875[label="vwx400",fontsize=16,color="green",shape="box"];2876[label="vwx300",fontsize=16,color="green",shape="box"];2877[label="vwx400",fontsize=16,color="green",shape="box"];2878[label="vwx300",fontsize=16,color="green",shape="box"];2879[label="vwx400",fontsize=16,color="green",shape="box"];2880[label="vwx300",fontsize=16,color="green",shape="box"];2881[label="vwx400",fontsize=16,color="green",shape="box"];2882[label="vwx300",fontsize=16,color="green",shape="box"];2883[label="vwx400",fontsize=16,color="green",shape="box"];2884[label="vwx300",fontsize=16,color="green",shape="box"];2885[label="vwx400",fontsize=16,color="green",shape="box"];2886[label="vwx300",fontsize=16,color="green",shape="box"];2887[label="vwx400",fontsize=16,color="green",shape="box"];2888[label="vwx300",fontsize=16,color="green",shape="box"];2889[label="vwx400",fontsize=16,color="green",shape="box"];2890[label="vwx300",fontsize=16,color="green",shape="box"];2891[label="vwx400",fontsize=16,color="green",shape="box"];2892[label="vwx300",fontsize=16,color="green",shape="box"];2893[label="vwx400",fontsize=16,color="green",shape="box"];2894 -> 2999[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2894[label="compare1 (Just vwx144) (Just vwx145) (Just vwx144 <= Just vwx145)",fontsize=16,color="magenta"];2894 -> 3000[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2895[label="EQ",fontsize=16,color="green",shape="box"];2896[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2896 -> 3001[label="",style="solid", color="black", weight=3]; 18.54/7.93 2897[label="LT",fontsize=16,color="green",shape="box"];2898[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2899[label="vwx400",fontsize=16,color="green",shape="box"];2900[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2901[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2902[label="vwx400",fontsize=16,color="green",shape="box"];2903[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2904[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2905[label="vwx400",fontsize=16,color="green",shape="box"];2906[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2907[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2908[label="vwx400",fontsize=16,color="green",shape="box"];2909[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2910[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2910 -> 3002[label="",style="solid", color="black", weight=3]; 18.54/7.93 2911[label="LT",fontsize=16,color="green",shape="box"];2912[label="Integer (primMulInt vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];2912 -> 3003[label="",style="dashed", color="green", weight=3]; 18.54/7.93 2913[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2913 -> 3004[label="",style="solid", color="black", weight=3]; 18.54/7.93 2914[label="LT",fontsize=16,color="green",shape="box"];2915[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2916[label="vwx300",fontsize=16,color="green",shape="box"];2917[label="vwx400",fontsize=16,color="green",shape="box"];2918[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2919[label="Pos vwx4010",fontsize=16,color="green",shape="box"];2920[label="vwx300",fontsize=16,color="green",shape="box"];2921[label="vwx400",fontsize=16,color="green",shape="box"];2922[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2923[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2924[label="vwx300",fontsize=16,color="green",shape="box"];2925[label="vwx400",fontsize=16,color="green",shape="box"];2926[label="Pos vwx3010",fontsize=16,color="green",shape="box"];2927[label="Neg vwx4010",fontsize=16,color="green",shape="box"];2928[label="vwx300",fontsize=16,color="green",shape="box"];2929[label="vwx400",fontsize=16,color="green",shape="box"];2930[label="Neg vwx3010",fontsize=16,color="green",shape="box"];2931[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];2931 -> 3005[label="",style="solid", color="black", weight=3]; 18.54/7.93 2932[label="LT",fontsize=16,color="green",shape="box"];2933[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];3753[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];2933 -> 3753[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3753 -> 3006[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3754[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];2933 -> 3754[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3754 -> 3007[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2934 -> 2933[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2934[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];2934 -> 3008[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2935 -> 2933[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2935[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];2935 -> 3009[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2936 -> 2933[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2936[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];2936 -> 3010[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2936 -> 3011[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2937[label="vwx300",fontsize=16,color="green",shape="box"];2938[label="vwx400",fontsize=16,color="green",shape="box"];2939[label="vwx300",fontsize=16,color="green",shape="box"];2940[label="vwx400",fontsize=16,color="green",shape="box"];2941[label="vwx300",fontsize=16,color="green",shape="box"];2942[label="vwx400",fontsize=16,color="green",shape="box"];2943[label="vwx300",fontsize=16,color="green",shape="box"];2944[label="vwx400",fontsize=16,color="green",shape="box"];2945[label="vwx300",fontsize=16,color="green",shape="box"];2946[label="vwx400",fontsize=16,color="green",shape="box"];2947[label="vwx300",fontsize=16,color="green",shape="box"];2948[label="vwx400",fontsize=16,color="green",shape="box"];2949[label="vwx300",fontsize=16,color="green",shape="box"];2950[label="vwx400",fontsize=16,color="green",shape="box"];2951[label="vwx300",fontsize=16,color="green",shape="box"];2952[label="vwx400",fontsize=16,color="green",shape="box"];2953[label="vwx300",fontsize=16,color="green",shape="box"];2954[label="vwx400",fontsize=16,color="green",shape="box"];2955[label="vwx300",fontsize=16,color="green",shape="box"];2956[label="vwx400",fontsize=16,color="green",shape="box"];2957[label="vwx300",fontsize=16,color="green",shape="box"];2958[label="vwx400",fontsize=16,color="green",shape="box"];2959[label="vwx300",fontsize=16,color="green",shape="box"];2960[label="vwx400",fontsize=16,color="green",shape="box"];2961[label="vwx300",fontsize=16,color="green",shape="box"];2962[label="vwx400",fontsize=16,color="green",shape="box"];2963[label="vwx300",fontsize=16,color="green",shape="box"];2964[label="vwx400",fontsize=16,color="green",shape="box"];2965 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2965[label="vwx301 == vwx401",fontsize=16,color="magenta"];2965 -> 3012[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2965 -> 3013[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2966 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2966[label="vwx301 == vwx401",fontsize=16,color="magenta"];2966 -> 3014[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2966 -> 3015[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2967 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2967[label="vwx301 == vwx401",fontsize=16,color="magenta"];2967 -> 3016[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2967 -> 3017[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2968 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2968[label="vwx301 == vwx401",fontsize=16,color="magenta"];2968 -> 3018[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2968 -> 3019[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2969 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2969[label="vwx301 == vwx401",fontsize=16,color="magenta"];2969 -> 3020[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2969 -> 3021[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2970 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2970[label="vwx301 == vwx401",fontsize=16,color="magenta"];2970 -> 3022[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2970 -> 3023[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2971 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2971[label="vwx301 == vwx401",fontsize=16,color="magenta"];2971 -> 3024[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2971 -> 3025[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2972 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2972[label="vwx301 == vwx401",fontsize=16,color="magenta"];2972 -> 3026[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2972 -> 3027[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2973 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2973[label="vwx301 == vwx401",fontsize=16,color="magenta"];2973 -> 3028[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2973 -> 3029[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2974 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2974[label="vwx301 == vwx401",fontsize=16,color="magenta"];2974 -> 3030[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2974 -> 3031[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2975 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2975[label="vwx301 == vwx401",fontsize=16,color="magenta"];2975 -> 3032[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2975 -> 3033[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2976 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2976[label="vwx301 == vwx401",fontsize=16,color="magenta"];2976 -> 3034[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2976 -> 3035[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2977 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2977[label="vwx301 == vwx401",fontsize=16,color="magenta"];2977 -> 3036[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2977 -> 3037[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2978 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2978[label="vwx301 == vwx401",fontsize=16,color="magenta"];2978 -> 3038[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2978 -> 3039[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2979 -> 1431[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2979[label="vwx302 == vwx402",fontsize=16,color="magenta"];2979 -> 3040[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2979 -> 3041[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2980 -> 1430[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2980[label="vwx302 == vwx402",fontsize=16,color="magenta"];2980 -> 3042[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2980 -> 3043[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2981 -> 1432[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2981[label="vwx302 == vwx402",fontsize=16,color="magenta"];2981 -> 3044[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2981 -> 3045[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2982 -> 1424[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2982[label="vwx302 == vwx402",fontsize=16,color="magenta"];2982 -> 3046[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2982 -> 3047[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2983 -> 1428[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2983[label="vwx302 == vwx402",fontsize=16,color="magenta"];2983 -> 3048[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2983 -> 3049[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2984 -> 1422[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2984[label="vwx302 == vwx402",fontsize=16,color="magenta"];2984 -> 3050[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2984 -> 3051[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2985 -> 1423[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2985[label="vwx302 == vwx402",fontsize=16,color="magenta"];2985 -> 3052[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2985 -> 3053[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2986 -> 1427[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2986[label="vwx302 == vwx402",fontsize=16,color="magenta"];2986 -> 3054[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2986 -> 3055[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2987 -> 1429[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2987[label="vwx302 == vwx402",fontsize=16,color="magenta"];2987 -> 3056[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2987 -> 3057[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2988 -> 1426[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2988[label="vwx302 == vwx402",fontsize=16,color="magenta"];2988 -> 3058[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2988 -> 3059[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2989 -> 1420[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2989[label="vwx302 == vwx402",fontsize=16,color="magenta"];2989 -> 3060[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2989 -> 3061[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2990 -> 1166[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2990[label="vwx302 == vwx402",fontsize=16,color="magenta"];2990 -> 3062[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2990 -> 3063[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2991 -> 1421[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2991[label="vwx302 == vwx402",fontsize=16,color="magenta"];2991 -> 3064[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2991 -> 3065[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2992 -> 1419[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2992[label="vwx302 == vwx402",fontsize=16,color="magenta"];2992 -> 3066[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2992 -> 3067[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2994 -> 1433[label="",style="dashed", color="red", weight=0]; 18.54/7.93 2994[label="(vwx300,vwx301,vwx302) <= (vwx400,vwx401,vwx402)",fontsize=16,color="magenta"];2994 -> 3068[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2994 -> 3069[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2993[label="compare1 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) vwx153",fontsize=16,color="burlywood",shape="triangle"];3755[label="vwx153/False",fontsize=10,color="white",style="solid",shape="box"];2993 -> 3755[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3755 -> 3070[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3756[label="vwx153/True",fontsize=10,color="white",style="solid",shape="box"];2993 -> 3756[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3756 -> 3071[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 2995[label="compare0 Nothing (Just vwx400) otherwise",fontsize=16,color="black",shape="box"];2995 -> 3072[label="",style="solid", color="black", weight=3]; 18.54/7.93 2996[label="LT",fontsize=16,color="green",shape="box"];2997[label="compare0 (Just vwx300) Nothing otherwise",fontsize=16,color="black",shape="box"];2997 -> 3073[label="",style="solid", color="black", weight=3]; 18.54/7.93 2998[label="LT",fontsize=16,color="green",shape="box"];3000 -> 1437[label="",style="dashed", color="red", weight=0]; 18.54/7.93 3000[label="Just vwx144 <= Just vwx145",fontsize=16,color="magenta"];3000 -> 3074[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 3000 -> 3075[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 2999[label="compare1 (Just vwx144) (Just vwx145) vwx154",fontsize=16,color="burlywood",shape="triangle"];3757[label="vwx154/False",fontsize=10,color="white",style="solid",shape="box"];2999 -> 3757[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3757 -> 3076[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3758[label="vwx154/True",fontsize=10,color="white",style="solid",shape="box"];2999 -> 3758[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3758 -> 3077[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3001[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3001 -> 3078[label="",style="solid", color="black", weight=3]; 18.54/7.93 3002[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3002 -> 3079[label="",style="solid", color="black", weight=3]; 18.54/7.93 3003 -> 2171[label="",style="dashed", color="red", weight=0]; 18.54/7.93 3003[label="primMulInt vwx3000 vwx4010",fontsize=16,color="magenta"];3003 -> 3080[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 3003 -> 3081[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 3004[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3004 -> 3082[label="",style="solid", color="black", weight=3]; 18.54/7.93 3005[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3005 -> 3083[label="",style="solid", color="black", weight=3]; 18.54/7.93 3006[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];3759[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];3006 -> 3759[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3759 -> 3084[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3760[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];3006 -> 3760[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3760 -> 3085[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3007[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];3761[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];3007 -> 3761[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3761 -> 3086[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3762[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];3007 -> 3762[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3762 -> 3087[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3008[label="vwx4010",fontsize=16,color="green",shape="box"];3009[label="vwx3000",fontsize=16,color="green",shape="box"];3010[label="vwx4010",fontsize=16,color="green",shape="box"];3011[label="vwx3000",fontsize=16,color="green",shape="box"];3012[label="vwx301",fontsize=16,color="green",shape="box"];3013[label="vwx401",fontsize=16,color="green",shape="box"];3014[label="vwx301",fontsize=16,color="green",shape="box"];3015[label="vwx401",fontsize=16,color="green",shape="box"];3016[label="vwx301",fontsize=16,color="green",shape="box"];3017[label="vwx401",fontsize=16,color="green",shape="box"];3018[label="vwx301",fontsize=16,color="green",shape="box"];3019[label="vwx401",fontsize=16,color="green",shape="box"];3020[label="vwx301",fontsize=16,color="green",shape="box"];3021[label="vwx401",fontsize=16,color="green",shape="box"];3022[label="vwx301",fontsize=16,color="green",shape="box"];3023[label="vwx401",fontsize=16,color="green",shape="box"];3024[label="vwx301",fontsize=16,color="green",shape="box"];3025[label="vwx401",fontsize=16,color="green",shape="box"];3026[label="vwx301",fontsize=16,color="green",shape="box"];3027[label="vwx401",fontsize=16,color="green",shape="box"];3028[label="vwx301",fontsize=16,color="green",shape="box"];3029[label="vwx401",fontsize=16,color="green",shape="box"];3030[label="vwx301",fontsize=16,color="green",shape="box"];3031[label="vwx401",fontsize=16,color="green",shape="box"];3032[label="vwx301",fontsize=16,color="green",shape="box"];3033[label="vwx401",fontsize=16,color="green",shape="box"];3034[label="vwx301",fontsize=16,color="green",shape="box"];3035[label="vwx401",fontsize=16,color="green",shape="box"];3036[label="vwx301",fontsize=16,color="green",shape="box"];3037[label="vwx401",fontsize=16,color="green",shape="box"];3038[label="vwx301",fontsize=16,color="green",shape="box"];3039[label="vwx401",fontsize=16,color="green",shape="box"];3040[label="vwx302",fontsize=16,color="green",shape="box"];3041[label="vwx402",fontsize=16,color="green",shape="box"];3042[label="vwx302",fontsize=16,color="green",shape="box"];3043[label="vwx402",fontsize=16,color="green",shape="box"];3044[label="vwx302",fontsize=16,color="green",shape="box"];3045[label="vwx402",fontsize=16,color="green",shape="box"];3046[label="vwx302",fontsize=16,color="green",shape="box"];3047[label="vwx402",fontsize=16,color="green",shape="box"];3048[label="vwx302",fontsize=16,color="green",shape="box"];3049[label="vwx402",fontsize=16,color="green",shape="box"];3050[label="vwx302",fontsize=16,color="green",shape="box"];3051[label="vwx402",fontsize=16,color="green",shape="box"];3052[label="vwx302",fontsize=16,color="green",shape="box"];3053[label="vwx402",fontsize=16,color="green",shape="box"];3054[label="vwx302",fontsize=16,color="green",shape="box"];3055[label="vwx402",fontsize=16,color="green",shape="box"];3056[label="vwx302",fontsize=16,color="green",shape="box"];3057[label="vwx402",fontsize=16,color="green",shape="box"];3058[label="vwx302",fontsize=16,color="green",shape="box"];3059[label="vwx402",fontsize=16,color="green",shape="box"];3060[label="vwx302",fontsize=16,color="green",shape="box"];3061[label="vwx402",fontsize=16,color="green",shape="box"];3062[label="vwx302",fontsize=16,color="green",shape="box"];3063[label="vwx402",fontsize=16,color="green",shape="box"];3064[label="vwx302",fontsize=16,color="green",shape="box"];3065[label="vwx402",fontsize=16,color="green",shape="box"];3066[label="vwx302",fontsize=16,color="green",shape="box"];3067[label="vwx402",fontsize=16,color="green",shape="box"];3068[label="(vwx300,vwx301,vwx302)",fontsize=16,color="green",shape="box"];3069[label="(vwx400,vwx401,vwx402)",fontsize=16,color="green",shape="box"];3070[label="compare1 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) False",fontsize=16,color="black",shape="box"];3070 -> 3088[label="",style="solid", color="black", weight=3]; 18.54/7.93 3071[label="compare1 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) True",fontsize=16,color="black",shape="box"];3071 -> 3089[label="",style="solid", color="black", weight=3]; 18.54/7.93 3072[label="compare0 Nothing (Just vwx400) True",fontsize=16,color="black",shape="box"];3072 -> 3090[label="",style="solid", color="black", weight=3]; 18.54/7.93 3073[label="compare0 (Just vwx300) Nothing True",fontsize=16,color="black",shape="box"];3073 -> 3091[label="",style="solid", color="black", weight=3]; 18.54/7.93 3074[label="Just vwx144",fontsize=16,color="green",shape="box"];3075[label="Just vwx145",fontsize=16,color="green",shape="box"];3076[label="compare1 (Just vwx144) (Just vwx145) False",fontsize=16,color="black",shape="box"];3076 -> 3092[label="",style="solid", color="black", weight=3]; 18.54/7.93 3077[label="compare1 (Just vwx144) (Just vwx145) True",fontsize=16,color="black",shape="box"];3077 -> 3093[label="",style="solid", color="black", weight=3]; 18.54/7.93 3078[label="GT",fontsize=16,color="green",shape="box"];3079[label="GT",fontsize=16,color="green",shape="box"];3080[label="vwx4010",fontsize=16,color="green",shape="box"];3081[label="vwx3000",fontsize=16,color="green",shape="box"];3082[label="GT",fontsize=16,color="green",shape="box"];3083[label="GT",fontsize=16,color="green",shape="box"];3084[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];3084 -> 3094[label="",style="solid", color="black", weight=3]; 18.54/7.93 3085[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];3085 -> 3095[label="",style="solid", color="black", weight=3]; 18.54/7.93 3086[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];3086 -> 3096[label="",style="solid", color="black", weight=3]; 18.54/7.93 3087[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];3087 -> 3097[label="",style="solid", color="black", weight=3]; 18.54/7.93 3088[label="compare0 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) otherwise",fontsize=16,color="black",shape="box"];3088 -> 3098[label="",style="solid", color="black", weight=3]; 18.54/7.93 3089[label="LT",fontsize=16,color="green",shape="box"];3090[label="GT",fontsize=16,color="green",shape="box"];3091[label="GT",fontsize=16,color="green",shape="box"];3092[label="compare0 (Just vwx144) (Just vwx145) otherwise",fontsize=16,color="black",shape="box"];3092 -> 3099[label="",style="solid", color="black", weight=3]; 18.54/7.93 3093[label="LT",fontsize=16,color="green",shape="box"];3094 -> 3100[label="",style="dashed", color="red", weight=0]; 18.54/7.93 3094[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];3094 -> 3101[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 3095[label="Zero",fontsize=16,color="green",shape="box"];3096[label="Zero",fontsize=16,color="green",shape="box"];3097[label="Zero",fontsize=16,color="green",shape="box"];3098[label="compare0 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) True",fontsize=16,color="black",shape="box"];3098 -> 3102[label="",style="solid", color="black", weight=3]; 18.54/7.93 3099[label="compare0 (Just vwx144) (Just vwx145) True",fontsize=16,color="black",shape="box"];3099 -> 3103[label="",style="solid", color="black", weight=3]; 18.54/7.93 3101 -> 2933[label="",style="dashed", color="red", weight=0]; 18.54/7.93 3101[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];3101 -> 3104[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 3101 -> 3105[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 3100[label="primPlusNat vwx155 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];3763[label="vwx155/Succ vwx1550",fontsize=10,color="white",style="solid",shape="box"];3100 -> 3763[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3763 -> 3106[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3764[label="vwx155/Zero",fontsize=10,color="white",style="solid",shape="box"];3100 -> 3764[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3764 -> 3107[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3102[label="GT",fontsize=16,color="green",shape="box"];3103[label="GT",fontsize=16,color="green",shape="box"];3104[label="Succ vwx40100",fontsize=16,color="green",shape="box"];3105[label="vwx30000",fontsize=16,color="green",shape="box"];3106[label="primPlusNat (Succ vwx1550) (Succ vwx40100)",fontsize=16,color="black",shape="box"];3106 -> 3108[label="",style="solid", color="black", weight=3]; 18.54/7.93 3107[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];3107 -> 3109[label="",style="solid", color="black", weight=3]; 18.54/7.93 3108[label="Succ (Succ (primPlusNat vwx1550 vwx40100))",fontsize=16,color="green",shape="box"];3108 -> 3110[label="",style="dashed", color="green", weight=3]; 18.54/7.93 3109[label="Succ vwx40100",fontsize=16,color="green",shape="box"];3110[label="primPlusNat vwx1550 vwx40100",fontsize=16,color="burlywood",shape="triangle"];3765[label="vwx1550/Succ vwx15500",fontsize=10,color="white",style="solid",shape="box"];3110 -> 3765[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3765 -> 3111[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3766[label="vwx1550/Zero",fontsize=10,color="white",style="solid",shape="box"];3110 -> 3766[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3766 -> 3112[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3111[label="primPlusNat (Succ vwx15500) vwx40100",fontsize=16,color="burlywood",shape="box"];3767[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];3111 -> 3767[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3767 -> 3113[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3768[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];3111 -> 3768[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3768 -> 3114[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3112[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];3769[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3769[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3769 -> 3115[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3770[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];3112 -> 3770[label="",style="solid", color="burlywood", weight=9]; 18.54/7.93 3770 -> 3116[label="",style="solid", color="burlywood", weight=3]; 18.54/7.93 3113[label="primPlusNat (Succ vwx15500) (Succ vwx401000)",fontsize=16,color="black",shape="box"];3113 -> 3117[label="",style="solid", color="black", weight=3]; 18.54/7.93 3114[label="primPlusNat (Succ vwx15500) Zero",fontsize=16,color="black",shape="box"];3114 -> 3118[label="",style="solid", color="black", weight=3]; 18.54/7.93 3115[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];3115 -> 3119[label="",style="solid", color="black", weight=3]; 18.54/7.93 3116[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];3116 -> 3120[label="",style="solid", color="black", weight=3]; 18.54/7.93 3117[label="Succ (Succ (primPlusNat vwx15500 vwx401000))",fontsize=16,color="green",shape="box"];3117 -> 3121[label="",style="dashed", color="green", weight=3]; 18.54/7.93 3118[label="Succ vwx15500",fontsize=16,color="green",shape="box"];3119[label="Succ vwx401000",fontsize=16,color="green",shape="box"];3120[label="Zero",fontsize=16,color="green",shape="box"];3121 -> 3110[label="",style="dashed", color="red", weight=0]; 18.54/7.93 3121[label="primPlusNat vwx15500 vwx401000",fontsize=16,color="magenta"];3121 -> 3122[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 3121 -> 3123[label="",style="dashed", color="magenta", weight=3]; 18.54/7.93 3122[label="vwx401000",fontsize=16,color="green",shape="box"];3123[label="vwx15500",fontsize=16,color="green",shape="box"];} 18.54/7.93 18.54/7.93 ---------------------------------------- 18.54/7.93 18.54/7.93 (14) 18.54/7.93 Complex Obligation (AND) 18.54/7.93 18.54/7.93 ---------------------------------------- 18.54/7.93 18.54/7.93 (15) 18.54/7.93 Obligation: 18.54/7.93 Q DP problem: 18.54/7.93 The TRS P consists of the following rules: 18.54/7.93 18.54/7.93 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 18.54/7.93 18.54/7.93 R is empty. 18.54/7.93 Q is empty. 18.54/7.93 We have to consider all minimal (P,Q,R)-chains. 18.54/7.93 ---------------------------------------- 18.54/7.93 18.54/7.93 (16) QDPSizeChangeProof (EQUIVALENT) 18.54/7.93 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.54/7.93 18.54/7.93 From the DPs we obtained the following set of size-change graphs: 18.54/7.93 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 18.54/7.93 The graph contains the following edges 1 > 1, 2 > 2 18.54/7.93 18.54/7.93 18.54/7.93 ---------------------------------------- 18.54/7.93 18.54/7.93 (17) 18.54/7.93 YES 18.54/7.93 18.54/7.93 ---------------------------------------- 18.54/7.93 18.54/7.93 (18) 18.54/7.93 Obligation: 18.54/7.93 Q DP problem: 18.54/7.93 The TRS P consists of the following rules: 18.54/7.93 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(ty_Maybe, da), cf) -> new_lt1(vwx311, vwx411, da) 18.54/7.93 new_lt0(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_primCompAux(vwx300, vwx400, new_compare0(vwx301, vwx401, eh), eh) 18.54/7.93 new_compare2(Just(vwx300), Just(vwx400), gf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, gf), gf) 18.54/7.93 new_lt1(Nothing, Just(vwx400), gf) -> new_ltEs1(Nothing, Just(vwx400), gf) 18.54/7.93 new_lt1(Just(vwx300), Nothing, gf) -> new_ltEs1(Just(vwx300), Nothing, gf) 18.54/7.93 new_ltEs3(Left(vwx310), Left(vwx410), app(app(ty_Either, bdd), bde), bcg) -> new_ltEs3(vwx310, vwx410, bdd, bde) 18.54/7.93 new_lt3(vwx30, vwx40, bfb, bfc) -> new_compare23(vwx30, vwx40, new_esEs9(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.54/7.93 new_compare21(vwx144, vwx145, False, bfd) -> new_ltEs1(Just(vwx144), Just(vwx145), bfd) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_Maybe, eb), ba, cf) -> new_lt1(vwx310, vwx410, eb) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(app(ty_Either, dd), de), cf) -> new_lt3(vwx311, vwx411, dd, de) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(ty_[], cg), cf) -> new_lt0(vwx311, vwx411, cg) 18.54/7.93 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(app(app(ty_@3, bdg), bdh), bea)) -> new_ltEs(vwx310, vwx410, bdg, bdh, bea) 18.54/7.93 new_compare3(vwx30, vwx40, beh, bfa) -> new_compare22(vwx30, vwx40, new_esEs8(vwx30, vwx40, beh, bfa), beh, bfa) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(ty_Maybe, bbg), bbe) -> new_lt1(vwx310, vwx410, bbg) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(ty_Maybe, bf)) -> new_ltEs1(vwx312, vwx412, bf) 18.54/7.93 new_ltEs1(Just(vwx310), Just(vwx410), app(app(ty_@2, hd), he)) -> new_ltEs2(vwx310, vwx410, hd, he) 18.54/7.93 new_primCompAux(vwx300, vwx400, vwx132, app(ty_Maybe, ff)) -> new_compare2(vwx300, vwx400, ff) 18.54/7.93 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(ty_[], beb)) -> new_ltEs0(vwx310, vwx410, beb) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_lt(vwx310, vwx410, df, dg, dh) 18.54/7.93 new_primCompAux(vwx300, vwx400, vwx132, app(app(ty_Either, ga), gb)) -> new_compare4(vwx300, vwx400, ga, gb) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(ty_[], bbf), bbe) -> new_lt0(vwx310, vwx410, bbf) 18.54/7.93 new_compare22(vwx30, vwx40, False, beh, bfa) -> new_ltEs2(vwx30, vwx40, beh, bfa) 18.54/7.93 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(app(ty_Either, bef), beg)) -> new_ltEs3(vwx310, vwx410, bef, beg) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_[], ea), ba, cf) -> new_lt0(vwx310, vwx410, ea) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_@2, ec), ed), ba, cf) -> new_lt2(vwx310, vwx410, ec, ed) 18.54/7.93 new_ltEs1(Just(vwx310), Just(vwx410), app(app(ty_Either, hf), hg)) -> new_ltEs3(vwx310, vwx410, hf, hg) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(ty_Maybe, bae)) -> new_ltEs1(vwx311, vwx411, bae) 18.54/7.93 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_primCompAux(vwx300, vwx400, new_compare0(vwx301, vwx401, eh), eh) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(app(ty_@2, bbh), bca), bbe) -> new_lt2(vwx310, vwx410, bbh, bca) 18.54/7.93 new_ltEs3(Left(vwx310), Left(vwx410), app(app(ty_@2, bdb), bdc), bcg) -> new_ltEs2(vwx310, vwx410, bdb, bdc) 18.54/7.93 new_lt(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_compare20(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs4(vwx300, vwx400, gc), new_asAs(new_esEs5(vwx301, vwx401, gd), new_esEs6(vwx302, vwx402, ge))), gc, gd, ge) 18.54/7.93 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(ty_Maybe, bec)) -> new_ltEs1(vwx310, vwx410, bec) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(app(ty_@2, baf), bag)) -> new_ltEs2(vwx311, vwx411, baf, bag) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_Either, ee), ef), ba, cf) -> new_lt3(vwx310, vwx410, ee, ef) 18.54/7.93 new_ltEs1(Just(vwx310), Just(vwx410), app(app(app(ty_@3, gg), gh), ha)) -> new_ltEs(vwx310, vwx410, gg, gh, ha) 18.54/7.93 new_compare4(vwx30, vwx40, bfb, bfc) -> new_compare23(vwx30, vwx40, new_esEs9(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.54/7.93 new_primCompAux(vwx300, vwx400, vwx132, app(ty_[], fd)) -> new_compare(vwx300, vwx400, fd) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs(vwx311, vwx411, baa, bab, bac) 18.54/7.93 new_compare23(vwx30, vwx40, False, bfb, bfc) -> new_ltEs3(vwx30, vwx40, bfb, bfc) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(ty_[], bad)) -> new_ltEs0(vwx311, vwx411, bad) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_lt(vwx311, vwx411, cc, cd, ce) 18.54/7.93 new_primCompAux(vwx300, vwx400, vwx132, app(app(ty_@2, fg), fh)) -> new_compare3(vwx300, vwx400, fg, fh) 18.54/7.93 new_compare2(Nothing, Just(vwx400), gf) -> new_ltEs1(Nothing, Just(vwx400), gf) 18.54/7.93 new_compare2(Just(vwx300), Nothing, gf) -> new_ltEs1(Just(vwx300), Nothing, gf) 18.54/7.93 new_ltEs3(Left(vwx310), Left(vwx410), app(ty_Maybe, bda), bcg) -> new_ltEs1(vwx310, vwx410, bda) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(app(ty_Either, ca), cb)) -> new_ltEs3(vwx312, vwx412, ca, cb) 18.54/7.93 new_lt0(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_compare(vwx301, vwx401, eh) 18.54/7.93 new_lt1(Just(vwx300), Just(vwx400), gf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, gf), gf) 18.54/7.93 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_compare(vwx301, vwx401, eh) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs(vwx312, vwx412, bb, bc, bd) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(app(app(ty_@3, bbb), bbc), bbd), bbe) -> new_lt(vwx310, vwx410, bbb, bbc, bbd) 18.54/7.93 new_ltEs1(Just(vwx310), Just(vwx410), app(ty_[], hb)) -> new_ltEs0(vwx310, vwx410, hb) 18.54/7.93 new_ltEs0(vwx31, vwx41, eg) -> new_compare(vwx31, vwx41, eg) 18.54/7.93 new_ltEs3(Left(vwx310), Left(vwx410), app(ty_[], bch), bcg) -> new_ltEs0(vwx310, vwx410, bch) 18.54/7.93 new_lt2(vwx30, vwx40, beh, bfa) -> new_compare22(vwx30, vwx40, new_esEs8(vwx30, vwx40, beh, bfa), beh, bfa) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(app(ty_@2, bg), bh)) -> new_ltEs2(vwx312, vwx412, bg, bh) 18.54/7.93 new_compare1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_compare20(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs4(vwx300, vwx400, gc), new_asAs(new_esEs5(vwx301, vwx401, gd), new_esEs6(vwx302, vwx402, ge))), gc, gd, ge) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(app(ty_Either, bah), bba)) -> new_ltEs3(vwx311, vwx411, bah, bba) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(app(ty_@2, db), dc), cf) -> new_lt2(vwx311, vwx411, db, dc) 18.54/7.93 new_ltEs1(Just(vwx310), Just(vwx410), app(ty_Maybe, hc)) -> new_ltEs1(vwx310, vwx410, hc) 18.54/7.93 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(app(ty_Either, bcb), bcc), bbe) -> new_lt3(vwx310, vwx410, bcb, bcc) 18.54/7.93 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(app(ty_@2, bed), bee)) -> new_ltEs2(vwx310, vwx410, bed, bee) 18.54/7.93 new_compare20(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, False, gc, gd, ge) -> new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) 18.54/7.93 new_primCompAux(vwx300, vwx400, vwx132, app(app(app(ty_@3, fa), fb), fc)) -> new_compare1(vwx300, vwx400, fa, fb, fc) 18.54/7.93 new_ltEs3(Left(vwx310), Left(vwx410), app(app(app(ty_@3, bcd), bce), bcf), bcg) -> new_ltEs(vwx310, vwx410, bcd, bce, bcf) 18.54/7.93 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(ty_[], be)) -> new_ltEs0(vwx312, vwx412, be) 18.54/7.93 18.54/7.93 The TRS R consists of the following rules: 18.54/7.93 18.54/7.93 new_esEs22(vwx310, vwx410, app(app(ty_@2, bbh), bca)) -> new_esEs8(vwx310, vwx410, bbh, bca) 18.54/7.93 new_esEs28(vwx310, vwx410, app(ty_[], ea)) -> new_esEs20(vwx310, vwx410, ea) 18.54/7.93 new_esEs7(vwx300, vwx400, app(ty_Ratio, bfg)) -> new_esEs15(vwx300, vwx400, bfg) 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Double) -> new_ltEs14(vwx310, vwx410) 18.54/7.93 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.54/7.93 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 18.54/7.93 new_primPlusNat0(Zero, Zero) -> Zero 18.54/7.93 new_esEs4(vwx300, vwx400, app(ty_Maybe, cga)) -> new_esEs17(vwx300, vwx400, cga) 18.54/7.93 new_pePe(True, vwx101) -> True 18.54/7.93 new_esEs31(vwx301, vwx401, app(ty_Maybe, chc)) -> new_esEs17(vwx301, vwx401, chc) 18.54/7.93 new_esEs7(vwx300, vwx400, app(app(app(ty_@3, bgd), bge), bgf)) -> new_esEs21(vwx300, vwx400, bgd, bge, bgf) 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(app(ty_@2, bed), bee)) -> new_ltEs6(vwx310, vwx410, bed, bee) 18.54/7.93 new_esEs27(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 18.54/7.93 new_compare32(vwx300, vwx400, ty_Ordering) -> new_compare27(vwx300, vwx400) 18.54/7.93 new_compare211(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, False, gc, gd, ge) -> new_compare111(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_ltEs8(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge), gc, gd, ge) 18.54/7.93 new_esEs30(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.54/7.93 new_ltEs7(vwx311, vwx411, ty_Char) -> new_ltEs11(vwx311, vwx411) 18.54/7.93 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 18.54/7.93 new_esEs31(vwx301, vwx401, app(app(ty_Either, cgh), cha)) -> new_esEs9(vwx301, vwx401, cgh, cha) 18.54/7.93 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 18.54/7.93 new_esEs24(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.54/7.93 new_ltEs18(True, False) -> False 18.54/7.93 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 18.54/7.93 new_esEs27(vwx301, vwx401, ty_Float) -> new_esEs10(vwx301, vwx401) 18.54/7.93 new_esEs7(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.54/7.93 new_ltEs4(Nothing, Nothing, dab) -> True 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), ty_Int, bfc) -> new_esEs11(vwx300, vwx400) 18.54/7.93 new_esEs30(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.54/7.93 new_ltEs4(Just(vwx310), Nothing, dab) -> False 18.54/7.93 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat1(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), app(app(ty_Either, cac), cad), bfc) -> new_esEs9(vwx300, vwx400, cac, cad) 18.54/7.93 new_ltEs13(GT, GT) -> True 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Float) -> new_ltEs17(vwx310, vwx410) 18.54/7.93 new_ltEs7(vwx311, vwx411, app(ty_Ratio, bgh)) -> new_ltEs15(vwx311, vwx411, bgh) 18.54/7.93 new_compare210(vwx30, vwx40, False, beh, bfa) -> new_compare13(vwx30, vwx40, new_ltEs6(vwx30, vwx40, beh, bfa), beh, bfa) 18.54/7.93 new_compare29(vwx30, vwx40) -> new_compare26(vwx30, vwx40, new_esEs13(vwx30, vwx40)) 18.54/7.93 new_ltEs19(vwx312, vwx412, ty_Char) -> new_ltEs11(vwx312, vwx412) 18.54/7.93 new_lt19(vwx311, vwx411, app(app(ty_@2, db), dc)) -> new_lt4(vwx311, vwx411, db, dc) 18.54/7.93 new_compare32(vwx300, vwx400, ty_Int) -> new_compare5(vwx300, vwx400) 18.54/7.93 new_ltEs5(Left(vwx310), Right(vwx410), bdf, bcg) -> True 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), app(app(app(ty_@3, cbb), cbc), cbd), bfc) -> new_esEs21(vwx300, vwx400, cbb, cbc, cbd) 18.54/7.93 new_ltEs4(Just(vwx310), Just(vwx410), app(ty_Maybe, hc)) -> new_ltEs4(vwx310, vwx410, hc) 18.54/7.93 new_compare26(vwx30, vwx40, True) -> EQ 18.54/7.93 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 18.54/7.93 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 18.54/7.93 new_ltEs13(EQ, GT) -> True 18.54/7.93 new_ltEs5(Left(vwx310), Left(vwx410), ty_Char, bcg) -> new_ltEs11(vwx310, vwx410) 18.54/7.93 new_compare210(vwx30, vwx40, True, beh, bfa) -> EQ 18.54/7.93 new_esEs29(vwx311, vwx411, ty_Double) -> new_esEs19(vwx311, vwx411) 18.54/7.93 new_ltEs19(vwx312, vwx412, app(app(ty_@2, bg), bh)) -> new_ltEs6(vwx312, vwx412, bg, bh) 18.54/7.93 new_ltEs19(vwx312, vwx412, ty_@0) -> new_ltEs12(vwx312, vwx412) 18.54/7.93 new_esEs7(vwx300, vwx400, app(ty_[], bgc)) -> new_esEs20(vwx300, vwx400, bgc) 18.54/7.93 new_ltEs13(EQ, EQ) -> True 18.54/7.93 new_lt15(vwx30, vwx40) -> new_esEs12(new_compare17(vwx30, vwx40), LT) 18.54/7.93 new_lt12(vwx30, vwx40) -> new_esEs12(new_compare27(vwx30, vwx40), LT) 18.54/7.93 new_compare12(vwx300, False, gf) -> GT 18.54/7.93 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 18.54/7.93 new_esEs30(vwx300, vwx400, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs21(vwx300, vwx400, cge, cgf, cgg) 18.54/7.93 new_esEs17(Nothing, Nothing, gf) -> True 18.54/7.93 new_esEs30(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.54/7.93 new_esEs6(vwx302, vwx402, ty_Char) -> new_esEs16(vwx302, vwx402) 18.54/7.93 new_lt19(vwx311, vwx411, ty_Double) -> new_lt13(vwx311, vwx411) 18.54/7.93 new_esEs17(Nothing, Just(vwx400), gf) -> False 18.54/7.93 new_esEs17(Just(vwx300), Nothing, gf) -> False 18.54/7.93 new_ltEs5(Left(vwx310), Left(vwx410), ty_@0, bcg) -> new_ltEs12(vwx310, vwx410) 18.54/7.93 new_compare24(vwx144, vwx145, False, bfd) -> new_compare10(vwx144, vwx145, new_ltEs4(Just(vwx144), Just(vwx145), bfd), bfd) 18.54/7.93 new_ltEs4(Just(vwx310), Just(vwx410), app(app(app(ty_@3, gg), gh), ha)) -> new_ltEs8(vwx310, vwx410, gg, gh, ha) 18.54/7.93 new_not(True) -> False 18.54/7.93 new_esEs24(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.54/7.93 new_primCompAux0(vwx300, vwx400, vwx132, eh) -> new_primCompAux00(vwx132, new_compare32(vwx300, vwx400, eh)) 18.54/7.93 new_primCompAux00(vwx138, LT) -> LT 18.54/7.93 new_lt20(vwx310, vwx410, ty_Double) -> new_lt13(vwx310, vwx410) 18.54/7.93 new_primCmpNat0(Zero, Zero) -> EQ 18.54/7.93 new_esEs32(vwx302, vwx402, ty_Ordering) -> new_esEs12(vwx302, vwx402) 18.54/7.93 new_esEs23(vwx300, vwx400, app(ty_[], fd)) -> new_esEs20(vwx300, vwx400, fd) 18.54/7.93 new_lt5(vwx310, vwx410, ty_Integer) -> new_lt15(vwx310, vwx410) 18.54/7.93 new_compare11(vwx400, False, gf) -> GT 18.54/7.93 new_esEs17(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs16(vwx300, vwx400) 18.54/7.93 new_esEs29(vwx311, vwx411, ty_Int) -> new_esEs11(vwx311, vwx411) 18.54/7.93 new_esEs28(vwx310, vwx410, ty_Bool) -> new_esEs13(vwx310, vwx410) 18.54/7.93 new_esEs32(vwx302, vwx402, ty_Float) -> new_esEs10(vwx302, vwx402) 18.54/7.93 new_esEs29(vwx311, vwx411, ty_Integer) -> new_esEs18(vwx311, vwx411) 18.54/7.93 new_esEs30(vwx300, vwx400, app(ty_Ratio, cfh)) -> new_esEs15(vwx300, vwx400, cfh) 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), ty_Bool, bfc) -> new_esEs13(vwx300, vwx400) 18.54/7.93 new_esEs12(LT, LT) -> True 18.54/7.93 new_primEqNat0(Succ(vwx3000), Zero) -> False 18.54/7.93 new_primEqNat0(Zero, Succ(vwx4000)) -> False 18.54/7.93 new_esEs14(@0, @0) -> True 18.54/7.93 new_esEs29(vwx311, vwx411, app(app(ty_Either, dd), de)) -> new_esEs9(vwx311, vwx411, dd, de) 18.54/7.93 new_esEs6(vwx302, vwx402, app(app(ty_@2, bhe), bhf)) -> new_esEs8(vwx302, vwx402, bhe, bhf) 18.54/7.93 new_ltEs4(Just(vwx310), Just(vwx410), app(app(ty_@2, hd), he)) -> new_ltEs6(vwx310, vwx410, hd, he) 18.54/7.93 new_esEs28(vwx310, vwx410, ty_Int) -> new_esEs11(vwx310, vwx410) 18.54/7.93 new_esEs29(vwx311, vwx411, ty_Bool) -> new_esEs13(vwx311, vwx411) 18.54/7.93 new_esEs9(Left(vwx300), Right(vwx400), bfb, bfc) -> False 18.54/7.93 new_esEs9(Right(vwx300), Left(vwx400), bfb, bfc) -> False 18.54/7.93 new_esEs30(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.54/7.93 new_esEs6(vwx302, vwx402, ty_Float) -> new_esEs10(vwx302, vwx402) 18.54/7.93 new_primCompAux00(vwx138, GT) -> GT 18.54/7.93 new_compare110(vwx30, vwx40, True) -> LT 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), ty_Integer, bfc) -> new_esEs18(vwx300, vwx400) 18.54/7.93 new_lt5(vwx310, vwx410, app(ty_Ratio, bgg)) -> new_lt14(vwx310, vwx410, bgg) 18.54/7.93 new_compare16(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare17(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 18.54/7.93 new_ltEs5(Left(vwx310), Left(vwx410), app(app(ty_Either, bdd), bde), bcg) -> new_ltEs5(vwx310, vwx410, bdd, bde) 18.54/7.93 new_esEs6(vwx302, vwx402, app(ty_[], bhg)) -> new_esEs20(vwx302, vwx402, bhg) 18.54/7.93 new_esEs31(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 18.54/7.93 new_esEs27(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 18.54/7.93 new_compare17(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 18.54/7.93 new_compare8(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare5(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.54/7.93 new_compare32(vwx300, vwx400, app(app(ty_@2, fg), fh)) -> new_compare6(vwx300, vwx400, fg, fh) 18.54/7.93 new_esEs23(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.54/7.93 new_esEs5(vwx301, vwx401, app(app(ty_@2, chd), che)) -> new_esEs8(vwx301, vwx401, chd, che) 18.54/7.93 new_ltEs7(vwx311, vwx411, app(app(ty_@2, baf), bag)) -> new_ltEs6(vwx311, vwx411, baf, bag) 18.54/7.93 new_esEs32(vwx302, vwx402, ty_Char) -> new_esEs16(vwx302, vwx402) 18.54/7.93 new_compare15(vwx30, vwx40, True, bfb, bfc) -> LT 18.54/7.93 new_esEs32(vwx302, vwx402, ty_@0) -> new_esEs14(vwx302, vwx402) 18.54/7.93 new_compare14(vwx30, vwx40, True) -> LT 18.54/7.93 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 18.54/7.93 new_lt20(vwx310, vwx410, ty_Char) -> new_lt9(vwx310, vwx410) 18.54/7.93 new_esEs22(vwx310, vwx410, ty_Ordering) -> new_esEs12(vwx310, vwx410) 18.54/7.93 new_esEs4(vwx300, vwx400, app(app(ty_Either, cff), cfg)) -> new_esEs9(vwx300, vwx400, cff, cfg) 18.54/7.93 new_esEs23(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.54/7.93 new_ltEs4(Just(vwx310), Just(vwx410), ty_Float) -> new_ltEs17(vwx310, vwx410) 18.54/7.93 new_esEs15(:%(vwx300, vwx301), :%(vwx400, vwx401), cda) -> new_asAs(new_esEs24(vwx300, vwx400, cda), new_esEs25(vwx301, vwx401, cda)) 18.54/7.93 new_esEs29(vwx311, vwx411, app(ty_[], cg)) -> new_esEs20(vwx311, vwx411, cg) 18.54/7.93 new_esEs17(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.54/7.93 new_esEs26(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.54/7.93 new_esEs26(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.54/7.93 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(app(ty_Either, cbe), cbf)) -> new_esEs9(vwx300, vwx400, cbe, cbf) 18.54/7.93 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 18.54/7.93 new_esEs30(vwx300, vwx400, app(ty_[], cgd)) -> new_esEs20(vwx300, vwx400, cgd) 18.54/7.93 new_ltEs7(vwx311, vwx411, ty_@0) -> new_ltEs12(vwx311, vwx411) 18.54/7.93 new_esEs20([], [], eh) -> True 18.54/7.93 new_ltEs13(LT, GT) -> True 18.54/7.93 new_esEs12(EQ, GT) -> False 18.54/7.93 new_esEs12(GT, EQ) -> False 18.54/7.93 new_esEs28(vwx310, vwx410, ty_Integer) -> new_esEs18(vwx310, vwx410) 18.54/7.93 new_ltEs15(vwx31, vwx41, ccg) -> new_fsEs(new_compare16(vwx31, vwx41, ccg)) 18.54/7.93 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 18.54/7.93 new_pePe(False, vwx101) -> vwx101 18.54/7.93 new_esEs27(vwx301, vwx401, ty_@0) -> new_esEs14(vwx301, vwx401) 18.54/7.93 new_lt20(vwx310, vwx410, ty_@0) -> new_lt11(vwx310, vwx410) 18.54/7.93 new_esEs6(vwx302, vwx402, app(app(app(ty_@3, bhh), caa), cab)) -> new_esEs21(vwx302, vwx402, bhh, caa, cab) 18.54/7.93 new_esEs23(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.54/7.93 new_lt20(vwx310, vwx410, ty_Float) -> new_lt17(vwx310, vwx410) 18.54/7.93 new_ltEs7(vwx311, vwx411, ty_Integer) -> new_ltEs16(vwx311, vwx411) 18.54/7.93 new_esEs6(vwx302, vwx402, ty_Int) -> new_esEs11(vwx302, vwx402) 18.54/7.93 new_ltEs19(vwx312, vwx412, ty_Int) -> new_ltEs10(vwx312, vwx412) 18.54/7.93 new_compare25(vwx30, vwx40, True, bfb, bfc) -> EQ 18.54/7.93 new_ltEs19(vwx312, vwx412, app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs8(vwx312, vwx412, bb, bc, bd) 18.54/7.93 new_esEs28(vwx310, vwx410, ty_Float) -> new_esEs10(vwx310, vwx410) 18.54/7.93 new_esEs31(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 18.54/7.93 new_esEs6(vwx302, vwx402, ty_Integer) -> new_esEs18(vwx302, vwx402) 18.54/7.93 new_compare19(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_compare211(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs4(vwx300, vwx400, gc), new_asAs(new_esEs5(vwx301, vwx401, gd), new_esEs6(vwx302, vwx402, ge))), gc, gd, ge) 18.54/7.93 new_esEs20(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_asAs(new_esEs23(vwx300, vwx400, eh), new_esEs20(vwx301, vwx401, eh)) 18.54/7.93 new_ltEs18(False, False) -> True 18.54/7.93 new_esEs4(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.54/7.93 new_esEs27(vwx301, vwx401, app(ty_[], cfb)) -> new_esEs20(vwx301, vwx401, cfb) 18.54/7.93 new_esEs31(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 18.54/7.93 new_esEs26(vwx300, vwx400, app(app(ty_Either, cdb), cdc)) -> new_esEs9(vwx300, vwx400, cdb, cdc) 18.54/7.93 new_esEs32(vwx302, vwx402, app(ty_Maybe, bhd)) -> new_esEs17(vwx302, vwx402, bhd) 18.54/7.93 new_compare10(vwx144, vwx145, False, bfd) -> GT 18.54/7.93 new_esEs7(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.54/7.93 new_esEs28(vwx310, vwx410, ty_Char) -> new_esEs16(vwx310, vwx410) 18.54/7.93 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 18.54/7.93 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 18.54/7.93 new_esEs7(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.54/7.93 new_esEs5(vwx301, vwx401, app(ty_Maybe, chc)) -> new_esEs17(vwx301, vwx401, chc) 18.54/7.93 new_lt19(vwx311, vwx411, ty_Ordering) -> new_lt12(vwx311, vwx411) 18.54/7.93 new_compare24(vwx144, vwx145, True, bfd) -> EQ 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), ty_Char, bfc) -> new_esEs16(vwx300, vwx400) 18.54/7.93 new_lt19(vwx311, vwx411, ty_Char) -> new_lt9(vwx311, vwx411) 18.54/7.93 new_compare28(vwx30, vwx40, False) -> new_compare110(vwx30, vwx40, new_ltEs13(vwx30, vwx40)) 18.54/7.93 new_ltEs6(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, bbe) -> new_pePe(new_lt5(vwx310, vwx410, hh), new_asAs(new_esEs22(vwx310, vwx410, hh), new_ltEs7(vwx311, vwx411, bbe))) 18.54/7.93 new_esEs7(vwx300, vwx400, app(ty_Maybe, bfh)) -> new_esEs17(vwx300, vwx400, bfh) 18.54/7.93 new_ltEs5(Left(vwx310), Left(vwx410), app(ty_[], bch), bcg) -> new_ltEs9(vwx310, vwx410, bch) 18.54/7.93 new_compare32(vwx300, vwx400, app(ty_Maybe, ff)) -> new_compare7(vwx300, vwx400, ff) 18.54/7.93 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Double) -> new_esEs19(vwx300, vwx400) 18.54/7.93 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.54/7.93 new_esEs31(vwx301, vwx401, ty_@0) -> new_esEs14(vwx301, vwx401) 18.54/7.93 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Int) -> new_ltEs10(vwx310, vwx410) 18.54/7.93 new_ltEs4(Just(vwx310), Just(vwx410), ty_Double) -> new_ltEs14(vwx310, vwx410) 18.54/7.93 new_esEs17(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs11(vwx300, vwx400) 18.54/7.93 new_esEs26(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.54/7.93 new_lt5(vwx310, vwx410, ty_Float) -> new_lt17(vwx310, vwx410) 18.54/7.93 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.54/7.93 new_lt5(vwx310, vwx410, ty_@0) -> new_lt11(vwx310, vwx410) 18.54/7.93 new_compare5(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 18.54/7.93 new_ltEs5(Left(vwx310), Left(vwx410), app(app(app(ty_@3, bcd), bce), bcf), bcg) -> new_ltEs8(vwx310, vwx410, bcd, bce, bcf) 18.54/7.93 new_esEs26(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.54/7.93 new_esEs6(vwx302, vwx402, ty_@0) -> new_esEs14(vwx302, vwx402) 18.54/7.93 new_esEs17(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs18(vwx300, vwx400) 18.54/7.93 new_compare10(vwx144, vwx145, True, bfd) -> LT 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), app(app(ty_@2, cag), cah), bfc) -> new_esEs8(vwx300, vwx400, cag, cah) 18.54/7.93 new_lt19(vwx311, vwx411, ty_Float) -> new_lt17(vwx311, vwx411) 18.54/7.93 new_compare7(Just(vwx300), Just(vwx400), gf) -> new_compare24(vwx300, vwx400, new_esEs7(vwx300, vwx400, gf), gf) 18.54/7.93 new_ltEs9(vwx31, vwx41, eg) -> new_fsEs(new_compare0(vwx31, vwx41, eg)) 18.54/7.93 new_esEs28(vwx310, vwx410, app(ty_Maybe, eb)) -> new_esEs17(vwx310, vwx410, eb) 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(ty_Maybe, bec)) -> new_ltEs4(vwx310, vwx410, bec) 18.54/7.93 new_esEs27(vwx301, vwx401, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs21(vwx301, vwx401, cfc, cfd, cfe) 18.54/7.93 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 18.54/7.93 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 18.54/7.93 new_esEs23(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.54/7.93 new_esEs4(vwx300, vwx400, app(app(ty_@2, cgb), cgc)) -> new_esEs8(vwx300, vwx400, cgb, cgc) 18.54/7.93 new_esEs18(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 18.54/7.93 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.54/7.93 new_primPlusNat1(Succ(vwx1550), vwx40100) -> Succ(Succ(new_primPlusNat0(vwx1550, vwx40100))) 18.54/7.93 new_compare16(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare5(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 18.54/7.93 new_esEs32(vwx302, vwx402, ty_Double) -> new_esEs19(vwx302, vwx402) 18.54/7.93 new_ltEs12(vwx31, vwx41) -> new_fsEs(new_compare9(vwx31, vwx41)) 18.54/7.93 new_compare8(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare5(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.54/7.93 new_primPlusNat0(Succ(vwx15500), Zero) -> Succ(vwx15500) 18.54/7.93 new_primPlusNat0(Zero, Succ(vwx401000)) -> Succ(vwx401000) 18.54/7.93 new_esEs29(vwx311, vwx411, app(ty_Maybe, da)) -> new_esEs17(vwx311, vwx411, da) 18.54/7.93 new_esEs27(vwx301, vwx401, app(app(ty_@2, ceh), cfa)) -> new_esEs8(vwx301, vwx401, ceh, cfa) 18.54/7.93 new_primPlusNat1(Zero, vwx40100) -> Succ(vwx40100) 18.54/7.93 new_esEs4(vwx300, vwx400, app(ty_[], cgd)) -> new_esEs20(vwx300, vwx400, cgd) 18.54/7.93 new_esEs30(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.54/7.93 new_esEs5(vwx301, vwx401, ty_Float) -> new_esEs10(vwx301, vwx401) 18.54/7.93 new_esEs26(vwx300, vwx400, app(app(ty_@2, cdf), cdg)) -> new_esEs8(vwx300, vwx400, cdf, cdg) 18.54/7.93 new_ltEs19(vwx312, vwx412, ty_Integer) -> new_ltEs16(vwx312, vwx412) 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Bool) -> new_ltEs18(vwx310, vwx410) 18.54/7.93 new_ltEs7(vwx311, vwx411, ty_Int) -> new_ltEs10(vwx311, vwx411) 18.54/7.93 new_esEs22(vwx310, vwx410, app(ty_Ratio, bgg)) -> new_esEs15(vwx310, vwx410, bgg) 18.54/7.93 new_ltEs13(GT, LT) -> False 18.54/7.93 new_esEs26(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.54/7.93 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(ty_[], ccc)) -> new_esEs20(vwx300, vwx400, ccc) 18.54/7.93 new_esEs17(Just(vwx300), Just(vwx400), app(ty_Ratio, bfg)) -> new_esEs15(vwx300, vwx400, bfg) 18.54/7.93 new_ltEs8(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, cf) -> new_pePe(new_lt20(vwx310, vwx410, h), new_asAs(new_esEs28(vwx310, vwx410, h), new_pePe(new_lt19(vwx311, vwx411, ba), new_asAs(new_esEs29(vwx311, vwx411, ba), new_ltEs19(vwx312, vwx412, cf))))) 18.54/7.93 new_esEs30(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.54/7.93 new_esEs4(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.54/7.93 new_ltEs4(Just(vwx310), Just(vwx410), ty_Bool) -> new_ltEs18(vwx310, vwx410) 18.54/7.93 new_compare7(Nothing, Just(vwx400), gf) -> new_compare11(vwx400, new_ltEs4(Nothing, Just(vwx400), gf), gf) 18.54/7.93 new_esEs8(@2(vwx300, vwx301), @2(vwx400, vwx401), beh, bfa) -> new_asAs(new_esEs26(vwx300, vwx400, beh), new_esEs27(vwx301, vwx401, bfa)) 18.54/7.93 new_esEs13(True, True) -> True 18.54/7.93 new_lt5(vwx310, vwx410, app(ty_Maybe, bbg)) -> new_lt10(vwx310, vwx410, bbg) 18.54/7.93 new_esEs29(vwx311, vwx411, app(app(app(ty_@3, cc), cd), ce)) -> new_esEs21(vwx311, vwx411, cc, cd, ce) 18.54/7.93 new_esEs4(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.54/7.93 new_esEs23(vwx300, vwx400, app(ty_Ratio, cch)) -> new_esEs15(vwx300, vwx400, cch) 18.54/7.93 new_ltEs5(Left(vwx310), Left(vwx410), ty_Float, bcg) -> new_ltEs17(vwx310, vwx410) 18.54/7.93 new_esEs5(vwx301, vwx401, ty_@0) -> new_esEs14(vwx301, vwx401) 18.54/7.93 new_fsEs(vwx128) -> new_not(new_esEs12(vwx128, GT)) 18.54/7.93 new_esEs5(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 18.54/7.93 new_esEs26(vwx300, vwx400, app(ty_[], cdh)) -> new_esEs20(vwx300, vwx400, cdh) 18.54/7.93 new_esEs4(vwx300, vwx400, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs21(vwx300, vwx400, cge, cgf, cgg) 18.54/7.93 new_esEs29(vwx311, vwx411, ty_@0) -> new_esEs14(vwx311, vwx411) 18.54/7.93 new_compare111(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, True, gc, gd, ge) -> LT 18.54/7.93 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), ty_Float, bfc) -> new_esEs10(vwx300, vwx400) 18.54/7.93 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 18.54/7.93 new_esEs6(vwx302, vwx402, app(ty_Maybe, bhd)) -> new_esEs17(vwx302, vwx402, bhd) 18.54/7.93 new_esEs28(vwx310, vwx410, app(app(app(ty_@3, df), dg), dh)) -> new_esEs21(vwx310, vwx410, df, dg, dh) 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(ty_Ratio, dah)) -> new_ltEs15(vwx310, vwx410, dah) 18.54/7.93 new_lt20(vwx310, vwx410, ty_Ordering) -> new_lt12(vwx310, vwx410) 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Integer) -> new_ltEs16(vwx310, vwx410) 18.54/7.93 new_esEs17(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs19(vwx300, vwx400) 18.54/7.93 new_lt20(vwx310, vwx410, app(ty_Maybe, eb)) -> new_lt10(vwx310, vwx410, eb) 18.54/7.93 new_ltEs13(GT, EQ) -> False 18.54/7.93 new_esEs30(vwx300, vwx400, app(ty_Maybe, cga)) -> new_esEs17(vwx300, vwx400, cga) 18.54/7.93 new_compare18(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare5(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.54/7.93 new_esEs22(vwx310, vwx410, ty_Double) -> new_esEs19(vwx310, vwx410) 18.54/7.93 new_ltEs7(vwx311, vwx411, ty_Bool) -> new_ltEs18(vwx311, vwx411) 18.54/7.93 new_esEs7(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.54/7.93 new_lt5(vwx310, vwx410, ty_Ordering) -> new_lt12(vwx310, vwx410) 18.54/7.93 new_lt11(vwx30, vwx40) -> new_esEs12(new_compare9(vwx30, vwx40), LT) 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), app(ty_Ratio, cae), bfc) -> new_esEs15(vwx300, vwx400, cae) 18.54/7.93 new_esEs4(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.54/7.93 new_lt19(vwx311, vwx411, app(ty_Maybe, da)) -> new_lt10(vwx311, vwx411, da) 18.54/7.93 new_compare7(Just(vwx300), Nothing, gf) -> new_compare12(vwx300, new_ltEs4(Just(vwx300), Nothing, gf), gf) 18.54/7.93 new_esEs7(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.54/7.93 new_esEs32(vwx302, vwx402, ty_Int) -> new_esEs11(vwx302, vwx402) 18.54/7.93 new_ltEs19(vwx312, vwx412, app(app(ty_Either, ca), cb)) -> new_ltEs5(vwx312, vwx412, ca, cb) 18.54/7.93 new_compare25(vwx30, vwx40, False, bfb, bfc) -> new_compare15(vwx30, vwx40, new_ltEs5(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.54/7.93 new_ltEs4(Just(vwx310), Just(vwx410), ty_Int) -> new_ltEs10(vwx310, vwx410) 18.54/7.93 new_esEs29(vwx311, vwx411, ty_Float) -> new_esEs10(vwx311, vwx411) 18.54/7.93 new_compare32(vwx300, vwx400, ty_@0) -> new_compare9(vwx300, vwx400) 18.54/7.93 new_esEs9(Left(vwx300), Left(vwx400), ty_@0, bfc) -> new_esEs14(vwx300, vwx400) 18.54/7.93 new_esEs5(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 18.54/7.93 new_compare32(vwx300, vwx400, ty_Double) -> new_compare8(vwx300, vwx400) 18.54/7.93 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.54/7.93 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.54/7.93 new_esEs29(vwx311, vwx411, ty_Ordering) -> new_esEs12(vwx311, vwx411) 18.54/7.93 new_esEs22(vwx310, vwx410, ty_Bool) -> new_esEs13(vwx310, vwx410) 18.54/7.93 new_esEs26(vwx300, vwx400, app(app(app(ty_@3, cea), ceb), cec)) -> new_esEs21(vwx300, vwx400, cea, ceb, cec) 18.54/7.93 new_esEs6(vwx302, vwx402, app(app(ty_Either, bha), bhb)) -> new_esEs9(vwx302, vwx402, bha, bhb) 18.54/7.93 new_ltEs19(vwx312, vwx412, app(ty_[], be)) -> new_ltEs9(vwx312, vwx412, be) 18.54/7.93 new_compare28(vwx30, vwx40, True) -> EQ 18.54/7.93 new_esEs6(vwx302, vwx402, ty_Double) -> new_esEs19(vwx302, vwx402) 18.54/7.93 new_esEs26(vwx300, vwx400, app(ty_Ratio, cdd)) -> new_esEs15(vwx300, vwx400, cdd) 18.54/7.93 new_esEs27(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 18.54/7.93 new_ltEs18(False, True) -> True 18.54/7.93 new_esEs32(vwx302, vwx402, app(app(app(ty_@3, bhh), caa), cab)) -> new_esEs21(vwx302, vwx402, bhh, caa, cab) 18.54/7.93 new_compare14(vwx30, vwx40, False) -> GT 18.54/7.93 new_ltEs19(vwx312, vwx412, ty_Double) -> new_ltEs14(vwx312, vwx412) 18.54/7.93 new_sr0(Integer(vwx3000), Integer(vwx4010)) -> Integer(new_primMulInt(vwx3000, vwx4010)) 18.54/7.93 new_esEs30(vwx300, vwx400, app(app(ty_@2, cgb), cgc)) -> new_esEs8(vwx300, vwx400, cgb, cgc) 18.54/7.93 new_esEs29(vwx311, vwx411, ty_Char) -> new_esEs16(vwx311, vwx411) 18.54/7.93 new_esEs5(vwx301, vwx401, app(app(app(ty_@3, chg), chh), daa)) -> new_esEs21(vwx301, vwx401, chg, chh, daa) 18.54/7.93 new_esEs28(vwx310, vwx410, ty_@0) -> new_esEs14(vwx310, vwx410) 18.54/7.93 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(app(ty_@2, cca), ccb)) -> new_esEs8(vwx300, vwx400, cca, ccb) 18.54/7.93 new_esEs13(False, False) -> True 18.54/7.93 new_lt20(vwx310, vwx410, app(ty_[], ea)) -> new_lt7(vwx310, vwx410, ea) 18.54/7.93 new_esEs32(vwx302, vwx402, ty_Integer) -> new_esEs18(vwx302, vwx402) 18.54/7.93 new_esEs26(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.54/7.93 new_lt5(vwx310, vwx410, app(app(ty_Either, bcb), bcc)) -> new_lt16(vwx310, vwx410, bcb, bcc) 18.54/7.93 new_esEs5(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 18.54/7.93 new_lt9(vwx30, vwx40) -> new_esEs12(new_compare31(vwx30, vwx40), LT) 18.54/7.93 new_esEs12(GT, GT) -> True 18.54/7.93 new_compare0([], :(vwx400, vwx401), eh) -> LT 18.54/7.93 new_lt6(vwx30, vwx40, gc, gd, ge) -> new_esEs12(new_compare19(vwx30, vwx40, gc, gd, ge), LT) 18.54/7.93 new_asAs(True, vwx125) -> vwx125 18.54/7.93 new_ltEs5(Right(vwx310), Left(vwx410), bdf, bcg) -> False 18.54/7.93 new_compare32(vwx300, vwx400, ty_Bool) -> new_compare29(vwx300, vwx400) 18.54/7.93 new_esEs17(Just(vwx300), Just(vwx400), app(app(ty_Either, bfe), bff)) -> new_esEs9(vwx300, vwx400, bfe, bff) 18.54/7.93 new_ltEs7(vwx311, vwx411, ty_Double) -> new_ltEs14(vwx311, vwx411) 18.54/7.93 new_esEs32(vwx302, vwx402, app(ty_Ratio, bhc)) -> new_esEs15(vwx302, vwx402, bhc) 18.54/7.93 new_esEs27(vwx301, vwx401, app(app(ty_Either, ced), cee)) -> new_esEs9(vwx301, vwx401, ced, cee) 18.54/7.93 new_compare31(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 18.54/7.93 new_lt19(vwx311, vwx411, app(ty_[], cg)) -> new_lt7(vwx311, vwx411, cg) 18.54/7.93 new_esEs5(vwx301, vwx401, app(ty_Ratio, chb)) -> new_esEs15(vwx301, vwx401, chb) 18.54/7.93 new_ltEs4(Nothing, Just(vwx410), dab) -> True 18.54/7.93 new_compare26(vwx30, vwx40, False) -> new_compare14(vwx30, vwx40, new_ltEs18(vwx30, vwx40)) 18.54/7.93 new_esEs16(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 18.54/7.93 new_esEs30(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.54/7.93 new_esEs23(vwx300, vwx400, app(ty_Maybe, ff)) -> new_esEs17(vwx300, vwx400, ff) 18.54/7.93 new_esEs23(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.54/7.93 new_ltEs5(Left(vwx310), Left(vwx410), ty_Bool, bcg) -> new_ltEs18(vwx310, vwx410) 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Char) -> new_ltEs11(vwx310, vwx410) 18.54/7.93 new_lt17(vwx30, vwx40) -> new_esEs12(new_compare18(vwx30, vwx40), LT) 18.54/7.93 new_esEs22(vwx310, vwx410, ty_Int) -> new_esEs11(vwx310, vwx410) 18.54/7.93 new_compare211(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, True, gc, gd, ge) -> EQ 18.54/7.93 new_lt19(vwx311, vwx411, ty_Int) -> new_lt8(vwx311, vwx411) 18.54/7.93 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 18.54/7.93 new_ltEs7(vwx311, vwx411, ty_Float) -> new_ltEs17(vwx311, vwx411) 18.54/7.93 new_compare18(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare5(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(app(ty_Either, bef), beg)) -> new_ltEs5(vwx310, vwx410, bef, beg) 18.54/7.93 new_compare110(vwx30, vwx40, False) -> GT 18.54/7.93 new_ltEs4(Just(vwx310), Just(vwx410), ty_Integer) -> new_ltEs16(vwx310, vwx410) 18.54/7.93 new_primCompAux00(vwx138, EQ) -> vwx138 18.54/7.93 new_compare0([], [], eh) -> EQ 18.54/7.93 new_esEs12(EQ, EQ) -> True 18.54/7.93 new_sr(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 18.54/7.93 new_esEs27(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 18.54/7.93 new_esEs31(vwx301, vwx401, ty_Float) -> new_esEs10(vwx301, vwx401) 18.54/7.93 new_compare27(vwx30, vwx40) -> new_compare28(vwx30, vwx40, new_esEs12(vwx30, vwx40)) 18.54/7.93 new_primMulNat0(Zero, Zero) -> Zero 18.54/7.93 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_@0) -> new_ltEs12(vwx310, vwx410) 18.54/7.93 new_esEs31(vwx301, vwx401, app(ty_[], chf)) -> new_esEs20(vwx301, vwx401, chf) 18.54/7.93 new_compare32(vwx300, vwx400, ty_Float) -> new_compare18(vwx300, vwx400) 18.54/7.93 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.54/7.93 new_ltEs19(vwx312, vwx412, ty_Bool) -> new_ltEs18(vwx312, vwx412) 18.54/7.93 new_ltEs7(vwx311, vwx411, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs8(vwx311, vwx411, baa, bab, bac) 18.54/7.93 new_compare9(@0, @0) -> EQ 18.54/7.93 new_esEs31(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 18.54/7.93 new_esEs28(vwx310, vwx410, app(app(ty_@2, ec), ed)) -> new_esEs8(vwx310, vwx410, ec, ed) 18.54/7.93 new_lt10(vwx30, vwx40, gf) -> new_esEs12(new_compare7(vwx30, vwx40, gf), LT) 18.54/7.93 new_esEs4(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.54/7.93 new_esEs5(vwx301, vwx401, app(ty_[], chf)) -> new_esEs20(vwx301, vwx401, chf) 18.54/7.93 new_ltEs13(EQ, LT) -> False 18.69/7.94 new_ltEs17(vwx31, vwx41) -> new_fsEs(new_compare18(vwx31, vwx41)) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Integer) -> new_esEs18(vwx310, vwx410) 18.69/7.94 new_esEs22(vwx310, vwx410, app(app(ty_Either, bcb), bcc)) -> new_esEs9(vwx310, vwx410, bcb, bcc) 18.69/7.94 new_lt5(vwx310, vwx410, ty_Double) -> new_lt13(vwx310, vwx410) 18.69/7.94 new_esEs29(vwx311, vwx411, app(app(ty_@2, db), dc)) -> new_esEs8(vwx311, vwx411, db, dc) 18.69/7.94 new_esEs31(vwx301, vwx401, app(app(app(ty_@3, chg), chh), daa)) -> new_esEs21(vwx301, vwx401, chg, chh, daa) 18.69/7.94 new_ltEs7(vwx311, vwx411, app(ty_[], bad)) -> new_ltEs9(vwx311, vwx411, bad) 18.69/7.94 new_compare111(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, False, gc, gd, ge) -> GT 18.69/7.94 new_lt4(vwx30, vwx40, beh, bfa) -> new_esEs12(new_compare6(vwx30, vwx40, beh, bfa), LT) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(app(app(ty_@3, ccd), cce), ccf)) -> new_esEs21(vwx300, vwx400, ccd, cce, ccf) 18.69/7.94 new_ltEs11(vwx31, vwx41) -> new_fsEs(new_compare31(vwx31, vwx41)) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 18.69/7.94 new_esEs27(vwx301, vwx401, app(ty_Maybe, ceg)) -> new_esEs17(vwx301, vwx401, ceg) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(ty_Maybe, cbh)) -> new_esEs17(vwx300, vwx400, cbh) 18.69/7.94 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 18.69/7.94 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 18.69/7.94 new_ltEs16(vwx31, vwx41) -> new_fsEs(new_compare17(vwx31, vwx41)) 18.69/7.94 new_lt19(vwx311, vwx411, ty_@0) -> new_lt11(vwx311, vwx411) 18.69/7.94 new_lt19(vwx311, vwx411, app(ty_Ratio, dae)) -> new_lt14(vwx311, vwx411, dae) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.69/7.94 new_esEs13(False, True) -> False 18.69/7.94 new_esEs13(True, False) -> False 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_esEs23(vwx300, vwx400, app(app(ty_Either, ga), gb)) -> new_esEs9(vwx300, vwx400, ga, gb) 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_Ordering) -> new_ltEs13(vwx312, vwx412) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Ordering, bcg) -> new_ltEs13(vwx310, vwx410) 18.69/7.94 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 18.69/7.94 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(ty_Maybe, bfh)) -> new_esEs17(vwx300, vwx400, bfh) 18.69/7.94 new_esEs31(vwx301, vwx401, app(ty_Ratio, chb)) -> new_esEs15(vwx301, vwx401, chb) 18.69/7.94 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 18.69/7.94 new_esEs28(vwx310, vwx410, app(app(ty_Either, ee), ef)) -> new_esEs9(vwx310, vwx410, ee, ef) 18.69/7.94 new_lt20(vwx310, vwx410, app(ty_Ratio, dad)) -> new_lt14(vwx310, vwx410, dad) 18.69/7.94 new_compare32(vwx300, vwx400, ty_Integer) -> new_compare17(vwx300, vwx400) 18.69/7.94 new_compare30(vwx30, vwx40, bfb, bfc) -> new_compare25(vwx30, vwx40, new_esEs9(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.69/7.94 new_lt7(vwx30, vwx40, eh) -> new_esEs12(new_compare0(vwx30, vwx40, eh), LT) 18.69/7.94 new_esEs20(:(vwx300, vwx301), [], eh) -> False 18.69/7.94 new_esEs20([], :(vwx400, vwx401), eh) -> False 18.69/7.94 new_lt5(vwx310, vwx410, ty_Char) -> new_lt9(vwx310, vwx410) 18.69/7.94 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), app(ty_Ratio, dac)) -> new_ltEs15(vwx310, vwx410, dac) 18.69/7.94 new_esEs25(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 18.69/7.94 new_compare6(vwx30, vwx40, beh, bfa) -> new_compare210(vwx30, vwx40, new_esEs8(vwx30, vwx40, beh, bfa), beh, bfa) 18.69/7.94 new_esEs26(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_ltEs7(vwx311, vwx411, ty_Ordering) -> new_ltEs13(vwx311, vwx411) 18.69/7.94 new_compare13(vwx30, vwx40, True, beh, bfa) -> LT 18.69/7.94 new_esEs32(vwx302, vwx402, app(app(ty_Either, bha), bhb)) -> new_esEs9(vwx302, vwx402, bha, bhb) 18.69/7.94 new_compare7(Nothing, Nothing, gf) -> EQ 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Int, bcg) -> new_ltEs10(vwx310, vwx410) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_esEs25(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 18.69/7.94 new_lt19(vwx311, vwx411, app(app(app(ty_@3, cc), cd), ce)) -> new_lt6(vwx311, vwx411, cc, cd, ce) 18.69/7.94 new_esEs6(vwx302, vwx402, app(ty_Ratio, bhc)) -> new_esEs15(vwx302, vwx402, bhc) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), app(app(ty_@2, bdb), bdc), bcg) -> new_ltEs6(vwx310, vwx410, bdb, bdc) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(app(ty_@2, bga), bgb)) -> new_esEs8(vwx300, vwx400, bga, bgb) 18.69/7.94 new_not(False) -> True 18.69/7.94 new_esEs31(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 18.69/7.94 new_compare8(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare5(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.69/7.94 new_compare8(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare5(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.69/7.94 new_esEs28(vwx310, vwx410, ty_Ordering) -> new_esEs12(vwx310, vwx410) 18.69/7.94 new_lt19(vwx311, vwx411, ty_Integer) -> new_lt15(vwx311, vwx411) 18.69/7.94 new_esEs23(vwx300, vwx400, app(app(ty_@2, fg), fh)) -> new_esEs8(vwx300, vwx400, fg, fh) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), app(app(ty_Either, hf), hg)) -> new_ltEs5(vwx310, vwx410, hf, hg) 18.69/7.94 new_compare32(vwx300, vwx400, ty_Char) -> new_compare31(vwx300, vwx400) 18.69/7.94 new_lt13(vwx30, vwx40) -> new_esEs12(new_compare8(vwx30, vwx40), LT) 18.69/7.94 new_esEs28(vwx310, vwx410, ty_Double) -> new_esEs19(vwx310, vwx410) 18.69/7.94 new_esEs5(vwx301, vwx401, app(app(ty_Either, cgh), cha)) -> new_esEs9(vwx301, vwx401, cgh, cha) 18.69/7.94 new_lt16(vwx30, vwx40, bfb, bfc) -> new_esEs12(new_compare30(vwx30, vwx40, bfb, bfc), LT) 18.69/7.94 new_compare0(:(vwx300, vwx301), [], eh) -> GT 18.69/7.94 new_esEs22(vwx310, vwx410, app(ty_Maybe, bbg)) -> new_esEs17(vwx310, vwx410, bbg) 18.69/7.94 new_esEs12(LT, EQ) -> False 18.69/7.94 new_esEs12(EQ, LT) -> False 18.69/7.94 new_compare32(vwx300, vwx400, app(ty_[], fd)) -> new_compare0(vwx300, vwx400, fd) 18.69/7.94 new_primPlusNat0(Succ(vwx15500), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat0(vwx15500, vwx401000))) 18.69/7.94 new_ltEs13(LT, LT) -> True 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_Double, bfc) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_esEs27(vwx301, vwx401, app(ty_Ratio, cef)) -> new_esEs15(vwx301, vwx401, cef) 18.69/7.94 new_lt5(vwx310, vwx410, ty_Int) -> new_lt8(vwx310, vwx410) 18.69/7.94 new_esEs21(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_asAs(new_esEs30(vwx300, vwx400, gc), new_asAs(new_esEs31(vwx301, vwx401, gd), new_esEs32(vwx302, vwx402, ge))) 18.69/7.94 new_esEs27(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 18.69/7.94 new_esEs29(vwx311, vwx411, app(ty_Ratio, dae)) -> new_esEs15(vwx311, vwx411, dae) 18.69/7.94 new_esEs30(vwx300, vwx400, app(app(ty_Either, cff), cfg)) -> new_esEs9(vwx300, vwx400, cff, cfg) 18.69/7.94 new_lt20(vwx310, vwx410, ty_Integer) -> new_lt15(vwx310, vwx410) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Ordering) -> new_ltEs13(vwx310, vwx410) 18.69/7.94 new_esEs26(vwx300, vwx400, app(ty_Maybe, cde)) -> new_esEs17(vwx300, vwx400, cde) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), app(ty_Maybe, caf), bfc) -> new_esEs17(vwx300, vwx400, caf) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), app(ty_[], cba), bfc) -> new_esEs20(vwx300, vwx400, cba) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_Ordering, bfc) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_@0) -> new_ltEs12(vwx310, vwx410) 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_esEs12(LT, GT) -> False 18.69/7.94 new_esEs12(GT, LT) -> False 18.69/7.94 new_lt5(vwx310, vwx410, app(app(ty_@2, bbh), bca)) -> new_lt4(vwx310, vwx410, bbh, bca) 18.69/7.94 new_lt8(vwx30, vwx40) -> new_esEs12(new_compare5(vwx30, vwx40), LT) 18.69/7.94 new_lt20(vwx310, vwx410, ty_Int) -> new_lt8(vwx310, vwx410) 18.69/7.94 new_esEs27(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 18.69/7.94 new_compare32(vwx300, vwx400, app(app(ty_Either, ga), gb)) -> new_compare30(vwx300, vwx400, ga, gb) 18.69/7.94 new_lt18(vwx30, vwx40) -> new_esEs12(new_compare29(vwx30, vwx40), LT) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(ty_[], beb)) -> new_ltEs9(vwx310, vwx410, beb) 18.69/7.94 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 18.69/7.94 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 18.69/7.94 new_compare13(vwx30, vwx40, False, beh, bfa) -> GT 18.69/7.94 new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_primCompAux0(vwx300, vwx400, new_compare0(vwx301, vwx401, eh), eh) 18.69/7.94 new_esEs6(vwx302, vwx402, ty_Bool) -> new_esEs13(vwx302, vwx402) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_lt20(vwx310, vwx410, app(app(ty_@2, ec), ed)) -> new_lt4(vwx310, vwx410, ec, ed) 18.69/7.94 new_compare32(vwx300, vwx400, app(app(app(ty_@3, fa), fb), fc)) -> new_compare19(vwx300, vwx400, fa, fb, fc) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bgd), bge), bgf)) -> new_esEs21(vwx300, vwx400, bgd, bge, bgf) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 18.69/7.94 new_esEs31(vwx301, vwx401, app(app(ty_@2, chd), che)) -> new_esEs8(vwx301, vwx401, chd, che) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_lt14(vwx30, vwx40, cda) -> new_esEs12(new_compare16(vwx30, vwx40, cda), LT) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), app(ty_[], hb)) -> new_ltEs9(vwx310, vwx410, hb) 18.69/7.94 new_compare32(vwx300, vwx400, app(ty_Ratio, cch)) -> new_compare16(vwx300, vwx400, cch) 18.69/7.94 new_esEs7(vwx300, vwx400, app(app(ty_@2, bga), bgb)) -> new_esEs8(vwx300, vwx400, bga, bgb) 18.69/7.94 new_compare11(vwx400, True, gf) -> LT 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(ty_Ratio, cbg)) -> new_esEs15(vwx300, vwx400, cbg) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_@0) -> new_esEs14(vwx310, vwx410) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(ty_[], bgc)) -> new_esEs20(vwx300, vwx400, bgc) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 18.69/7.94 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.69/7.94 new_esEs23(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_Ordering) -> new_ltEs13(vwx310, vwx410) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Char) -> new_esEs16(vwx310, vwx410) 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_lt20(vwx310, vwx410, app(app(ty_Either, ee), ef)) -> new_lt16(vwx310, vwx410, ee, ef) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Integer, bcg) -> new_ltEs16(vwx310, vwx410) 18.69/7.94 new_lt5(vwx310, vwx410, app(app(app(ty_@3, bbb), bbc), bbd)) -> new_lt6(vwx310, vwx410, bbb, bbc, bbd) 18.69/7.94 new_ltEs19(vwx312, vwx412, app(ty_Ratio, daf)) -> new_ltEs15(vwx312, vwx412, daf) 18.69/7.94 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 18.69/7.94 new_lt5(vwx310, vwx410, app(ty_[], bbf)) -> new_lt7(vwx310, vwx410, bbf) 18.69/7.94 new_ltEs13(LT, EQ) -> True 18.69/7.94 new_esEs31(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 18.69/7.94 new_compare12(vwx300, True, gf) -> LT 18.69/7.94 new_esEs22(vwx310, vwx410, app(ty_[], bbf)) -> new_esEs20(vwx310, vwx410, bbf) 18.69/7.94 new_ltEs7(vwx311, vwx411, app(ty_Maybe, bae)) -> new_ltEs4(vwx311, vwx411, bae) 18.69/7.94 new_compare15(vwx30, vwx40, False, bfb, bfc) -> GT 18.69/7.94 new_esEs22(vwx310, vwx410, app(app(app(ty_@3, bbb), bbc), bbd)) -> new_esEs21(vwx310, vwx410, bbb, bbc, bbd) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_compare18(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare5(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.69/7.94 new_compare18(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare5(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_Char) -> new_ltEs11(vwx310, vwx410) 18.69/7.94 new_esEs32(vwx302, vwx402, app(ty_[], bhg)) -> new_esEs20(vwx302, vwx402, bhg) 18.69/7.94 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.69/7.94 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), app(ty_Maybe, bda), bcg) -> new_ltEs4(vwx310, vwx410, bda) 18.69/7.94 new_ltEs18(True, True) -> True 18.69/7.94 new_lt20(vwx310, vwx410, app(app(app(ty_@3, df), dg), dh)) -> new_lt6(vwx310, vwx410, df, dg, dh) 18.69/7.94 new_esEs23(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_ltEs19(vwx312, vwx412, app(ty_Maybe, bf)) -> new_ltEs4(vwx312, vwx412, bf) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_primEqNat0(Zero, Zero) -> True 18.69/7.94 new_esEs32(vwx302, vwx402, ty_Bool) -> new_esEs13(vwx302, vwx402) 18.69/7.94 new_ltEs10(vwx31, vwx41) -> new_fsEs(new_compare5(vwx31, vwx41)) 18.69/7.94 new_ltEs14(vwx31, vwx41) -> new_fsEs(new_compare8(vwx31, vwx41)) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Double, bcg) -> new_ltEs14(vwx310, vwx410) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(app(app(ty_@3, bdg), bdh), bea)) -> new_ltEs8(vwx310, vwx410, bdg, bdh, bea) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), app(ty_Ratio, dag), bcg) -> new_ltEs15(vwx310, vwx410, dag) 18.69/7.94 new_esEs32(vwx302, vwx402, app(app(ty_@2, bhe), bhf)) -> new_esEs8(vwx302, vwx402, bhe, bhf) 18.69/7.94 new_ltEs7(vwx311, vwx411, app(app(ty_Either, bah), bba)) -> new_ltEs5(vwx311, vwx411, bah, bba) 18.69/7.94 new_lt5(vwx310, vwx410, ty_Bool) -> new_lt18(vwx310, vwx410) 18.69/7.94 new_esEs30(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_lt19(vwx311, vwx411, ty_Bool) -> new_lt18(vwx311, vwx411) 18.69/7.94 new_asAs(False, vwx125) -> False 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Float) -> new_esEs10(vwx310, vwx410) 18.69/7.94 new_esEs28(vwx310, vwx410, app(ty_Ratio, dad)) -> new_esEs15(vwx310, vwx410, dad) 18.69/7.94 new_esEs26(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_lt20(vwx310, vwx410, ty_Bool) -> new_lt18(vwx310, vwx410) 18.69/7.94 new_esEs23(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_esEs23(vwx300, vwx400, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs21(vwx300, vwx400, fa, fb, fc) 18.69/7.94 new_esEs6(vwx302, vwx402, ty_Ordering) -> new_esEs12(vwx302, vwx402) 18.69/7.94 new_esEs19(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs11(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.69/7.94 new_esEs10(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs11(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.69/7.94 new_esEs7(vwx300, vwx400, app(app(ty_Either, bfe), bff)) -> new_esEs9(vwx300, vwx400, bfe, bff) 18.69/7.94 new_esEs11(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_Float) -> new_ltEs17(vwx312, vwx412) 18.69/7.94 new_lt19(vwx311, vwx411, app(app(ty_Either, dd), de)) -> new_lt16(vwx311, vwx411, dd, de) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Char) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_esEs4(vwx300, vwx400, app(ty_Ratio, cfh)) -> new_esEs15(vwx300, vwx400, cfh) 18.69/7.94 18.69/7.94 The set Q consists of the following terms: 18.69/7.94 18.69/7.94 new_esEs5(x0, x1, ty_Ordering) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Int, x2) 18.69/7.94 new_primCompAux00(x0, GT) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Char) 18.69/7.94 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_lt5(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs29(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_lt5(x0, x1, ty_Double) 18.69/7.94 new_esEs30(x0, x1, ty_@0) 18.69/7.94 new_esEs29(x0, x1, ty_@0) 18.69/7.94 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare0(:(x0, x1), [], x2) 18.69/7.94 new_esEs12(EQ, EQ) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Int) 18.69/7.94 new_esEs27(x0, x1, ty_Int) 18.69/7.94 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs26(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Int) 18.69/7.94 new_esEs5(x0, x1, ty_Double) 18.69/7.94 new_esEs29(x0, x1, ty_Bool) 18.69/7.94 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs6(x0, x1, ty_Char) 18.69/7.94 new_lt5(x0, x1, ty_Ordering) 18.69/7.94 new_esEs26(x0, x1, ty_Double) 18.69/7.94 new_esEs20([], [], x0) 18.69/7.94 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Integer) 18.69/7.94 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_compare7(Just(x0), Nothing, x1) 18.69/7.94 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Char) 18.69/7.94 new_lt20(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs27(x0, x1, ty_Char) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Integer) 18.69/7.94 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs27(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs27(x0, x1, ty_Ordering) 18.69/7.94 new_esEs26(x0, x1, ty_Int) 18.69/7.94 new_compare17(Integer(x0), Integer(x1)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare8(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 18.69/7.94 new_compare8(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 18.69/7.94 new_compare8(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 18.69/7.94 new_ltEs19(x0, x1, ty_Bool) 18.69/7.94 new_primEqInt(Pos(Zero), Pos(Zero)) 18.69/7.94 new_esEs7(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_compare32(x0, x1, ty_Double) 18.69/7.94 new_esEs6(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs30(x0, x1, app(ty_[], x2)) 18.69/7.94 new_lt5(x0, x1, ty_Int) 18.69/7.94 new_esEs4(x0, x1, ty_Ordering) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Ordering, x2) 18.69/7.94 new_compare211(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 18.69/7.94 new_esEs4(x0, x1, ty_Double) 18.69/7.94 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.69/7.94 new_esEs7(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_ltEs13(EQ, EQ) 18.69/7.94 new_esEs31(x0, x1, ty_Bool) 18.69/7.94 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_@0) 18.69/7.94 new_esEs6(x0, x1, ty_Int) 18.69/7.94 new_compare28(x0, x1, True) 18.69/7.94 new_ltEs12(x0, x1) 18.69/7.94 new_esEs22(x0, x1, ty_Bool) 18.69/7.94 new_compare13(x0, x1, True, x2, x3) 18.69/7.94 new_esEs23(x0, x1, ty_Float) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Double) 18.69/7.94 new_primEqInt(Neg(Zero), Neg(Zero)) 18.69/7.94 new_compare24(x0, x1, True, x2) 18.69/7.94 new_compare15(x0, x1, True, x2, x3) 18.69/7.94 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs6(x0, x1, ty_Ordering) 18.69/7.94 new_esEs30(x0, x1, ty_Bool) 18.69/7.94 new_lt19(x0, x1, ty_Float) 18.69/7.94 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs5(x0, x1, ty_Int) 18.69/7.94 new_ltEs4(Nothing, Nothing, x0) 18.69/7.94 new_lt20(x0, x1, ty_Float) 18.69/7.94 new_esEs26(x0, x1, ty_Ordering) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.69/7.94 new_esEs4(x0, x1, ty_Int) 18.69/7.94 new_primEqNat0(Zero, Succ(x0)) 18.69/7.94 new_esEs28(x0, x1, ty_Ordering) 18.69/7.94 new_ltEs9(x0, x1, x2) 18.69/7.94 new_lt5(x0, x1, ty_Char) 18.69/7.94 new_compare111(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 18.69/7.94 new_esEs29(x0, x1, ty_Char) 18.69/7.94 new_esEs32(x0, x1, ty_Bool) 18.69/7.94 new_compare32(x0, x1, ty_Int) 18.69/7.94 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs22(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs22(x0, x1, ty_Integer) 18.69/7.94 new_esEs26(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs5(x0, x1, ty_Char) 18.69/7.94 new_esEs30(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs27(x0, x1, ty_Double) 18.69/7.94 new_compare0([], [], x0) 18.69/7.94 new_esEs7(x0, x1, ty_Float) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Float) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Ordering) 18.69/7.94 new_compare10(x0, x1, True, x2) 18.69/7.94 new_compare32(x0, x1, ty_Char) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Float) 18.69/7.94 new_ltEs14(x0, x1) 18.69/7.94 new_esEs31(x0, x1, ty_@0) 18.69/7.94 new_primEqInt(Pos(Zero), Neg(Zero)) 18.69/7.94 new_primEqInt(Neg(Zero), Pos(Zero)) 18.69/7.94 new_compare14(x0, x1, True) 18.69/7.94 new_esEs22(x0, x1, ty_Ordering) 18.69/7.94 new_primMulInt(Pos(x0), Pos(x1)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Ordering) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Bool, x2) 18.69/7.94 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs27(x0, x1, ty_Bool) 18.69/7.94 new_primPlusNat0(Zero, Succ(x0)) 18.69/7.94 new_esEs12(LT, GT) 18.69/7.94 new_esEs12(GT, LT) 18.69/7.94 new_ltEs19(x0, x1, ty_Char) 18.69/7.94 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 18.69/7.94 new_compare0(:(x0, x1), :(x2, x3), x4) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Char, x2) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.69/7.94 new_lt19(x0, x1, ty_Bool) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.69/7.94 new_ltEs19(x0, x1, ty_@0) 18.69/7.94 new_ltEs19(x0, x1, ty_Double) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs29(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Double, x2) 18.69/7.94 new_esEs7(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs30(x0, x1, ty_Ordering) 18.69/7.94 new_esEs32(x0, x1, ty_Integer) 18.69/7.94 new_compare28(x0, x1, False) 18.69/7.94 new_compare16(:%(x0, x1), :%(x2, x3), ty_Int) 18.69/7.94 new_esEs24(x0, x1, ty_Int) 18.69/7.94 new_lt19(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Integer) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.69/7.94 new_ltEs13(LT, GT) 18.69/7.94 new_ltEs13(GT, LT) 18.69/7.94 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.69/7.94 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.69/7.94 new_esEs20(:(x0, x1), :(x2, x3), x4) 18.69/7.94 new_esEs31(x0, x1, ty_Float) 18.69/7.94 new_esEs30(x0, x1, ty_Integer) 18.69/7.94 new_compare32(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 18.69/7.94 new_esEs29(x0, x1, ty_Int) 18.69/7.94 new_ltEs19(x0, x1, ty_Int) 18.69/7.94 new_esEs9(Left(x0), Right(x1), x2, x3) 18.69/7.94 new_esEs9(Right(x0), Left(x1), x2, x3) 18.69/7.94 new_esEs21(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.69/7.94 new_esEs27(x0, x1, ty_Integer) 18.69/7.94 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_lt11(x0, x1) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.69/7.94 new_esEs5(x0, x1, ty_Bool) 18.69/7.94 new_fsEs(x0) 18.69/7.94 new_esEs22(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs17(Just(x0), Nothing, x1) 18.69/7.94 new_primCmpNat0(Zero, Succ(x0)) 18.69/7.94 new_esEs32(x0, x1, app(ty_[], x2)) 18.69/7.94 new_compare32(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs22(x0, x1, ty_Double) 18.69/7.94 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 18.69/7.94 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 18.69/7.94 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.69/7.94 new_compare211(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 18.69/7.94 new_lt8(x0, x1) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.69/7.94 new_lt5(x0, x1, ty_Bool) 18.69/7.94 new_esEs25(x0, x1, ty_Integer) 18.69/7.94 new_lt20(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs24(x0, x1, ty_Integer) 18.69/7.94 new_esEs12(GT, GT) 18.69/7.94 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs12(LT, EQ) 18.69/7.94 new_esEs12(EQ, LT) 18.69/7.94 new_lt15(x0, x1) 18.69/7.94 new_primPlusNat1(Zero, x0) 18.69/7.94 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Float, x2) 18.69/7.94 new_compare27(x0, x1) 18.69/7.94 new_esEs7(x0, x1, ty_@0) 18.69/7.94 new_esEs18(Integer(x0), Integer(x1)) 18.69/7.94 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs31(x0, x1, ty_Double) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_@0, x2) 18.69/7.94 new_esEs4(x0, x1, ty_Char) 18.69/7.94 new_pePe(False, x0) 18.69/7.94 new_compare12(x0, False, x1) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Double) 18.69/7.94 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_lt20(x0, x1, ty_Integer) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Char) 18.69/7.94 new_esEs27(x0, x1, ty_@0) 18.69/7.94 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs23(x0, x1, ty_Integer) 18.69/7.94 new_ltEs15(x0, x1, x2) 18.69/7.94 new_esEs6(x0, x1, ty_@0) 18.69/7.94 new_compare11(x0, False, x1) 18.69/7.94 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Int) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Integer, x2) 18.69/7.94 new_esEs26(x0, x1, ty_@0) 18.69/7.94 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_primPlusNat0(Succ(x0), Zero) 18.69/7.94 new_primCmpInt(Neg(Zero), Neg(Zero)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_@0) 18.69/7.94 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs15(:%(x0, x1), :%(x2, x3), x4) 18.69/7.94 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_ltEs7(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs32(x0, x1, ty_@0) 18.69/7.94 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_sr(x0, x1) 18.69/7.94 new_esEs13(False, True) 18.69/7.94 new_esEs13(True, False) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Bool) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.69/7.94 new_esEs32(x0, x1, ty_Double) 18.69/7.94 new_primMulNat0(Succ(x0), Succ(x1)) 18.69/7.94 new_primCmpInt(Pos(Zero), Neg(Zero)) 18.69/7.94 new_primCmpInt(Neg(Zero), Pos(Zero)) 18.69/7.94 new_esEs30(x0, x1, ty_Char) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Ordering) 18.69/7.94 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Double) 18.69/7.94 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs30(x0, x1, ty_Int) 18.69/7.94 new_compare0([], :(x0, x1), x2) 18.69/7.94 new_esEs6(x0, x1, ty_Double) 18.69/7.94 new_lt14(x0, x1, x2) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.69/7.94 new_primCmpNat0(Succ(x0), Succ(x1)) 18.69/7.94 new_esEs4(x0, x1, ty_Integer) 18.69/7.94 new_compare16(:%(x0, x1), :%(x2, x3), ty_Integer) 18.69/7.94 new_compare110(x0, x1, True) 18.69/7.94 new_ltEs16(x0, x1) 18.69/7.94 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs29(x0, x1, ty_Integer) 18.69/7.94 new_esEs4(x0, x1, ty_Bool) 18.69/7.94 new_ltEs7(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_compare25(x0, x1, True, x2, x3) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.69/7.94 new_esEs32(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs23(x0, x1, ty_Char) 18.69/7.94 new_ltEs4(Nothing, Just(x0), x1) 18.69/7.94 new_esEs31(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs29(x0, x1, ty_Ordering) 18.69/7.94 new_compare26(x0, x1, True) 18.69/7.94 new_esEs28(x0, x1, ty_@0) 18.69/7.94 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs6(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs16(Char(x0), Char(x1)) 18.69/7.94 new_esEs30(x0, x1, ty_Float) 18.69/7.94 new_esEs28(x0, x1, ty_Double) 18.69/7.94 new_lt20(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_ltEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare13(x0, x1, False, x2, x3) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.69/7.94 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_lt20(x0, x1, ty_Bool) 18.69/7.94 new_lt9(x0, x1) 18.69/7.94 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_compare15(x0, x1, False, x2, x3) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.69/7.94 new_primEqNat0(Succ(x0), Succ(x1)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_@0) 18.69/7.94 new_ltEs10(x0, x1) 18.69/7.94 new_compare8(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 18.69/7.94 new_lt5(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs22(x0, x1, ty_@0) 18.69/7.94 new_ltEs7(x0, x1, ty_Double) 18.69/7.94 new_esEs23(x0, x1, ty_Bool) 18.69/7.94 new_esEs25(x0, x1, ty_Int) 18.69/7.94 new_asAs(True, x0) 18.69/7.94 new_esEs31(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.69/7.94 new_esEs28(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_lt5(x0, x1, ty_Float) 18.69/7.94 new_compare18(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 18.69/7.94 new_compare18(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 18.69/7.94 new_esEs26(x0, x1, ty_Float) 18.69/7.94 new_esEs17(Nothing, Nothing, x0) 18.69/7.94 new_lt20(x0, x1, ty_Char) 18.69/7.94 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare18(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 18.69/7.94 new_primMulNat0(Zero, Succ(x0)) 18.69/7.94 new_esEs23(x0, x1, ty_Int) 18.69/7.94 new_primMulNat0(Zero, Zero) 18.69/7.94 new_lt7(x0, x1, x2) 18.69/7.94 new_primPlusNat0(Succ(x0), Succ(x1)) 18.69/7.94 new_compare210(x0, x1, True, x2, x3) 18.69/7.94 new_lt20(x0, x1, ty_Int) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.69/7.94 new_ltEs7(x0, x1, ty_@0) 18.69/7.94 new_esEs5(x0, x1, ty_Float) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.69/7.94 new_ltEs11(x0, x1) 18.69/7.94 new_esEs4(x0, x1, ty_Float) 18.69/7.94 new_lt19(x0, x1, ty_Ordering) 18.69/7.94 new_compare9(@0, @0) 18.69/7.94 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_compare5(x0, x1) 18.69/7.94 new_esEs27(x0, x1, ty_Float) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_@0, x2) 18.69/7.94 new_ltEs7(x0, x1, app(ty_[], x2)) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(ty_[], x2)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Char, x2) 18.69/7.94 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_lt19(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs7(x0, x1, ty_Double) 18.69/7.94 new_esEs23(x0, x1, ty_Ordering) 18.69/7.94 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare18(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 18.69/7.94 new_primCompAux00(x0, EQ) 18.69/7.94 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs8(@2(x0, x1), @2(x2, x3), x4, x5) 18.69/7.94 new_primPlusNat0(Zero, Zero) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Int, x2) 18.69/7.94 new_ltEs18(True, True) 18.69/7.94 new_esEs23(x0, x1, app(ty_[], x2)) 18.69/7.94 new_ltEs6(@2(x0, x1), @2(x2, x3), x4, x5) 18.69/7.94 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Float, x2) 18.69/7.94 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs31(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs4(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_not(True) 18.69/7.94 new_ltEs19(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs11(x0, x1) 18.69/7.94 new_esEs12(EQ, GT) 18.69/7.94 new_esEs12(GT, EQ) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.69/7.94 new_ltEs13(EQ, GT) 18.69/7.94 new_ltEs13(GT, EQ) 18.69/7.94 new_esEs5(x0, x1, app(ty_[], x2)) 18.69/7.94 new_compare10(x0, x1, False, x2) 18.69/7.94 new_ltEs7(x0, x1, ty_Integer) 18.69/7.94 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs32(x0, x1, ty_Ordering) 18.69/7.94 new_lt5(x0, x1, ty_Integer) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Integer, x2) 18.69/7.94 new_lt20(x0, x1, ty_Ordering) 18.69/7.94 new_primCompAux00(x0, LT) 18.69/7.94 new_compare110(x0, x1, False) 18.69/7.94 new_compare7(Nothing, Just(x0), x1) 18.69/7.94 new_esEs6(x0, x1, ty_Float) 18.69/7.94 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.69/7.94 new_lt19(x0, x1, ty_Int) 18.69/7.94 new_esEs13(True, True) 18.69/7.94 new_ltEs7(x0, x1, ty_Ordering) 18.69/7.94 new_lt6(x0, x1, x2, x3, x4) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.69/7.94 new_esEs17(Nothing, Just(x0), x1) 18.69/7.94 new_esEs19(Double(x0, x1), Double(x2, x3)) 18.69/7.94 new_compare111(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 18.69/7.94 new_lt10(x0, x1, x2) 18.69/7.94 new_ltEs19(x0, x1, ty_Float) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.69/7.94 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_lt16(x0, x1, x2, x3) 18.69/7.94 new_compare32(x0, x1, ty_Float) 18.69/7.94 new_compare32(x0, x1, ty_@0) 18.69/7.94 new_ltEs18(True, False) 18.69/7.94 new_ltEs18(False, True) 18.69/7.94 new_lt17(x0, x1) 18.69/7.94 new_ltEs13(LT, LT) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Bool, x2) 18.69/7.94 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.69/7.94 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.69/7.94 new_esEs32(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_compare210(x0, x1, False, x2, x3) 18.69/7.94 new_esEs12(LT, LT) 18.69/7.94 new_primPlusNat1(Succ(x0), x1) 18.69/7.94 new_lt19(x0, x1, ty_Char) 18.69/7.94 new_lt19(x0, x1, ty_Double) 18.69/7.94 new_ltEs17(x0, x1) 18.69/7.94 new_compare24(x0, x1, False, x2) 18.69/7.94 new_primCmpNat0(Succ(x0), Zero) 18.69/7.94 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_primCmpInt(Pos(Zero), Pos(Zero)) 18.69/7.94 new_ltEs7(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs32(x0, x1, ty_Char) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Integer) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(ty_[], x2)) 18.69/7.94 new_esEs26(x0, x1, ty_Bool) 18.69/7.94 new_esEs6(x0, x1, ty_Integer) 18.69/7.94 new_compare19(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.69/7.94 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_lt5(x0, x1, ty_@0) 18.69/7.94 new_esEs14(@0, @0) 18.69/7.94 new_primEqNat0(Succ(x0), Zero) 18.69/7.94 new_lt12(x0, x1) 18.69/7.94 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs31(x0, x1, ty_Ordering) 18.69/7.94 new_esEs5(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_lt19(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs29(x0, x1, ty_Double) 18.69/7.94 new_asAs(False, x0) 18.69/7.94 new_ltEs4(Just(x0), Nothing, x1) 18.69/7.94 new_esEs30(x0, x1, ty_Double) 18.69/7.94 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Char) 18.69/7.94 new_lt13(x0, x1) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.69/7.94 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_primCompAux0(x0, x1, x2, x3) 18.69/7.94 new_compare7(Nothing, Nothing, x0) 18.69/7.94 new_lt19(x0, x1, ty_@0) 18.69/7.94 new_esEs32(x0, x1, ty_Int) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(ty_[], x2), x3) 18.69/7.94 new_esEs26(x0, x1, app(ty_[], x2)) 18.69/7.94 new_ltEs13(GT, GT) 18.69/7.94 new_esEs29(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs20([], :(x0, x1), x2) 18.69/7.94 new_esEs10(Float(x0, x1), Float(x2, x3)) 18.69/7.94 new_sr0(Integer(x0), Integer(x1)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.69/7.94 new_ltEs13(EQ, LT) 18.69/7.94 new_ltEs13(LT, EQ) 18.69/7.94 new_esEs31(x0, x1, ty_Int) 18.69/7.94 new_esEs29(x0, x1, ty_Float) 18.69/7.94 new_compare14(x0, x1, False) 18.69/7.94 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Double, x2) 18.69/7.94 new_compare25(x0, x1, False, x2, x3) 18.69/7.94 new_ltEs7(x0, x1, ty_Float) 18.69/7.94 new_esEs23(x0, x1, ty_@0) 18.69/7.94 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.69/7.94 new_esEs5(x0, x1, ty_Integer) 18.69/7.94 new_esEs28(x0, x1, ty_Integer) 18.69/7.94 new_esEs27(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Ordering) 18.69/7.94 new_esEs22(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_compare26(x0, x1, False) 18.69/7.94 new_esEs26(x0, x1, ty_Integer) 18.69/7.94 new_compare31(Char(x0), Char(x1)) 18.69/7.94 new_primMulInt(Pos(x0), Neg(x1)) 18.69/7.94 new_primMulInt(Neg(x0), Pos(x1)) 18.69/7.94 new_esEs4(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs4(x0, x1, ty_@0) 18.69/7.94 new_esEs31(x0, x1, ty_Char) 18.69/7.94 new_esEs7(x0, x1, ty_Int) 18.69/7.94 new_esEs6(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Bool) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_@0) 18.69/7.94 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Ordering, x2) 18.69/7.94 new_esEs5(x0, x1, ty_@0) 18.69/7.94 new_esEs7(x0, x1, ty_Char) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Bool) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Int) 18.69/7.94 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_compare32(x0, x1, ty_Bool) 18.69/7.94 new_esEs28(x0, x1, app(ty_[], x2)) 18.69/7.94 new_lt4(x0, x1, x2, x3) 18.69/7.94 new_ltEs5(Left(x0), Right(x1), x2, x3) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 18.69/7.94 new_ltEs5(Right(x0), Left(x1), x2, x3) 18.69/7.94 new_ltEs8(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.69/7.94 new_lt5(x0, x1, app(ty_[], x2)) 18.69/7.94 new_lt20(x0, x1, ty_Double) 18.69/7.94 new_primEqNat0(Zero, Zero) 18.69/7.94 new_esEs13(False, False) 18.69/7.94 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 18.69/7.94 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 18.69/7.94 new_lt19(x0, x1, ty_Integer) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.69/7.94 new_esEs32(x0, x1, ty_Float) 18.69/7.94 new_not(False) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.69/7.94 new_esEs5(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_lt20(x0, x1, ty_@0) 18.69/7.94 new_ltEs7(x0, x1, ty_Int) 18.69/7.94 new_esEs22(x0, x1, ty_Int) 18.69/7.94 new_compare30(x0, x1, x2, x3) 18.69/7.94 new_compare6(x0, x1, x2, x3) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Double) 18.69/7.94 new_esEs30(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.69/7.94 new_lt18(x0, x1) 18.69/7.94 new_ltEs18(False, False) 18.69/7.94 new_compare7(Just(x0), Just(x1), x2) 18.69/7.94 new_esEs7(x0, x1, ty_Bool) 18.69/7.94 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 18.69/7.94 new_esEs7(x0, x1, ty_Ordering) 18.69/7.94 new_primMulNat0(Succ(x0), Zero) 18.69/7.94 new_esEs28(x0, x1, ty_Float) 18.69/7.94 new_esEs26(x0, x1, ty_Char) 18.69/7.94 new_pePe(True, x0) 18.69/7.94 new_ltEs19(x0, x1, ty_Integer) 18.69/7.94 new_esEs28(x0, x1, ty_Bool) 18.69/7.94 new_esEs22(x0, x1, ty_Char) 18.69/7.94 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs28(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_ltEs7(x0, x1, ty_Bool) 18.69/7.94 new_esEs28(x0, x1, ty_Int) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Bool) 18.69/7.94 new_compare12(x0, True, x1) 18.69/7.94 new_esEs23(x0, x1, ty_Double) 18.69/7.94 new_ltEs19(x0, x1, ty_Ordering) 18.69/7.94 new_esEs4(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_ltEs7(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs7(x0, x1, ty_Integer) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Float) 18.69/7.94 new_esEs22(x0, x1, ty_Float) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs6(x0, x1, ty_Bool) 18.69/7.94 new_compare11(x0, True, x1) 18.69/7.94 new_esEs28(x0, x1, ty_Char) 18.69/7.94 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare32(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_compare29(x0, x1) 18.69/7.94 new_compare32(x0, x1, ty_Integer) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Float) 18.69/7.94 new_compare32(x0, x1, ty_Ordering) 18.69/7.94 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs27(x0, x1, app(ty_[], x2)) 18.69/7.94 new_ltEs7(x0, x1, ty_Char) 18.69/7.94 new_esEs20(:(x0, x1), [], x2) 18.69/7.94 new_esEs31(x0, x1, ty_Integer) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.69/7.94 new_primCmpNat0(Zero, Zero) 18.69/7.94 new_compare32(x0, x1, app(ty_[], x2)) 18.69/7.94 new_compare32(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_compare32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_primMulInt(Neg(x0), Neg(x1)) 18.69/7.94 18.69/7.94 We have to consider all minimal (P,Q,R)-chains. 18.69/7.94 ---------------------------------------- 18.69/7.94 18.69/7.94 (19) DependencyGraphProof (EQUIVALENT) 18.69/7.94 The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 4 less nodes. 18.69/7.94 ---------------------------------------- 18.69/7.94 18.69/7.94 (20) 18.69/7.94 Obligation: 18.69/7.94 Q DP problem: 18.69/7.94 The TRS P consists of the following rules: 18.69/7.94 18.69/7.94 new_lt1(Just(vwx300), Just(vwx400), gf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, gf), gf) 18.69/7.94 new_compare21(vwx144, vwx145, False, bfd) -> new_ltEs1(Just(vwx144), Just(vwx145), bfd) 18.69/7.94 new_ltEs1(Just(vwx310), Just(vwx410), app(app(ty_@2, hd), he)) -> new_ltEs2(vwx310, vwx410, hd, he) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(ty_Maybe, bbg), bbe) -> new_lt1(vwx310, vwx410, bbg) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(ty_[], bbf), bbe) -> new_lt0(vwx310, vwx410, bbf) 18.69/7.94 new_lt0(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_primCompAux(vwx300, vwx400, new_compare0(vwx301, vwx401, eh), eh) 18.69/7.94 new_primCompAux(vwx300, vwx400, vwx132, app(ty_Maybe, ff)) -> new_compare2(vwx300, vwx400, ff) 18.69/7.94 new_compare2(Just(vwx300), Just(vwx400), gf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, gf), gf) 18.69/7.94 new_primCompAux(vwx300, vwx400, vwx132, app(app(ty_Either, ga), gb)) -> new_compare4(vwx300, vwx400, ga, gb) 18.69/7.94 new_compare4(vwx30, vwx40, bfb, bfc) -> new_compare23(vwx30, vwx40, new_esEs9(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.69/7.94 new_compare23(vwx30, vwx40, False, bfb, bfc) -> new_ltEs3(vwx30, vwx40, bfb, bfc) 18.69/7.94 new_ltEs3(Left(vwx310), Left(vwx410), app(app(ty_Either, bdd), bde), bcg) -> new_ltEs3(vwx310, vwx410, bdd, bde) 18.69/7.94 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(app(app(ty_@3, bdg), bdh), bea)) -> new_ltEs(vwx310, vwx410, bdg, bdh, bea) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(ty_Maybe, da), cf) -> new_lt1(vwx311, vwx411, da) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_Maybe, eb), ba, cf) -> new_lt1(vwx310, vwx410, eb) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(app(ty_Either, dd), de), cf) -> new_lt3(vwx311, vwx411, dd, de) 18.69/7.94 new_lt3(vwx30, vwx40, bfb, bfc) -> new_compare23(vwx30, vwx40, new_esEs9(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(ty_[], cg), cf) -> new_lt0(vwx311, vwx411, cg) 18.69/7.94 new_lt0(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_compare(vwx301, vwx401, eh) 18.69/7.94 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_primCompAux(vwx300, vwx400, new_compare0(vwx301, vwx401, eh), eh) 18.69/7.94 new_primCompAux(vwx300, vwx400, vwx132, app(ty_[], fd)) -> new_compare(vwx300, vwx400, fd) 18.69/7.94 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_compare(vwx301, vwx401, eh) 18.69/7.94 new_primCompAux(vwx300, vwx400, vwx132, app(app(ty_@2, fg), fh)) -> new_compare3(vwx300, vwx400, fg, fh) 18.69/7.94 new_compare3(vwx30, vwx40, beh, bfa) -> new_compare22(vwx30, vwx40, new_esEs8(vwx30, vwx40, beh, bfa), beh, bfa) 18.69/7.94 new_compare22(vwx30, vwx40, False, beh, bfa) -> new_ltEs2(vwx30, vwx40, beh, bfa) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(ty_Maybe, bae)) -> new_ltEs1(vwx311, vwx411, bae) 18.69/7.94 new_ltEs1(Just(vwx310), Just(vwx410), app(app(ty_Either, hf), hg)) -> new_ltEs3(vwx310, vwx410, hf, hg) 18.69/7.94 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(ty_[], beb)) -> new_ltEs0(vwx310, vwx410, beb) 18.69/7.94 new_ltEs0(vwx31, vwx41, eg) -> new_compare(vwx31, vwx41, eg) 18.69/7.94 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(app(ty_Either, bef), beg)) -> new_ltEs3(vwx310, vwx410, bef, beg) 18.69/7.94 new_ltEs3(Left(vwx310), Left(vwx410), app(app(ty_@2, bdb), bdc), bcg) -> new_ltEs2(vwx310, vwx410, bdb, bdc) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(app(ty_@2, bbh), bca), bbe) -> new_lt2(vwx310, vwx410, bbh, bca) 18.69/7.94 new_lt2(vwx30, vwx40, beh, bfa) -> new_compare22(vwx30, vwx40, new_esEs8(vwx30, vwx40, beh, bfa), beh, bfa) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(app(ty_@2, baf), bag)) -> new_ltEs2(vwx311, vwx411, baf, bag) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs(vwx311, vwx411, baa, bab, bac) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(ty_Maybe, bf)) -> new_ltEs1(vwx312, vwx412, bf) 18.69/7.94 new_ltEs1(Just(vwx310), Just(vwx410), app(app(app(ty_@3, gg), gh), ha)) -> new_ltEs(vwx310, vwx410, gg, gh, ha) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_lt(vwx310, vwx410, df, dg, dh) 18.69/7.94 new_lt(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_compare20(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs4(vwx300, vwx400, gc), new_asAs(new_esEs5(vwx301, vwx401, gd), new_esEs6(vwx302, vwx402, ge))), gc, gd, ge) 18.69/7.94 new_compare20(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, False, gc, gd, ge) -> new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_[], ea), ba, cf) -> new_lt0(vwx310, vwx410, ea) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_@2, ec), ed), ba, cf) -> new_lt2(vwx310, vwx410, ec, ed) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_Either, ee), ef), ba, cf) -> new_lt3(vwx310, vwx410, ee, ef) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_lt(vwx311, vwx411, cc, cd, ce) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(app(ty_Either, ca), cb)) -> new_ltEs3(vwx312, vwx412, ca, cb) 18.69/7.94 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(ty_Maybe, bec)) -> new_ltEs1(vwx310, vwx410, bec) 18.69/7.94 new_ltEs1(Just(vwx310), Just(vwx410), app(ty_[], hb)) -> new_ltEs0(vwx310, vwx410, hb) 18.69/7.94 new_ltEs1(Just(vwx310), Just(vwx410), app(ty_Maybe, hc)) -> new_ltEs1(vwx310, vwx410, hc) 18.69/7.94 new_ltEs3(Left(vwx310), Left(vwx410), app(ty_Maybe, bda), bcg) -> new_ltEs1(vwx310, vwx410, bda) 18.69/7.94 new_ltEs3(Left(vwx310), Left(vwx410), app(ty_[], bch), bcg) -> new_ltEs0(vwx310, vwx410, bch) 18.69/7.94 new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(app(ty_@2, bed), bee)) -> new_ltEs2(vwx310, vwx410, bed, bee) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(ty_[], bad)) -> new_ltEs0(vwx311, vwx411, bad) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(app(app(ty_@3, bbb), bbc), bbd), bbe) -> new_lt(vwx310, vwx410, bbb, bbc, bbd) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(app(ty_Either, bah), bba)) -> new_ltEs3(vwx311, vwx411, bah, bba) 18.69/7.94 new_ltEs3(Left(vwx310), Left(vwx410), app(app(app(ty_@3, bcd), bce), bcf), bcg) -> new_ltEs(vwx310, vwx410, bcd, bce, bcf) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs(vwx312, vwx412, bb, bc, bd) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(app(ty_@2, bg), bh)) -> new_ltEs2(vwx312, vwx412, bg, bh) 18.69/7.94 new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(app(ty_Either, bcb), bcc), bbe) -> new_lt3(vwx310, vwx410, bcb, bcc) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(app(ty_@2, db), dc), cf) -> new_lt2(vwx311, vwx411, db, dc) 18.69/7.94 new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(ty_[], be)) -> new_ltEs0(vwx312, vwx412, be) 18.69/7.94 new_primCompAux(vwx300, vwx400, vwx132, app(app(app(ty_@3, fa), fb), fc)) -> new_compare1(vwx300, vwx400, fa, fb, fc) 18.69/7.94 new_compare1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_compare20(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs4(vwx300, vwx400, gc), new_asAs(new_esEs5(vwx301, vwx401, gd), new_esEs6(vwx302, vwx402, ge))), gc, gd, ge) 18.69/7.94 18.69/7.94 The TRS R consists of the following rules: 18.69/7.94 18.69/7.94 new_esEs22(vwx310, vwx410, app(app(ty_@2, bbh), bca)) -> new_esEs8(vwx310, vwx410, bbh, bca) 18.69/7.94 new_esEs28(vwx310, vwx410, app(ty_[], ea)) -> new_esEs20(vwx310, vwx410, ea) 18.69/7.94 new_esEs7(vwx300, vwx400, app(ty_Ratio, bfg)) -> new_esEs15(vwx300, vwx400, bfg) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Double) -> new_ltEs14(vwx310, vwx410) 18.69/7.94 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.69/7.94 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 18.69/7.94 new_primPlusNat0(Zero, Zero) -> Zero 18.69/7.94 new_esEs4(vwx300, vwx400, app(ty_Maybe, cga)) -> new_esEs17(vwx300, vwx400, cga) 18.69/7.94 new_pePe(True, vwx101) -> True 18.69/7.94 new_esEs31(vwx301, vwx401, app(ty_Maybe, chc)) -> new_esEs17(vwx301, vwx401, chc) 18.69/7.94 new_esEs7(vwx300, vwx400, app(app(app(ty_@3, bgd), bge), bgf)) -> new_esEs21(vwx300, vwx400, bgd, bge, bgf) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(app(ty_@2, bed), bee)) -> new_ltEs6(vwx310, vwx410, bed, bee) 18.69/7.94 new_esEs27(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 18.69/7.94 new_compare32(vwx300, vwx400, ty_Ordering) -> new_compare27(vwx300, vwx400) 18.69/7.94 new_compare211(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, False, gc, gd, ge) -> new_compare111(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_ltEs8(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge), gc, gd, ge) 18.69/7.94 new_esEs30(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_ltEs7(vwx311, vwx411, ty_Char) -> new_ltEs11(vwx311, vwx411) 18.69/7.94 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 18.69/7.94 new_esEs31(vwx301, vwx401, app(app(ty_Either, cgh), cha)) -> new_esEs9(vwx301, vwx401, cgh, cha) 18.69/7.94 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 18.69/7.94 new_esEs24(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_ltEs18(True, False) -> False 18.69/7.94 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 18.69/7.94 new_esEs27(vwx301, vwx401, ty_Float) -> new_esEs10(vwx301, vwx401) 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_ltEs4(Nothing, Nothing, dab) -> True 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_Int, bfc) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_esEs30(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_ltEs4(Just(vwx310), Nothing, dab) -> False 18.69/7.94 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat1(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), app(app(ty_Either, cac), cad), bfc) -> new_esEs9(vwx300, vwx400, cac, cad) 18.69/7.94 new_ltEs13(GT, GT) -> True 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Float) -> new_ltEs17(vwx310, vwx410) 18.69/7.94 new_ltEs7(vwx311, vwx411, app(ty_Ratio, bgh)) -> new_ltEs15(vwx311, vwx411, bgh) 18.69/7.94 new_compare210(vwx30, vwx40, False, beh, bfa) -> new_compare13(vwx30, vwx40, new_ltEs6(vwx30, vwx40, beh, bfa), beh, bfa) 18.69/7.94 new_compare29(vwx30, vwx40) -> new_compare26(vwx30, vwx40, new_esEs13(vwx30, vwx40)) 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_Char) -> new_ltEs11(vwx312, vwx412) 18.69/7.94 new_lt19(vwx311, vwx411, app(app(ty_@2, db), dc)) -> new_lt4(vwx311, vwx411, db, dc) 18.69/7.94 new_compare32(vwx300, vwx400, ty_Int) -> new_compare5(vwx300, vwx400) 18.69/7.94 new_ltEs5(Left(vwx310), Right(vwx410), bdf, bcg) -> True 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), app(app(app(ty_@3, cbb), cbc), cbd), bfc) -> new_esEs21(vwx300, vwx400, cbb, cbc, cbd) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), app(ty_Maybe, hc)) -> new_ltEs4(vwx310, vwx410, hc) 18.69/7.94 new_compare26(vwx30, vwx40, True) -> EQ 18.69/7.94 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 18.69/7.94 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 18.69/7.94 new_ltEs13(EQ, GT) -> True 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Char, bcg) -> new_ltEs11(vwx310, vwx410) 18.69/7.94 new_compare210(vwx30, vwx40, True, beh, bfa) -> EQ 18.69/7.94 new_esEs29(vwx311, vwx411, ty_Double) -> new_esEs19(vwx311, vwx411) 18.69/7.94 new_ltEs19(vwx312, vwx412, app(app(ty_@2, bg), bh)) -> new_ltEs6(vwx312, vwx412, bg, bh) 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_@0) -> new_ltEs12(vwx312, vwx412) 18.69/7.94 new_esEs7(vwx300, vwx400, app(ty_[], bgc)) -> new_esEs20(vwx300, vwx400, bgc) 18.69/7.94 new_ltEs13(EQ, EQ) -> True 18.69/7.94 new_lt15(vwx30, vwx40) -> new_esEs12(new_compare17(vwx30, vwx40), LT) 18.69/7.94 new_lt12(vwx30, vwx40) -> new_esEs12(new_compare27(vwx30, vwx40), LT) 18.69/7.94 new_compare12(vwx300, False, gf) -> GT 18.69/7.94 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 18.69/7.94 new_esEs30(vwx300, vwx400, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs21(vwx300, vwx400, cge, cgf, cgg) 18.69/7.94 new_esEs17(Nothing, Nothing, gf) -> True 18.69/7.94 new_esEs30(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_esEs6(vwx302, vwx402, ty_Char) -> new_esEs16(vwx302, vwx402) 18.69/7.94 new_lt19(vwx311, vwx411, ty_Double) -> new_lt13(vwx311, vwx411) 18.69/7.94 new_esEs17(Nothing, Just(vwx400), gf) -> False 18.69/7.94 new_esEs17(Just(vwx300), Nothing, gf) -> False 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_@0, bcg) -> new_ltEs12(vwx310, vwx410) 18.69/7.94 new_compare24(vwx144, vwx145, False, bfd) -> new_compare10(vwx144, vwx145, new_ltEs4(Just(vwx144), Just(vwx145), bfd), bfd) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), app(app(app(ty_@3, gg), gh), ha)) -> new_ltEs8(vwx310, vwx410, gg, gh, ha) 18.69/7.94 new_not(True) -> False 18.69/7.94 new_esEs24(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_primCompAux0(vwx300, vwx400, vwx132, eh) -> new_primCompAux00(vwx132, new_compare32(vwx300, vwx400, eh)) 18.69/7.94 new_primCompAux00(vwx138, LT) -> LT 18.69/7.94 new_lt20(vwx310, vwx410, ty_Double) -> new_lt13(vwx310, vwx410) 18.69/7.94 new_primCmpNat0(Zero, Zero) -> EQ 18.69/7.94 new_esEs32(vwx302, vwx402, ty_Ordering) -> new_esEs12(vwx302, vwx402) 18.69/7.94 new_esEs23(vwx300, vwx400, app(ty_[], fd)) -> new_esEs20(vwx300, vwx400, fd) 18.69/7.94 new_lt5(vwx310, vwx410, ty_Integer) -> new_lt15(vwx310, vwx410) 18.69/7.94 new_compare11(vwx400, False, gf) -> GT 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_esEs29(vwx311, vwx411, ty_Int) -> new_esEs11(vwx311, vwx411) 18.69/7.94 new_esEs28(vwx310, vwx410, ty_Bool) -> new_esEs13(vwx310, vwx410) 18.69/7.94 new_esEs32(vwx302, vwx402, ty_Float) -> new_esEs10(vwx302, vwx402) 18.69/7.94 new_esEs29(vwx311, vwx411, ty_Integer) -> new_esEs18(vwx311, vwx411) 18.69/7.94 new_esEs30(vwx300, vwx400, app(ty_Ratio, cfh)) -> new_esEs15(vwx300, vwx400, cfh) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_Bool, bfc) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_esEs12(LT, LT) -> True 18.69/7.94 new_primEqNat0(Succ(vwx3000), Zero) -> False 18.69/7.94 new_primEqNat0(Zero, Succ(vwx4000)) -> False 18.69/7.94 new_esEs14(@0, @0) -> True 18.69/7.94 new_esEs29(vwx311, vwx411, app(app(ty_Either, dd), de)) -> new_esEs9(vwx311, vwx411, dd, de) 18.69/7.94 new_esEs6(vwx302, vwx402, app(app(ty_@2, bhe), bhf)) -> new_esEs8(vwx302, vwx402, bhe, bhf) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), app(app(ty_@2, hd), he)) -> new_ltEs6(vwx310, vwx410, hd, he) 18.69/7.94 new_esEs28(vwx310, vwx410, ty_Int) -> new_esEs11(vwx310, vwx410) 18.69/7.94 new_esEs29(vwx311, vwx411, ty_Bool) -> new_esEs13(vwx311, vwx411) 18.69/7.94 new_esEs9(Left(vwx300), Right(vwx400), bfb, bfc) -> False 18.69/7.94 new_esEs9(Right(vwx300), Left(vwx400), bfb, bfc) -> False 18.69/7.94 new_esEs30(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_esEs6(vwx302, vwx402, ty_Float) -> new_esEs10(vwx302, vwx402) 18.69/7.94 new_primCompAux00(vwx138, GT) -> GT 18.69/7.94 new_compare110(vwx30, vwx40, True) -> LT 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_Integer, bfc) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_lt5(vwx310, vwx410, app(ty_Ratio, bgg)) -> new_lt14(vwx310, vwx410, bgg) 18.69/7.94 new_compare16(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare17(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), app(app(ty_Either, bdd), bde), bcg) -> new_ltEs5(vwx310, vwx410, bdd, bde) 18.69/7.94 new_esEs6(vwx302, vwx402, app(ty_[], bhg)) -> new_esEs20(vwx302, vwx402, bhg) 18.69/7.94 new_esEs31(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 18.69/7.94 new_esEs27(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 18.69/7.94 new_compare17(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 18.69/7.94 new_compare8(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare5(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.69/7.94 new_compare32(vwx300, vwx400, app(app(ty_@2, fg), fh)) -> new_compare6(vwx300, vwx400, fg, fh) 18.69/7.94 new_esEs23(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_esEs5(vwx301, vwx401, app(app(ty_@2, chd), che)) -> new_esEs8(vwx301, vwx401, chd, che) 18.69/7.94 new_ltEs7(vwx311, vwx411, app(app(ty_@2, baf), bag)) -> new_ltEs6(vwx311, vwx411, baf, bag) 18.69/7.94 new_esEs32(vwx302, vwx402, ty_Char) -> new_esEs16(vwx302, vwx402) 18.69/7.94 new_compare15(vwx30, vwx40, True, bfb, bfc) -> LT 18.69/7.94 new_esEs32(vwx302, vwx402, ty_@0) -> new_esEs14(vwx302, vwx402) 18.69/7.94 new_compare14(vwx30, vwx40, True) -> LT 18.69/7.94 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 18.69/7.94 new_lt20(vwx310, vwx410, ty_Char) -> new_lt9(vwx310, vwx410) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Ordering) -> new_esEs12(vwx310, vwx410) 18.69/7.94 new_esEs4(vwx300, vwx400, app(app(ty_Either, cff), cfg)) -> new_esEs9(vwx300, vwx400, cff, cfg) 18.69/7.94 new_esEs23(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_Float) -> new_ltEs17(vwx310, vwx410) 18.69/7.94 new_esEs15(:%(vwx300, vwx301), :%(vwx400, vwx401), cda) -> new_asAs(new_esEs24(vwx300, vwx400, cda), new_esEs25(vwx301, vwx401, cda)) 18.69/7.94 new_esEs29(vwx311, vwx411, app(ty_[], cg)) -> new_esEs20(vwx311, vwx411, cg) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_esEs26(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_esEs26(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(app(ty_Either, cbe), cbf)) -> new_esEs9(vwx300, vwx400, cbe, cbf) 18.69/7.94 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 18.69/7.94 new_esEs30(vwx300, vwx400, app(ty_[], cgd)) -> new_esEs20(vwx300, vwx400, cgd) 18.69/7.94 new_ltEs7(vwx311, vwx411, ty_@0) -> new_ltEs12(vwx311, vwx411) 18.69/7.94 new_esEs20([], [], eh) -> True 18.69/7.94 new_ltEs13(LT, GT) -> True 18.69/7.94 new_esEs12(EQ, GT) -> False 18.69/7.94 new_esEs12(GT, EQ) -> False 18.69/7.94 new_esEs28(vwx310, vwx410, ty_Integer) -> new_esEs18(vwx310, vwx410) 18.69/7.94 new_ltEs15(vwx31, vwx41, ccg) -> new_fsEs(new_compare16(vwx31, vwx41, ccg)) 18.69/7.94 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 18.69/7.94 new_pePe(False, vwx101) -> vwx101 18.69/7.94 new_esEs27(vwx301, vwx401, ty_@0) -> new_esEs14(vwx301, vwx401) 18.69/7.94 new_lt20(vwx310, vwx410, ty_@0) -> new_lt11(vwx310, vwx410) 18.69/7.94 new_esEs6(vwx302, vwx402, app(app(app(ty_@3, bhh), caa), cab)) -> new_esEs21(vwx302, vwx402, bhh, caa, cab) 18.69/7.94 new_esEs23(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_lt20(vwx310, vwx410, ty_Float) -> new_lt17(vwx310, vwx410) 18.69/7.94 new_ltEs7(vwx311, vwx411, ty_Integer) -> new_ltEs16(vwx311, vwx411) 18.69/7.94 new_esEs6(vwx302, vwx402, ty_Int) -> new_esEs11(vwx302, vwx402) 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_Int) -> new_ltEs10(vwx312, vwx412) 18.69/7.94 new_compare25(vwx30, vwx40, True, bfb, bfc) -> EQ 18.69/7.94 new_ltEs19(vwx312, vwx412, app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs8(vwx312, vwx412, bb, bc, bd) 18.69/7.94 new_esEs28(vwx310, vwx410, ty_Float) -> new_esEs10(vwx310, vwx410) 18.69/7.94 new_esEs31(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 18.69/7.94 new_esEs6(vwx302, vwx402, ty_Integer) -> new_esEs18(vwx302, vwx402) 18.69/7.94 new_compare19(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_compare211(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs4(vwx300, vwx400, gc), new_asAs(new_esEs5(vwx301, vwx401, gd), new_esEs6(vwx302, vwx402, ge))), gc, gd, ge) 18.69/7.94 new_esEs20(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_asAs(new_esEs23(vwx300, vwx400, eh), new_esEs20(vwx301, vwx401, eh)) 18.69/7.94 new_ltEs18(False, False) -> True 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_esEs27(vwx301, vwx401, app(ty_[], cfb)) -> new_esEs20(vwx301, vwx401, cfb) 18.69/7.94 new_esEs31(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 18.69/7.94 new_esEs26(vwx300, vwx400, app(app(ty_Either, cdb), cdc)) -> new_esEs9(vwx300, vwx400, cdb, cdc) 18.69/7.94 new_esEs32(vwx302, vwx402, app(ty_Maybe, bhd)) -> new_esEs17(vwx302, vwx402, bhd) 18.69/7.94 new_compare10(vwx144, vwx145, False, bfd) -> GT 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_esEs28(vwx310, vwx410, ty_Char) -> new_esEs16(vwx310, vwx410) 18.69/7.94 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 18.69/7.94 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_esEs5(vwx301, vwx401, app(ty_Maybe, chc)) -> new_esEs17(vwx301, vwx401, chc) 18.69/7.94 new_lt19(vwx311, vwx411, ty_Ordering) -> new_lt12(vwx311, vwx411) 18.69/7.94 new_compare24(vwx144, vwx145, True, bfd) -> EQ 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_Char, bfc) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_lt19(vwx311, vwx411, ty_Char) -> new_lt9(vwx311, vwx411) 18.69/7.94 new_compare28(vwx30, vwx40, False) -> new_compare110(vwx30, vwx40, new_ltEs13(vwx30, vwx40)) 18.69/7.94 new_ltEs6(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, bbe) -> new_pePe(new_lt5(vwx310, vwx410, hh), new_asAs(new_esEs22(vwx310, vwx410, hh), new_ltEs7(vwx311, vwx411, bbe))) 18.69/7.94 new_esEs7(vwx300, vwx400, app(ty_Maybe, bfh)) -> new_esEs17(vwx300, vwx400, bfh) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), app(ty_[], bch), bcg) -> new_ltEs9(vwx310, vwx410, bch) 18.69/7.94 new_compare32(vwx300, vwx400, app(ty_Maybe, ff)) -> new_compare7(vwx300, vwx400, ff) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Double) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.69/7.94 new_esEs31(vwx301, vwx401, ty_@0) -> new_esEs14(vwx301, vwx401) 18.69/7.94 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Int) -> new_ltEs10(vwx310, vwx410) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_Double) -> new_ltEs14(vwx310, vwx410) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_esEs26(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_lt5(vwx310, vwx410, ty_Float) -> new_lt17(vwx310, vwx410) 18.69/7.94 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.69/7.94 new_lt5(vwx310, vwx410, ty_@0) -> new_lt11(vwx310, vwx410) 18.69/7.94 new_compare5(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), app(app(app(ty_@3, bcd), bce), bcf), bcg) -> new_ltEs8(vwx310, vwx410, bcd, bce, bcf) 18.69/7.94 new_esEs26(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_esEs6(vwx302, vwx402, ty_@0) -> new_esEs14(vwx302, vwx402) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_compare10(vwx144, vwx145, True, bfd) -> LT 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), app(app(ty_@2, cag), cah), bfc) -> new_esEs8(vwx300, vwx400, cag, cah) 18.69/7.94 new_lt19(vwx311, vwx411, ty_Float) -> new_lt17(vwx311, vwx411) 18.69/7.94 new_compare7(Just(vwx300), Just(vwx400), gf) -> new_compare24(vwx300, vwx400, new_esEs7(vwx300, vwx400, gf), gf) 18.69/7.94 new_ltEs9(vwx31, vwx41, eg) -> new_fsEs(new_compare0(vwx31, vwx41, eg)) 18.69/7.94 new_esEs28(vwx310, vwx410, app(ty_Maybe, eb)) -> new_esEs17(vwx310, vwx410, eb) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(ty_Maybe, bec)) -> new_ltEs4(vwx310, vwx410, bec) 18.69/7.94 new_esEs27(vwx301, vwx401, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs21(vwx301, vwx401, cfc, cfd, cfe) 18.69/7.94 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 18.69/7.94 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 18.69/7.94 new_esEs23(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_esEs4(vwx300, vwx400, app(app(ty_@2, cgb), cgc)) -> new_esEs8(vwx300, vwx400, cgb, cgc) 18.69/7.94 new_esEs18(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_primPlusNat1(Succ(vwx1550), vwx40100) -> Succ(Succ(new_primPlusNat0(vwx1550, vwx40100))) 18.69/7.94 new_compare16(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare5(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 18.69/7.94 new_esEs32(vwx302, vwx402, ty_Double) -> new_esEs19(vwx302, vwx402) 18.69/7.94 new_ltEs12(vwx31, vwx41) -> new_fsEs(new_compare9(vwx31, vwx41)) 18.69/7.94 new_compare8(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare5(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.69/7.94 new_primPlusNat0(Succ(vwx15500), Zero) -> Succ(vwx15500) 18.69/7.94 new_primPlusNat0(Zero, Succ(vwx401000)) -> Succ(vwx401000) 18.69/7.94 new_esEs29(vwx311, vwx411, app(ty_Maybe, da)) -> new_esEs17(vwx311, vwx411, da) 18.69/7.94 new_esEs27(vwx301, vwx401, app(app(ty_@2, ceh), cfa)) -> new_esEs8(vwx301, vwx401, ceh, cfa) 18.69/7.94 new_primPlusNat1(Zero, vwx40100) -> Succ(vwx40100) 18.69/7.94 new_esEs4(vwx300, vwx400, app(ty_[], cgd)) -> new_esEs20(vwx300, vwx400, cgd) 18.69/7.94 new_esEs30(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Float) -> new_esEs10(vwx301, vwx401) 18.69/7.94 new_esEs26(vwx300, vwx400, app(app(ty_@2, cdf), cdg)) -> new_esEs8(vwx300, vwx400, cdf, cdg) 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_Integer) -> new_ltEs16(vwx312, vwx412) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Bool) -> new_ltEs18(vwx310, vwx410) 18.69/7.94 new_ltEs7(vwx311, vwx411, ty_Int) -> new_ltEs10(vwx311, vwx411) 18.69/7.94 new_esEs22(vwx310, vwx410, app(ty_Ratio, bgg)) -> new_esEs15(vwx310, vwx410, bgg) 18.69/7.94 new_ltEs13(GT, LT) -> False 18.69/7.94 new_esEs26(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(ty_[], ccc)) -> new_esEs20(vwx300, vwx400, ccc) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(ty_Ratio, bfg)) -> new_esEs15(vwx300, vwx400, bfg) 18.69/7.94 new_ltEs8(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, cf) -> new_pePe(new_lt20(vwx310, vwx410, h), new_asAs(new_esEs28(vwx310, vwx410, h), new_pePe(new_lt19(vwx311, vwx411, ba), new_asAs(new_esEs29(vwx311, vwx411, ba), new_ltEs19(vwx312, vwx412, cf))))) 18.69/7.94 new_esEs30(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_Bool) -> new_ltEs18(vwx310, vwx410) 18.69/7.94 new_compare7(Nothing, Just(vwx400), gf) -> new_compare11(vwx400, new_ltEs4(Nothing, Just(vwx400), gf), gf) 18.69/7.94 new_esEs8(@2(vwx300, vwx301), @2(vwx400, vwx401), beh, bfa) -> new_asAs(new_esEs26(vwx300, vwx400, beh), new_esEs27(vwx301, vwx401, bfa)) 18.69/7.94 new_esEs13(True, True) -> True 18.69/7.94 new_lt5(vwx310, vwx410, app(ty_Maybe, bbg)) -> new_lt10(vwx310, vwx410, bbg) 18.69/7.94 new_esEs29(vwx311, vwx411, app(app(app(ty_@3, cc), cd), ce)) -> new_esEs21(vwx311, vwx411, cc, cd, ce) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_esEs23(vwx300, vwx400, app(ty_Ratio, cch)) -> new_esEs15(vwx300, vwx400, cch) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Float, bcg) -> new_ltEs17(vwx310, vwx410) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_@0) -> new_esEs14(vwx301, vwx401) 18.69/7.94 new_fsEs(vwx128) -> new_not(new_esEs12(vwx128, GT)) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 18.69/7.94 new_esEs26(vwx300, vwx400, app(ty_[], cdh)) -> new_esEs20(vwx300, vwx400, cdh) 18.69/7.94 new_esEs4(vwx300, vwx400, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs21(vwx300, vwx400, cge, cgf, cgg) 18.69/7.94 new_esEs29(vwx311, vwx411, ty_@0) -> new_esEs14(vwx311, vwx411) 18.69/7.94 new_compare111(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, True, gc, gd, ge) -> LT 18.69/7.94 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_Float, bfc) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 18.69/7.94 new_esEs6(vwx302, vwx402, app(ty_Maybe, bhd)) -> new_esEs17(vwx302, vwx402, bhd) 18.69/7.94 new_esEs28(vwx310, vwx410, app(app(app(ty_@3, df), dg), dh)) -> new_esEs21(vwx310, vwx410, df, dg, dh) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(ty_Ratio, dah)) -> new_ltEs15(vwx310, vwx410, dah) 18.69/7.94 new_lt20(vwx310, vwx410, ty_Ordering) -> new_lt12(vwx310, vwx410) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Integer) -> new_ltEs16(vwx310, vwx410) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_lt20(vwx310, vwx410, app(ty_Maybe, eb)) -> new_lt10(vwx310, vwx410, eb) 18.69/7.94 new_ltEs13(GT, EQ) -> False 18.69/7.94 new_esEs30(vwx300, vwx400, app(ty_Maybe, cga)) -> new_esEs17(vwx300, vwx400, cga) 18.69/7.94 new_compare18(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare5(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Double) -> new_esEs19(vwx310, vwx410) 18.69/7.94 new_ltEs7(vwx311, vwx411, ty_Bool) -> new_ltEs18(vwx311, vwx411) 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_lt5(vwx310, vwx410, ty_Ordering) -> new_lt12(vwx310, vwx410) 18.69/7.94 new_lt11(vwx30, vwx40) -> new_esEs12(new_compare9(vwx30, vwx40), LT) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), app(ty_Ratio, cae), bfc) -> new_esEs15(vwx300, vwx400, cae) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_lt19(vwx311, vwx411, app(ty_Maybe, da)) -> new_lt10(vwx311, vwx411, da) 18.69/7.94 new_compare7(Just(vwx300), Nothing, gf) -> new_compare12(vwx300, new_ltEs4(Just(vwx300), Nothing, gf), gf) 18.69/7.94 new_esEs7(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_esEs32(vwx302, vwx402, ty_Int) -> new_esEs11(vwx302, vwx402) 18.69/7.94 new_ltEs19(vwx312, vwx412, app(app(ty_Either, ca), cb)) -> new_ltEs5(vwx312, vwx412, ca, cb) 18.69/7.94 new_compare25(vwx30, vwx40, False, bfb, bfc) -> new_compare15(vwx30, vwx40, new_ltEs5(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_Int) -> new_ltEs10(vwx310, vwx410) 18.69/7.94 new_esEs29(vwx311, vwx411, ty_Float) -> new_esEs10(vwx311, vwx411) 18.69/7.94 new_compare32(vwx300, vwx400, ty_@0) -> new_compare9(vwx300, vwx400) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_@0, bfc) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 18.69/7.94 new_compare32(vwx300, vwx400, ty_Double) -> new_compare8(vwx300, vwx400) 18.69/7.94 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.69/7.94 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.69/7.94 new_esEs29(vwx311, vwx411, ty_Ordering) -> new_esEs12(vwx311, vwx411) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Bool) -> new_esEs13(vwx310, vwx410) 18.69/7.94 new_esEs26(vwx300, vwx400, app(app(app(ty_@3, cea), ceb), cec)) -> new_esEs21(vwx300, vwx400, cea, ceb, cec) 18.69/7.94 new_esEs6(vwx302, vwx402, app(app(ty_Either, bha), bhb)) -> new_esEs9(vwx302, vwx402, bha, bhb) 18.69/7.94 new_ltEs19(vwx312, vwx412, app(ty_[], be)) -> new_ltEs9(vwx312, vwx412, be) 18.69/7.94 new_compare28(vwx30, vwx40, True) -> EQ 18.69/7.94 new_esEs6(vwx302, vwx402, ty_Double) -> new_esEs19(vwx302, vwx402) 18.69/7.94 new_esEs26(vwx300, vwx400, app(ty_Ratio, cdd)) -> new_esEs15(vwx300, vwx400, cdd) 18.69/7.94 new_esEs27(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 18.69/7.94 new_ltEs18(False, True) -> True 18.69/7.94 new_esEs32(vwx302, vwx402, app(app(app(ty_@3, bhh), caa), cab)) -> new_esEs21(vwx302, vwx402, bhh, caa, cab) 18.69/7.94 new_compare14(vwx30, vwx40, False) -> GT 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_Double) -> new_ltEs14(vwx312, vwx412) 18.69/7.94 new_sr0(Integer(vwx3000), Integer(vwx4010)) -> Integer(new_primMulInt(vwx3000, vwx4010)) 18.69/7.94 new_esEs30(vwx300, vwx400, app(app(ty_@2, cgb), cgc)) -> new_esEs8(vwx300, vwx400, cgb, cgc) 18.69/7.94 new_esEs29(vwx311, vwx411, ty_Char) -> new_esEs16(vwx311, vwx411) 18.69/7.94 new_esEs5(vwx301, vwx401, app(app(app(ty_@3, chg), chh), daa)) -> new_esEs21(vwx301, vwx401, chg, chh, daa) 18.69/7.94 new_esEs28(vwx310, vwx410, ty_@0) -> new_esEs14(vwx310, vwx410) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(app(ty_@2, cca), ccb)) -> new_esEs8(vwx300, vwx400, cca, ccb) 18.69/7.94 new_esEs13(False, False) -> True 18.69/7.94 new_lt20(vwx310, vwx410, app(ty_[], ea)) -> new_lt7(vwx310, vwx410, ea) 18.69/7.94 new_esEs32(vwx302, vwx402, ty_Integer) -> new_esEs18(vwx302, vwx402) 18.69/7.94 new_esEs26(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_lt5(vwx310, vwx410, app(app(ty_Either, bcb), bcc)) -> new_lt16(vwx310, vwx410, bcb, bcc) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 18.69/7.94 new_lt9(vwx30, vwx40) -> new_esEs12(new_compare31(vwx30, vwx40), LT) 18.69/7.94 new_esEs12(GT, GT) -> True 18.69/7.94 new_compare0([], :(vwx400, vwx401), eh) -> LT 18.69/7.94 new_lt6(vwx30, vwx40, gc, gd, ge) -> new_esEs12(new_compare19(vwx30, vwx40, gc, gd, ge), LT) 18.69/7.94 new_asAs(True, vwx125) -> vwx125 18.69/7.94 new_ltEs5(Right(vwx310), Left(vwx410), bdf, bcg) -> False 18.69/7.94 new_compare32(vwx300, vwx400, ty_Bool) -> new_compare29(vwx300, vwx400) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(app(ty_Either, bfe), bff)) -> new_esEs9(vwx300, vwx400, bfe, bff) 18.69/7.94 new_ltEs7(vwx311, vwx411, ty_Double) -> new_ltEs14(vwx311, vwx411) 18.69/7.94 new_esEs32(vwx302, vwx402, app(ty_Ratio, bhc)) -> new_esEs15(vwx302, vwx402, bhc) 18.69/7.94 new_esEs27(vwx301, vwx401, app(app(ty_Either, ced), cee)) -> new_esEs9(vwx301, vwx401, ced, cee) 18.69/7.94 new_compare31(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 18.69/7.94 new_lt19(vwx311, vwx411, app(ty_[], cg)) -> new_lt7(vwx311, vwx411, cg) 18.69/7.94 new_esEs5(vwx301, vwx401, app(ty_Ratio, chb)) -> new_esEs15(vwx301, vwx401, chb) 18.69/7.94 new_ltEs4(Nothing, Just(vwx410), dab) -> True 18.69/7.94 new_compare26(vwx30, vwx40, False) -> new_compare14(vwx30, vwx40, new_ltEs18(vwx30, vwx40)) 18.69/7.94 new_esEs16(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 18.69/7.94 new_esEs30(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_esEs23(vwx300, vwx400, app(ty_Maybe, ff)) -> new_esEs17(vwx300, vwx400, ff) 18.69/7.94 new_esEs23(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Bool, bcg) -> new_ltEs18(vwx310, vwx410) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Char) -> new_ltEs11(vwx310, vwx410) 18.69/7.94 new_lt17(vwx30, vwx40) -> new_esEs12(new_compare18(vwx30, vwx40), LT) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Int) -> new_esEs11(vwx310, vwx410) 18.69/7.94 new_compare211(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, True, gc, gd, ge) -> EQ 18.69/7.94 new_lt19(vwx311, vwx411, ty_Int) -> new_lt8(vwx311, vwx411) 18.69/7.94 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 18.69/7.94 new_ltEs7(vwx311, vwx411, ty_Float) -> new_ltEs17(vwx311, vwx411) 18.69/7.94 new_compare18(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare5(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(app(ty_Either, bef), beg)) -> new_ltEs5(vwx310, vwx410, bef, beg) 18.69/7.94 new_compare110(vwx30, vwx40, False) -> GT 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_Integer) -> new_ltEs16(vwx310, vwx410) 18.69/7.94 new_primCompAux00(vwx138, EQ) -> vwx138 18.69/7.94 new_compare0([], [], eh) -> EQ 18.69/7.94 new_esEs12(EQ, EQ) -> True 18.69/7.94 new_sr(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 18.69/7.94 new_esEs27(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 18.69/7.94 new_esEs31(vwx301, vwx401, ty_Float) -> new_esEs10(vwx301, vwx401) 18.69/7.94 new_compare27(vwx30, vwx40) -> new_compare28(vwx30, vwx40, new_esEs12(vwx30, vwx40)) 18.69/7.94 new_primMulNat0(Zero, Zero) -> Zero 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_@0) -> new_ltEs12(vwx310, vwx410) 18.69/7.94 new_esEs31(vwx301, vwx401, app(ty_[], chf)) -> new_esEs20(vwx301, vwx401, chf) 18.69/7.94 new_compare32(vwx300, vwx400, ty_Float) -> new_compare18(vwx300, vwx400) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_Bool) -> new_ltEs18(vwx312, vwx412) 18.69/7.94 new_ltEs7(vwx311, vwx411, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs8(vwx311, vwx411, baa, bab, bac) 18.69/7.94 new_compare9(@0, @0) -> EQ 18.69/7.94 new_esEs31(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 18.69/7.94 new_esEs28(vwx310, vwx410, app(app(ty_@2, ec), ed)) -> new_esEs8(vwx310, vwx410, ec, ed) 18.69/7.94 new_lt10(vwx30, vwx40, gf) -> new_esEs12(new_compare7(vwx30, vwx40, gf), LT) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_esEs5(vwx301, vwx401, app(ty_[], chf)) -> new_esEs20(vwx301, vwx401, chf) 18.69/7.94 new_ltEs13(EQ, LT) -> False 18.69/7.94 new_ltEs17(vwx31, vwx41) -> new_fsEs(new_compare18(vwx31, vwx41)) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Integer) -> new_esEs18(vwx310, vwx410) 18.69/7.94 new_esEs22(vwx310, vwx410, app(app(ty_Either, bcb), bcc)) -> new_esEs9(vwx310, vwx410, bcb, bcc) 18.69/7.94 new_lt5(vwx310, vwx410, ty_Double) -> new_lt13(vwx310, vwx410) 18.69/7.94 new_esEs29(vwx311, vwx411, app(app(ty_@2, db), dc)) -> new_esEs8(vwx311, vwx411, db, dc) 18.69/7.94 new_esEs31(vwx301, vwx401, app(app(app(ty_@3, chg), chh), daa)) -> new_esEs21(vwx301, vwx401, chg, chh, daa) 18.69/7.94 new_ltEs7(vwx311, vwx411, app(ty_[], bad)) -> new_ltEs9(vwx311, vwx411, bad) 18.69/7.94 new_compare111(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, False, gc, gd, ge) -> GT 18.69/7.94 new_lt4(vwx30, vwx40, beh, bfa) -> new_esEs12(new_compare6(vwx30, vwx40, beh, bfa), LT) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(app(app(ty_@3, ccd), cce), ccf)) -> new_esEs21(vwx300, vwx400, ccd, cce, ccf) 18.69/7.94 new_ltEs11(vwx31, vwx41) -> new_fsEs(new_compare31(vwx31, vwx41)) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 18.69/7.94 new_esEs27(vwx301, vwx401, app(ty_Maybe, ceg)) -> new_esEs17(vwx301, vwx401, ceg) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(ty_Maybe, cbh)) -> new_esEs17(vwx300, vwx400, cbh) 18.69/7.94 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 18.69/7.94 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 18.69/7.94 new_ltEs16(vwx31, vwx41) -> new_fsEs(new_compare17(vwx31, vwx41)) 18.69/7.94 new_lt19(vwx311, vwx411, ty_@0) -> new_lt11(vwx311, vwx411) 18.69/7.94 new_lt19(vwx311, vwx411, app(ty_Ratio, dae)) -> new_lt14(vwx311, vwx411, dae) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.69/7.94 new_esEs13(False, True) -> False 18.69/7.94 new_esEs13(True, False) -> False 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_esEs23(vwx300, vwx400, app(app(ty_Either, ga), gb)) -> new_esEs9(vwx300, vwx400, ga, gb) 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_Ordering) -> new_ltEs13(vwx312, vwx412) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Ordering, bcg) -> new_ltEs13(vwx310, vwx410) 18.69/7.94 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 18.69/7.94 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(ty_Maybe, bfh)) -> new_esEs17(vwx300, vwx400, bfh) 18.69/7.94 new_esEs31(vwx301, vwx401, app(ty_Ratio, chb)) -> new_esEs15(vwx301, vwx401, chb) 18.69/7.94 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 18.69/7.94 new_esEs28(vwx310, vwx410, app(app(ty_Either, ee), ef)) -> new_esEs9(vwx310, vwx410, ee, ef) 18.69/7.94 new_lt20(vwx310, vwx410, app(ty_Ratio, dad)) -> new_lt14(vwx310, vwx410, dad) 18.69/7.94 new_compare32(vwx300, vwx400, ty_Integer) -> new_compare17(vwx300, vwx400) 18.69/7.94 new_compare30(vwx30, vwx40, bfb, bfc) -> new_compare25(vwx30, vwx40, new_esEs9(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.69/7.94 new_lt7(vwx30, vwx40, eh) -> new_esEs12(new_compare0(vwx30, vwx40, eh), LT) 18.69/7.94 new_esEs20(:(vwx300, vwx301), [], eh) -> False 18.69/7.94 new_esEs20([], :(vwx400, vwx401), eh) -> False 18.69/7.94 new_lt5(vwx310, vwx410, ty_Char) -> new_lt9(vwx310, vwx410) 18.69/7.94 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), app(ty_Ratio, dac)) -> new_ltEs15(vwx310, vwx410, dac) 18.69/7.94 new_esEs25(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 18.69/7.94 new_compare6(vwx30, vwx40, beh, bfa) -> new_compare210(vwx30, vwx40, new_esEs8(vwx30, vwx40, beh, bfa), beh, bfa) 18.69/7.94 new_esEs26(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_ltEs7(vwx311, vwx411, ty_Ordering) -> new_ltEs13(vwx311, vwx411) 18.69/7.94 new_compare13(vwx30, vwx40, True, beh, bfa) -> LT 18.69/7.94 new_esEs32(vwx302, vwx402, app(app(ty_Either, bha), bhb)) -> new_esEs9(vwx302, vwx402, bha, bhb) 18.69/7.94 new_compare7(Nothing, Nothing, gf) -> EQ 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Int, bcg) -> new_ltEs10(vwx310, vwx410) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 18.69/7.94 new_esEs25(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 18.69/7.94 new_lt19(vwx311, vwx411, app(app(app(ty_@3, cc), cd), ce)) -> new_lt6(vwx311, vwx411, cc, cd, ce) 18.69/7.94 new_esEs6(vwx302, vwx402, app(ty_Ratio, bhc)) -> new_esEs15(vwx302, vwx402, bhc) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), app(app(ty_@2, bdb), bdc), bcg) -> new_ltEs6(vwx310, vwx410, bdb, bdc) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(app(ty_@2, bga), bgb)) -> new_esEs8(vwx300, vwx400, bga, bgb) 18.69/7.94 new_not(False) -> True 18.69/7.94 new_esEs31(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 18.69/7.94 new_compare8(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare5(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.69/7.94 new_compare8(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare5(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.69/7.94 new_esEs28(vwx310, vwx410, ty_Ordering) -> new_esEs12(vwx310, vwx410) 18.69/7.94 new_lt19(vwx311, vwx411, ty_Integer) -> new_lt15(vwx311, vwx411) 18.69/7.94 new_esEs23(vwx300, vwx400, app(app(ty_@2, fg), fh)) -> new_esEs8(vwx300, vwx400, fg, fh) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), app(app(ty_Either, hf), hg)) -> new_ltEs5(vwx310, vwx410, hf, hg) 18.69/7.94 new_compare32(vwx300, vwx400, ty_Char) -> new_compare31(vwx300, vwx400) 18.69/7.94 new_lt13(vwx30, vwx40) -> new_esEs12(new_compare8(vwx30, vwx40), LT) 18.69/7.94 new_esEs28(vwx310, vwx410, ty_Double) -> new_esEs19(vwx310, vwx410) 18.69/7.94 new_esEs5(vwx301, vwx401, app(app(ty_Either, cgh), cha)) -> new_esEs9(vwx301, vwx401, cgh, cha) 18.69/7.94 new_lt16(vwx30, vwx40, bfb, bfc) -> new_esEs12(new_compare30(vwx30, vwx40, bfb, bfc), LT) 18.69/7.94 new_compare0(:(vwx300, vwx301), [], eh) -> GT 18.69/7.94 new_esEs22(vwx310, vwx410, app(ty_Maybe, bbg)) -> new_esEs17(vwx310, vwx410, bbg) 18.69/7.94 new_esEs12(LT, EQ) -> False 18.69/7.94 new_esEs12(EQ, LT) -> False 18.69/7.94 new_compare32(vwx300, vwx400, app(ty_[], fd)) -> new_compare0(vwx300, vwx400, fd) 18.69/7.94 new_primPlusNat0(Succ(vwx15500), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat0(vwx15500, vwx401000))) 18.69/7.94 new_ltEs13(LT, LT) -> True 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_Double, bfc) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_esEs27(vwx301, vwx401, app(ty_Ratio, cef)) -> new_esEs15(vwx301, vwx401, cef) 18.69/7.94 new_lt5(vwx310, vwx410, ty_Int) -> new_lt8(vwx310, vwx410) 18.69/7.94 new_esEs21(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_asAs(new_esEs30(vwx300, vwx400, gc), new_asAs(new_esEs31(vwx301, vwx401, gd), new_esEs32(vwx302, vwx402, ge))) 18.69/7.94 new_esEs27(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 18.69/7.94 new_esEs29(vwx311, vwx411, app(ty_Ratio, dae)) -> new_esEs15(vwx311, vwx411, dae) 18.69/7.94 new_esEs30(vwx300, vwx400, app(app(ty_Either, cff), cfg)) -> new_esEs9(vwx300, vwx400, cff, cfg) 18.69/7.94 new_lt20(vwx310, vwx410, ty_Integer) -> new_lt15(vwx310, vwx410) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, ty_Ordering) -> new_ltEs13(vwx310, vwx410) 18.69/7.94 new_esEs26(vwx300, vwx400, app(ty_Maybe, cde)) -> new_esEs17(vwx300, vwx400, cde) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), app(ty_Maybe, caf), bfc) -> new_esEs17(vwx300, vwx400, caf) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), app(ty_[], cba), bfc) -> new_esEs20(vwx300, vwx400, cba) 18.69/7.94 new_esEs9(Left(vwx300), Left(vwx400), ty_Ordering, bfc) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_@0) -> new_ltEs12(vwx310, vwx410) 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_esEs12(LT, GT) -> False 18.69/7.94 new_esEs12(GT, LT) -> False 18.69/7.94 new_lt5(vwx310, vwx410, app(app(ty_@2, bbh), bca)) -> new_lt4(vwx310, vwx410, bbh, bca) 18.69/7.94 new_lt8(vwx30, vwx40) -> new_esEs12(new_compare5(vwx30, vwx40), LT) 18.69/7.94 new_lt20(vwx310, vwx410, ty_Int) -> new_lt8(vwx310, vwx410) 18.69/7.94 new_esEs27(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 18.69/7.94 new_compare32(vwx300, vwx400, app(app(ty_Either, ga), gb)) -> new_compare30(vwx300, vwx400, ga, gb) 18.69/7.94 new_lt18(vwx30, vwx40) -> new_esEs12(new_compare29(vwx30, vwx40), LT) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(ty_[], beb)) -> new_ltEs9(vwx310, vwx410, beb) 18.69/7.94 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 18.69/7.94 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 18.69/7.94 new_compare13(vwx30, vwx40, False, beh, bfa) -> GT 18.69/7.94 new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_primCompAux0(vwx300, vwx400, new_compare0(vwx301, vwx401, eh), eh) 18.69/7.94 new_esEs6(vwx302, vwx402, ty_Bool) -> new_esEs13(vwx302, vwx402) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_lt20(vwx310, vwx410, app(app(ty_@2, ec), ed)) -> new_lt4(vwx310, vwx410, ec, ed) 18.69/7.94 new_compare32(vwx300, vwx400, app(app(app(ty_@3, fa), fb), fc)) -> new_compare19(vwx300, vwx400, fa, fb, fc) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bgd), bge), bgf)) -> new_esEs21(vwx300, vwx400, bgd, bge, bgf) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 18.69/7.94 new_esEs31(vwx301, vwx401, app(app(ty_@2, chd), che)) -> new_esEs8(vwx301, vwx401, chd, che) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_lt14(vwx30, vwx40, cda) -> new_esEs12(new_compare16(vwx30, vwx40, cda), LT) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), app(ty_[], hb)) -> new_ltEs9(vwx310, vwx410, hb) 18.69/7.94 new_compare32(vwx300, vwx400, app(ty_Ratio, cch)) -> new_compare16(vwx300, vwx400, cch) 18.69/7.94 new_esEs7(vwx300, vwx400, app(app(ty_@2, bga), bgb)) -> new_esEs8(vwx300, vwx400, bga, bgb) 18.69/7.94 new_compare11(vwx400, True, gf) -> LT 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, app(ty_Ratio, cbg)) -> new_esEs15(vwx300, vwx400, cbg) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_@0) -> new_esEs14(vwx310, vwx410) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), app(ty_[], bgc)) -> new_esEs20(vwx300, vwx400, bgc) 18.69/7.94 new_esEs5(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 18.69/7.94 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.69/7.94 new_esEs23(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_Ordering) -> new_ltEs13(vwx310, vwx410) 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Char) -> new_esEs16(vwx310, vwx410) 18.69/7.94 new_esEs7(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 18.69/7.94 new_lt20(vwx310, vwx410, app(app(ty_Either, ee), ef)) -> new_lt16(vwx310, vwx410, ee, ef) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Integer, bcg) -> new_ltEs16(vwx310, vwx410) 18.69/7.94 new_lt5(vwx310, vwx410, app(app(app(ty_@3, bbb), bbc), bbd)) -> new_lt6(vwx310, vwx410, bbb, bbc, bbd) 18.69/7.94 new_ltEs19(vwx312, vwx412, app(ty_Ratio, daf)) -> new_ltEs15(vwx312, vwx412, daf) 18.69/7.94 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 18.69/7.94 new_lt5(vwx310, vwx410, app(ty_[], bbf)) -> new_lt7(vwx310, vwx410, bbf) 18.69/7.94 new_ltEs13(LT, EQ) -> True 18.69/7.94 new_esEs31(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 18.69/7.94 new_compare12(vwx300, True, gf) -> LT 18.69/7.94 new_esEs22(vwx310, vwx410, app(ty_[], bbf)) -> new_esEs20(vwx310, vwx410, bbf) 18.69/7.94 new_ltEs7(vwx311, vwx411, app(ty_Maybe, bae)) -> new_ltEs4(vwx311, vwx411, bae) 18.69/7.94 new_compare15(vwx30, vwx40, False, bfb, bfc) -> GT 18.69/7.94 new_esEs22(vwx310, vwx410, app(app(app(ty_@3, bbb), bbc), bbd)) -> new_esEs21(vwx310, vwx410, bbb, bbc, bbd) 18.69/7.94 new_esEs17(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_compare18(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare5(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.69/7.94 new_compare18(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare5(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.69/7.94 new_ltEs4(Just(vwx310), Just(vwx410), ty_Char) -> new_ltEs11(vwx310, vwx410) 18.69/7.94 new_esEs32(vwx302, vwx402, app(ty_[], bhg)) -> new_esEs20(vwx302, vwx402, bhg) 18.69/7.94 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.69/7.94 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), app(ty_Maybe, bda), bcg) -> new_ltEs4(vwx310, vwx410, bda) 18.69/7.94 new_ltEs18(True, True) -> True 18.69/7.94 new_lt20(vwx310, vwx410, app(app(app(ty_@3, df), dg), dh)) -> new_lt6(vwx310, vwx410, df, dg, dh) 18.69/7.94 new_esEs23(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 18.69/7.94 new_ltEs19(vwx312, vwx412, app(ty_Maybe, bf)) -> new_ltEs4(vwx312, vwx412, bf) 18.69/7.94 new_esEs4(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 18.69/7.94 new_primEqNat0(Zero, Zero) -> True 18.69/7.94 new_esEs32(vwx302, vwx402, ty_Bool) -> new_esEs13(vwx302, vwx402) 18.69/7.94 new_ltEs10(vwx31, vwx41) -> new_fsEs(new_compare5(vwx31, vwx41)) 18.69/7.94 new_ltEs14(vwx31, vwx41) -> new_fsEs(new_compare8(vwx31, vwx41)) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), ty_Double, bcg) -> new_ltEs14(vwx310, vwx410) 18.69/7.94 new_ltEs5(Right(vwx310), Right(vwx410), bdf, app(app(app(ty_@3, bdg), bdh), bea)) -> new_ltEs8(vwx310, vwx410, bdg, bdh, bea) 18.69/7.94 new_ltEs5(Left(vwx310), Left(vwx410), app(ty_Ratio, dag), bcg) -> new_ltEs15(vwx310, vwx410, dag) 18.69/7.94 new_esEs32(vwx302, vwx402, app(app(ty_@2, bhe), bhf)) -> new_esEs8(vwx302, vwx402, bhe, bhf) 18.69/7.94 new_ltEs7(vwx311, vwx411, app(app(ty_Either, bah), bba)) -> new_ltEs5(vwx311, vwx411, bah, bba) 18.69/7.94 new_lt5(vwx310, vwx410, ty_Bool) -> new_lt18(vwx310, vwx410) 18.69/7.94 new_esEs30(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 18.69/7.94 new_lt19(vwx311, vwx411, ty_Bool) -> new_lt18(vwx311, vwx411) 18.69/7.94 new_asAs(False, vwx125) -> False 18.69/7.94 new_esEs22(vwx310, vwx410, ty_Float) -> new_esEs10(vwx310, vwx410) 18.69/7.94 new_esEs28(vwx310, vwx410, app(ty_Ratio, dad)) -> new_esEs15(vwx310, vwx410, dad) 18.69/7.94 new_esEs26(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 18.69/7.94 new_lt20(vwx310, vwx410, ty_Bool) -> new_lt18(vwx310, vwx410) 18.69/7.94 new_esEs23(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_esEs23(vwx300, vwx400, app(app(app(ty_@3, fa), fb), fc)) -> new_esEs21(vwx300, vwx400, fa, fb, fc) 18.69/7.94 new_esEs6(vwx302, vwx402, ty_Ordering) -> new_esEs12(vwx302, vwx402) 18.69/7.94 new_esEs19(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs11(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.69/7.94 new_esEs10(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs11(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.69/7.94 new_esEs7(vwx300, vwx400, app(app(ty_Either, bfe), bff)) -> new_esEs9(vwx300, vwx400, bfe, bff) 18.69/7.94 new_esEs11(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 18.69/7.94 new_ltEs19(vwx312, vwx412, ty_Float) -> new_ltEs17(vwx312, vwx412) 18.69/7.94 new_lt19(vwx311, vwx411, app(app(ty_Either, dd), de)) -> new_lt16(vwx311, vwx411, dd, de) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_Char) -> new_esEs16(vwx300, vwx400) 18.69/7.94 new_esEs9(Right(vwx300), Right(vwx400), bfb, ty_@0) -> new_esEs14(vwx300, vwx400) 18.69/7.94 new_esEs4(vwx300, vwx400, app(ty_Ratio, cfh)) -> new_esEs15(vwx300, vwx400, cfh) 18.69/7.94 18.69/7.94 The set Q consists of the following terms: 18.69/7.94 18.69/7.94 new_esEs5(x0, x1, ty_Ordering) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Int, x2) 18.69/7.94 new_primCompAux00(x0, GT) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Char) 18.69/7.94 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_lt5(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs29(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_lt5(x0, x1, ty_Double) 18.69/7.94 new_esEs30(x0, x1, ty_@0) 18.69/7.94 new_esEs29(x0, x1, ty_@0) 18.69/7.94 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare0(:(x0, x1), [], x2) 18.69/7.94 new_esEs12(EQ, EQ) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Int) 18.69/7.94 new_esEs27(x0, x1, ty_Int) 18.69/7.94 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs26(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Int) 18.69/7.94 new_esEs5(x0, x1, ty_Double) 18.69/7.94 new_esEs29(x0, x1, ty_Bool) 18.69/7.94 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs6(x0, x1, ty_Char) 18.69/7.94 new_lt5(x0, x1, ty_Ordering) 18.69/7.94 new_esEs26(x0, x1, ty_Double) 18.69/7.94 new_esEs20([], [], x0) 18.69/7.94 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Integer) 18.69/7.94 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_compare7(Just(x0), Nothing, x1) 18.69/7.94 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Char) 18.69/7.94 new_lt20(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs27(x0, x1, ty_Char) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Integer) 18.69/7.94 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs27(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs27(x0, x1, ty_Ordering) 18.69/7.94 new_esEs26(x0, x1, ty_Int) 18.69/7.94 new_compare17(Integer(x0), Integer(x1)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare8(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 18.69/7.94 new_compare8(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 18.69/7.94 new_compare8(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 18.69/7.94 new_ltEs19(x0, x1, ty_Bool) 18.69/7.94 new_primEqInt(Pos(Zero), Pos(Zero)) 18.69/7.94 new_esEs7(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_compare32(x0, x1, ty_Double) 18.69/7.94 new_esEs6(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs30(x0, x1, app(ty_[], x2)) 18.69/7.94 new_lt5(x0, x1, ty_Int) 18.69/7.94 new_esEs4(x0, x1, ty_Ordering) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Ordering, x2) 18.69/7.94 new_compare211(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 18.69/7.94 new_esEs4(x0, x1, ty_Double) 18.69/7.94 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.69/7.94 new_esEs7(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_ltEs13(EQ, EQ) 18.69/7.94 new_esEs31(x0, x1, ty_Bool) 18.69/7.94 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_@0) 18.69/7.94 new_esEs6(x0, x1, ty_Int) 18.69/7.94 new_compare28(x0, x1, True) 18.69/7.94 new_ltEs12(x0, x1) 18.69/7.94 new_esEs22(x0, x1, ty_Bool) 18.69/7.94 new_compare13(x0, x1, True, x2, x3) 18.69/7.94 new_esEs23(x0, x1, ty_Float) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Double) 18.69/7.94 new_primEqInt(Neg(Zero), Neg(Zero)) 18.69/7.94 new_compare24(x0, x1, True, x2) 18.69/7.94 new_compare15(x0, x1, True, x2, x3) 18.69/7.94 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs6(x0, x1, ty_Ordering) 18.69/7.94 new_esEs30(x0, x1, ty_Bool) 18.69/7.94 new_lt19(x0, x1, ty_Float) 18.69/7.94 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs5(x0, x1, ty_Int) 18.69/7.94 new_ltEs4(Nothing, Nothing, x0) 18.69/7.94 new_lt20(x0, x1, ty_Float) 18.69/7.94 new_esEs26(x0, x1, ty_Ordering) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.69/7.94 new_esEs4(x0, x1, ty_Int) 18.69/7.94 new_primEqNat0(Zero, Succ(x0)) 18.69/7.94 new_esEs28(x0, x1, ty_Ordering) 18.69/7.94 new_ltEs9(x0, x1, x2) 18.69/7.94 new_lt5(x0, x1, ty_Char) 18.69/7.94 new_compare111(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 18.69/7.94 new_esEs29(x0, x1, ty_Char) 18.69/7.94 new_esEs32(x0, x1, ty_Bool) 18.69/7.94 new_compare32(x0, x1, ty_Int) 18.69/7.94 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs22(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs22(x0, x1, ty_Integer) 18.69/7.94 new_esEs26(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs5(x0, x1, ty_Char) 18.69/7.94 new_esEs30(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs27(x0, x1, ty_Double) 18.69/7.94 new_compare0([], [], x0) 18.69/7.94 new_esEs7(x0, x1, ty_Float) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Float) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Ordering) 18.69/7.94 new_compare10(x0, x1, True, x2) 18.69/7.94 new_compare32(x0, x1, ty_Char) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Float) 18.69/7.94 new_ltEs14(x0, x1) 18.69/7.94 new_esEs31(x0, x1, ty_@0) 18.69/7.94 new_primEqInt(Pos(Zero), Neg(Zero)) 18.69/7.94 new_primEqInt(Neg(Zero), Pos(Zero)) 18.69/7.94 new_compare14(x0, x1, True) 18.69/7.94 new_esEs22(x0, x1, ty_Ordering) 18.69/7.94 new_primMulInt(Pos(x0), Pos(x1)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Ordering) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Bool, x2) 18.69/7.94 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs27(x0, x1, ty_Bool) 18.69/7.94 new_primPlusNat0(Zero, Succ(x0)) 18.69/7.94 new_esEs12(LT, GT) 18.69/7.94 new_esEs12(GT, LT) 18.69/7.94 new_ltEs19(x0, x1, ty_Char) 18.69/7.94 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 18.69/7.94 new_compare0(:(x0, x1), :(x2, x3), x4) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Char, x2) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.69/7.94 new_lt19(x0, x1, ty_Bool) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.69/7.94 new_ltEs19(x0, x1, ty_@0) 18.69/7.94 new_ltEs19(x0, x1, ty_Double) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs29(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Double, x2) 18.69/7.94 new_esEs7(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs30(x0, x1, ty_Ordering) 18.69/7.94 new_esEs32(x0, x1, ty_Integer) 18.69/7.94 new_compare28(x0, x1, False) 18.69/7.94 new_compare16(:%(x0, x1), :%(x2, x3), ty_Int) 18.69/7.94 new_esEs24(x0, x1, ty_Int) 18.69/7.94 new_lt19(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_Integer) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.69/7.94 new_ltEs13(LT, GT) 18.69/7.94 new_ltEs13(GT, LT) 18.69/7.94 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.69/7.94 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.69/7.94 new_esEs20(:(x0, x1), :(x2, x3), x4) 18.69/7.94 new_esEs31(x0, x1, ty_Float) 18.69/7.94 new_esEs30(x0, x1, ty_Integer) 18.69/7.94 new_compare32(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 18.69/7.94 new_esEs29(x0, x1, ty_Int) 18.69/7.94 new_ltEs19(x0, x1, ty_Int) 18.69/7.94 new_esEs9(Left(x0), Right(x1), x2, x3) 18.69/7.94 new_esEs9(Right(x0), Left(x1), x2, x3) 18.69/7.94 new_esEs21(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.69/7.94 new_esEs27(x0, x1, ty_Integer) 18.69/7.94 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_lt11(x0, x1) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.69/7.94 new_esEs5(x0, x1, ty_Bool) 18.69/7.94 new_fsEs(x0) 18.69/7.94 new_esEs22(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs17(Just(x0), Nothing, x1) 18.69/7.94 new_primCmpNat0(Zero, Succ(x0)) 18.69/7.94 new_esEs32(x0, x1, app(ty_[], x2)) 18.69/7.94 new_compare32(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs22(x0, x1, ty_Double) 18.69/7.94 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 18.69/7.94 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 18.69/7.94 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.69/7.94 new_compare211(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 18.69/7.94 new_lt8(x0, x1) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.69/7.94 new_lt5(x0, x1, ty_Bool) 18.69/7.94 new_esEs25(x0, x1, ty_Integer) 18.69/7.94 new_lt20(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs24(x0, x1, ty_Integer) 18.69/7.94 new_esEs12(GT, GT) 18.69/7.94 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs12(LT, EQ) 18.69/7.94 new_esEs12(EQ, LT) 18.69/7.94 new_lt15(x0, x1) 18.69/7.94 new_primPlusNat1(Zero, x0) 18.69/7.94 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Float, x2) 18.69/7.94 new_compare27(x0, x1) 18.69/7.94 new_esEs7(x0, x1, ty_@0) 18.69/7.94 new_esEs18(Integer(x0), Integer(x1)) 18.69/7.94 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs31(x0, x1, ty_Double) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_@0, x2) 18.69/7.94 new_esEs4(x0, x1, ty_Char) 18.69/7.94 new_pePe(False, x0) 18.69/7.94 new_compare12(x0, False, x1) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Double) 18.69/7.94 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_lt20(x0, x1, ty_Integer) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Char) 18.69/7.94 new_esEs27(x0, x1, ty_@0) 18.69/7.94 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs23(x0, x1, ty_Integer) 18.69/7.94 new_ltEs15(x0, x1, x2) 18.69/7.94 new_esEs6(x0, x1, ty_@0) 18.69/7.94 new_compare11(x0, False, x1) 18.69/7.94 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Int) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Integer, x2) 18.69/7.94 new_esEs26(x0, x1, ty_@0) 18.69/7.94 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_primPlusNat0(Succ(x0), Zero) 18.69/7.94 new_primCmpInt(Neg(Zero), Neg(Zero)) 18.69/7.94 new_esEs17(Just(x0), Just(x1), ty_@0) 18.69/7.94 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs15(:%(x0, x1), :%(x2, x3), x4) 18.69/7.94 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_ltEs7(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs32(x0, x1, ty_@0) 18.69/7.94 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_sr(x0, x1) 18.69/7.94 new_esEs13(False, True) 18.69/7.94 new_esEs13(True, False) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Bool) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.69/7.94 new_esEs32(x0, x1, ty_Double) 18.69/7.94 new_primMulNat0(Succ(x0), Succ(x1)) 18.69/7.94 new_primCmpInt(Pos(Zero), Neg(Zero)) 18.69/7.94 new_primCmpInt(Neg(Zero), Pos(Zero)) 18.69/7.94 new_esEs30(x0, x1, ty_Char) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, ty_Ordering) 18.69/7.94 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Double) 18.69/7.94 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs30(x0, x1, ty_Int) 18.69/7.94 new_compare0([], :(x0, x1), x2) 18.69/7.94 new_esEs6(x0, x1, ty_Double) 18.69/7.94 new_lt14(x0, x1, x2) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.69/7.94 new_primCmpNat0(Succ(x0), Succ(x1)) 18.69/7.94 new_esEs4(x0, x1, ty_Integer) 18.69/7.94 new_compare16(:%(x0, x1), :%(x2, x3), ty_Integer) 18.69/7.94 new_compare110(x0, x1, True) 18.69/7.94 new_ltEs16(x0, x1) 18.69/7.94 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs29(x0, x1, ty_Integer) 18.69/7.94 new_esEs4(x0, x1, ty_Bool) 18.69/7.94 new_ltEs7(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_compare25(x0, x1, True, x2, x3) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.69/7.94 new_esEs32(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs23(x0, x1, ty_Char) 18.69/7.94 new_ltEs4(Nothing, Just(x0), x1) 18.69/7.94 new_esEs31(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs29(x0, x1, ty_Ordering) 18.69/7.94 new_compare26(x0, x1, True) 18.69/7.94 new_esEs28(x0, x1, ty_@0) 18.69/7.94 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_esEs6(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs16(Char(x0), Char(x1)) 18.69/7.94 new_esEs30(x0, x1, ty_Float) 18.69/7.94 new_esEs28(x0, x1, ty_Double) 18.69/7.94 new_lt20(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_ltEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare13(x0, x1, False, x2, x3) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.69/7.94 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_lt20(x0, x1, ty_Bool) 18.69/7.94 new_lt9(x0, x1) 18.69/7.94 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_compare15(x0, x1, False, x2, x3) 18.69/7.94 new_esEs9(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.69/7.94 new_primEqNat0(Succ(x0), Succ(x1)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_@0) 18.69/7.94 new_ltEs10(x0, x1) 18.69/7.94 new_compare8(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 18.69/7.94 new_lt5(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs22(x0, x1, ty_@0) 18.69/7.94 new_ltEs7(x0, x1, ty_Double) 18.69/7.94 new_esEs23(x0, x1, ty_Bool) 18.69/7.94 new_esEs25(x0, x1, ty_Int) 18.69/7.94 new_asAs(True, x0) 18.69/7.94 new_esEs31(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.69/7.94 new_esEs28(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_lt5(x0, x1, ty_Float) 18.69/7.94 new_compare18(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 18.69/7.94 new_compare18(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 18.69/7.94 new_esEs26(x0, x1, ty_Float) 18.69/7.94 new_esEs17(Nothing, Nothing, x0) 18.69/7.94 new_lt20(x0, x1, ty_Char) 18.69/7.94 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare18(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 18.69/7.94 new_primMulNat0(Zero, Succ(x0)) 18.69/7.94 new_esEs23(x0, x1, ty_Int) 18.69/7.94 new_primMulNat0(Zero, Zero) 18.69/7.94 new_lt7(x0, x1, x2) 18.69/7.94 new_primPlusNat0(Succ(x0), Succ(x1)) 18.69/7.94 new_compare210(x0, x1, True, x2, x3) 18.69/7.94 new_lt20(x0, x1, ty_Int) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.69/7.94 new_ltEs7(x0, x1, ty_@0) 18.69/7.94 new_esEs5(x0, x1, ty_Float) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.69/7.94 new_ltEs11(x0, x1) 18.69/7.94 new_esEs4(x0, x1, ty_Float) 18.69/7.94 new_lt19(x0, x1, ty_Ordering) 18.69/7.94 new_compare9(@0, @0) 18.69/7.94 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_compare5(x0, x1) 18.69/7.94 new_esEs27(x0, x1, ty_Float) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_@0, x2) 18.69/7.94 new_ltEs7(x0, x1, app(ty_[], x2)) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), app(ty_[], x2)) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Char, x2) 18.69/7.94 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_lt19(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs7(x0, x1, ty_Double) 18.69/7.94 new_esEs23(x0, x1, ty_Ordering) 18.69/7.94 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_compare18(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 18.69/7.94 new_primCompAux00(x0, EQ) 18.69/7.94 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs8(@2(x0, x1), @2(x2, x3), x4, x5) 18.69/7.94 new_primPlusNat0(Zero, Zero) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Int, x2) 18.69/7.94 new_ltEs18(True, True) 18.69/7.94 new_esEs23(x0, x1, app(ty_[], x2)) 18.69/7.94 new_ltEs6(@2(x0, x1), @2(x2, x3), x4, x5) 18.69/7.94 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs9(Left(x0), Left(x1), ty_Float, x2) 18.69/7.94 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_esEs31(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_esEs4(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_not(True) 18.69/7.94 new_ltEs19(x0, x1, app(ty_[], x2)) 18.69/7.94 new_esEs11(x0, x1) 18.69/7.94 new_esEs12(EQ, GT) 18.69/7.94 new_esEs12(GT, EQ) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.69/7.94 new_ltEs13(EQ, GT) 18.69/7.94 new_ltEs13(GT, EQ) 18.69/7.94 new_esEs5(x0, x1, app(ty_[], x2)) 18.69/7.94 new_compare10(x0, x1, False, x2) 18.69/7.94 new_ltEs7(x0, x1, ty_Integer) 18.69/7.94 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs32(x0, x1, ty_Ordering) 18.69/7.94 new_lt5(x0, x1, ty_Integer) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Integer, x2) 18.69/7.94 new_lt20(x0, x1, ty_Ordering) 18.69/7.94 new_primCompAux00(x0, LT) 18.69/7.94 new_compare110(x0, x1, False) 18.69/7.94 new_compare7(Nothing, Just(x0), x1) 18.69/7.94 new_esEs6(x0, x1, ty_Float) 18.69/7.94 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.69/7.94 new_lt19(x0, x1, ty_Int) 18.69/7.94 new_esEs13(True, True) 18.69/7.94 new_ltEs7(x0, x1, ty_Ordering) 18.69/7.94 new_lt6(x0, x1, x2, x3, x4) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.69/7.94 new_esEs17(Nothing, Just(x0), x1) 18.69/7.94 new_esEs19(Double(x0, x1), Double(x2, x3)) 18.69/7.94 new_compare111(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 18.69/7.94 new_lt10(x0, x1, x2) 18.69/7.94 new_ltEs19(x0, x1, ty_Float) 18.69/7.94 new_esEs9(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.69/7.94 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_lt16(x0, x1, x2, x3) 18.69/7.94 new_compare32(x0, x1, ty_Float) 18.69/7.94 new_compare32(x0, x1, ty_@0) 18.69/7.94 new_ltEs18(True, False) 18.69/7.94 new_ltEs18(False, True) 18.69/7.94 new_lt17(x0, x1) 18.69/7.94 new_ltEs13(LT, LT) 18.69/7.94 new_ltEs5(Left(x0), Left(x1), ty_Bool, x2) 18.69/7.94 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.69/7.94 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.69/7.94 new_esEs32(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_compare210(x0, x1, False, x2, x3) 18.69/7.94 new_esEs12(LT, LT) 18.69/7.94 new_primPlusNat1(Succ(x0), x1) 18.69/7.94 new_lt19(x0, x1, ty_Char) 18.69/7.94 new_lt19(x0, x1, ty_Double) 18.69/7.94 new_ltEs17(x0, x1) 18.69/7.94 new_compare24(x0, x1, False, x2) 18.69/7.94 new_primCmpNat0(Succ(x0), Zero) 18.69/7.94 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.69/7.94 new_primCmpInt(Pos(Zero), Pos(Zero)) 18.69/7.94 new_ltEs7(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs32(x0, x1, ty_Char) 18.69/7.94 new_ltEs5(Right(x0), Right(x1), x2, ty_Integer) 18.69/7.94 new_esEs17(Just(x0), Just(x1), app(ty_[], x2)) 18.69/7.94 new_esEs26(x0, x1, ty_Bool) 18.69/7.94 new_esEs6(x0, x1, ty_Integer) 18.69/7.94 new_compare19(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.69/7.94 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 18.69/7.94 new_lt5(x0, x1, ty_@0) 18.69/7.94 new_esEs14(@0, @0) 18.69/7.94 new_primEqNat0(Succ(x0), Zero) 18.69/7.94 new_lt12(x0, x1) 18.69/7.94 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 18.69/7.94 new_esEs31(x0, x1, ty_Ordering) 18.69/7.94 new_esEs5(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_lt19(x0, x1, app(ty_Ratio, x2)) 18.69/7.94 new_esEs29(x0, x1, ty_Double) 18.69/7.94 new_asAs(False, x0) 18.69/7.94 new_ltEs4(Just(x0), Nothing, x1) 18.69/7.94 new_esEs30(x0, x1, ty_Double) 18.69/7.94 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 18.69/7.94 new_ltEs4(Just(x0), Just(x1), ty_Char) 18.71/7.95 new_lt13(x0, x1) 18.71/7.95 new_ltEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.71/7.95 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 18.71/7.95 new_primCompAux0(x0, x1, x2, x3) 18.71/7.95 new_compare7(Nothing, Nothing, x0) 18.71/7.95 new_lt19(x0, x1, ty_@0) 18.71/7.95 new_esEs32(x0, x1, ty_Int) 18.71/7.95 new_esEs9(Left(x0), Left(x1), app(ty_[], x2), x3) 18.71/7.95 new_esEs26(x0, x1, app(ty_[], x2)) 18.71/7.95 new_ltEs13(GT, GT) 18.71/7.95 new_esEs29(x0, x1, app(ty_[], x2)) 18.71/7.95 new_esEs20([], :(x0, x1), x2) 18.71/7.95 new_esEs10(Float(x0, x1), Float(x2, x3)) 18.71/7.95 new_sr0(Integer(x0), Integer(x1)) 18.71/7.95 new_esEs17(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.71/7.95 new_ltEs13(EQ, LT) 18.71/7.95 new_ltEs13(LT, EQ) 18.71/7.95 new_esEs31(x0, x1, ty_Int) 18.71/7.95 new_esEs29(x0, x1, ty_Float) 18.71/7.95 new_compare14(x0, x1, False) 18.71/7.95 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 18.71/7.95 new_ltEs5(Left(x0), Left(x1), ty_Double, x2) 18.71/7.95 new_compare25(x0, x1, False, x2, x3) 18.71/7.95 new_ltEs7(x0, x1, ty_Float) 18.71/7.95 new_esEs23(x0, x1, ty_@0) 18.71/7.95 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.71/7.95 new_esEs5(x0, x1, ty_Integer) 18.71/7.95 new_esEs28(x0, x1, ty_Integer) 18.71/7.95 new_esEs27(x0, x1, app(ty_Ratio, x2)) 18.71/7.95 new_ltEs4(Just(x0), Just(x1), ty_Ordering) 18.71/7.95 new_esEs22(x0, x1, app(ty_Ratio, x2)) 18.71/7.95 new_compare26(x0, x1, False) 18.71/7.95 new_esEs26(x0, x1, ty_Integer) 18.71/7.95 new_compare31(Char(x0), Char(x1)) 18.71/7.95 new_primMulInt(Pos(x0), Neg(x1)) 18.71/7.95 new_primMulInt(Neg(x0), Pos(x1)) 18.71/7.95 new_esEs4(x0, x1, app(ty_[], x2)) 18.71/7.95 new_esEs4(x0, x1, ty_@0) 18.71/7.95 new_esEs31(x0, x1, ty_Char) 18.71/7.95 new_esEs7(x0, x1, ty_Int) 18.71/7.95 new_esEs6(x0, x1, app(ty_Maybe, x2)) 18.71/7.95 new_esEs17(Just(x0), Just(x1), ty_Bool) 18.71/7.95 new_esEs9(Right(x0), Right(x1), x2, ty_@0) 18.71/7.95 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.71/7.95 new_ltEs5(Left(x0), Left(x1), ty_Ordering, x2) 18.71/7.95 new_esEs5(x0, x1, ty_@0) 18.71/7.95 new_esEs7(x0, x1, ty_Char) 18.71/7.95 new_ltEs5(Right(x0), Right(x1), x2, ty_Bool) 18.71/7.95 new_ltEs4(Just(x0), Just(x1), ty_Int) 18.71/7.95 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 18.71/7.95 new_compare32(x0, x1, ty_Bool) 18.71/7.95 new_esEs28(x0, x1, app(ty_[], x2)) 18.71/7.95 new_lt4(x0, x1, x2, x3) 18.71/7.95 new_ltEs5(Left(x0), Right(x1), x2, x3) 18.71/7.95 new_ltEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 18.71/7.95 new_ltEs5(Right(x0), Left(x1), x2, x3) 18.71/7.95 new_ltEs8(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.71/7.95 new_lt5(x0, x1, app(ty_[], x2)) 18.71/7.95 new_lt20(x0, x1, ty_Double) 18.71/7.95 new_primEqNat0(Zero, Zero) 18.71/7.95 new_esEs13(False, False) 18.71/7.95 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 18.71/7.95 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 18.71/7.95 new_lt19(x0, x1, ty_Integer) 18.71/7.95 new_esEs9(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.71/7.95 new_esEs32(x0, x1, ty_Float) 18.71/7.95 new_not(False) 18.71/7.95 new_ltEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.71/7.95 new_esEs5(x0, x1, app(ty_Maybe, x2)) 18.71/7.95 new_lt20(x0, x1, ty_@0) 18.71/7.95 new_ltEs7(x0, x1, ty_Int) 18.71/7.95 new_esEs22(x0, x1, ty_Int) 18.71/7.95 new_compare30(x0, x1, x2, x3) 18.71/7.95 new_compare6(x0, x1, x2, x3) 18.71/7.95 new_esEs9(Right(x0), Right(x1), x2, ty_Double) 18.71/7.95 new_esEs30(x0, x1, app(ty_Maybe, x2)) 18.71/7.95 new_esEs9(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.71/7.95 new_lt18(x0, x1) 18.71/7.95 new_ltEs18(False, False) 18.71/7.95 new_compare7(Just(x0), Just(x1), x2) 18.71/7.95 new_esEs7(x0, x1, ty_Bool) 18.71/7.95 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 18.71/7.95 new_esEs7(x0, x1, ty_Ordering) 18.71/7.95 new_primMulNat0(Succ(x0), Zero) 18.71/7.95 new_esEs28(x0, x1, ty_Float) 18.71/7.95 new_esEs26(x0, x1, ty_Char) 18.71/7.95 new_pePe(True, x0) 18.71/7.95 new_ltEs19(x0, x1, ty_Integer) 18.71/7.95 new_esEs28(x0, x1, ty_Bool) 18.71/7.95 new_esEs22(x0, x1, ty_Char) 18.71/7.95 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 18.71/7.95 new_esEs28(x0, x1, app(ty_Maybe, x2)) 18.71/7.95 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.71/7.95 new_ltEs7(x0, x1, ty_Bool) 18.71/7.95 new_esEs28(x0, x1, ty_Int) 18.71/7.95 new_ltEs4(Just(x0), Just(x1), ty_Bool) 18.71/7.95 new_compare12(x0, True, x1) 18.71/7.95 new_esEs23(x0, x1, ty_Double) 18.71/7.95 new_ltEs19(x0, x1, ty_Ordering) 18.71/7.95 new_esEs4(x0, x1, app(ty_Ratio, x2)) 18.71/7.95 new_ltEs7(x0, x1, app(app(ty_Either, x2), x3)) 18.71/7.95 new_esEs7(x0, x1, ty_Integer) 18.71/7.95 new_ltEs5(Right(x0), Right(x1), x2, ty_Float) 18.71/7.95 new_esEs22(x0, x1, ty_Float) 18.71/7.95 new_ltEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.71/7.95 new_ltEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.71/7.95 new_esEs6(x0, x1, ty_Bool) 18.71/7.95 new_compare11(x0, True, x1) 18.71/7.95 new_esEs28(x0, x1, ty_Char) 18.71/7.95 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.71/7.95 new_compare32(x0, x1, app(ty_Ratio, x2)) 18.71/7.95 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 18.71/7.95 new_compare29(x0, x1) 18.71/7.95 new_compare32(x0, x1, ty_Integer) 18.71/7.95 new_esEs17(Just(x0), Just(x1), ty_Float) 18.71/7.95 new_compare32(x0, x1, ty_Ordering) 18.71/7.95 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 18.71/7.95 new_esEs27(x0, x1, app(ty_[], x2)) 18.71/7.95 new_ltEs7(x0, x1, ty_Char) 18.71/7.95 new_esEs20(:(x0, x1), [], x2) 18.71/7.95 new_esEs31(x0, x1, ty_Integer) 18.71/7.95 new_ltEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.71/7.95 new_primCmpNat0(Zero, Zero) 18.71/7.95 new_compare32(x0, x1, app(ty_[], x2)) 18.71/7.95 new_compare32(x0, x1, app(app(ty_Either, x2), x3)) 18.71/7.95 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 18.71/7.95 new_compare32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.71/7.95 new_primMulInt(Neg(x0), Neg(x1)) 18.71/7.95 18.71/7.95 We have to consider all minimal (P,Q,R)-chains. 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (21) QDPSizeChangeProof (EQUIVALENT) 18.71/7.95 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.71/7.95 18.71/7.95 From the DPs we obtained the following set of size-change graphs: 18.71/7.95 *new_compare21(vwx144, vwx145, False, bfd) -> new_ltEs1(Just(vwx144), Just(vwx145), bfd) 18.71/7.95 The graph contains the following edges 4 >= 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(ty_Maybe, bbg), bbe) -> new_lt1(vwx310, vwx410, bbg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs1(Just(vwx310), Just(vwx410), app(ty_Maybe, hc)) -> new_ltEs1(vwx310, vwx410, hc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(ty_Maybe, bae)) -> new_ltEs1(vwx311, vwx411, bae) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs1(Just(vwx310), Just(vwx410), app(app(ty_@2, hd), he)) -> new_ltEs2(vwx310, vwx410, hd, he) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_lt1(Just(vwx300), Just(vwx400), gf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, gf), gf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_compare2(Just(vwx300), Just(vwx400), gf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, gf), gf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(app(ty_@2, baf), bag)) -> new_ltEs2(vwx311, vwx411, baf, bag) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(ty_[], bbf), bbe) -> new_lt0(vwx310, vwx410, bbf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_lt0(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_primCompAux(vwx300, vwx400, new_compare0(vwx301, vwx401, eh), eh) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_lt0(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_compare(vwx301, vwx401, eh) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_compare(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_primCompAux(vwx300, vwx400, new_compare0(vwx301, vwx401, eh), eh) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_primCompAux(vwx300, vwx400, vwx132, app(ty_Maybe, ff)) -> new_compare2(vwx300, vwx400, ff) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_compare4(vwx30, vwx40, bfb, bfc) -> new_compare23(vwx30, vwx40, new_esEs9(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_primCompAux(vwx300, vwx400, vwx132, app(app(ty_Either, ga), gb)) -> new_compare4(vwx300, vwx400, ga, gb) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_compare23(vwx30, vwx40, False, bfb, bfc) -> new_ltEs3(vwx30, vwx40, bfb, bfc) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(ty_Maybe, bf)) -> new_ltEs1(vwx312, vwx412, bf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_lt3(vwx30, vwx40, bfb, bfc) -> new_compare23(vwx30, vwx40, new_esEs9(vwx30, vwx40, bfb, bfc), bfb, bfc) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs1(Just(vwx310), Just(vwx410), app(app(ty_Either, hf), hg)) -> new_ltEs3(vwx310, vwx410, hf, hg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(app(ty_Either, bah), bba)) -> new_ltEs3(vwx311, vwx411, bah, bba) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(app(ty_Either, ca), cb)) -> new_ltEs3(vwx312, vwx412, ca, cb) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(app(ty_@2, bg), bh)) -> new_ltEs2(vwx312, vwx412, bg, bh) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_compare22(vwx30, vwx40, False, beh, bfa) -> new_ltEs2(vwx30, vwx40, beh, bfa) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs1(Just(vwx310), Just(vwx410), app(app(app(ty_@3, gg), gh), ha)) -> new_ltEs(vwx310, vwx410, gg, gh, ha) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs1(Just(vwx310), Just(vwx410), app(ty_[], hb)) -> new_ltEs0(vwx310, vwx410, hb) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(app(app(ty_@3, baa), bab), bac)) -> new_ltEs(vwx311, vwx411, baa, bab, bac) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs(vwx312, vwx412, bb, bc, bd) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_compare20(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, False, gc, gd, ge) -> new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) 18.71/7.95 The graph contains the following edges 8 >= 3, 9 >= 4, 10 >= 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(app(ty_Either, bcb), bcc), bbe) -> new_lt3(vwx310, vwx410, bcb, bcc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_compare(:(vwx300, vwx301), :(vwx400, vwx401), eh) -> new_compare(vwx301, vwx401, eh) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_primCompAux(vwx300, vwx400, vwx132, app(ty_[], fd)) -> new_compare(vwx300, vwx400, fd) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs0(vwx31, vwx41, eg) -> new_compare(vwx31, vwx41, eg) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_compare3(vwx30, vwx40, beh, bfa) -> new_compare22(vwx30, vwx40, new_esEs8(vwx30, vwx40, beh, bfa), beh, bfa) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_primCompAux(vwx300, vwx400, vwx132, app(app(ty_@2, fg), fh)) -> new_compare3(vwx300, vwx400, fg, fh) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_primCompAux(vwx300, vwx400, vwx132, app(app(app(ty_@3, fa), fb), fc)) -> new_compare1(vwx300, vwx400, fa, fb, fc) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_lt2(vwx30, vwx40, beh, bfa) -> new_compare22(vwx30, vwx40, new_esEs8(vwx30, vwx40, beh, bfa), beh, bfa) 18.71/7.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), hh, app(ty_[], bad)) -> new_ltEs0(vwx311, vwx411, bad) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, ba, app(ty_[], be)) -> new_ltEs0(vwx312, vwx412, be) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(app(ty_@2, bbh), bca), bbe) -> new_lt2(vwx310, vwx410, bbh, bca) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs2(@2(vwx310, vwx311), @2(vwx410, vwx411), app(app(app(ty_@3, bbb), bbc), bbd), bbe) -> new_lt(vwx310, vwx410, bbb, bbc, bbd) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_lt(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_compare20(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs4(vwx300, vwx400, gc), new_asAs(new_esEs5(vwx301, vwx401, gd), new_esEs6(vwx302, vwx402, ge))), gc, gd, ge) 18.71/7.95 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 18.71/7.95 18.71/7.95 18.71/7.95 *new_compare1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gc, gd, ge) -> new_compare20(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs4(vwx300, vwx400, gc), new_asAs(new_esEs5(vwx301, vwx401, gd), new_esEs6(vwx302, vwx402, ge))), gc, gd, ge) 18.71/7.95 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(ty_Maybe, da), cf) -> new_lt1(vwx311, vwx411, da) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_Maybe, eb), ba, cf) -> new_lt1(vwx310, vwx410, eb) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(ty_Maybe, bec)) -> new_ltEs1(vwx310, vwx410, bec) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Left(vwx310), Left(vwx410), app(ty_Maybe, bda), bcg) -> new_ltEs1(vwx310, vwx410, bda) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Left(vwx310), Left(vwx410), app(app(ty_@2, bdb), bdc), bcg) -> new_ltEs2(vwx310, vwx410, bdb, bdc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(app(ty_@2, bed), bee)) -> new_ltEs2(vwx310, vwx410, bed, bee) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(ty_[], cg), cf) -> new_lt0(vwx311, vwx411, cg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(ty_[], ea), ba, cf) -> new_lt0(vwx310, vwx410, ea) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Left(vwx310), Left(vwx410), app(app(ty_Either, bdd), bde), bcg) -> new_ltEs3(vwx310, vwx410, bdd, bde) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(app(ty_Either, bef), beg)) -> new_ltEs3(vwx310, vwx410, bef, beg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(app(app(ty_@3, bdg), bdh), bea)) -> new_ltEs(vwx310, vwx410, bdg, bdh, bea) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Left(vwx310), Left(vwx410), app(app(app(ty_@3, bcd), bce), bcf), bcg) -> new_ltEs(vwx310, vwx410, bcd, bce, bcf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Right(vwx310), Right(vwx410), bdf, app(ty_[], beb)) -> new_ltEs0(vwx310, vwx410, beb) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs3(Left(vwx310), Left(vwx410), app(ty_[], bch), bcg) -> new_ltEs0(vwx310, vwx410, bch) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(app(ty_Either, dd), de), cf) -> new_lt3(vwx311, vwx411, dd, de) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_Either, ee), ef), ba, cf) -> new_lt3(vwx310, vwx410, ee, ef) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(ty_@2, ec), ed), ba, cf) -> new_lt2(vwx310, vwx410, ec, ed) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(app(ty_@2, db), dc), cf) -> new_lt2(vwx311, vwx411, db, dc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_lt(vwx310, vwx410, df, dg, dh) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_ltEs(@3(vwx310, vwx311, vwx312), @3(vwx410, vwx411, vwx412), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_lt(vwx311, vwx411, cc, cd, ce) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.71/7.95 18.71/7.95 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (22) 18.71/7.95 YES 18.71/7.95 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (23) 18.71/7.95 Obligation: 18.71/7.95 Q DP problem: 18.71/7.95 The TRS P consists of the following rules: 18.71/7.95 18.71/7.95 new_esEs0(Just(vwx300), Just(vwx400), app(app(app(ty_@3, ec), ed), ee)) -> new_esEs3(vwx300, vwx400, ec, ed, ee) 18.71/7.95 new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), bad) -> new_esEs2(vwx301, vwx401, bad) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_Maybe, bdd)) -> new_esEs0(vwx302, vwx402, bdd) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs3(vwx301, vwx401, gh, ha, hb) 18.71/7.95 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, ce)) -> new_esEs0(vwx300, vwx400, ce) 18.71/7.95 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_esEs3(vwx300, vwx400, bbe, bbf, bbg) 18.71/7.95 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, db), dc), dd)) -> new_esEs3(vwx300, vwx400, db, dc, dd) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx302, vwx402, bdb, bdc) 18.71/7.95 new_esEs0(Just(vwx300), Just(vwx400), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(app(ty_Either, gb), gc)) -> new_esEs(vwx301, vwx401, gb, gc) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bbd), bag, bah) -> new_esEs2(vwx300, vwx400, bbd) 18.71/7.95 new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bab), bac)) -> new_esEs(vwx300, vwx400, bab, bac) 18.71/7.95 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs3(vwx302, vwx402, bdh, bea, beb) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_Maybe, bcc), bah) -> new_esEs0(vwx301, vwx401, bcc) 18.71/7.95 new_esEs0(Just(vwx300), Just(vwx400), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 18.71/7.95 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bba), bag, bah) -> new_esEs0(vwx300, vwx400, bba) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bbb), bbc), bag, bah) -> new_esEs1(vwx300, vwx400, bbb, bbc) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, ff), fg), fh), eh) -> new_esEs3(vwx300, vwx400, ff, fg, fh) 18.71/7.95 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], da)) -> new_esEs2(vwx300, vwx400, da) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_[], bcf), bah) -> new_esEs2(vwx301, vwx401, bcf) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_esEs3(vwx301, vwx401, bcg, bch, bda) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_[], bdg)) -> new_esEs2(vwx302, vwx402, bdg) 18.71/7.95 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_@2, bcd), bce), bah) -> new_esEs1(vwx301, vwx401, bcd, bce) 18.71/7.95 new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, bc), bb) -> new_esEs0(vwx300, vwx400, bc) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(ty_[], gg)) -> new_esEs2(vwx301, vwx401, gg) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fb), fc), eh) -> new_esEs1(vwx300, vwx400, fb, fc) 18.71/7.95 new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], hf)) -> new_esEs2(vwx300, vwx400, hf) 18.71/7.95 new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, hg)) -> new_esEs0(vwx300, vwx400, hg) 18.71/7.95 new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bf), bb) -> new_esEs2(vwx300, vwx400, bf) 18.71/7.95 new_esEs0(Just(vwx300), Just(vwx400), app(ty_[], eb)) -> new_esEs2(vwx300, vwx400, eb) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(ty_Maybe, gd)) -> new_esEs0(vwx301, vwx401, gd) 18.71/7.95 new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bg), bh), ca), bb) -> new_esEs3(vwx300, vwx400, bg, bh, ca) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fd), eh) -> new_esEs2(vwx300, vwx400, fd) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ef), eg), eh) -> new_esEs(vwx300, vwx400, ef, eg) 18.71/7.95 new_esEs0(Just(vwx300), Just(vwx400), app(ty_Maybe, dg)) -> new_esEs0(vwx300, vwx400, dg) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bae), baf), bag, bah) -> new_esEs(vwx300, vwx400, bae, baf) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, fa), eh) -> new_esEs0(vwx300, vwx400, fa) 18.71/7.95 new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, hc), hd), he)) -> new_esEs3(vwx300, vwx400, hc, hd, he) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx302, vwx402, bde, bdf) 18.71/7.95 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(app(ty_@2, ge), gf)) -> new_esEs1(vwx301, vwx401, ge, gf) 18.71/7.95 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_Either, bca), bcb), bah) -> new_esEs(vwx301, vwx401, bca, bcb) 18.71/7.95 new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, hh), baa)) -> new_esEs1(vwx300, vwx400, hh, baa) 18.71/7.95 18.71/7.95 R is empty. 18.71/7.95 Q is empty. 18.71/7.95 We have to consider all minimal (P,Q,R)-chains. 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (24) QDPSizeChangeProof (EQUIVALENT) 18.71/7.95 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.71/7.95 18.71/7.95 From the DPs we obtained the following set of size-change graphs: 18.71/7.95 *new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, hg)) -> new_esEs0(vwx300, vwx400, hg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs0(Just(vwx300), Just(vwx400), app(ty_Maybe, dg)) -> new_esEs0(vwx300, vwx400, dg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, hc), hd), he)) -> new_esEs3(vwx300, vwx400, hc, hd, he) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs0(Just(vwx300), Just(vwx400), app(ty_[], eb)) -> new_esEs2(vwx300, vwx400, eb) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs0(Just(vwx300), Just(vwx400), app(app(app(ty_@3, ec), ed), ee)) -> new_esEs3(vwx300, vwx400, ec, ed, ee) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, hh), baa)) -> new_esEs1(vwx300, vwx400, hh, baa) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bab), bac)) -> new_esEs(vwx300, vwx400, bab, bac) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs0(Just(vwx300), Just(vwx400), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs0(Just(vwx300), Just(vwx400), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_Maybe, bdd)) -> new_esEs0(vwx302, vwx402, bdd) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_Maybe, bcc), bah) -> new_esEs0(vwx301, vwx401, bcc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bba), bag, bah) -> new_esEs0(vwx300, vwx400, bba) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bbd), bag, bah) -> new_esEs2(vwx300, vwx400, bbd) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_[], bcf), bah) -> new_esEs2(vwx301, vwx401, bcf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_[], bdg)) -> new_esEs2(vwx302, vwx402, bdg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_esEs3(vwx300, vwx400, bbe, bbf, bbg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs3(vwx302, vwx402, bdh, bea, beb) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_esEs3(vwx301, vwx401, bcg, bch, bda) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bbb), bbc), bag, bah) -> new_esEs1(vwx300, vwx400, bbb, bbc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_@2, bcd), bce), bah) -> new_esEs1(vwx301, vwx401, bcd, bce) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx302, vwx402, bde, bdf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx302, vwx402, bdb, bdc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bae), baf), bag, bah) -> new_esEs(vwx300, vwx400, bae, baf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_Either, bca), bcb), bah) -> new_esEs(vwx301, vwx401, bca, bcb) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(ty_Maybe, gd)) -> new_esEs0(vwx301, vwx401, gd) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, fa), eh) -> new_esEs0(vwx300, vwx400, fa) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, ce)) -> new_esEs0(vwx300, vwx400, ce) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, bc), bb) -> new_esEs0(vwx300, vwx400, bc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), bad) -> new_esEs2(vwx301, vwx401, bad) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs2(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], hf)) -> new_esEs2(vwx300, vwx400, hf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(ty_[], gg)) -> new_esEs2(vwx301, vwx401, gg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fd), eh) -> new_esEs2(vwx300, vwx400, fd) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], da)) -> new_esEs2(vwx300, vwx400, da) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bf), bb) -> new_esEs2(vwx300, vwx400, bf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs3(vwx301, vwx401, gh, ha, hb) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, ff), fg), fh), eh) -> new_esEs3(vwx300, vwx400, ff, fg, fh) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, db), dc), dd)) -> new_esEs3(vwx300, vwx400, db, dc, dd) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bg), bh), ca), bb) -> new_esEs3(vwx300, vwx400, bg, bh, ca) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fb), fc), eh) -> new_esEs1(vwx300, vwx400, fb, fc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(app(ty_@2, ge), gf)) -> new_esEs1(vwx301, vwx401, ge, gf) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), ga, app(app(ty_Either, gb), gc)) -> new_esEs(vwx301, vwx401, gb, gc) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ef), eg), eh) -> new_esEs(vwx300, vwx400, ef, eg) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.71/7.95 18.71/7.95 18.71/7.95 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.71/7.95 18.71/7.95 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (25) 18.71/7.95 YES 18.71/7.95 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (26) 18.71/7.95 Obligation: 18.71/7.95 Q DP problem: 18.71/7.95 The TRS P consists of the following rules: 18.71/7.95 18.71/7.95 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.71/7.95 18.71/7.95 R is empty. 18.71/7.95 Q is empty. 18.71/7.95 We have to consider all minimal (P,Q,R)-chains. 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (27) QDPSizeChangeProof (EQUIVALENT) 18.71/7.95 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.71/7.95 18.71/7.95 From the DPs we obtained the following set of size-change graphs: 18.71/7.95 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.71/7.95 The graph contains the following edges 1 > 1, 2 >= 2 18.71/7.95 18.71/7.95 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (28) 18.71/7.95 YES 18.71/7.95 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (29) 18.71/7.95 Obligation: 18.71/7.95 Q DP problem: 18.71/7.95 The TRS P consists of the following rules: 18.71/7.95 18.71/7.95 new_primPlusNat(Succ(vwx15500), Succ(vwx401000)) -> new_primPlusNat(vwx15500, vwx401000) 18.71/7.95 18.71/7.95 R is empty. 18.71/7.95 Q is empty. 18.71/7.95 We have to consider all minimal (P,Q,R)-chains. 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (30) QDPSizeChangeProof (EQUIVALENT) 18.71/7.95 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.71/7.95 18.71/7.95 From the DPs we obtained the following set of size-change graphs: 18.71/7.95 *new_primPlusNat(Succ(vwx15500), Succ(vwx401000)) -> new_primPlusNat(vwx15500, vwx401000) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2 18.71/7.95 18.71/7.95 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (31) 18.71/7.95 YES 18.71/7.95 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (32) 18.71/7.95 Obligation: 18.71/7.95 Q DP problem: 18.71/7.95 The TRS P consists of the following rules: 18.71/7.95 18.71/7.95 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.71/7.95 18.71/7.95 R is empty. 18.71/7.95 Q is empty. 18.71/7.95 We have to consider all minimal (P,Q,R)-chains. 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (33) QDPSizeChangeProof (EQUIVALENT) 18.71/7.95 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.71/7.95 18.71/7.95 From the DPs we obtained the following set of size-change graphs: 18.71/7.95 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.71/7.95 The graph contains the following edges 1 > 1, 2 > 2 18.71/7.95 18.71/7.95 18.71/7.95 ---------------------------------------- 18.71/7.95 18.71/7.95 (34) 18.71/7.95 YES 18.85/10.72 EOF