17.63/6.81 YES 20.15/7.49 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 20.15/7.49 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 20.15/7.49 20.15/7.49 20.15/7.49 H-Termination with start terms of the given HASKELL could be proven: 20.15/7.49 20.15/7.49 (0) HASKELL 20.15/7.49 (1) CR [EQUIVALENT, 0 ms] 20.15/7.49 (2) HASKELL 20.15/7.49 (3) IFR [EQUIVALENT, 0 ms] 20.15/7.49 (4) HASKELL 20.15/7.49 (5) BR [EQUIVALENT, 0 ms] 20.15/7.49 (6) HASKELL 20.15/7.49 (7) COR [EQUIVALENT, 13 ms] 20.15/7.49 (8) HASKELL 20.15/7.49 (9) LetRed [EQUIVALENT, 0 ms] 20.15/7.49 (10) HASKELL 20.15/7.49 (11) NumRed [SOUND, 0 ms] 20.15/7.49 (12) HASKELL 20.15/7.49 (13) Narrow [SOUND, 0 ms] 20.15/7.49 (14) AND 20.15/7.49 (15) QDP 20.15/7.49 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.15/7.49 (17) YES 20.15/7.49 (18) QDP 20.15/7.49 (19) QDPSizeChangeProof [EQUIVALENT, 74 ms] 20.15/7.49 (20) YES 20.15/7.49 (21) QDP 20.15/7.49 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.15/7.49 (23) YES 20.15/7.49 (24) QDP 20.15/7.49 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.15/7.49 (26) YES 20.15/7.49 (27) QDP 20.15/7.49 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.15/7.49 (29) YES 20.15/7.49 (30) QDP 20.15/7.49 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.15/7.49 (32) YES 20.15/7.49 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (0) 20.15/7.49 Obligation: 20.15/7.49 mainModule Main 20.15/7.49 module Main where { 20.15/7.49 import qualified Prelude; 20.15/7.49 } 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (1) CR (EQUIVALENT) 20.15/7.49 Case Reductions: 20.15/7.49 The following Case expression 20.15/7.49 "case compare x y of { 20.15/7.49 EQ -> o; 20.15/7.49 LT -> LT; 20.15/7.49 GT -> GT} 20.15/7.49 " 20.15/7.49 is transformed to 20.15/7.49 "primCompAux0 o EQ = o; 20.15/7.49 primCompAux0 o LT = LT; 20.15/7.49 primCompAux0 o GT = GT; 20.15/7.49 " 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (2) 20.15/7.49 Obligation: 20.15/7.49 mainModule Main 20.15/7.49 module Main where { 20.15/7.49 import qualified Prelude; 20.15/7.49 } 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (3) IFR (EQUIVALENT) 20.15/7.49 If Reductions: 20.15/7.49 The following If expression 20.15/7.49 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 20.15/7.49 is transformed to 20.15/7.49 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 20.15/7.49 primDivNatS0 x y False = Zero; 20.15/7.49 " 20.15/7.49 The following If expression 20.15/7.49 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 20.15/7.49 is transformed to 20.15/7.49 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 20.15/7.49 primModNatS0 x y False = Succ x; 20.15/7.49 " 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (4) 20.15/7.49 Obligation: 20.15/7.49 mainModule Main 20.15/7.49 module Main where { 20.15/7.49 import qualified Prelude; 20.15/7.49 } 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (5) BR (EQUIVALENT) 20.15/7.49 Replaced joker patterns by fresh variables and removed binding patterns. 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (6) 20.15/7.49 Obligation: 20.15/7.49 mainModule Main 20.15/7.49 module Main where { 20.15/7.49 import qualified Prelude; 20.15/7.49 } 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (7) COR (EQUIVALENT) 20.15/7.49 Cond Reductions: 20.15/7.49 The following Function with conditions 20.15/7.49 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 20.15/7.49 " 20.15/7.49 is transformed to 20.15/7.49 "compare x y = compare3 x y; 20.15/7.49 " 20.15/7.49 "compare0 x y True = GT; 20.15/7.49 " 20.15/7.49 "compare2 x y True = EQ; 20.15/7.49 compare2 x y False = compare1 x y (x <= y); 20.15/7.49 " 20.15/7.49 "compare1 x y True = LT; 20.15/7.49 compare1 x y False = compare0 x y otherwise; 20.15/7.49 " 20.15/7.49 "compare3 x y = compare2 x y (x == y); 20.15/7.49 " 20.15/7.49 The following Function with conditions 20.15/7.49 "absReal x|x >= 0x|otherwise`negate` x; 20.15/7.49 " 20.15/7.49 is transformed to 20.15/7.49 "absReal x = absReal2 x; 20.15/7.49 " 20.15/7.49 "absReal0 x True = `negate` x; 20.15/7.49 " 20.15/7.49 "absReal1 x True = x; 20.15/7.49 absReal1 x False = absReal0 x otherwise; 20.15/7.49 " 20.15/7.49 "absReal2 x = absReal1 x (x >= 0); 20.15/7.49 " 20.15/7.49 The following Function with conditions 20.15/7.49 "gcd' x 0 = x; 20.15/7.49 gcd' x y = gcd' y (x `rem` y); 20.15/7.49 " 20.15/7.49 is transformed to 20.15/7.49 "gcd' x zx = gcd'2 x zx; 20.15/7.49 gcd' x y = gcd'0 x y; 20.15/7.49 " 20.15/7.49 "gcd'0 x y = gcd' y (x `rem` y); 20.15/7.49 " 20.15/7.49 "gcd'1 True x zx = x; 20.15/7.49 gcd'1 zy zz vuu = gcd'0 zz vuu; 20.15/7.49 " 20.15/7.49 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 20.15/7.49 gcd'2 vuv vuw = gcd'0 vuv vuw; 20.15/7.49 " 20.15/7.49 The following Function with conditions 20.15/7.49 "gcd 0 0 = error []; 20.15/7.49 gcd x y = gcd' (abs x) (abs y) where { 20.15/7.49 gcd' x 0 = x; 20.15/7.49 gcd' x y = gcd' y (x `rem` y); 20.15/7.49 } 20.15/7.49 ; 20.15/7.49 " 20.15/7.49 is transformed to 20.15/7.49 "gcd vux vuy = gcd3 vux vuy; 20.15/7.49 gcd x y = gcd0 x y; 20.15/7.49 " 20.15/7.49 "gcd0 x y = gcd' (abs x) (abs y) where { 20.15/7.49 gcd' x zx = gcd'2 x zx; 20.15/7.49 gcd' x y = gcd'0 x y; 20.15/7.49 ; 20.15/7.49 gcd'0 x y = gcd' y (x `rem` y); 20.15/7.49 ; 20.15/7.49 gcd'1 True x zx = x; 20.15/7.49 gcd'1 zy zz vuu = gcd'0 zz vuu; 20.15/7.49 ; 20.15/7.49 gcd'2 x zx = gcd'1 (zx == 0) x zx; 20.15/7.49 gcd'2 vuv vuw = gcd'0 vuv vuw; 20.15/7.49 } 20.15/7.49 ; 20.15/7.49 " 20.15/7.49 "gcd1 True vux vuy = error []; 20.15/7.49 gcd1 vuz vvu vvv = gcd0 vvu vvv; 20.15/7.49 " 20.15/7.49 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 20.15/7.49 gcd2 vvw vvx vvy = gcd0 vvx vvy; 20.15/7.49 " 20.15/7.49 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 20.15/7.49 gcd3 vvz vwu = gcd0 vvz vwu; 20.15/7.49 " 20.15/7.49 The following Function with conditions 20.15/7.49 "undefined |Falseundefined; 20.15/7.49 " 20.15/7.49 is transformed to 20.15/7.49 "undefined = undefined1; 20.15/7.49 " 20.15/7.49 "undefined0 True = undefined; 20.15/7.49 " 20.15/7.49 "undefined1 = undefined0 False; 20.15/7.49 " 20.15/7.49 The following Function with conditions 20.15/7.49 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 20.15/7.49 d = gcd x y; 20.15/7.49 } 20.15/7.49 ; 20.15/7.49 " 20.15/7.49 is transformed to 20.15/7.49 "reduce x y = reduce2 x y; 20.15/7.49 " 20.15/7.49 "reduce2 x y = reduce1 x y (y == 0) where { 20.15/7.49 d = gcd x y; 20.15/7.49 ; 20.15/7.49 reduce0 x y True = x `quot` d :% (y `quot` d); 20.15/7.49 ; 20.15/7.49 reduce1 x y True = error []; 20.15/7.49 reduce1 x y False = reduce0 x y otherwise; 20.15/7.49 } 20.15/7.49 ; 20.15/7.49 " 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (8) 20.15/7.49 Obligation: 20.15/7.49 mainModule Main 20.15/7.49 module Main where { 20.15/7.49 import qualified Prelude; 20.15/7.49 } 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (9) LetRed (EQUIVALENT) 20.15/7.49 Let/Where Reductions: 20.15/7.49 The bindings of the following Let/Where expression 20.15/7.49 "gcd' (abs x) (abs y) where { 20.15/7.49 gcd' x zx = gcd'2 x zx; 20.15/7.49 gcd' x y = gcd'0 x y; 20.15/7.49 ; 20.15/7.49 gcd'0 x y = gcd' y (x `rem` y); 20.15/7.49 ; 20.15/7.49 gcd'1 True x zx = x; 20.15/7.49 gcd'1 zy zz vuu = gcd'0 zz vuu; 20.15/7.49 ; 20.15/7.49 gcd'2 x zx = gcd'1 (zx == 0) x zx; 20.15/7.49 gcd'2 vuv vuw = gcd'0 vuv vuw; 20.15/7.49 } 20.15/7.49 " 20.15/7.49 are unpacked to the following functions on top level 20.15/7.49 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 20.15/7.49 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 20.15/7.49 " 20.15/7.49 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 20.15/7.49 " 20.15/7.49 "gcd0Gcd'1 True x zx = x; 20.15/7.49 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 20.15/7.49 " 20.15/7.49 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 20.15/7.49 gcd0Gcd' x y = gcd0Gcd'0 x y; 20.15/7.49 " 20.15/7.49 The bindings of the following Let/Where expression 20.15/7.49 "reduce1 x y (y == 0) where { 20.15/7.49 d = gcd x y; 20.15/7.49 ; 20.15/7.49 reduce0 x y True = x `quot` d :% (y `quot` d); 20.15/7.49 ; 20.15/7.49 reduce1 x y True = error []; 20.15/7.49 reduce1 x y False = reduce0 x y otherwise; 20.15/7.49 } 20.15/7.49 " 20.15/7.49 are unpacked to the following functions on top level 20.15/7.49 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 20.15/7.49 " 20.15/7.49 "reduce2D vwv vww = gcd vwv vww; 20.15/7.49 " 20.15/7.49 "reduce2Reduce1 vwv vww x y True = error []; 20.15/7.49 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 20.15/7.49 " 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (10) 20.15/7.49 Obligation: 20.15/7.49 mainModule Main 20.15/7.49 module Main where { 20.15/7.49 import qualified Prelude; 20.15/7.49 } 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (11) NumRed (SOUND) 20.15/7.49 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (12) 20.15/7.49 Obligation: 20.15/7.49 mainModule Main 20.15/7.49 module Main where { 20.15/7.49 import qualified Prelude; 20.15/7.49 } 20.15/7.49 20.15/7.49 ---------------------------------------- 20.15/7.49 20.15/7.49 (13) Narrow (SOUND) 20.15/7.49 Haskell To QDPs 20.15/7.49 20.15/7.49 digraph dp_graph { 20.15/7.49 node [outthreshold=100, inthreshold=100];1[label="(<=)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 20.15/7.49 3[label="(<=) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 20.15/7.49 4[label="(<=) vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1524[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];4 -> 1524[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1524 -> 5[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1525[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];4 -> 1525[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1525 -> 6[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 5[label="(<=) Nothing vwx4",fontsize=16,color="burlywood",shape="box"];1526[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];5 -> 1526[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1526 -> 7[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1527[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];5 -> 1527[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1527 -> 8[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 6[label="(<=) Just vwx30 vwx4",fontsize=16,color="burlywood",shape="box"];1528[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];6 -> 1528[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1528 -> 9[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1529[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];6 -> 1529[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1529 -> 10[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 7[label="(<=) Nothing Nothing",fontsize=16,color="black",shape="box"];7 -> 11[label="",style="solid", color="black", weight=3]; 20.15/7.49 8[label="(<=) Nothing Just vwx40",fontsize=16,color="black",shape="box"];8 -> 12[label="",style="solid", color="black", weight=3]; 20.15/7.49 9[label="(<=) Just vwx30 Nothing",fontsize=16,color="black",shape="box"];9 -> 13[label="",style="solid", color="black", weight=3]; 20.15/7.49 10[label="(<=) Just vwx30 Just vwx40",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 20.15/7.49 11[label="True",fontsize=16,color="green",shape="box"];12[label="True",fontsize=16,color="green",shape="box"];13[label="False",fontsize=16,color="green",shape="box"];14[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];1530[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1530[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1530 -> 15[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1531[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1531[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1531 -> 16[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1532[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1532[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1532 -> 17[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1533[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1533[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1533 -> 18[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1534[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1534[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1534 -> 19[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1535[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1535[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1535 -> 20[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1536[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1536[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1536 -> 21[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1537[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1537[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1537 -> 22[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1538[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1538[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1538 -> 23[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1539[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1539[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1539 -> 24[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1540[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1540[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1540 -> 25[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1541[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1541[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1541 -> 26[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1542[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1542[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1542 -> 27[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1543[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1543[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1543 -> 28[label="",style="solid", color="blue", weight=3]; 20.15/7.49 15[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];15 -> 29[label="",style="solid", color="black", weight=3]; 20.15/7.49 16[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];16 -> 30[label="",style="solid", color="black", weight=3]; 20.15/7.49 17[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];17 -> 31[label="",style="solid", color="black", weight=3]; 20.15/7.49 18[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];18 -> 32[label="",style="solid", color="black", weight=3]; 20.15/7.49 19[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1544[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];19 -> 1544[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1544 -> 33[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1545[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];19 -> 1545[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1545 -> 34[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1546[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];19 -> 1546[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1546 -> 35[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 20[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1547[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];20 -> 1547[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1547 -> 36[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1548[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];20 -> 1548[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1548 -> 37[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 21[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];21 -> 38[label="",style="solid", color="black", weight=3]; 20.15/7.49 22[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];22 -> 39[label="",style="solid", color="black", weight=3]; 20.15/7.49 23[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];23 -> 40[label="",style="solid", color="black", weight=3]; 20.15/7.49 24 -> 4[label="",style="dashed", color="red", weight=0]; 20.15/7.49 24[label="vwx30 <= vwx40",fontsize=16,color="magenta"];24 -> 41[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 24 -> 42[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 25[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1549[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];25 -> 1549[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1549 -> 43[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 26[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1550[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];26 -> 1550[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1550 -> 44[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1551[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];26 -> 1551[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1551 -> 45[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 27[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];27 -> 46[label="",style="solid", color="black", weight=3]; 20.15/7.49 28[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1552[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];28 -> 1552[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1552 -> 47[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 29[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];29 -> 48[label="",style="solid", color="black", weight=3]; 20.15/7.49 30[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];30 -> 49[label="",style="solid", color="black", weight=3]; 20.15/7.49 31[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];31 -> 50[label="",style="solid", color="black", weight=3]; 20.15/7.49 32[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];32 -> 51[label="",style="solid", color="black", weight=3]; 20.15/7.49 33[label="LT <= vwx40",fontsize=16,color="burlywood",shape="box"];1553[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];33 -> 1553[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1553 -> 52[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1554[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];33 -> 1554[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1554 -> 53[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1555[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];33 -> 1555[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1555 -> 54[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 34[label="EQ <= vwx40",fontsize=16,color="burlywood",shape="box"];1556[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];34 -> 1556[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1556 -> 55[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1557[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];34 -> 1557[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1557 -> 56[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1558[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];34 -> 1558[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1558 -> 57[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 35[label="GT <= vwx40",fontsize=16,color="burlywood",shape="box"];1559[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];35 -> 1559[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1559 -> 58[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1560[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];35 -> 1560[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1560 -> 59[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1561[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];35 -> 1561[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1561 -> 60[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 36[label="False <= vwx40",fontsize=16,color="burlywood",shape="box"];1562[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];36 -> 1562[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1562 -> 61[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1563[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];36 -> 1563[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1563 -> 62[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 37[label="True <= vwx40",fontsize=16,color="burlywood",shape="box"];1564[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];37 -> 1564[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1564 -> 63[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1565[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];37 -> 1565[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1565 -> 64[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 38[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];38 -> 65[label="",style="solid", color="black", weight=3]; 20.15/7.49 39[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];39 -> 66[label="",style="solid", color="black", weight=3]; 20.15/7.49 40[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];40 -> 67[label="",style="solid", color="black", weight=3]; 20.15/7.49 41[label="vwx30",fontsize=16,color="green",shape="box"];42[label="vwx40",fontsize=16,color="green",shape="box"];43[label="(vwx300,vwx301) <= vwx40",fontsize=16,color="burlywood",shape="box"];1566[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];43 -> 1566[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1566 -> 68[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 44[label="Left vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1567[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];44 -> 1567[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1567 -> 69[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1568[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];44 -> 1568[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1568 -> 70[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 45[label="Right vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1569[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];45 -> 1569[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1569 -> 71[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1570[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];45 -> 1570[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1570 -> 72[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 46[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];46 -> 73[label="",style="solid", color="black", weight=3]; 20.15/7.49 47[label="(vwx300,vwx301,vwx302) <= vwx40",fontsize=16,color="burlywood",shape="box"];1571[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];47 -> 1571[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1571 -> 74[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 48 -> 320[label="",style="dashed", color="red", weight=0]; 20.15/7.49 48[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];48 -> 321[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 49 -> 320[label="",style="dashed", color="red", weight=0]; 20.15/7.49 49[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];49 -> 322[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 50 -> 320[label="",style="dashed", color="red", weight=0]; 20.15/7.49 50[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];50 -> 323[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 51 -> 320[label="",style="dashed", color="red", weight=0]; 20.15/7.49 51[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];51 -> 324[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 52[label="LT <= LT",fontsize=16,color="black",shape="box"];52 -> 80[label="",style="solid", color="black", weight=3]; 20.15/7.49 53[label="LT <= EQ",fontsize=16,color="black",shape="box"];53 -> 81[label="",style="solid", color="black", weight=3]; 20.15/7.49 54[label="LT <= GT",fontsize=16,color="black",shape="box"];54 -> 82[label="",style="solid", color="black", weight=3]; 20.15/7.49 55[label="EQ <= LT",fontsize=16,color="black",shape="box"];55 -> 83[label="",style="solid", color="black", weight=3]; 20.15/7.49 56[label="EQ <= EQ",fontsize=16,color="black",shape="box"];56 -> 84[label="",style="solid", color="black", weight=3]; 20.15/7.49 57[label="EQ <= GT",fontsize=16,color="black",shape="box"];57 -> 85[label="",style="solid", color="black", weight=3]; 20.15/7.49 58[label="GT <= LT",fontsize=16,color="black",shape="box"];58 -> 86[label="",style="solid", color="black", weight=3]; 20.15/7.49 59[label="GT <= EQ",fontsize=16,color="black",shape="box"];59 -> 87[label="",style="solid", color="black", weight=3]; 20.15/7.49 60[label="GT <= GT",fontsize=16,color="black",shape="box"];60 -> 88[label="",style="solid", color="black", weight=3]; 20.15/7.49 61[label="False <= False",fontsize=16,color="black",shape="box"];61 -> 89[label="",style="solid", color="black", weight=3]; 20.15/7.49 62[label="False <= True",fontsize=16,color="black",shape="box"];62 -> 90[label="",style="solid", color="black", weight=3]; 20.15/7.49 63[label="True <= False",fontsize=16,color="black",shape="box"];63 -> 91[label="",style="solid", color="black", weight=3]; 20.15/7.49 64[label="True <= True",fontsize=16,color="black",shape="box"];64 -> 92[label="",style="solid", color="black", weight=3]; 20.15/7.49 65 -> 320[label="",style="dashed", color="red", weight=0]; 20.15/7.49 65[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];65 -> 325[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 66 -> 320[label="",style="dashed", color="red", weight=0]; 20.15/7.49 66[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];66 -> 326[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 67 -> 320[label="",style="dashed", color="red", weight=0]; 20.15/7.49 67[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];67 -> 327[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 68[label="(vwx300,vwx301) <= (vwx400,vwx401)",fontsize=16,color="black",shape="box"];68 -> 96[label="",style="solid", color="black", weight=3]; 20.15/7.49 69[label="Left vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];69 -> 97[label="",style="solid", color="black", weight=3]; 20.15/7.49 70[label="Left vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];70 -> 98[label="",style="solid", color="black", weight=3]; 20.15/7.49 71[label="Right vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];71 -> 99[label="",style="solid", color="black", weight=3]; 20.15/7.49 72[label="Right vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];72 -> 100[label="",style="solid", color="black", weight=3]; 20.15/7.49 73 -> 320[label="",style="dashed", color="red", weight=0]; 20.15/7.49 73[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];73 -> 328[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 74[label="(vwx300,vwx301,vwx302) <= (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];74 -> 102[label="",style="solid", color="black", weight=3]; 20.15/7.49 321[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];321 -> 342[label="",style="solid", color="black", weight=3]; 20.15/7.49 320[label="not (vwx28 == GT)",fontsize=16,color="burlywood",shape="triangle"];1572[label="vwx28/LT",fontsize=10,color="white",style="solid",shape="box"];320 -> 1572[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1572 -> 343[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1573[label="vwx28/EQ",fontsize=10,color="white",style="solid",shape="box"];320 -> 1573[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1573 -> 344[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1574[label="vwx28/GT",fontsize=10,color="white",style="solid",shape="box"];320 -> 1574[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1574 -> 345[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 322[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1575[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];322 -> 1575[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1575 -> 346[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1576[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];322 -> 1576[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1576 -> 347[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 323[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];323 -> 348[label="",style="solid", color="black", weight=3]; 20.15/7.49 324[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];324 -> 349[label="",style="solid", color="black", weight=3]; 20.15/7.49 80[label="True",fontsize=16,color="green",shape="box"];81[label="True",fontsize=16,color="green",shape="box"];82[label="True",fontsize=16,color="green",shape="box"];83[label="False",fontsize=16,color="green",shape="box"];84[label="True",fontsize=16,color="green",shape="box"];85[label="True",fontsize=16,color="green",shape="box"];86[label="False",fontsize=16,color="green",shape="box"];87[label="False",fontsize=16,color="green",shape="box"];88[label="True",fontsize=16,color="green",shape="box"];89[label="True",fontsize=16,color="green",shape="box"];90[label="True",fontsize=16,color="green",shape="box"];91[label="False",fontsize=16,color="green",shape="box"];92[label="True",fontsize=16,color="green",shape="box"];325[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1577[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];325 -> 1577[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1577 -> 350[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 326[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1578[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];326 -> 1578[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1578 -> 351[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 327[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1579[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];327 -> 1579[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1579 -> 352[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 96 -> 182[label="",style="dashed", color="red", weight=0]; 20.15/7.49 96[label="vwx300 < vwx400 || vwx300 == vwx400 && vwx301 <= vwx401",fontsize=16,color="magenta"];96 -> 183[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 96 -> 184[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 96 -> 185[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 96 -> 186[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 97[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1580[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1580[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1580 -> 120[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1581[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1581[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1581 -> 121[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1582[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1582[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1582 -> 122[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1583[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1583[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1583 -> 123[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1584[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1584[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1584 -> 124[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1585[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1585[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1585 -> 125[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1586[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1586[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1586 -> 126[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1587[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1587[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1587 -> 127[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1588[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1588[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1588 -> 128[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1589[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1589[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1589 -> 129[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1590[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1590[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1590 -> 130[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1591[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1591[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1591 -> 131[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1592[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1592[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1592 -> 132[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1593[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 1593[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1593 -> 133[label="",style="solid", color="blue", weight=3]; 20.15/7.49 98[label="True",fontsize=16,color="green",shape="box"];99[label="False",fontsize=16,color="green",shape="box"];100[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1594[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1594[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1594 -> 134[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1595[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1595[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1595 -> 135[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1596[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1596[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1596 -> 136[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1597[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1597[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1597 -> 137[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1598[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1598[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1598 -> 138[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1599[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1599[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1599 -> 139[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1600[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1600[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1600 -> 140[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1601[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1601[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1601 -> 141[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1602[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1602[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1602 -> 142[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1603[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1603[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1603 -> 143[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1604[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1604[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1604 -> 144[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1605[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1605[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1605 -> 145[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1606[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1606[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1606 -> 146[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1607[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];100 -> 1607[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1607 -> 147[label="",style="solid", color="blue", weight=3]; 20.15/7.49 328[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];328 -> 353[label="",style="solid", color="black", weight=3]; 20.15/7.49 102 -> 182[label="",style="dashed", color="red", weight=0]; 20.15/7.49 102[label="vwx300 < vwx400 || vwx300 == vwx400 && (vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402)",fontsize=16,color="magenta"];102 -> 187[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 102 -> 188[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 102 -> 189[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 102 -> 190[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 342[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1608[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];342 -> 1608[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1608 -> 454[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 343[label="not (LT == GT)",fontsize=16,color="black",shape="box"];343 -> 455[label="",style="solid", color="black", weight=3]; 20.15/7.49 344[label="not (EQ == GT)",fontsize=16,color="black",shape="box"];344 -> 456[label="",style="solid", color="black", weight=3]; 20.15/7.49 345[label="not (GT == GT)",fontsize=16,color="black",shape="box"];345 -> 457[label="",style="solid", color="black", weight=3]; 20.15/7.49 346[label="compare (vwx300 : vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1609[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];346 -> 1609[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1609 -> 458[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1610[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];346 -> 1610[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1610 -> 459[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 347[label="compare [] vwx40",fontsize=16,color="burlywood",shape="box"];1611[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];347 -> 1611[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1611 -> 460[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1612[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];347 -> 1612[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1612 -> 461[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 348[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1613[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];348 -> 1613[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1613 -> 462[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 349[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1614[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];349 -> 1614[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1614 -> 463[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1615[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];349 -> 1615[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1615 -> 464[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 350[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];1616[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];350 -> 1616[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1616 -> 465[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 351[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1617[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];351 -> 1617[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1617 -> 466[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 352[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1618[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];352 -> 1618[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1618 -> 467[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 183[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1619[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1619[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1619 -> 199[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1620[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1620[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1620 -> 200[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1621[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1621[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1621 -> 201[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1622[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1622[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1622 -> 202[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1623[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1623[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1623 -> 203[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1624[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1624[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1624 -> 204[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1625[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1625[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1625 -> 205[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1626[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1626[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1626 -> 206[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1627[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1627[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1627 -> 207[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1628[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1628[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1628 -> 208[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1629[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1629[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1629 -> 209[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1630[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1630[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1630 -> 210[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1631[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1631[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1631 -> 211[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1632[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 1632[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1632 -> 212[label="",style="solid", color="blue", weight=3]; 20.15/7.49 184[label="vwx301 <= vwx401",fontsize=16,color="blue",shape="box"];1633[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1633[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1633 -> 213[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1634[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1634[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1634 -> 214[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1635[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1635[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1635 -> 215[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1636[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1636[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1636 -> 216[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1637[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1637[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1637 -> 217[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1638[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1638[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1638 -> 218[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1639[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1639[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1639 -> 219[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1640[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1640[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1640 -> 220[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1641[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1641[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1641 -> 221[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1642[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1642[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1642 -> 222[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1643[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1643[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1643 -> 223[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1644[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1644[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1644 -> 224[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1645[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1645[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1645 -> 225[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1646[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];184 -> 1646[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1646 -> 226[label="",style="solid", color="blue", weight=3]; 20.15/7.49 185[label="vwx400",fontsize=16,color="green",shape="box"];186[label="vwx300",fontsize=16,color="green",shape="box"];182[label="vwx22 || vwx23 == vwx24 && vwx25",fontsize=16,color="burlywood",shape="triangle"];1647[label="vwx22/False",fontsize=10,color="white",style="solid",shape="box"];182 -> 1647[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1647 -> 227[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1648[label="vwx22/True",fontsize=10,color="white",style="solid",shape="box"];182 -> 1648[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1648 -> 228[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 120 -> 15[label="",style="dashed", color="red", weight=0]; 20.15/7.49 120[label="vwx300 <= vwx400",fontsize=16,color="magenta"];120 -> 229[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 120 -> 230[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 121 -> 16[label="",style="dashed", color="red", weight=0]; 20.15/7.49 121[label="vwx300 <= vwx400",fontsize=16,color="magenta"];121 -> 231[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 121 -> 232[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 122 -> 17[label="",style="dashed", color="red", weight=0]; 20.15/7.49 122[label="vwx300 <= vwx400",fontsize=16,color="magenta"];122 -> 233[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 122 -> 234[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 123 -> 18[label="",style="dashed", color="red", weight=0]; 20.15/7.49 123[label="vwx300 <= vwx400",fontsize=16,color="magenta"];123 -> 235[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 123 -> 236[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 124 -> 19[label="",style="dashed", color="red", weight=0]; 20.15/7.49 124[label="vwx300 <= vwx400",fontsize=16,color="magenta"];124 -> 237[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 124 -> 238[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 125 -> 20[label="",style="dashed", color="red", weight=0]; 20.15/7.49 125[label="vwx300 <= vwx400",fontsize=16,color="magenta"];125 -> 239[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 125 -> 240[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 126 -> 21[label="",style="dashed", color="red", weight=0]; 20.15/7.49 126[label="vwx300 <= vwx400",fontsize=16,color="magenta"];126 -> 241[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 126 -> 242[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 127 -> 22[label="",style="dashed", color="red", weight=0]; 20.15/7.49 127[label="vwx300 <= vwx400",fontsize=16,color="magenta"];127 -> 243[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 127 -> 244[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 128 -> 23[label="",style="dashed", color="red", weight=0]; 20.15/7.49 128[label="vwx300 <= vwx400",fontsize=16,color="magenta"];128 -> 245[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 128 -> 246[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 129 -> 4[label="",style="dashed", color="red", weight=0]; 20.15/7.49 129[label="vwx300 <= vwx400",fontsize=16,color="magenta"];129 -> 247[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 129 -> 248[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 130 -> 25[label="",style="dashed", color="red", weight=0]; 20.15/7.49 130[label="vwx300 <= vwx400",fontsize=16,color="magenta"];130 -> 249[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 130 -> 250[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 131 -> 26[label="",style="dashed", color="red", weight=0]; 20.15/7.49 131[label="vwx300 <= vwx400",fontsize=16,color="magenta"];131 -> 251[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 131 -> 252[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 132 -> 27[label="",style="dashed", color="red", weight=0]; 20.15/7.49 132[label="vwx300 <= vwx400",fontsize=16,color="magenta"];132 -> 253[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 132 -> 254[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 133 -> 28[label="",style="dashed", color="red", weight=0]; 20.15/7.49 133[label="vwx300 <= vwx400",fontsize=16,color="magenta"];133 -> 255[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 133 -> 256[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 134 -> 15[label="",style="dashed", color="red", weight=0]; 20.15/7.49 134[label="vwx300 <= vwx400",fontsize=16,color="magenta"];134 -> 257[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 134 -> 258[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 135 -> 16[label="",style="dashed", color="red", weight=0]; 20.15/7.49 135[label="vwx300 <= vwx400",fontsize=16,color="magenta"];135 -> 259[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 135 -> 260[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 136 -> 17[label="",style="dashed", color="red", weight=0]; 20.15/7.49 136[label="vwx300 <= vwx400",fontsize=16,color="magenta"];136 -> 261[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 136 -> 262[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 137 -> 18[label="",style="dashed", color="red", weight=0]; 20.15/7.49 137[label="vwx300 <= vwx400",fontsize=16,color="magenta"];137 -> 263[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 137 -> 264[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 138 -> 19[label="",style="dashed", color="red", weight=0]; 20.15/7.49 138[label="vwx300 <= vwx400",fontsize=16,color="magenta"];138 -> 265[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 138 -> 266[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 139 -> 20[label="",style="dashed", color="red", weight=0]; 20.15/7.49 139[label="vwx300 <= vwx400",fontsize=16,color="magenta"];139 -> 267[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 139 -> 268[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 140 -> 21[label="",style="dashed", color="red", weight=0]; 20.15/7.49 140[label="vwx300 <= vwx400",fontsize=16,color="magenta"];140 -> 269[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 140 -> 270[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 141 -> 22[label="",style="dashed", color="red", weight=0]; 20.15/7.49 141[label="vwx300 <= vwx400",fontsize=16,color="magenta"];141 -> 271[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 141 -> 272[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 142 -> 23[label="",style="dashed", color="red", weight=0]; 20.15/7.49 142[label="vwx300 <= vwx400",fontsize=16,color="magenta"];142 -> 273[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 142 -> 274[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 143 -> 4[label="",style="dashed", color="red", weight=0]; 20.15/7.49 143[label="vwx300 <= vwx400",fontsize=16,color="magenta"];143 -> 275[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 143 -> 276[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 144 -> 25[label="",style="dashed", color="red", weight=0]; 20.15/7.49 144[label="vwx300 <= vwx400",fontsize=16,color="magenta"];144 -> 277[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 144 -> 278[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 145 -> 26[label="",style="dashed", color="red", weight=0]; 20.15/7.49 145[label="vwx300 <= vwx400",fontsize=16,color="magenta"];145 -> 279[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 145 -> 280[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 146 -> 27[label="",style="dashed", color="red", weight=0]; 20.15/7.49 146[label="vwx300 <= vwx400",fontsize=16,color="magenta"];146 -> 281[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 146 -> 282[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 147 -> 28[label="",style="dashed", color="red", weight=0]; 20.15/7.49 147[label="vwx300 <= vwx400",fontsize=16,color="magenta"];147 -> 283[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 147 -> 284[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 353[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1649[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];353 -> 1649[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1649 -> 468[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 187[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1650[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1650[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1650 -> 287[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1651[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1651[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1651 -> 288[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1652[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1652[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1652 -> 289[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1653[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1653[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1653 -> 290[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1654[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1654[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1654 -> 291[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1655[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1655[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1655 -> 292[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1656[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1656[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1656 -> 293[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1657[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1657[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1657 -> 294[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1658[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1658[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1658 -> 295[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1659[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1659[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1659 -> 296[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1660[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1660[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1660 -> 297[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1661[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1661[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1661 -> 298[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1662[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1662[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1662 -> 299[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1663[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];187 -> 1663[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1663 -> 300[label="",style="solid", color="blue", weight=3]; 20.15/7.49 188 -> 182[label="",style="dashed", color="red", weight=0]; 20.15/7.49 188[label="vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402",fontsize=16,color="magenta"];188 -> 301[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 188 -> 302[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 188 -> 303[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 188 -> 304[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 189[label="vwx400",fontsize=16,color="green",shape="box"];190[label="vwx300",fontsize=16,color="green",shape="box"];454[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1664[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];454 -> 1664[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1664 -> 484[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1665[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];454 -> 1665[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1665 -> 485[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 455[label="not False",fontsize=16,color="black",shape="triangle"];455 -> 486[label="",style="solid", color="black", weight=3]; 20.15/7.49 456 -> 455[label="",style="dashed", color="red", weight=0]; 20.15/7.49 456[label="not False",fontsize=16,color="magenta"];457[label="not True",fontsize=16,color="black",shape="box"];457 -> 487[label="",style="solid", color="black", weight=3]; 20.15/7.49 458[label="compare (vwx300 : vwx301) (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];458 -> 488[label="",style="solid", color="black", weight=3]; 20.15/7.49 459[label="compare (vwx300 : vwx301) []",fontsize=16,color="black",shape="box"];459 -> 489[label="",style="solid", color="black", weight=3]; 20.15/7.49 460[label="compare [] (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];460 -> 490[label="",style="solid", color="black", weight=3]; 20.15/7.49 461[label="compare [] []",fontsize=16,color="black",shape="box"];461 -> 491[label="",style="solid", color="black", weight=3]; 20.15/7.49 462[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1666[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];462 -> 1666[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1666 -> 492[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 463[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1667[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];463 -> 1667[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1667 -> 493[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1668[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];463 -> 1668[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1668 -> 494[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 464[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1669[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];464 -> 1669[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1669 -> 495[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1670[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];464 -> 1670[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1670 -> 496[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 465[label="compare () ()",fontsize=16,color="black",shape="box"];465 -> 497[label="",style="solid", color="black", weight=3]; 20.15/7.49 466[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];466 -> 498[label="",style="solid", color="black", weight=3]; 20.15/7.49 467[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];467 -> 499[label="",style="solid", color="black", weight=3]; 20.15/7.49 199[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];199 -> 354[label="",style="solid", color="black", weight=3]; 20.15/7.49 200[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];200 -> 355[label="",style="solid", color="black", weight=3]; 20.15/7.49 201[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];201 -> 356[label="",style="solid", color="black", weight=3]; 20.15/7.49 202[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];202 -> 357[label="",style="solid", color="black", weight=3]; 20.15/7.49 203[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];203 -> 358[label="",style="solid", color="black", weight=3]; 20.15/7.49 204[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];204 -> 359[label="",style="solid", color="black", weight=3]; 20.15/7.49 205[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];205 -> 360[label="",style="solid", color="black", weight=3]; 20.15/7.49 206[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];206 -> 361[label="",style="solid", color="black", weight=3]; 20.15/7.49 207[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];207 -> 362[label="",style="solid", color="black", weight=3]; 20.15/7.49 208[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];208 -> 363[label="",style="solid", color="black", weight=3]; 20.15/7.49 209[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];209 -> 364[label="",style="solid", color="black", weight=3]; 20.15/7.49 210[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];210 -> 365[label="",style="solid", color="black", weight=3]; 20.15/7.49 211[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];211 -> 366[label="",style="solid", color="black", weight=3]; 20.15/7.49 212[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];212 -> 367[label="",style="solid", color="black", weight=3]; 20.15/7.49 213 -> 15[label="",style="dashed", color="red", weight=0]; 20.15/7.49 213[label="vwx301 <= vwx401",fontsize=16,color="magenta"];213 -> 368[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 213 -> 369[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 214 -> 16[label="",style="dashed", color="red", weight=0]; 20.15/7.49 214[label="vwx301 <= vwx401",fontsize=16,color="magenta"];214 -> 370[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 214 -> 371[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 215 -> 17[label="",style="dashed", color="red", weight=0]; 20.15/7.49 215[label="vwx301 <= vwx401",fontsize=16,color="magenta"];215 -> 372[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 215 -> 373[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 216 -> 18[label="",style="dashed", color="red", weight=0]; 20.15/7.49 216[label="vwx301 <= vwx401",fontsize=16,color="magenta"];216 -> 374[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 216 -> 375[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 217 -> 19[label="",style="dashed", color="red", weight=0]; 20.15/7.49 217[label="vwx301 <= vwx401",fontsize=16,color="magenta"];217 -> 376[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 217 -> 377[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 218 -> 20[label="",style="dashed", color="red", weight=0]; 20.15/7.49 218[label="vwx301 <= vwx401",fontsize=16,color="magenta"];218 -> 378[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 218 -> 379[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 219 -> 21[label="",style="dashed", color="red", weight=0]; 20.15/7.49 219[label="vwx301 <= vwx401",fontsize=16,color="magenta"];219 -> 380[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 219 -> 381[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 220 -> 22[label="",style="dashed", color="red", weight=0]; 20.15/7.49 220[label="vwx301 <= vwx401",fontsize=16,color="magenta"];220 -> 382[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 220 -> 383[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 221 -> 23[label="",style="dashed", color="red", weight=0]; 20.15/7.49 221[label="vwx301 <= vwx401",fontsize=16,color="magenta"];221 -> 384[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 221 -> 385[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 222 -> 4[label="",style="dashed", color="red", weight=0]; 20.15/7.49 222[label="vwx301 <= vwx401",fontsize=16,color="magenta"];222 -> 386[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 222 -> 387[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 223 -> 25[label="",style="dashed", color="red", weight=0]; 20.15/7.49 223[label="vwx301 <= vwx401",fontsize=16,color="magenta"];223 -> 388[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 223 -> 389[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 224 -> 26[label="",style="dashed", color="red", weight=0]; 20.15/7.49 224[label="vwx301 <= vwx401",fontsize=16,color="magenta"];224 -> 390[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 224 -> 391[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 225 -> 27[label="",style="dashed", color="red", weight=0]; 20.15/7.49 225[label="vwx301 <= vwx401",fontsize=16,color="magenta"];225 -> 392[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 225 -> 393[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 226 -> 28[label="",style="dashed", color="red", weight=0]; 20.15/7.49 226[label="vwx301 <= vwx401",fontsize=16,color="magenta"];226 -> 394[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 226 -> 395[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 227[label="False || vwx23 == vwx24 && vwx25",fontsize=16,color="black",shape="box"];227 -> 396[label="",style="solid", color="black", weight=3]; 20.15/7.49 228[label="True || vwx23 == vwx24 && vwx25",fontsize=16,color="black",shape="box"];228 -> 397[label="",style="solid", color="black", weight=3]; 20.15/7.49 229[label="vwx400",fontsize=16,color="green",shape="box"];230[label="vwx300",fontsize=16,color="green",shape="box"];231[label="vwx400",fontsize=16,color="green",shape="box"];232[label="vwx300",fontsize=16,color="green",shape="box"];233[label="vwx400",fontsize=16,color="green",shape="box"];234[label="vwx300",fontsize=16,color="green",shape="box"];235[label="vwx400",fontsize=16,color="green",shape="box"];236[label="vwx300",fontsize=16,color="green",shape="box"];237[label="vwx400",fontsize=16,color="green",shape="box"];238[label="vwx300",fontsize=16,color="green",shape="box"];239[label="vwx400",fontsize=16,color="green",shape="box"];240[label="vwx300",fontsize=16,color="green",shape="box"];241[label="vwx400",fontsize=16,color="green",shape="box"];242[label="vwx300",fontsize=16,color="green",shape="box"];243[label="vwx400",fontsize=16,color="green",shape="box"];244[label="vwx300",fontsize=16,color="green",shape="box"];245[label="vwx400",fontsize=16,color="green",shape="box"];246[label="vwx300",fontsize=16,color="green",shape="box"];247[label="vwx300",fontsize=16,color="green",shape="box"];248[label="vwx400",fontsize=16,color="green",shape="box"];249[label="vwx400",fontsize=16,color="green",shape="box"];250[label="vwx300",fontsize=16,color="green",shape="box"];251[label="vwx400",fontsize=16,color="green",shape="box"];252[label="vwx300",fontsize=16,color="green",shape="box"];253[label="vwx400",fontsize=16,color="green",shape="box"];254[label="vwx300",fontsize=16,color="green",shape="box"];255[label="vwx400",fontsize=16,color="green",shape="box"];256[label="vwx300",fontsize=16,color="green",shape="box"];257[label="vwx400",fontsize=16,color="green",shape="box"];258[label="vwx300",fontsize=16,color="green",shape="box"];259[label="vwx400",fontsize=16,color="green",shape="box"];260[label="vwx300",fontsize=16,color="green",shape="box"];261[label="vwx400",fontsize=16,color="green",shape="box"];262[label="vwx300",fontsize=16,color="green",shape="box"];263[label="vwx400",fontsize=16,color="green",shape="box"];264[label="vwx300",fontsize=16,color="green",shape="box"];265[label="vwx400",fontsize=16,color="green",shape="box"];266[label="vwx300",fontsize=16,color="green",shape="box"];267[label="vwx400",fontsize=16,color="green",shape="box"];268[label="vwx300",fontsize=16,color="green",shape="box"];269[label="vwx400",fontsize=16,color="green",shape="box"];270[label="vwx300",fontsize=16,color="green",shape="box"];271[label="vwx400",fontsize=16,color="green",shape="box"];272[label="vwx300",fontsize=16,color="green",shape="box"];273[label="vwx400",fontsize=16,color="green",shape="box"];274[label="vwx300",fontsize=16,color="green",shape="box"];275[label="vwx300",fontsize=16,color="green",shape="box"];276[label="vwx400",fontsize=16,color="green",shape="box"];277[label="vwx400",fontsize=16,color="green",shape="box"];278[label="vwx300",fontsize=16,color="green",shape="box"];279[label="vwx400",fontsize=16,color="green",shape="box"];280[label="vwx300",fontsize=16,color="green",shape="box"];281[label="vwx400",fontsize=16,color="green",shape="box"];282[label="vwx300",fontsize=16,color="green",shape="box"];283[label="vwx400",fontsize=16,color="green",shape="box"];284[label="vwx300",fontsize=16,color="green",shape="box"];468[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1671[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];468 -> 1671[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1671 -> 500[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1672[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];468 -> 1672[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1672 -> 501[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 287 -> 199[label="",style="dashed", color="red", weight=0]; 20.15/7.49 287[label="vwx300 < vwx400",fontsize=16,color="magenta"];287 -> 398[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 287 -> 399[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 288 -> 200[label="",style="dashed", color="red", weight=0]; 20.15/7.49 288[label="vwx300 < vwx400",fontsize=16,color="magenta"];288 -> 400[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 288 -> 401[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 289 -> 201[label="",style="dashed", color="red", weight=0]; 20.15/7.49 289[label="vwx300 < vwx400",fontsize=16,color="magenta"];289 -> 402[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 289 -> 403[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 290 -> 202[label="",style="dashed", color="red", weight=0]; 20.15/7.49 290[label="vwx300 < vwx400",fontsize=16,color="magenta"];290 -> 404[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 290 -> 405[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 291 -> 203[label="",style="dashed", color="red", weight=0]; 20.15/7.49 291[label="vwx300 < vwx400",fontsize=16,color="magenta"];291 -> 406[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 291 -> 407[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 292 -> 204[label="",style="dashed", color="red", weight=0]; 20.15/7.49 292[label="vwx300 < vwx400",fontsize=16,color="magenta"];292 -> 408[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 292 -> 409[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 293 -> 205[label="",style="dashed", color="red", weight=0]; 20.15/7.49 293[label="vwx300 < vwx400",fontsize=16,color="magenta"];293 -> 410[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 293 -> 411[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 294 -> 206[label="",style="dashed", color="red", weight=0]; 20.15/7.49 294[label="vwx300 < vwx400",fontsize=16,color="magenta"];294 -> 412[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 294 -> 413[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 295 -> 207[label="",style="dashed", color="red", weight=0]; 20.15/7.49 295[label="vwx300 < vwx400",fontsize=16,color="magenta"];295 -> 414[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 295 -> 415[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 296 -> 208[label="",style="dashed", color="red", weight=0]; 20.15/7.49 296[label="vwx300 < vwx400",fontsize=16,color="magenta"];296 -> 416[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 296 -> 417[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 297 -> 209[label="",style="dashed", color="red", weight=0]; 20.15/7.49 297[label="vwx300 < vwx400",fontsize=16,color="magenta"];297 -> 418[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 297 -> 419[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 298 -> 210[label="",style="dashed", color="red", weight=0]; 20.15/7.49 298[label="vwx300 < vwx400",fontsize=16,color="magenta"];298 -> 420[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 298 -> 421[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 299 -> 211[label="",style="dashed", color="red", weight=0]; 20.15/7.49 299[label="vwx300 < vwx400",fontsize=16,color="magenta"];299 -> 422[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 299 -> 423[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 300 -> 212[label="",style="dashed", color="red", weight=0]; 20.15/7.49 300[label="vwx300 < vwx400",fontsize=16,color="magenta"];300 -> 424[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 300 -> 425[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 301[label="vwx301 < vwx401",fontsize=16,color="blue",shape="box"];1673[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1673[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1673 -> 426[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1674[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1674[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1674 -> 427[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1675[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1675[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1675 -> 428[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1676[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1676[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1676 -> 429[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1677[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1677[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1677 -> 430[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1678[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1678[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1678 -> 431[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1679[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1679[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1679 -> 432[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1680[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1680[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1680 -> 433[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1681[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1681[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1681 -> 434[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1682[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1682[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1682 -> 435[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1683[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1683[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1683 -> 436[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1684[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1684[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1684 -> 437[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1685[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1685[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1685 -> 438[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1686[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];301 -> 1686[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1686 -> 439[label="",style="solid", color="blue", weight=3]; 20.15/7.49 302[label="vwx302 <= vwx402",fontsize=16,color="blue",shape="box"];1687[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1687[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1687 -> 440[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1688[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1688[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1688 -> 441[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1689[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1689[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1689 -> 442[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1690[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1690[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1690 -> 443[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1691[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1691[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1691 -> 444[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1692[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1692[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1692 -> 445[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1693[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1693[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1693 -> 446[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1694[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1694[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1694 -> 447[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1695[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1695[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1695 -> 448[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1696[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1696[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1696 -> 449[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1697[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1697[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1697 -> 450[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1698[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1698[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1698 -> 451[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1699[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1699[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1699 -> 452[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1700[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1700[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1700 -> 453[label="",style="solid", color="blue", weight=3]; 20.15/7.49 303[label="vwx401",fontsize=16,color="green",shape="box"];304[label="vwx301",fontsize=16,color="green",shape="box"];484[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1701[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];484 -> 1701[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1701 -> 505[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 485[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1702[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];485 -> 1702[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1702 -> 506[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 486[label="True",fontsize=16,color="green",shape="box"];487[label="False",fontsize=16,color="green",shape="box"];488 -> 507[label="",style="dashed", color="red", weight=0]; 20.15/7.49 488[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401)",fontsize=16,color="magenta"];488 -> 508[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 489[label="GT",fontsize=16,color="green",shape="box"];490[label="LT",fontsize=16,color="green",shape="box"];491[label="EQ",fontsize=16,color="green",shape="box"];492[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];492 -> 509[label="",style="solid", color="black", weight=3]; 20.15/7.49 493[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1703[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];493 -> 1703[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1703 -> 510[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1704[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];493 -> 1704[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1704 -> 511[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 494[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1705[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];494 -> 1705[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1705 -> 512[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1706[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];494 -> 1706[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1706 -> 513[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 495[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1707[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];495 -> 1707[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1707 -> 514[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1708[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];495 -> 1708[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1708 -> 515[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 496[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1709[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];496 -> 1709[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1709 -> 516[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 1710[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];496 -> 1710[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1710 -> 517[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 497[label="EQ",fontsize=16,color="green",shape="box"];498[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];1711[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];498 -> 1711[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1711 -> 518[label="",style="solid", color="blue", weight=3]; 20.15/7.49 1712[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];498 -> 1712[label="",style="solid", color="blue", weight=9]; 20.15/7.49 1712 -> 519[label="",style="solid", color="blue", weight=3]; 20.15/7.49 499 -> 349[label="",style="dashed", color="red", weight=0]; 20.15/7.49 499[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];499 -> 520[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 499 -> 521[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 354 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 354[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];354 -> 470[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 355 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 355[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];355 -> 471[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 356 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 356[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];356 -> 472[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 357 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 357[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];357 -> 473[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 358 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 358[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];358 -> 474[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 359 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 359[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];359 -> 475[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 360 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 360[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];360 -> 476[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 361 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 361[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];361 -> 477[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 362 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 362[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];362 -> 478[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 363 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 363[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];363 -> 479[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 364 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 364[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];364 -> 480[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 365 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 365[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];365 -> 481[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 366 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 366[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];366 -> 482[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 367 -> 469[label="",style="dashed", color="red", weight=0]; 20.15/7.49 367[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];367 -> 483[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 368[label="vwx401",fontsize=16,color="green",shape="box"];369[label="vwx301",fontsize=16,color="green",shape="box"];370[label="vwx401",fontsize=16,color="green",shape="box"];371[label="vwx301",fontsize=16,color="green",shape="box"];372[label="vwx401",fontsize=16,color="green",shape="box"];373[label="vwx301",fontsize=16,color="green",shape="box"];374[label="vwx401",fontsize=16,color="green",shape="box"];375[label="vwx301",fontsize=16,color="green",shape="box"];376[label="vwx401",fontsize=16,color="green",shape="box"];377[label="vwx301",fontsize=16,color="green",shape="box"];378[label="vwx401",fontsize=16,color="green",shape="box"];379[label="vwx301",fontsize=16,color="green",shape="box"];380[label="vwx401",fontsize=16,color="green",shape="box"];381[label="vwx301",fontsize=16,color="green",shape="box"];382[label="vwx401",fontsize=16,color="green",shape="box"];383[label="vwx301",fontsize=16,color="green",shape="box"];384[label="vwx401",fontsize=16,color="green",shape="box"];385[label="vwx301",fontsize=16,color="green",shape="box"];386[label="vwx301",fontsize=16,color="green",shape="box"];387[label="vwx401",fontsize=16,color="green",shape="box"];388[label="vwx401",fontsize=16,color="green",shape="box"];389[label="vwx301",fontsize=16,color="green",shape="box"];390[label="vwx401",fontsize=16,color="green",shape="box"];391[label="vwx301",fontsize=16,color="green",shape="box"];392[label="vwx401",fontsize=16,color="green",shape="box"];393[label="vwx301",fontsize=16,color="green",shape="box"];394[label="vwx401",fontsize=16,color="green",shape="box"];395[label="vwx301",fontsize=16,color="green",shape="box"];396 -> 502[label="",style="dashed", color="red", weight=0]; 20.15/7.49 396[label="vwx23 == vwx24 && vwx25",fontsize=16,color="magenta"];396 -> 503[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 396 -> 504[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 397[label="True",fontsize=16,color="green",shape="box"];500[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1713[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];500 -> 1713[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1713 -> 522[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 501[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1714[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];501 -> 1714[label="",style="solid", color="burlywood", weight=9]; 20.15/7.49 1714 -> 523[label="",style="solid", color="burlywood", weight=3]; 20.15/7.49 398[label="vwx300",fontsize=16,color="green",shape="box"];399[label="vwx400",fontsize=16,color="green",shape="box"];400[label="vwx300",fontsize=16,color="green",shape="box"];401[label="vwx400",fontsize=16,color="green",shape="box"];402[label="vwx300",fontsize=16,color="green",shape="box"];403[label="vwx400",fontsize=16,color="green",shape="box"];404[label="vwx300",fontsize=16,color="green",shape="box"];405[label="vwx400",fontsize=16,color="green",shape="box"];406[label="vwx300",fontsize=16,color="green",shape="box"];407[label="vwx400",fontsize=16,color="green",shape="box"];408[label="vwx300",fontsize=16,color="green",shape="box"];409[label="vwx400",fontsize=16,color="green",shape="box"];410[label="vwx300",fontsize=16,color="green",shape="box"];411[label="vwx400",fontsize=16,color="green",shape="box"];412[label="vwx300",fontsize=16,color="green",shape="box"];413[label="vwx400",fontsize=16,color="green",shape="box"];414[label="vwx300",fontsize=16,color="green",shape="box"];415[label="vwx400",fontsize=16,color="green",shape="box"];416[label="vwx300",fontsize=16,color="green",shape="box"];417[label="vwx400",fontsize=16,color="green",shape="box"];418[label="vwx300",fontsize=16,color="green",shape="box"];419[label="vwx400",fontsize=16,color="green",shape="box"];420[label="vwx300",fontsize=16,color="green",shape="box"];421[label="vwx400",fontsize=16,color="green",shape="box"];422[label="vwx300",fontsize=16,color="green",shape="box"];423[label="vwx400",fontsize=16,color="green",shape="box"];424[label="vwx300",fontsize=16,color="green",shape="box"];425[label="vwx400",fontsize=16,color="green",shape="box"];426 -> 199[label="",style="dashed", color="red", weight=0]; 20.15/7.49 426[label="vwx301 < vwx401",fontsize=16,color="magenta"];426 -> 524[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 426 -> 525[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 427 -> 200[label="",style="dashed", color="red", weight=0]; 20.15/7.49 427[label="vwx301 < vwx401",fontsize=16,color="magenta"];427 -> 526[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 427 -> 527[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 428 -> 201[label="",style="dashed", color="red", weight=0]; 20.15/7.49 428[label="vwx301 < vwx401",fontsize=16,color="magenta"];428 -> 528[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 428 -> 529[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 429 -> 202[label="",style="dashed", color="red", weight=0]; 20.15/7.49 429[label="vwx301 < vwx401",fontsize=16,color="magenta"];429 -> 530[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 429 -> 531[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 430 -> 203[label="",style="dashed", color="red", weight=0]; 20.15/7.49 430[label="vwx301 < vwx401",fontsize=16,color="magenta"];430 -> 532[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 430 -> 533[label="",style="dashed", color="magenta", weight=3]; 20.15/7.49 431 -> 204[label="",style="dashed", color="red", weight=0]; 20.15/7.49 431[label="vwx301 < vwx401",fontsize=16,color="magenta"];431 -> 534[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 431 -> 535[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 432 -> 205[label="",style="dashed", color="red", weight=0]; 20.15/7.50 432[label="vwx301 < vwx401",fontsize=16,color="magenta"];432 -> 536[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 432 -> 537[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 433 -> 206[label="",style="dashed", color="red", weight=0]; 20.15/7.50 433[label="vwx301 < vwx401",fontsize=16,color="magenta"];433 -> 538[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 433 -> 539[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 434 -> 207[label="",style="dashed", color="red", weight=0]; 20.15/7.50 434[label="vwx301 < vwx401",fontsize=16,color="magenta"];434 -> 540[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 434 -> 541[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 435 -> 208[label="",style="dashed", color="red", weight=0]; 20.15/7.50 435[label="vwx301 < vwx401",fontsize=16,color="magenta"];435 -> 542[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 435 -> 543[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 436 -> 209[label="",style="dashed", color="red", weight=0]; 20.15/7.50 436[label="vwx301 < vwx401",fontsize=16,color="magenta"];436 -> 544[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 436 -> 545[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 437 -> 210[label="",style="dashed", color="red", weight=0]; 20.15/7.50 437[label="vwx301 < vwx401",fontsize=16,color="magenta"];437 -> 546[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 437 -> 547[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 438 -> 211[label="",style="dashed", color="red", weight=0]; 20.15/7.50 438[label="vwx301 < vwx401",fontsize=16,color="magenta"];438 -> 548[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 438 -> 549[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 439 -> 212[label="",style="dashed", color="red", weight=0]; 20.15/7.50 439[label="vwx301 < vwx401",fontsize=16,color="magenta"];439 -> 550[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 439 -> 551[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 440 -> 15[label="",style="dashed", color="red", weight=0]; 20.15/7.50 440[label="vwx302 <= vwx402",fontsize=16,color="magenta"];440 -> 552[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 440 -> 553[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 441 -> 16[label="",style="dashed", color="red", weight=0]; 20.15/7.50 441[label="vwx302 <= vwx402",fontsize=16,color="magenta"];441 -> 554[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 441 -> 555[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 442 -> 17[label="",style="dashed", color="red", weight=0]; 20.15/7.50 442[label="vwx302 <= vwx402",fontsize=16,color="magenta"];442 -> 556[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 442 -> 557[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 443 -> 18[label="",style="dashed", color="red", weight=0]; 20.15/7.50 443[label="vwx302 <= vwx402",fontsize=16,color="magenta"];443 -> 558[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 443 -> 559[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 444 -> 19[label="",style="dashed", color="red", weight=0]; 20.15/7.50 444[label="vwx302 <= vwx402",fontsize=16,color="magenta"];444 -> 560[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 444 -> 561[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 445 -> 20[label="",style="dashed", color="red", weight=0]; 20.15/7.50 445[label="vwx302 <= vwx402",fontsize=16,color="magenta"];445 -> 562[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 445 -> 563[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 446 -> 21[label="",style="dashed", color="red", weight=0]; 20.15/7.50 446[label="vwx302 <= vwx402",fontsize=16,color="magenta"];446 -> 564[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 446 -> 565[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 447 -> 22[label="",style="dashed", color="red", weight=0]; 20.15/7.50 447[label="vwx302 <= vwx402",fontsize=16,color="magenta"];447 -> 566[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 447 -> 567[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 448 -> 23[label="",style="dashed", color="red", weight=0]; 20.15/7.50 448[label="vwx302 <= vwx402",fontsize=16,color="magenta"];448 -> 568[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 448 -> 569[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 449 -> 4[label="",style="dashed", color="red", weight=0]; 20.15/7.50 449[label="vwx302 <= vwx402",fontsize=16,color="magenta"];449 -> 570[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 449 -> 571[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 450 -> 25[label="",style="dashed", color="red", weight=0]; 20.15/7.50 450[label="vwx302 <= vwx402",fontsize=16,color="magenta"];450 -> 572[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 450 -> 573[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 451 -> 26[label="",style="dashed", color="red", weight=0]; 20.15/7.50 451[label="vwx302 <= vwx402",fontsize=16,color="magenta"];451 -> 574[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 451 -> 575[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 452 -> 27[label="",style="dashed", color="red", weight=0]; 20.15/7.50 452[label="vwx302 <= vwx402",fontsize=16,color="magenta"];452 -> 576[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 452 -> 577[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 453 -> 28[label="",style="dashed", color="red", weight=0]; 20.15/7.50 453[label="vwx302 <= vwx402",fontsize=16,color="magenta"];453 -> 578[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 453 -> 579[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 505[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1715[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];505 -> 1715[label="",style="solid", color="burlywood", weight=9]; 20.15/7.50 1715 -> 580[label="",style="solid", color="burlywood", weight=3]; 20.15/7.50 1716[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];505 -> 1716[label="",style="solid", color="burlywood", weight=9]; 20.15/7.50 1716 -> 581[label="",style="solid", color="burlywood", weight=3]; 20.15/7.50 506[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1717[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];506 -> 1717[label="",style="solid", color="burlywood", weight=9]; 20.15/7.50 1717 -> 582[label="",style="solid", color="burlywood", weight=3]; 20.15/7.50 1718[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];506 -> 1718[label="",style="solid", color="burlywood", weight=9]; 20.15/7.50 1718 -> 583[label="",style="solid", color="burlywood", weight=3]; 20.15/7.50 508 -> 322[label="",style="dashed", color="red", weight=0]; 20.15/7.50 508[label="compare vwx301 vwx401",fontsize=16,color="magenta"];508 -> 584[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 508 -> 585[label="",style="dashed", color="magenta", weight=3]; 20.15/7.50 507[label="primCompAux vwx300 vwx400 vwx35",fontsize=16,color="black",shape="triangle"];507 -> 586[label="",style="solid", color="black", weight=3]; 20.15/7.50 509[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];1719[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];509 -> 1719[label="",style="solid", color="burlywood", weight=9]; 20.15/7.50 1719 -> 628[label="",style="solid", color="burlywood", weight=3]; 20.15/7.50 1720[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];509 -> 1720[label="",style="solid", color="burlywood", weight=9]; 20.15/7.50 1720 -> 629[label="",style="solid", color="burlywood", weight=3]; 20.15/7.50 510[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];510 -> 630[label="",style="solid", color="black", weight=3]; 20.15/7.50 511[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];511 -> 631[label="",style="solid", color="black", weight=3]; 20.15/7.50 512[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1721[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];512 -> 1721[label="",style="solid", color="burlywood", weight=9]; 20.15/7.50 1721 -> 632[label="",style="solid", color="burlywood", weight=3]; 20.15/7.50 1722[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];512 -> 1722[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1722 -> 633[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 513[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1723[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];513 -> 1723[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1723 -> 634[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1724[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];513 -> 1724[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1724 -> 635[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 514[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];514 -> 636[label="",style="solid", color="black", weight=3]; 20.53/7.50 515[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];515 -> 637[label="",style="solid", color="black", weight=3]; 20.53/7.50 516[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1725[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];516 -> 1725[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1725 -> 638[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1726[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];516 -> 1726[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1726 -> 639[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 517[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1727[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];517 -> 1727[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1727 -> 640[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1728[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];517 -> 1728[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1728 -> 641[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 518 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 518[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];518 -> 642[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 518 -> 643[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 519 -> 327[label="",style="dashed", color="red", weight=0]; 20.53/7.50 519[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];519 -> 644[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 519 -> 645[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 520[label="vwx400",fontsize=16,color="green",shape="box"];521[label="vwx300",fontsize=16,color="green",shape="box"];470 -> 321[label="",style="dashed", color="red", weight=0]; 20.53/7.50 470[label="compare vwx300 vwx400",fontsize=16,color="magenta"];470 -> 587[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 470 -> 588[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 469[label="vwx29 == LT",fontsize=16,color="burlywood",shape="triangle"];1729[label="vwx29/LT",fontsize=10,color="white",style="solid",shape="box"];469 -> 1729[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1729 -> 589[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1730[label="vwx29/EQ",fontsize=10,color="white",style="solid",shape="box"];469 -> 1730[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1730 -> 590[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1731[label="vwx29/GT",fontsize=10,color="white",style="solid",shape="box"];469 -> 1731[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1731 -> 591[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 471 -> 322[label="",style="dashed", color="red", weight=0]; 20.53/7.50 471[label="compare vwx300 vwx400",fontsize=16,color="magenta"];471 -> 592[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 471 -> 593[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 472 -> 323[label="",style="dashed", color="red", weight=0]; 20.53/7.50 472[label="compare vwx300 vwx400",fontsize=16,color="magenta"];472 -> 594[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 472 -> 595[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 473 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 473[label="compare vwx300 vwx400",fontsize=16,color="magenta"];473 -> 596[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 473 -> 597[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 474[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];474 -> 598[label="",style="solid", color="black", weight=3]; 20.53/7.50 475[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];475 -> 599[label="",style="solid", color="black", weight=3]; 20.53/7.50 476 -> 325[label="",style="dashed", color="red", weight=0]; 20.53/7.50 476[label="compare vwx300 vwx400",fontsize=16,color="magenta"];476 -> 600[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 476 -> 601[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 477 -> 326[label="",style="dashed", color="red", weight=0]; 20.53/7.50 477[label="compare vwx300 vwx400",fontsize=16,color="magenta"];477 -> 602[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 477 -> 603[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 478 -> 327[label="",style="dashed", color="red", weight=0]; 20.53/7.50 478[label="compare vwx300 vwx400",fontsize=16,color="magenta"];478 -> 604[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 478 -> 605[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 479[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];479 -> 606[label="",style="solid", color="black", weight=3]; 20.53/7.50 480[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];480 -> 607[label="",style="solid", color="black", weight=3]; 20.53/7.50 481[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];481 -> 608[label="",style="solid", color="black", weight=3]; 20.53/7.50 482 -> 328[label="",style="dashed", color="red", weight=0]; 20.53/7.50 482[label="compare vwx300 vwx400",fontsize=16,color="magenta"];482 -> 609[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 482 -> 610[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 483[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];483 -> 611[label="",style="solid", color="black", weight=3]; 20.53/7.50 503[label="vwx25",fontsize=16,color="green",shape="box"];504[label="vwx23 == vwx24",fontsize=16,color="blue",shape="box"];1732[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1732[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1732 -> 612[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1733[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1733[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1733 -> 613[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1734[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1734[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1734 -> 614[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1735[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1735[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1735 -> 615[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1736[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1736[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1736 -> 616[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1737[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1737[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1737 -> 617[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1738[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1738[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1738 -> 618[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1739[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1739[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1739 -> 619[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1740[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1740[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1740 -> 620[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1741[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1741[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1741 -> 621[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1742[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1742[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1742 -> 622[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1743[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1743[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1743 -> 623[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1744[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1744[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1744 -> 624[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1745[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];504 -> 1745[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1745 -> 625[label="",style="solid", color="blue", weight=3]; 20.53/7.50 502[label="vwx33 && vwx34",fontsize=16,color="burlywood",shape="triangle"];1746[label="vwx33/False",fontsize=10,color="white",style="solid",shape="box"];502 -> 1746[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1746 -> 626[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1747[label="vwx33/True",fontsize=10,color="white",style="solid",shape="box"];502 -> 1747[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1747 -> 627[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 522[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1748[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];522 -> 1748[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1748 -> 646[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1749[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];522 -> 1749[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1749 -> 647[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 523[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1750[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];523 -> 1750[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1750 -> 648[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1751[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];523 -> 1751[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1751 -> 649[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 524[label="vwx301",fontsize=16,color="green",shape="box"];525[label="vwx401",fontsize=16,color="green",shape="box"];526[label="vwx301",fontsize=16,color="green",shape="box"];527[label="vwx401",fontsize=16,color="green",shape="box"];528[label="vwx301",fontsize=16,color="green",shape="box"];529[label="vwx401",fontsize=16,color="green",shape="box"];530[label="vwx301",fontsize=16,color="green",shape="box"];531[label="vwx401",fontsize=16,color="green",shape="box"];532[label="vwx301",fontsize=16,color="green",shape="box"];533[label="vwx401",fontsize=16,color="green",shape="box"];534[label="vwx301",fontsize=16,color="green",shape="box"];535[label="vwx401",fontsize=16,color="green",shape="box"];536[label="vwx301",fontsize=16,color="green",shape="box"];537[label="vwx401",fontsize=16,color="green",shape="box"];538[label="vwx301",fontsize=16,color="green",shape="box"];539[label="vwx401",fontsize=16,color="green",shape="box"];540[label="vwx301",fontsize=16,color="green",shape="box"];541[label="vwx401",fontsize=16,color="green",shape="box"];542[label="vwx301",fontsize=16,color="green",shape="box"];543[label="vwx401",fontsize=16,color="green",shape="box"];544[label="vwx301",fontsize=16,color="green",shape="box"];545[label="vwx401",fontsize=16,color="green",shape="box"];546[label="vwx301",fontsize=16,color="green",shape="box"];547[label="vwx401",fontsize=16,color="green",shape="box"];548[label="vwx301",fontsize=16,color="green",shape="box"];549[label="vwx401",fontsize=16,color="green",shape="box"];550[label="vwx301",fontsize=16,color="green",shape="box"];551[label="vwx401",fontsize=16,color="green",shape="box"];552[label="vwx402",fontsize=16,color="green",shape="box"];553[label="vwx302",fontsize=16,color="green",shape="box"];554[label="vwx402",fontsize=16,color="green",shape="box"];555[label="vwx302",fontsize=16,color="green",shape="box"];556[label="vwx402",fontsize=16,color="green",shape="box"];557[label="vwx302",fontsize=16,color="green",shape="box"];558[label="vwx402",fontsize=16,color="green",shape="box"];559[label="vwx302",fontsize=16,color="green",shape="box"];560[label="vwx402",fontsize=16,color="green",shape="box"];561[label="vwx302",fontsize=16,color="green",shape="box"];562[label="vwx402",fontsize=16,color="green",shape="box"];563[label="vwx302",fontsize=16,color="green",shape="box"];564[label="vwx402",fontsize=16,color="green",shape="box"];565[label="vwx302",fontsize=16,color="green",shape="box"];566[label="vwx402",fontsize=16,color="green",shape="box"];567[label="vwx302",fontsize=16,color="green",shape="box"];568[label="vwx402",fontsize=16,color="green",shape="box"];569[label="vwx302",fontsize=16,color="green",shape="box"];570[label="vwx302",fontsize=16,color="green",shape="box"];571[label="vwx402",fontsize=16,color="green",shape="box"];572[label="vwx402",fontsize=16,color="green",shape="box"];573[label="vwx302",fontsize=16,color="green",shape="box"];574[label="vwx402",fontsize=16,color="green",shape="box"];575[label="vwx302",fontsize=16,color="green",shape="box"];576[label="vwx402",fontsize=16,color="green",shape="box"];577[label="vwx302",fontsize=16,color="green",shape="box"];578[label="vwx402",fontsize=16,color="green",shape="box"];579[label="vwx302",fontsize=16,color="green",shape="box"];580[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];580 -> 650[label="",style="solid", color="black", weight=3]; 20.53/7.50 581[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];581 -> 651[label="",style="solid", color="black", weight=3]; 20.53/7.50 582[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];582 -> 652[label="",style="solid", color="black", weight=3]; 20.53/7.50 583[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];583 -> 653[label="",style="solid", color="black", weight=3]; 20.53/7.50 584[label="vwx401",fontsize=16,color="green",shape="box"];585[label="vwx301",fontsize=16,color="green",shape="box"];586 -> 654[label="",style="dashed", color="red", weight=0]; 20.53/7.50 586[label="primCompAux0 vwx35 (compare vwx300 vwx400)",fontsize=16,color="magenta"];586 -> 655[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 586 -> 656[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 628[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];1752[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];628 -> 1752[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1752 -> 657[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1753[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];628 -> 1753[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1753 -> 658[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 629[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];1754[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];629 -> 1754[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1754 -> 659[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1755[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];629 -> 1755[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1755 -> 660[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 630 -> 509[label="",style="dashed", color="red", weight=0]; 20.53/7.50 630[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];630 -> 661[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 630 -> 662[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 631[label="GT",fontsize=16,color="green",shape="box"];632[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];632 -> 663[label="",style="solid", color="black", weight=3]; 20.53/7.50 633[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];633 -> 664[label="",style="solid", color="black", weight=3]; 20.53/7.50 634[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];634 -> 665[label="",style="solid", color="black", weight=3]; 20.53/7.50 635[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];635 -> 666[label="",style="solid", color="black", weight=3]; 20.53/7.50 636[label="LT",fontsize=16,color="green",shape="box"];637 -> 509[label="",style="dashed", color="red", weight=0]; 20.53/7.50 637[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];637 -> 667[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 637 -> 668[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 638[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];638 -> 669[label="",style="solid", color="black", weight=3]; 20.53/7.50 639[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];639 -> 670[label="",style="solid", color="black", weight=3]; 20.53/7.50 640[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];640 -> 671[label="",style="solid", color="black", weight=3]; 20.53/7.50 641[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];641 -> 672[label="",style="solid", color="black", weight=3]; 20.53/7.50 642[label="vwx400 * vwx301",fontsize=16,color="black",shape="triangle"];642 -> 673[label="",style="solid", color="black", weight=3]; 20.53/7.50 643 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 643[label="vwx300 * vwx401",fontsize=16,color="magenta"];643 -> 674[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 643 -> 675[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 644[label="vwx400 * vwx301",fontsize=16,color="burlywood",shape="triangle"];1756[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];644 -> 1756[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1756 -> 676[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 645 -> 644[label="",style="dashed", color="red", weight=0]; 20.53/7.50 645[label="vwx300 * vwx401",fontsize=16,color="magenta"];645 -> 677[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 645 -> 678[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 587[label="vwx400",fontsize=16,color="green",shape="box"];588[label="vwx300",fontsize=16,color="green",shape="box"];589[label="LT == LT",fontsize=16,color="black",shape="box"];589 -> 679[label="",style="solid", color="black", weight=3]; 20.53/7.50 590[label="EQ == LT",fontsize=16,color="black",shape="box"];590 -> 680[label="",style="solid", color="black", weight=3]; 20.53/7.50 591[label="GT == LT",fontsize=16,color="black",shape="box"];591 -> 681[label="",style="solid", color="black", weight=3]; 20.53/7.50 592[label="vwx400",fontsize=16,color="green",shape="box"];593[label="vwx300",fontsize=16,color="green",shape="box"];594[label="vwx400",fontsize=16,color="green",shape="box"];595[label="vwx300",fontsize=16,color="green",shape="box"];596[label="vwx400",fontsize=16,color="green",shape="box"];597[label="vwx300",fontsize=16,color="green",shape="box"];598[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];598 -> 682[label="",style="solid", color="black", weight=3]; 20.53/7.50 599[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];599 -> 683[label="",style="solid", color="black", weight=3]; 20.53/7.50 600[label="vwx400",fontsize=16,color="green",shape="box"];601[label="vwx300",fontsize=16,color="green",shape="box"];602[label="vwx400",fontsize=16,color="green",shape="box"];603[label="vwx300",fontsize=16,color="green",shape="box"];604[label="vwx400",fontsize=16,color="green",shape="box"];605[label="vwx300",fontsize=16,color="green",shape="box"];606[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];606 -> 684[label="",style="solid", color="black", weight=3]; 20.53/7.50 607[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];607 -> 685[label="",style="solid", color="black", weight=3]; 20.53/7.50 608[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];608 -> 686[label="",style="solid", color="black", weight=3]; 20.53/7.50 609[label="vwx400",fontsize=16,color="green",shape="box"];610[label="vwx300",fontsize=16,color="green",shape="box"];611[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];611 -> 687[label="",style="solid", color="black", weight=3]; 20.53/7.50 612[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1757[label="vwx23/(vwx230,vwx231,vwx232)",fontsize=10,color="white",style="solid",shape="box"];612 -> 1757[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1757 -> 688[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 613[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];613 -> 689[label="",style="solid", color="black", weight=3]; 20.53/7.50 614[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1758[label="vwx23/(vwx230,vwx231)",fontsize=10,color="white",style="solid",shape="box"];614 -> 1758[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1758 -> 690[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 615[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];615 -> 691[label="",style="solid", color="black", weight=3]; 20.53/7.50 616[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1759[label="vwx23/Integer vwx230",fontsize=10,color="white",style="solid",shape="box"];616 -> 1759[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1759 -> 692[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 617[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1760[label="vwx23/False",fontsize=10,color="white",style="solid",shape="box"];617 -> 1760[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1760 -> 693[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1761[label="vwx23/True",fontsize=10,color="white",style="solid",shape="box"];617 -> 1761[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1761 -> 694[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 618[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1762[label="vwx23/vwx230 :% vwx231",fontsize=10,color="white",style="solid",shape="box"];618 -> 1762[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1762 -> 695[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 619[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];619 -> 696[label="",style="solid", color="black", weight=3]; 20.53/7.50 620[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];620 -> 697[label="",style="solid", color="black", weight=3]; 20.53/7.50 621[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1763[label="vwx23/LT",fontsize=10,color="white",style="solid",shape="box"];621 -> 1763[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1763 -> 698[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1764[label="vwx23/EQ",fontsize=10,color="white",style="solid",shape="box"];621 -> 1764[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1764 -> 699[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1765[label="vwx23/GT",fontsize=10,color="white",style="solid",shape="box"];621 -> 1765[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1765 -> 700[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 622[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1766[label="vwx23/Nothing",fontsize=10,color="white",style="solid",shape="box"];622 -> 1766[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1766 -> 701[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1767[label="vwx23/Just vwx230",fontsize=10,color="white",style="solid",shape="box"];622 -> 1767[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1767 -> 702[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 623[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1768[label="vwx23/Left vwx230",fontsize=10,color="white",style="solid",shape="box"];623 -> 1768[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1768 -> 703[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1769[label="vwx23/Right vwx230",fontsize=10,color="white",style="solid",shape="box"];623 -> 1769[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1769 -> 704[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 624[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1770[label="vwx23/vwx230 : vwx231",fontsize=10,color="white",style="solid",shape="box"];624 -> 1770[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1770 -> 705[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1771[label="vwx23/[]",fontsize=10,color="white",style="solid",shape="box"];624 -> 1771[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1771 -> 706[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 625[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1772[label="vwx23/()",fontsize=10,color="white",style="solid",shape="box"];625 -> 1772[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1772 -> 707[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 626[label="False && vwx34",fontsize=16,color="black",shape="box"];626 -> 708[label="",style="solid", color="black", weight=3]; 20.53/7.50 627[label="True && vwx34",fontsize=16,color="black",shape="box"];627 -> 709[label="",style="solid", color="black", weight=3]; 20.53/7.50 646[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];646 -> 710[label="",style="solid", color="black", weight=3]; 20.53/7.50 647[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];647 -> 711[label="",style="solid", color="black", weight=3]; 20.53/7.50 648[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];648 -> 712[label="",style="solid", color="black", weight=3]; 20.53/7.50 649[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];649 -> 713[label="",style="solid", color="black", weight=3]; 20.53/7.50 650 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 650[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];650 -> 714[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 650 -> 715[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 651 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 651[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];651 -> 716[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 651 -> 717[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 652 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 652[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];652 -> 718[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 652 -> 719[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 653 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 653[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];653 -> 720[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 653 -> 721[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 655[label="vwx35",fontsize=16,color="green",shape="box"];656[label="compare vwx300 vwx400",fontsize=16,color="blue",shape="box"];1773[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1773[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1773 -> 722[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1774[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1774[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1774 -> 723[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1775[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1775[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1775 -> 724[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1776[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1776[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1776 -> 725[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1777[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1777[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1777 -> 726[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1778[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1778[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1778 -> 727[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1779[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1779[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1779 -> 728[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1780[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1780[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1780 -> 729[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1781[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1781[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1781 -> 730[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1782[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1782[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1782 -> 731[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1783[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1783[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1783 -> 732[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1784[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1784[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1784 -> 733[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1785[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1785[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1785 -> 734[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1786[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];656 -> 1786[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1786 -> 735[label="",style="solid", color="blue", weight=3]; 20.53/7.50 654[label="primCompAux0 vwx39 vwx40",fontsize=16,color="burlywood",shape="triangle"];1787[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];654 -> 1787[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1787 -> 736[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1788[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];654 -> 1788[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1788 -> 737[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1789[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];654 -> 1789[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1789 -> 738[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 657[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];657 -> 739[label="",style="solid", color="black", weight=3]; 20.53/7.50 658[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];658 -> 740[label="",style="solid", color="black", weight=3]; 20.53/7.50 659[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];659 -> 741[label="",style="solid", color="black", weight=3]; 20.53/7.50 660[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];660 -> 742[label="",style="solid", color="black", weight=3]; 20.53/7.50 661[label="vwx400",fontsize=16,color="green",shape="box"];662[label="Succ vwx3000",fontsize=16,color="green",shape="box"];663 -> 509[label="",style="dashed", color="red", weight=0]; 20.53/7.50 663[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];663 -> 743[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 663 -> 744[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 664[label="EQ",fontsize=16,color="green",shape="box"];665[label="GT",fontsize=16,color="green",shape="box"];666[label="EQ",fontsize=16,color="green",shape="box"];667[label="Succ vwx3000",fontsize=16,color="green",shape="box"];668[label="vwx400",fontsize=16,color="green",shape="box"];669[label="LT",fontsize=16,color="green",shape="box"];670[label="EQ",fontsize=16,color="green",shape="box"];671 -> 509[label="",style="dashed", color="red", weight=0]; 20.53/7.50 671[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];671 -> 745[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 671 -> 746[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 672[label="EQ",fontsize=16,color="green",shape="box"];673[label="primMulInt vwx400 vwx301",fontsize=16,color="burlywood",shape="triangle"];1790[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];673 -> 1790[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1790 -> 747[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1791[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];673 -> 1791[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1791 -> 748[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 674[label="vwx300",fontsize=16,color="green",shape="box"];675[label="vwx401",fontsize=16,color="green",shape="box"];676[label="Integer vwx4000 * vwx301",fontsize=16,color="burlywood",shape="box"];1792[label="vwx301/Integer vwx3010",fontsize=10,color="white",style="solid",shape="box"];676 -> 1792[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1792 -> 749[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 677[label="vwx300",fontsize=16,color="green",shape="box"];678[label="vwx401",fontsize=16,color="green",shape="box"];679[label="True",fontsize=16,color="green",shape="box"];680[label="False",fontsize=16,color="green",shape="box"];681[label="False",fontsize=16,color="green",shape="box"];682 -> 750[label="",style="dashed", color="red", weight=0]; 20.53/7.50 682[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];682 -> 751[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 683 -> 752[label="",style="dashed", color="red", weight=0]; 20.53/7.50 683[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];683 -> 753[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 684 -> 754[label="",style="dashed", color="red", weight=0]; 20.53/7.50 684[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];684 -> 755[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 685 -> 756[label="",style="dashed", color="red", weight=0]; 20.53/7.50 685[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];685 -> 757[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 686 -> 758[label="",style="dashed", color="red", weight=0]; 20.53/7.50 686[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];686 -> 759[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 687 -> 760[label="",style="dashed", color="red", weight=0]; 20.53/7.50 687[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];687 -> 761[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 688[label="(vwx230,vwx231,vwx232) == vwx24",fontsize=16,color="burlywood",shape="box"];1793[label="vwx24/(vwx240,vwx241,vwx242)",fontsize=10,color="white",style="solid",shape="box"];688 -> 1793[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1793 -> 762[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 689[label="primEqChar vwx23 vwx24",fontsize=16,color="burlywood",shape="box"];1794[label="vwx23/Char vwx230",fontsize=10,color="white",style="solid",shape="box"];689 -> 1794[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1794 -> 763[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 690[label="(vwx230,vwx231) == vwx24",fontsize=16,color="burlywood",shape="box"];1795[label="vwx24/(vwx240,vwx241)",fontsize=10,color="white",style="solid",shape="box"];690 -> 1795[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1795 -> 764[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 691[label="primEqDouble vwx23 vwx24",fontsize=16,color="burlywood",shape="box"];1796[label="vwx23/Double vwx230 vwx231",fontsize=10,color="white",style="solid",shape="box"];691 -> 1796[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1796 -> 765[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 692[label="Integer vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1797[label="vwx24/Integer vwx240",fontsize=10,color="white",style="solid",shape="box"];692 -> 1797[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1797 -> 766[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 693[label="False == vwx24",fontsize=16,color="burlywood",shape="box"];1798[label="vwx24/False",fontsize=10,color="white",style="solid",shape="box"];693 -> 1798[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1798 -> 767[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1799[label="vwx24/True",fontsize=10,color="white",style="solid",shape="box"];693 -> 1799[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1799 -> 768[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 694[label="True == vwx24",fontsize=16,color="burlywood",shape="box"];1800[label="vwx24/False",fontsize=10,color="white",style="solid",shape="box"];694 -> 1800[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1800 -> 769[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1801[label="vwx24/True",fontsize=10,color="white",style="solid",shape="box"];694 -> 1801[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1801 -> 770[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 695[label="vwx230 :% vwx231 == vwx24",fontsize=16,color="burlywood",shape="box"];1802[label="vwx24/vwx240 :% vwx241",fontsize=10,color="white",style="solid",shape="box"];695 -> 1802[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1802 -> 771[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 696[label="primEqInt vwx23 vwx24",fontsize=16,color="burlywood",shape="triangle"];1803[label="vwx23/Pos vwx230",fontsize=10,color="white",style="solid",shape="box"];696 -> 1803[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1803 -> 772[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1804[label="vwx23/Neg vwx230",fontsize=10,color="white",style="solid",shape="box"];696 -> 1804[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1804 -> 773[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 697[label="primEqFloat vwx23 vwx24",fontsize=16,color="burlywood",shape="box"];1805[label="vwx23/Float vwx230 vwx231",fontsize=10,color="white",style="solid",shape="box"];697 -> 1805[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1805 -> 774[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 698[label="LT == vwx24",fontsize=16,color="burlywood",shape="box"];1806[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];698 -> 1806[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1806 -> 775[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1807[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];698 -> 1807[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1807 -> 776[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1808[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];698 -> 1808[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1808 -> 777[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 699[label="EQ == vwx24",fontsize=16,color="burlywood",shape="box"];1809[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];699 -> 1809[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1809 -> 778[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1810[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];699 -> 1810[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1810 -> 779[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1811[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];699 -> 1811[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1811 -> 780[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 700[label="GT == vwx24",fontsize=16,color="burlywood",shape="box"];1812[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];700 -> 1812[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1812 -> 781[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1813[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];700 -> 1813[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1813 -> 782[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1814[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];700 -> 1814[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1814 -> 783[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 701[label="Nothing == vwx24",fontsize=16,color="burlywood",shape="box"];1815[label="vwx24/Nothing",fontsize=10,color="white",style="solid",shape="box"];701 -> 1815[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1815 -> 784[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1816[label="vwx24/Just vwx240",fontsize=10,color="white",style="solid",shape="box"];701 -> 1816[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1816 -> 785[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 702[label="Just vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1817[label="vwx24/Nothing",fontsize=10,color="white",style="solid",shape="box"];702 -> 1817[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1817 -> 786[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1818[label="vwx24/Just vwx240",fontsize=10,color="white",style="solid",shape="box"];702 -> 1818[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1818 -> 787[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 703[label="Left vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1819[label="vwx24/Left vwx240",fontsize=10,color="white",style="solid",shape="box"];703 -> 1819[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1819 -> 788[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1820[label="vwx24/Right vwx240",fontsize=10,color="white",style="solid",shape="box"];703 -> 1820[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1820 -> 789[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 704[label="Right vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1821[label="vwx24/Left vwx240",fontsize=10,color="white",style="solid",shape="box"];704 -> 1821[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1821 -> 790[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1822[label="vwx24/Right vwx240",fontsize=10,color="white",style="solid",shape="box"];704 -> 1822[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1822 -> 791[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 705[label="vwx230 : vwx231 == vwx24",fontsize=16,color="burlywood",shape="box"];1823[label="vwx24/vwx240 : vwx241",fontsize=10,color="white",style="solid",shape="box"];705 -> 1823[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1823 -> 792[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1824[label="vwx24/[]",fontsize=10,color="white",style="solid",shape="box"];705 -> 1824[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1824 -> 793[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 706[label="[] == vwx24",fontsize=16,color="burlywood",shape="box"];1825[label="vwx24/vwx240 : vwx241",fontsize=10,color="white",style="solid",shape="box"];706 -> 1825[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1825 -> 794[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1826[label="vwx24/[]",fontsize=10,color="white",style="solid",shape="box"];706 -> 1826[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1826 -> 795[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 707[label="() == vwx24",fontsize=16,color="burlywood",shape="box"];1827[label="vwx24/()",fontsize=10,color="white",style="solid",shape="box"];707 -> 1827[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1827 -> 796[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 708[label="False",fontsize=16,color="green",shape="box"];709[label="vwx34",fontsize=16,color="green",shape="box"];710 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 710[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];710 -> 797[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 710 -> 798[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 711 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 711[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];711 -> 799[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 711 -> 800[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 712 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 712[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];712 -> 801[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 712 -> 802[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 713 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 713[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];713 -> 803[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 713 -> 804[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 714 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 714[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];714 -> 805[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 714 -> 806[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 715 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 715[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];715 -> 807[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 715 -> 808[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 716 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 716[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];716 -> 809[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 716 -> 810[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 717 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 717[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];717 -> 811[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 717 -> 812[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 718 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 718[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];718 -> 813[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 718 -> 814[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 719 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 719[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];719 -> 815[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 719 -> 816[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 720 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 720[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];720 -> 817[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 720 -> 818[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 721 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 721[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];721 -> 819[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 721 -> 820[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 722 -> 321[label="",style="dashed", color="red", weight=0]; 20.53/7.50 722[label="compare vwx300 vwx400",fontsize=16,color="magenta"];722 -> 821[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 722 -> 822[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 723 -> 322[label="",style="dashed", color="red", weight=0]; 20.53/7.50 723[label="compare vwx300 vwx400",fontsize=16,color="magenta"];723 -> 823[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 723 -> 824[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 724 -> 323[label="",style="dashed", color="red", weight=0]; 20.53/7.50 724[label="compare vwx300 vwx400",fontsize=16,color="magenta"];724 -> 825[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 724 -> 826[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 725 -> 324[label="",style="dashed", color="red", weight=0]; 20.53/7.50 725[label="compare vwx300 vwx400",fontsize=16,color="magenta"];725 -> 827[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 725 -> 828[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 726 -> 474[label="",style="dashed", color="red", weight=0]; 20.53/7.50 726[label="compare vwx300 vwx400",fontsize=16,color="magenta"];726 -> 829[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 726 -> 830[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 727 -> 475[label="",style="dashed", color="red", weight=0]; 20.53/7.50 727[label="compare vwx300 vwx400",fontsize=16,color="magenta"];727 -> 831[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 727 -> 832[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 728 -> 325[label="",style="dashed", color="red", weight=0]; 20.53/7.50 728[label="compare vwx300 vwx400",fontsize=16,color="magenta"];728 -> 833[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 728 -> 834[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 729 -> 326[label="",style="dashed", color="red", weight=0]; 20.53/7.50 729[label="compare vwx300 vwx400",fontsize=16,color="magenta"];729 -> 835[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 729 -> 836[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 730 -> 327[label="",style="dashed", color="red", weight=0]; 20.53/7.50 730[label="compare vwx300 vwx400",fontsize=16,color="magenta"];730 -> 837[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 730 -> 838[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 731 -> 479[label="",style="dashed", color="red", weight=0]; 20.53/7.50 731[label="compare vwx300 vwx400",fontsize=16,color="magenta"];731 -> 839[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 731 -> 840[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 732 -> 480[label="",style="dashed", color="red", weight=0]; 20.53/7.50 732[label="compare vwx300 vwx400",fontsize=16,color="magenta"];732 -> 841[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 732 -> 842[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 733 -> 481[label="",style="dashed", color="red", weight=0]; 20.53/7.50 733[label="compare vwx300 vwx400",fontsize=16,color="magenta"];733 -> 843[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 733 -> 844[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 734 -> 328[label="",style="dashed", color="red", weight=0]; 20.53/7.50 734[label="compare vwx300 vwx400",fontsize=16,color="magenta"];734 -> 845[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 734 -> 846[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 735 -> 483[label="",style="dashed", color="red", weight=0]; 20.53/7.50 735[label="compare vwx300 vwx400",fontsize=16,color="magenta"];735 -> 847[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 735 -> 848[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 736[label="primCompAux0 vwx39 LT",fontsize=16,color="black",shape="box"];736 -> 849[label="",style="solid", color="black", weight=3]; 20.53/7.50 737[label="primCompAux0 vwx39 EQ",fontsize=16,color="black",shape="box"];737 -> 850[label="",style="solid", color="black", weight=3]; 20.53/7.50 738[label="primCompAux0 vwx39 GT",fontsize=16,color="black",shape="box"];738 -> 851[label="",style="solid", color="black", weight=3]; 20.53/7.50 739 -> 509[label="",style="dashed", color="red", weight=0]; 20.53/7.50 739[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];739 -> 852[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 739 -> 853[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 740[label="GT",fontsize=16,color="green",shape="box"];741[label="LT",fontsize=16,color="green",shape="box"];742[label="EQ",fontsize=16,color="green",shape="box"];743[label="Succ vwx4000",fontsize=16,color="green",shape="box"];744[label="Zero",fontsize=16,color="green",shape="box"];745[label="Zero",fontsize=16,color="green",shape="box"];746[label="Succ vwx4000",fontsize=16,color="green",shape="box"];747[label="primMulInt (Pos vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];1828[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];747 -> 1828[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1828 -> 854[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1829[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];747 -> 1829[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1829 -> 855[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 748[label="primMulInt (Neg vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];1830[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];748 -> 1830[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1830 -> 856[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1831[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];748 -> 1831[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1831 -> 857[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 749[label="Integer vwx4000 * Integer vwx3010",fontsize=16,color="black",shape="box"];749 -> 858[label="",style="solid", color="black", weight=3]; 20.53/7.50 751 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 751[label="vwx300 == vwx400",fontsize=16,color="magenta"];751 -> 859[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 751 -> 860[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 750[label="compare2 vwx300 vwx400 vwx41",fontsize=16,color="burlywood",shape="triangle"];1832[label="vwx41/False",fontsize=10,color="white",style="solid",shape="box"];750 -> 1832[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1832 -> 861[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1833[label="vwx41/True",fontsize=10,color="white",style="solid",shape="box"];750 -> 1833[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1833 -> 862[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 753 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 753[label="vwx300 == vwx400",fontsize=16,color="magenta"];753 -> 863[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 753 -> 864[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 752[label="compare2 vwx300 vwx400 vwx42",fontsize=16,color="burlywood",shape="triangle"];1834[label="vwx42/False",fontsize=10,color="white",style="solid",shape="box"];752 -> 1834[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1834 -> 865[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1835[label="vwx42/True",fontsize=10,color="white",style="solid",shape="box"];752 -> 1835[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1835 -> 866[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 755 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 755[label="vwx300 == vwx400",fontsize=16,color="magenta"];755 -> 867[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 755 -> 868[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 754[label="compare2 vwx300 vwx400 vwx43",fontsize=16,color="burlywood",shape="triangle"];1836[label="vwx43/False",fontsize=10,color="white",style="solid",shape="box"];754 -> 1836[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1836 -> 869[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1837[label="vwx43/True",fontsize=10,color="white",style="solid",shape="box"];754 -> 1837[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1837 -> 870[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 757 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 757[label="vwx300 == vwx400",fontsize=16,color="magenta"];757 -> 871[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 757 -> 872[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 756[label="compare2 vwx300 vwx400 vwx44",fontsize=16,color="burlywood",shape="triangle"];1838[label="vwx44/False",fontsize=10,color="white",style="solid",shape="box"];756 -> 1838[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1838 -> 873[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1839[label="vwx44/True",fontsize=10,color="white",style="solid",shape="box"];756 -> 1839[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1839 -> 874[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 759 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 759[label="vwx300 == vwx400",fontsize=16,color="magenta"];759 -> 875[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 759 -> 876[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 758[label="compare2 vwx300 vwx400 vwx45",fontsize=16,color="burlywood",shape="triangle"];1840[label="vwx45/False",fontsize=10,color="white",style="solid",shape="box"];758 -> 1840[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1840 -> 877[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1841[label="vwx45/True",fontsize=10,color="white",style="solid",shape="box"];758 -> 1841[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1841 -> 878[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 761 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 761[label="vwx300 == vwx400",fontsize=16,color="magenta"];761 -> 879[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 761 -> 880[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 760[label="compare2 vwx300 vwx400 vwx46",fontsize=16,color="burlywood",shape="triangle"];1842[label="vwx46/False",fontsize=10,color="white",style="solid",shape="box"];760 -> 1842[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1842 -> 881[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1843[label="vwx46/True",fontsize=10,color="white",style="solid",shape="box"];760 -> 1843[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1843 -> 882[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 762[label="(vwx230,vwx231,vwx232) == (vwx240,vwx241,vwx242)",fontsize=16,color="black",shape="box"];762 -> 883[label="",style="solid", color="black", weight=3]; 20.53/7.50 763[label="primEqChar (Char vwx230) vwx24",fontsize=16,color="burlywood",shape="box"];1844[label="vwx24/Char vwx240",fontsize=10,color="white",style="solid",shape="box"];763 -> 1844[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1844 -> 884[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 764[label="(vwx230,vwx231) == (vwx240,vwx241)",fontsize=16,color="black",shape="box"];764 -> 885[label="",style="solid", color="black", weight=3]; 20.53/7.50 765[label="primEqDouble (Double vwx230 vwx231) vwx24",fontsize=16,color="burlywood",shape="box"];1845[label="vwx24/Double vwx240 vwx241",fontsize=10,color="white",style="solid",shape="box"];765 -> 1845[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1845 -> 886[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 766[label="Integer vwx230 == Integer vwx240",fontsize=16,color="black",shape="box"];766 -> 887[label="",style="solid", color="black", weight=3]; 20.53/7.50 767[label="False == False",fontsize=16,color="black",shape="box"];767 -> 888[label="",style="solid", color="black", weight=3]; 20.53/7.50 768[label="False == True",fontsize=16,color="black",shape="box"];768 -> 889[label="",style="solid", color="black", weight=3]; 20.53/7.50 769[label="True == False",fontsize=16,color="black",shape="box"];769 -> 890[label="",style="solid", color="black", weight=3]; 20.53/7.50 770[label="True == True",fontsize=16,color="black",shape="box"];770 -> 891[label="",style="solid", color="black", weight=3]; 20.53/7.50 771[label="vwx230 :% vwx231 == vwx240 :% vwx241",fontsize=16,color="black",shape="box"];771 -> 892[label="",style="solid", color="black", weight=3]; 20.53/7.50 772[label="primEqInt (Pos vwx230) vwx24",fontsize=16,color="burlywood",shape="box"];1846[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];772 -> 1846[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1846 -> 893[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1847[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];772 -> 1847[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1847 -> 894[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 773[label="primEqInt (Neg vwx230) vwx24",fontsize=16,color="burlywood",shape="box"];1848[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];773 -> 1848[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1848 -> 895[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1849[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];773 -> 1849[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1849 -> 896[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 774[label="primEqFloat (Float vwx230 vwx231) vwx24",fontsize=16,color="burlywood",shape="box"];1850[label="vwx24/Float vwx240 vwx241",fontsize=10,color="white",style="solid",shape="box"];774 -> 1850[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1850 -> 897[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 775[label="LT == LT",fontsize=16,color="black",shape="box"];775 -> 898[label="",style="solid", color="black", weight=3]; 20.53/7.50 776[label="LT == EQ",fontsize=16,color="black",shape="box"];776 -> 899[label="",style="solid", color="black", weight=3]; 20.53/7.50 777[label="LT == GT",fontsize=16,color="black",shape="box"];777 -> 900[label="",style="solid", color="black", weight=3]; 20.53/7.50 778[label="EQ == LT",fontsize=16,color="black",shape="box"];778 -> 901[label="",style="solid", color="black", weight=3]; 20.53/7.50 779[label="EQ == EQ",fontsize=16,color="black",shape="box"];779 -> 902[label="",style="solid", color="black", weight=3]; 20.53/7.50 780[label="EQ == GT",fontsize=16,color="black",shape="box"];780 -> 903[label="",style="solid", color="black", weight=3]; 20.53/7.50 781[label="GT == LT",fontsize=16,color="black",shape="box"];781 -> 904[label="",style="solid", color="black", weight=3]; 20.53/7.50 782[label="GT == EQ",fontsize=16,color="black",shape="box"];782 -> 905[label="",style="solid", color="black", weight=3]; 20.53/7.50 783[label="GT == GT",fontsize=16,color="black",shape="box"];783 -> 906[label="",style="solid", color="black", weight=3]; 20.53/7.50 784[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];784 -> 907[label="",style="solid", color="black", weight=3]; 20.53/7.50 785[label="Nothing == Just vwx240",fontsize=16,color="black",shape="box"];785 -> 908[label="",style="solid", color="black", weight=3]; 20.53/7.50 786[label="Just vwx230 == Nothing",fontsize=16,color="black",shape="box"];786 -> 909[label="",style="solid", color="black", weight=3]; 20.53/7.50 787[label="Just vwx230 == Just vwx240",fontsize=16,color="black",shape="box"];787 -> 910[label="",style="solid", color="black", weight=3]; 20.53/7.50 788[label="Left vwx230 == Left vwx240",fontsize=16,color="black",shape="box"];788 -> 911[label="",style="solid", color="black", weight=3]; 20.53/7.50 789[label="Left vwx230 == Right vwx240",fontsize=16,color="black",shape="box"];789 -> 912[label="",style="solid", color="black", weight=3]; 20.53/7.50 790[label="Right vwx230 == Left vwx240",fontsize=16,color="black",shape="box"];790 -> 913[label="",style="solid", color="black", weight=3]; 20.53/7.50 791[label="Right vwx230 == Right vwx240",fontsize=16,color="black",shape="box"];791 -> 914[label="",style="solid", color="black", weight=3]; 20.53/7.50 792[label="vwx230 : vwx231 == vwx240 : vwx241",fontsize=16,color="black",shape="box"];792 -> 915[label="",style="solid", color="black", weight=3]; 20.53/7.50 793[label="vwx230 : vwx231 == []",fontsize=16,color="black",shape="box"];793 -> 916[label="",style="solid", color="black", weight=3]; 20.53/7.50 794[label="[] == vwx240 : vwx241",fontsize=16,color="black",shape="box"];794 -> 917[label="",style="solid", color="black", weight=3]; 20.53/7.50 795[label="[] == []",fontsize=16,color="black",shape="box"];795 -> 918[label="",style="solid", color="black", weight=3]; 20.53/7.50 796[label="() == ()",fontsize=16,color="black",shape="box"];796 -> 919[label="",style="solid", color="black", weight=3]; 20.53/7.50 797 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 797[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];797 -> 920[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 797 -> 921[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 798 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 798[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];798 -> 922[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 798 -> 923[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 799 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 799[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];799 -> 924[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 799 -> 925[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 800 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 800[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];800 -> 926[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 800 -> 927[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 801 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 801[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];801 -> 928[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 801 -> 929[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 802 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 802[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];802 -> 930[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 802 -> 931[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 803 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 803[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];803 -> 932[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 803 -> 933[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 804 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 804[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];804 -> 934[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 804 -> 935[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 805[label="Pos vwx3010",fontsize=16,color="green",shape="box"];806[label="vwx400",fontsize=16,color="green",shape="box"];807[label="vwx300",fontsize=16,color="green",shape="box"];808[label="Pos vwx4010",fontsize=16,color="green",shape="box"];809[label="Neg vwx3010",fontsize=16,color="green",shape="box"];810[label="vwx400",fontsize=16,color="green",shape="box"];811[label="vwx300",fontsize=16,color="green",shape="box"];812[label="Pos vwx4010",fontsize=16,color="green",shape="box"];813[label="Pos vwx3010",fontsize=16,color="green",shape="box"];814[label="vwx400",fontsize=16,color="green",shape="box"];815[label="vwx300",fontsize=16,color="green",shape="box"];816[label="Neg vwx4010",fontsize=16,color="green",shape="box"];817[label="Neg vwx3010",fontsize=16,color="green",shape="box"];818[label="vwx400",fontsize=16,color="green",shape="box"];819[label="vwx300",fontsize=16,color="green",shape="box"];820[label="Neg vwx4010",fontsize=16,color="green",shape="box"];821[label="vwx400",fontsize=16,color="green",shape="box"];822[label="vwx300",fontsize=16,color="green",shape="box"];823[label="vwx400",fontsize=16,color="green",shape="box"];824[label="vwx300",fontsize=16,color="green",shape="box"];825[label="vwx400",fontsize=16,color="green",shape="box"];826[label="vwx300",fontsize=16,color="green",shape="box"];827[label="vwx400",fontsize=16,color="green",shape="box"];828[label="vwx300",fontsize=16,color="green",shape="box"];829[label="vwx300",fontsize=16,color="green",shape="box"];830[label="vwx400",fontsize=16,color="green",shape="box"];831[label="vwx300",fontsize=16,color="green",shape="box"];832[label="vwx400",fontsize=16,color="green",shape="box"];833[label="vwx400",fontsize=16,color="green",shape="box"];834[label="vwx300",fontsize=16,color="green",shape="box"];835[label="vwx400",fontsize=16,color="green",shape="box"];836[label="vwx300",fontsize=16,color="green",shape="box"];837[label="vwx400",fontsize=16,color="green",shape="box"];838[label="vwx300",fontsize=16,color="green",shape="box"];839[label="vwx300",fontsize=16,color="green",shape="box"];840[label="vwx400",fontsize=16,color="green",shape="box"];841[label="vwx300",fontsize=16,color="green",shape="box"];842[label="vwx400",fontsize=16,color="green",shape="box"];843[label="vwx300",fontsize=16,color="green",shape="box"];844[label="vwx400",fontsize=16,color="green",shape="box"];845[label="vwx400",fontsize=16,color="green",shape="box"];846[label="vwx300",fontsize=16,color="green",shape="box"];847[label="vwx300",fontsize=16,color="green",shape="box"];848[label="vwx400",fontsize=16,color="green",shape="box"];849[label="LT",fontsize=16,color="green",shape="box"];850[label="vwx39",fontsize=16,color="green",shape="box"];851[label="GT",fontsize=16,color="green",shape="box"];852[label="vwx4000",fontsize=16,color="green",shape="box"];853[label="vwx3000",fontsize=16,color="green",shape="box"];854[label="primMulInt (Pos vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];854 -> 936[label="",style="solid", color="black", weight=3]; 20.53/7.50 855[label="primMulInt (Pos vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];855 -> 937[label="",style="solid", color="black", weight=3]; 20.53/7.50 856[label="primMulInt (Neg vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];856 -> 938[label="",style="solid", color="black", weight=3]; 20.53/7.50 857[label="primMulInt (Neg vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];857 -> 939[label="",style="solid", color="black", weight=3]; 20.53/7.50 858[label="Integer (primMulInt vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];858 -> 940[label="",style="dashed", color="green", weight=3]; 20.53/7.50 859[label="vwx400",fontsize=16,color="green",shape="box"];860[label="vwx300",fontsize=16,color="green",shape="box"];861[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];861 -> 941[label="",style="solid", color="black", weight=3]; 20.53/7.50 862[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];862 -> 942[label="",style="solid", color="black", weight=3]; 20.53/7.50 863[label="vwx400",fontsize=16,color="green",shape="box"];864[label="vwx300",fontsize=16,color="green",shape="box"];865[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];865 -> 943[label="",style="solid", color="black", weight=3]; 20.53/7.50 866[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];866 -> 944[label="",style="solid", color="black", weight=3]; 20.53/7.50 867[label="vwx400",fontsize=16,color="green",shape="box"];868[label="vwx300",fontsize=16,color="green",shape="box"];869[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];869 -> 945[label="",style="solid", color="black", weight=3]; 20.53/7.50 870[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];870 -> 946[label="",style="solid", color="black", weight=3]; 20.53/7.50 871[label="vwx400",fontsize=16,color="green",shape="box"];872[label="vwx300",fontsize=16,color="green",shape="box"];873[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];873 -> 947[label="",style="solid", color="black", weight=3]; 20.53/7.50 874[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];874 -> 948[label="",style="solid", color="black", weight=3]; 20.53/7.50 875[label="vwx400",fontsize=16,color="green",shape="box"];876[label="vwx300",fontsize=16,color="green",shape="box"];877[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];877 -> 949[label="",style="solid", color="black", weight=3]; 20.53/7.50 878[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];878 -> 950[label="",style="solid", color="black", weight=3]; 20.53/7.50 879[label="vwx400",fontsize=16,color="green",shape="box"];880[label="vwx300",fontsize=16,color="green",shape="box"];881[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];881 -> 951[label="",style="solid", color="black", weight=3]; 20.53/7.50 882[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];882 -> 952[label="",style="solid", color="black", weight=3]; 20.53/7.50 883 -> 502[label="",style="dashed", color="red", weight=0]; 20.53/7.50 883[label="vwx230 == vwx240 && vwx231 == vwx241 && vwx232 == vwx242",fontsize=16,color="magenta"];883 -> 953[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 883 -> 954[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 884[label="primEqChar (Char vwx230) (Char vwx240)",fontsize=16,color="black",shape="box"];884 -> 955[label="",style="solid", color="black", weight=3]; 20.53/7.50 885 -> 502[label="",style="dashed", color="red", weight=0]; 20.53/7.50 885[label="vwx230 == vwx240 && vwx231 == vwx241",fontsize=16,color="magenta"];885 -> 956[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 885 -> 957[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 886[label="primEqDouble (Double vwx230 vwx231) (Double vwx240 vwx241)",fontsize=16,color="black",shape="box"];886 -> 958[label="",style="solid", color="black", weight=3]; 20.53/7.50 887 -> 696[label="",style="dashed", color="red", weight=0]; 20.53/7.50 887[label="primEqInt vwx230 vwx240",fontsize=16,color="magenta"];887 -> 959[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 887 -> 960[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 888[label="True",fontsize=16,color="green",shape="box"];889[label="False",fontsize=16,color="green",shape="box"];890[label="False",fontsize=16,color="green",shape="box"];891[label="True",fontsize=16,color="green",shape="box"];892 -> 502[label="",style="dashed", color="red", weight=0]; 20.53/7.50 892[label="vwx230 == vwx240 && vwx231 == vwx241",fontsize=16,color="magenta"];892 -> 961[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 892 -> 962[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 893[label="primEqInt (Pos (Succ vwx2300)) vwx24",fontsize=16,color="burlywood",shape="box"];1851[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];893 -> 1851[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1851 -> 963[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1852[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];893 -> 1852[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1852 -> 964[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 894[label="primEqInt (Pos Zero) vwx24",fontsize=16,color="burlywood",shape="box"];1853[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];894 -> 1853[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1853 -> 965[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1854[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];894 -> 1854[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1854 -> 966[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 895[label="primEqInt (Neg (Succ vwx2300)) vwx24",fontsize=16,color="burlywood",shape="box"];1855[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];895 -> 1855[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1855 -> 967[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1856[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];895 -> 1856[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1856 -> 968[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 896[label="primEqInt (Neg Zero) vwx24",fontsize=16,color="burlywood",shape="box"];1857[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];896 -> 1857[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1857 -> 969[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1858[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];896 -> 1858[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1858 -> 970[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 897[label="primEqFloat (Float vwx230 vwx231) (Float vwx240 vwx241)",fontsize=16,color="black",shape="box"];897 -> 971[label="",style="solid", color="black", weight=3]; 20.53/7.50 898[label="True",fontsize=16,color="green",shape="box"];899[label="False",fontsize=16,color="green",shape="box"];900[label="False",fontsize=16,color="green",shape="box"];901[label="False",fontsize=16,color="green",shape="box"];902[label="True",fontsize=16,color="green",shape="box"];903[label="False",fontsize=16,color="green",shape="box"];904[label="False",fontsize=16,color="green",shape="box"];905[label="False",fontsize=16,color="green",shape="box"];906[label="True",fontsize=16,color="green",shape="box"];907[label="True",fontsize=16,color="green",shape="box"];908[label="False",fontsize=16,color="green",shape="box"];909[label="False",fontsize=16,color="green",shape="box"];910[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1859[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1859[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1859 -> 972[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1860[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1860[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1860 -> 973[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1861[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1861[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1861 -> 974[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1862[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1862[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1862 -> 975[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1863[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1863[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1863 -> 976[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1864[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1864[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1864 -> 977[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1865[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1865[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1865 -> 978[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1866[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1866[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1866 -> 979[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1867[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1867[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1867 -> 980[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1868[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1868[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1868 -> 981[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1869[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1869[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1869 -> 982[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1870[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1870[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1870 -> 983[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1871[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1871[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1871 -> 984[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1872[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];910 -> 1872[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1872 -> 985[label="",style="solid", color="blue", weight=3]; 20.53/7.50 911[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1873[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1873[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1873 -> 986[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1874[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1874[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1874 -> 987[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1875[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1875[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1875 -> 988[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1876[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1876[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1876 -> 989[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1877[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1877[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1877 -> 990[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1878[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1878[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1878 -> 991[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1879[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1879[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1879 -> 992[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1880[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1880[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1880 -> 993[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1881[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1881[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1881 -> 994[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1882[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1882[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1882 -> 995[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1883[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1883[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1883 -> 996[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1884[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1884[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1884 -> 997[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1885[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1885[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1885 -> 998[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1886[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];911 -> 1886[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1886 -> 999[label="",style="solid", color="blue", weight=3]; 20.53/7.50 912[label="False",fontsize=16,color="green",shape="box"];913[label="False",fontsize=16,color="green",shape="box"];914[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1887[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1887[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1887 -> 1000[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1888[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1888[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1888 -> 1001[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1889[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1889[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1889 -> 1002[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1890[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1890[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1890 -> 1003[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1891[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1891[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1891 -> 1004[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1892[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1892[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1892 -> 1005[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1893[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1893[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1893 -> 1006[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1894[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1894[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1894 -> 1007[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1895[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1895[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1895 -> 1008[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1896[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1896[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1896 -> 1009[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1897[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1897[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1897 -> 1010[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1898[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1898[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1898 -> 1011[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1899[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1899[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1899 -> 1012[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1900[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];914 -> 1900[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1900 -> 1013[label="",style="solid", color="blue", weight=3]; 20.53/7.50 915 -> 502[label="",style="dashed", color="red", weight=0]; 20.53/7.50 915[label="vwx230 == vwx240 && vwx231 == vwx241",fontsize=16,color="magenta"];915 -> 1014[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 915 -> 1015[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 916[label="False",fontsize=16,color="green",shape="box"];917[label="False",fontsize=16,color="green",shape="box"];918[label="True",fontsize=16,color="green",shape="box"];919[label="True",fontsize=16,color="green",shape="box"];920[label="Pos vwx3010",fontsize=16,color="green",shape="box"];921[label="vwx400",fontsize=16,color="green",shape="box"];922[label="vwx300",fontsize=16,color="green",shape="box"];923[label="Pos vwx4010",fontsize=16,color="green",shape="box"];924[label="Neg vwx3010",fontsize=16,color="green",shape="box"];925[label="vwx400",fontsize=16,color="green",shape="box"];926[label="vwx300",fontsize=16,color="green",shape="box"];927[label="Pos vwx4010",fontsize=16,color="green",shape="box"];928[label="Pos vwx3010",fontsize=16,color="green",shape="box"];929[label="vwx400",fontsize=16,color="green",shape="box"];930[label="vwx300",fontsize=16,color="green",shape="box"];931[label="Neg vwx4010",fontsize=16,color="green",shape="box"];932[label="Neg vwx3010",fontsize=16,color="green",shape="box"];933[label="vwx400",fontsize=16,color="green",shape="box"];934[label="vwx300",fontsize=16,color="green",shape="box"];935[label="Neg vwx4010",fontsize=16,color="green",shape="box"];936[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];936 -> 1016[label="",style="dashed", color="green", weight=3]; 20.53/7.50 937[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];937 -> 1017[label="",style="dashed", color="green", weight=3]; 20.53/7.50 938[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];938 -> 1018[label="",style="dashed", color="green", weight=3]; 20.53/7.50 939[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];939 -> 1019[label="",style="dashed", color="green", weight=3]; 20.53/7.50 940 -> 673[label="",style="dashed", color="red", weight=0]; 20.53/7.50 940[label="primMulInt vwx4000 vwx3010",fontsize=16,color="magenta"];940 -> 1020[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 940 -> 1021[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 941 -> 1022[label="",style="dashed", color="red", weight=0]; 20.53/7.50 941[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];941 -> 1023[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 942[label="EQ",fontsize=16,color="green",shape="box"];943 -> 1024[label="",style="dashed", color="red", weight=0]; 20.53/7.50 943[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];943 -> 1025[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 944[label="EQ",fontsize=16,color="green",shape="box"];945 -> 1026[label="",style="dashed", color="red", weight=0]; 20.53/7.50 945[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];945 -> 1027[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 946[label="EQ",fontsize=16,color="green",shape="box"];947 -> 1028[label="",style="dashed", color="red", weight=0]; 20.53/7.50 947[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];947 -> 1029[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 948[label="EQ",fontsize=16,color="green",shape="box"];949 -> 1030[label="",style="dashed", color="red", weight=0]; 20.53/7.50 949[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];949 -> 1031[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 950[label="EQ",fontsize=16,color="green",shape="box"];951 -> 1032[label="",style="dashed", color="red", weight=0]; 20.53/7.50 951[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];951 -> 1033[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 952[label="EQ",fontsize=16,color="green",shape="box"];953 -> 502[label="",style="dashed", color="red", weight=0]; 20.53/7.50 953[label="vwx231 == vwx241 && vwx232 == vwx242",fontsize=16,color="magenta"];953 -> 1034[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 953 -> 1035[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 954[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1901[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1901[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1901 -> 1036[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1902[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1902[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1902 -> 1037[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1903[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1903[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1903 -> 1038[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1904[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1904[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1904 -> 1039[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1905[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1905[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1905 -> 1040[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1906[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1906[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1906 -> 1041[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1907[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1907[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1907 -> 1042[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1908[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1908[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1908 -> 1043[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1909[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1909[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1909 -> 1044[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1910[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1910[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1910 -> 1045[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1911[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1911[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1911 -> 1046[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1912[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1912[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1912 -> 1047[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1913[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1913[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1913 -> 1048[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1914[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1914[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1914 -> 1049[label="",style="solid", color="blue", weight=3]; 20.53/7.50 955[label="primEqNat vwx230 vwx240",fontsize=16,color="burlywood",shape="triangle"];1915[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];955 -> 1915[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1915 -> 1050[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1916[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];955 -> 1916[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1916 -> 1051[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 956[label="vwx231 == vwx241",fontsize=16,color="blue",shape="box"];1917[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1917[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1917 -> 1052[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1918[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1918[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1918 -> 1053[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1919[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1919[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1919 -> 1054[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1920[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1920[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1920 -> 1055[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1921[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1921[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1921 -> 1056[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1922[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1922[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1922 -> 1057[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1923[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1923[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1923 -> 1058[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1924[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1924[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1924 -> 1059[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1925[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1925[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1925 -> 1060[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1926[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1926[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1926 -> 1061[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1927[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1927[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1927 -> 1062[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1928[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1928[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1928 -> 1063[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1929[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1929[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1929 -> 1064[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1930[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];956 -> 1930[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1930 -> 1065[label="",style="solid", color="blue", weight=3]; 20.53/7.50 957[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1931[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1931[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1931 -> 1066[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1932[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1932[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1932 -> 1067[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1933[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1933[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1933 -> 1068[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1934[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1934[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1934 -> 1069[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1935[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1935[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1935 -> 1070[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1936[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1936[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1936 -> 1071[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1937[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1937[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1937 -> 1072[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1938[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1938[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1938 -> 1073[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1939[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1939[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1939 -> 1074[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1940[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1940[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1940 -> 1075[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1941[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1941[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1941 -> 1076[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1942[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1942[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1942 -> 1077[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1943[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1943[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1943 -> 1078[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1944[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];957 -> 1944[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1944 -> 1079[label="",style="solid", color="blue", weight=3]; 20.53/7.50 958 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 958[label="vwx230 * vwx241 == vwx231 * vwx240",fontsize=16,color="magenta"];958 -> 1080[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 958 -> 1081[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 959[label="vwx240",fontsize=16,color="green",shape="box"];960[label="vwx230",fontsize=16,color="green",shape="box"];961[label="vwx231 == vwx241",fontsize=16,color="blue",shape="box"];1945[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];961 -> 1945[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1945 -> 1082[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1946[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];961 -> 1946[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1946 -> 1083[label="",style="solid", color="blue", weight=3]; 20.53/7.50 962[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1947[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];962 -> 1947[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1947 -> 1084[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1948[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];962 -> 1948[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1948 -> 1085[label="",style="solid", color="blue", weight=3]; 20.53/7.50 963[label="primEqInt (Pos (Succ vwx2300)) (Pos vwx240)",fontsize=16,color="burlywood",shape="box"];1949[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];963 -> 1949[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1949 -> 1086[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1950[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];963 -> 1950[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1950 -> 1087[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 964[label="primEqInt (Pos (Succ vwx2300)) (Neg vwx240)",fontsize=16,color="black",shape="box"];964 -> 1088[label="",style="solid", color="black", weight=3]; 20.53/7.50 965[label="primEqInt (Pos Zero) (Pos vwx240)",fontsize=16,color="burlywood",shape="box"];1951[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];965 -> 1951[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1951 -> 1089[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1952[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];965 -> 1952[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1952 -> 1090[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 966[label="primEqInt (Pos Zero) (Neg vwx240)",fontsize=16,color="burlywood",shape="box"];1953[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];966 -> 1953[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1953 -> 1091[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1954[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];966 -> 1954[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1954 -> 1092[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 967[label="primEqInt (Neg (Succ vwx2300)) (Pos vwx240)",fontsize=16,color="black",shape="box"];967 -> 1093[label="",style="solid", color="black", weight=3]; 20.53/7.50 968[label="primEqInt (Neg (Succ vwx2300)) (Neg vwx240)",fontsize=16,color="burlywood",shape="box"];1955[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];968 -> 1955[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1955 -> 1094[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1956[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];968 -> 1956[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1956 -> 1095[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 969[label="primEqInt (Neg Zero) (Pos vwx240)",fontsize=16,color="burlywood",shape="box"];1957[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];969 -> 1957[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1957 -> 1096[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1958[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];969 -> 1958[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1958 -> 1097[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 970[label="primEqInt (Neg Zero) (Neg vwx240)",fontsize=16,color="burlywood",shape="box"];1959[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];970 -> 1959[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1959 -> 1098[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1960[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];970 -> 1960[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1960 -> 1099[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 971 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 971[label="vwx230 * vwx241 == vwx231 * vwx240",fontsize=16,color="magenta"];971 -> 1100[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 971 -> 1101[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 972 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 972[label="vwx230 == vwx240",fontsize=16,color="magenta"];972 -> 1102[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 972 -> 1103[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 973 -> 613[label="",style="dashed", color="red", weight=0]; 20.53/7.50 973[label="vwx230 == vwx240",fontsize=16,color="magenta"];973 -> 1104[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 973 -> 1105[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 974 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 974[label="vwx230 == vwx240",fontsize=16,color="magenta"];974 -> 1106[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 974 -> 1107[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 975 -> 615[label="",style="dashed", color="red", weight=0]; 20.53/7.50 975[label="vwx230 == vwx240",fontsize=16,color="magenta"];975 -> 1108[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 975 -> 1109[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 976 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 976[label="vwx230 == vwx240",fontsize=16,color="magenta"];976 -> 1110[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 976 -> 1111[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 977 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 977[label="vwx230 == vwx240",fontsize=16,color="magenta"];977 -> 1112[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 977 -> 1113[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 978 -> 618[label="",style="dashed", color="red", weight=0]; 20.53/7.50 978[label="vwx230 == vwx240",fontsize=16,color="magenta"];978 -> 1114[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 978 -> 1115[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 979 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 979[label="vwx230 == vwx240",fontsize=16,color="magenta"];979 -> 1116[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 979 -> 1117[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 980 -> 620[label="",style="dashed", color="red", weight=0]; 20.53/7.50 980[label="vwx230 == vwx240",fontsize=16,color="magenta"];980 -> 1118[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 980 -> 1119[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 981 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 981[label="vwx230 == vwx240",fontsize=16,color="magenta"];981 -> 1120[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 981 -> 1121[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 982 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 982[label="vwx230 == vwx240",fontsize=16,color="magenta"];982 -> 1122[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 982 -> 1123[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 983 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 983[label="vwx230 == vwx240",fontsize=16,color="magenta"];983 -> 1124[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 983 -> 1125[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 984 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 984[label="vwx230 == vwx240",fontsize=16,color="magenta"];984 -> 1126[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 984 -> 1127[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 985 -> 625[label="",style="dashed", color="red", weight=0]; 20.53/7.50 985[label="vwx230 == vwx240",fontsize=16,color="magenta"];985 -> 1128[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 985 -> 1129[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 986 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 986[label="vwx230 == vwx240",fontsize=16,color="magenta"];986 -> 1130[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 986 -> 1131[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 987 -> 613[label="",style="dashed", color="red", weight=0]; 20.53/7.50 987[label="vwx230 == vwx240",fontsize=16,color="magenta"];987 -> 1132[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 987 -> 1133[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 988 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 988[label="vwx230 == vwx240",fontsize=16,color="magenta"];988 -> 1134[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 988 -> 1135[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 989 -> 615[label="",style="dashed", color="red", weight=0]; 20.53/7.50 989[label="vwx230 == vwx240",fontsize=16,color="magenta"];989 -> 1136[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 989 -> 1137[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 990 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 990[label="vwx230 == vwx240",fontsize=16,color="magenta"];990 -> 1138[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 990 -> 1139[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 991 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 991[label="vwx230 == vwx240",fontsize=16,color="magenta"];991 -> 1140[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 991 -> 1141[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 992 -> 618[label="",style="dashed", color="red", weight=0]; 20.53/7.50 992[label="vwx230 == vwx240",fontsize=16,color="magenta"];992 -> 1142[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 992 -> 1143[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 993 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 993[label="vwx230 == vwx240",fontsize=16,color="magenta"];993 -> 1144[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 993 -> 1145[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 994 -> 620[label="",style="dashed", color="red", weight=0]; 20.53/7.50 994[label="vwx230 == vwx240",fontsize=16,color="magenta"];994 -> 1146[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 994 -> 1147[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 995 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 995[label="vwx230 == vwx240",fontsize=16,color="magenta"];995 -> 1148[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 995 -> 1149[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 996 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 996[label="vwx230 == vwx240",fontsize=16,color="magenta"];996 -> 1150[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 996 -> 1151[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 997 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 997[label="vwx230 == vwx240",fontsize=16,color="magenta"];997 -> 1152[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 997 -> 1153[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 998 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 998[label="vwx230 == vwx240",fontsize=16,color="magenta"];998 -> 1154[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 998 -> 1155[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 999 -> 625[label="",style="dashed", color="red", weight=0]; 20.53/7.50 999[label="vwx230 == vwx240",fontsize=16,color="magenta"];999 -> 1156[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 999 -> 1157[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1000 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1000[label="vwx230 == vwx240",fontsize=16,color="magenta"];1000 -> 1158[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1000 -> 1159[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1001 -> 613[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1001[label="vwx230 == vwx240",fontsize=16,color="magenta"];1001 -> 1160[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1001 -> 1161[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1002 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1002[label="vwx230 == vwx240",fontsize=16,color="magenta"];1002 -> 1162[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1002 -> 1163[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1003 -> 615[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1003[label="vwx230 == vwx240",fontsize=16,color="magenta"];1003 -> 1164[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1003 -> 1165[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1004 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1004[label="vwx230 == vwx240",fontsize=16,color="magenta"];1004 -> 1166[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1004 -> 1167[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1005 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1005[label="vwx230 == vwx240",fontsize=16,color="magenta"];1005 -> 1168[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1005 -> 1169[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1006 -> 618[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1006[label="vwx230 == vwx240",fontsize=16,color="magenta"];1006 -> 1170[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1006 -> 1171[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1007 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1007[label="vwx230 == vwx240",fontsize=16,color="magenta"];1007 -> 1172[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1007 -> 1173[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1008 -> 620[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1008[label="vwx230 == vwx240",fontsize=16,color="magenta"];1008 -> 1174[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1008 -> 1175[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1009 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1009[label="vwx230 == vwx240",fontsize=16,color="magenta"];1009 -> 1176[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1009 -> 1177[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1010 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1010[label="vwx230 == vwx240",fontsize=16,color="magenta"];1010 -> 1178[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1010 -> 1179[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1011 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1011[label="vwx230 == vwx240",fontsize=16,color="magenta"];1011 -> 1180[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1011 -> 1181[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1012 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1012[label="vwx230 == vwx240",fontsize=16,color="magenta"];1012 -> 1182[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1012 -> 1183[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1013 -> 625[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1013[label="vwx230 == vwx240",fontsize=16,color="magenta"];1013 -> 1184[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1013 -> 1185[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1014 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1014[label="vwx231 == vwx241",fontsize=16,color="magenta"];1014 -> 1186[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1014 -> 1187[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1015[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1961[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1961[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1961 -> 1188[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1962[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1962[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1962 -> 1189[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1963[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1963[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1963 -> 1190[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1964[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1964[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1964 -> 1191[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1965[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1965[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1965 -> 1192[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1966[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1966[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1966 -> 1193[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1967[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1967[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1967 -> 1194[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1968[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1968[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1968 -> 1195[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1969[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1969[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1969 -> 1196[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1970[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1970[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1970 -> 1197[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1971[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1971[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1971 -> 1198[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1972[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1972[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1972 -> 1199[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1973[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1973[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1973 -> 1200[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1974[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 1974[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1974 -> 1201[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1016[label="primMulNat vwx4000 vwx3010",fontsize=16,color="burlywood",shape="triangle"];1975[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1016 -> 1975[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1975 -> 1202[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1976[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1016 -> 1976[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1976 -> 1203[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1017 -> 1016[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1017[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];1017 -> 1204[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1018 -> 1016[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1018[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];1018 -> 1205[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1019 -> 1016[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1019[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];1019 -> 1206[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1019 -> 1207[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1020[label="vwx4000",fontsize=16,color="green",shape="box"];1021[label="vwx3010",fontsize=16,color="green",shape="box"];1023 -> 19[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1023[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1023 -> 1208[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1023 -> 1209[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1022[label="compare1 vwx300 vwx400 vwx47",fontsize=16,color="burlywood",shape="triangle"];1977[label="vwx47/False",fontsize=10,color="white",style="solid",shape="box"];1022 -> 1977[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1977 -> 1210[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1978[label="vwx47/True",fontsize=10,color="white",style="solid",shape="box"];1022 -> 1978[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1978 -> 1211[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1025 -> 20[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1025[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1025 -> 1212[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1025 -> 1213[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1024[label="compare1 vwx300 vwx400 vwx48",fontsize=16,color="burlywood",shape="triangle"];1979[label="vwx48/False",fontsize=10,color="white",style="solid",shape="box"];1024 -> 1979[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1979 -> 1214[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1980[label="vwx48/True",fontsize=10,color="white",style="solid",shape="box"];1024 -> 1980[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1980 -> 1215[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1027 -> 4[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1027[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1027 -> 1216[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1027 -> 1217[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1026[label="compare1 vwx300 vwx400 vwx49",fontsize=16,color="burlywood",shape="triangle"];1981[label="vwx49/False",fontsize=10,color="white",style="solid",shape="box"];1026 -> 1981[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1981 -> 1218[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1982[label="vwx49/True",fontsize=10,color="white",style="solid",shape="box"];1026 -> 1982[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1982 -> 1219[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1029 -> 25[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1029[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1029 -> 1220[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1029 -> 1221[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1028[label="compare1 vwx300 vwx400 vwx50",fontsize=16,color="burlywood",shape="triangle"];1983[label="vwx50/False",fontsize=10,color="white",style="solid",shape="box"];1028 -> 1983[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1983 -> 1222[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1984[label="vwx50/True",fontsize=10,color="white",style="solid",shape="box"];1028 -> 1984[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1984 -> 1223[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1031 -> 26[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1031[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1031 -> 1224[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1031 -> 1225[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1030[label="compare1 vwx300 vwx400 vwx51",fontsize=16,color="burlywood",shape="triangle"];1985[label="vwx51/False",fontsize=10,color="white",style="solid",shape="box"];1030 -> 1985[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1985 -> 1226[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1986[label="vwx51/True",fontsize=10,color="white",style="solid",shape="box"];1030 -> 1986[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1986 -> 1227[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1033 -> 28[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1033[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1033 -> 1228[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1033 -> 1229[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1032[label="compare1 vwx300 vwx400 vwx52",fontsize=16,color="burlywood",shape="triangle"];1987[label="vwx52/False",fontsize=10,color="white",style="solid",shape="box"];1032 -> 1987[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1987 -> 1230[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1988[label="vwx52/True",fontsize=10,color="white",style="solid",shape="box"];1032 -> 1988[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 1988 -> 1231[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1034[label="vwx232 == vwx242",fontsize=16,color="blue",shape="box"];1989[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1989[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1989 -> 1232[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1990[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1990[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1990 -> 1233[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1991[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1991[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1991 -> 1234[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1992[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1992[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1992 -> 1235[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1993[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1993[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1993 -> 1236[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1994[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1994[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1994 -> 1237[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1995[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1995[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1995 -> 1238[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1996[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1996[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1996 -> 1239[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1997[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1997[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1997 -> 1240[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1998[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1998[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1998 -> 1241[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1999[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 1999[label="",style="solid", color="blue", weight=9]; 20.53/7.50 1999 -> 1242[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2000[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 2000[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2000 -> 1243[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2001[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 2001[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2001 -> 1244[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2002[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1034 -> 2002[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2002 -> 1245[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1035[label="vwx231 == vwx241",fontsize=16,color="blue",shape="box"];2003[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2003[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2003 -> 1246[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2004[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2004[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2004 -> 1247[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2005[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2005[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2005 -> 1248[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2006[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2006[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2006 -> 1249[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2007[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2007[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2007 -> 1250[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2008[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2008[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2008 -> 1251[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2009[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2009[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2009 -> 1252[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2010[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2010[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2010 -> 1253[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2011[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2011[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2011 -> 1254[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2012[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2012[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2012 -> 1255[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2013[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2013[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2013 -> 1256[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2014[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2014[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2014 -> 1257[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2015[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2015[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2015 -> 1258[label="",style="solid", color="blue", weight=3]; 20.53/7.50 2016[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1035 -> 2016[label="",style="solid", color="blue", weight=9]; 20.53/7.50 2016 -> 1259[label="",style="solid", color="blue", weight=3]; 20.53/7.50 1036 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1036[label="vwx230 == vwx240",fontsize=16,color="magenta"];1036 -> 1260[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1036 -> 1261[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1037 -> 613[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1037[label="vwx230 == vwx240",fontsize=16,color="magenta"];1037 -> 1262[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1037 -> 1263[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1038 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1038[label="vwx230 == vwx240",fontsize=16,color="magenta"];1038 -> 1264[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1038 -> 1265[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1039 -> 615[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1039[label="vwx230 == vwx240",fontsize=16,color="magenta"];1039 -> 1266[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1039 -> 1267[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1040 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1040[label="vwx230 == vwx240",fontsize=16,color="magenta"];1040 -> 1268[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1040 -> 1269[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1041 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1041[label="vwx230 == vwx240",fontsize=16,color="magenta"];1041 -> 1270[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1041 -> 1271[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1042 -> 618[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1042[label="vwx230 == vwx240",fontsize=16,color="magenta"];1042 -> 1272[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1042 -> 1273[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1043 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1043[label="vwx230 == vwx240",fontsize=16,color="magenta"];1043 -> 1274[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1043 -> 1275[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1044 -> 620[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1044[label="vwx230 == vwx240",fontsize=16,color="magenta"];1044 -> 1276[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1044 -> 1277[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1045 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1045[label="vwx230 == vwx240",fontsize=16,color="magenta"];1045 -> 1278[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1045 -> 1279[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1046 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1046[label="vwx230 == vwx240",fontsize=16,color="magenta"];1046 -> 1280[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1046 -> 1281[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1047 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1047[label="vwx230 == vwx240",fontsize=16,color="magenta"];1047 -> 1282[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1047 -> 1283[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1048 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1048[label="vwx230 == vwx240",fontsize=16,color="magenta"];1048 -> 1284[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1048 -> 1285[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1049 -> 625[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1049[label="vwx230 == vwx240",fontsize=16,color="magenta"];1049 -> 1286[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1049 -> 1287[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1050[label="primEqNat (Succ vwx2300) vwx240",fontsize=16,color="burlywood",shape="box"];2017[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1050 -> 2017[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2017 -> 1288[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 2018[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1050 -> 2018[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2018 -> 1289[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1051[label="primEqNat Zero vwx240",fontsize=16,color="burlywood",shape="box"];2019[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1051 -> 2019[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2019 -> 1290[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 2020[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1051 -> 2020[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2020 -> 1291[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1052 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1052[label="vwx231 == vwx241",fontsize=16,color="magenta"];1052 -> 1292[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1052 -> 1293[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1053 -> 613[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1053[label="vwx231 == vwx241",fontsize=16,color="magenta"];1053 -> 1294[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1053 -> 1295[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1054 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1054[label="vwx231 == vwx241",fontsize=16,color="magenta"];1054 -> 1296[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1054 -> 1297[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1055 -> 615[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1055[label="vwx231 == vwx241",fontsize=16,color="magenta"];1055 -> 1298[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1055 -> 1299[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1056 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1056[label="vwx231 == vwx241",fontsize=16,color="magenta"];1056 -> 1300[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1056 -> 1301[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1057 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1057[label="vwx231 == vwx241",fontsize=16,color="magenta"];1057 -> 1302[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1057 -> 1303[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1058 -> 618[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1058[label="vwx231 == vwx241",fontsize=16,color="magenta"];1058 -> 1304[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1058 -> 1305[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1059 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1059[label="vwx231 == vwx241",fontsize=16,color="magenta"];1059 -> 1306[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1059 -> 1307[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1060 -> 620[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1060[label="vwx231 == vwx241",fontsize=16,color="magenta"];1060 -> 1308[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1060 -> 1309[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1061 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1061[label="vwx231 == vwx241",fontsize=16,color="magenta"];1061 -> 1310[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1061 -> 1311[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1062 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1062[label="vwx231 == vwx241",fontsize=16,color="magenta"];1062 -> 1312[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1062 -> 1313[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1063 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1063[label="vwx231 == vwx241",fontsize=16,color="magenta"];1063 -> 1314[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1063 -> 1315[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1064 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1064[label="vwx231 == vwx241",fontsize=16,color="magenta"];1064 -> 1316[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1064 -> 1317[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1065 -> 625[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1065[label="vwx231 == vwx241",fontsize=16,color="magenta"];1065 -> 1318[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1065 -> 1319[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1066 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1066[label="vwx230 == vwx240",fontsize=16,color="magenta"];1066 -> 1320[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1066 -> 1321[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1067 -> 613[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1067[label="vwx230 == vwx240",fontsize=16,color="magenta"];1067 -> 1322[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1067 -> 1323[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1068 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1068[label="vwx230 == vwx240",fontsize=16,color="magenta"];1068 -> 1324[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1068 -> 1325[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1069 -> 615[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1069[label="vwx230 == vwx240",fontsize=16,color="magenta"];1069 -> 1326[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1069 -> 1327[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1070 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1070[label="vwx230 == vwx240",fontsize=16,color="magenta"];1070 -> 1328[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1070 -> 1329[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1071 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1071[label="vwx230 == vwx240",fontsize=16,color="magenta"];1071 -> 1330[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1071 -> 1331[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1072 -> 618[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1072[label="vwx230 == vwx240",fontsize=16,color="magenta"];1072 -> 1332[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1072 -> 1333[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1073 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1073[label="vwx230 == vwx240",fontsize=16,color="magenta"];1073 -> 1334[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1073 -> 1335[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1074 -> 620[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1074[label="vwx230 == vwx240",fontsize=16,color="magenta"];1074 -> 1336[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1074 -> 1337[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1075 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1075[label="vwx230 == vwx240",fontsize=16,color="magenta"];1075 -> 1338[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1075 -> 1339[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1076 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1076[label="vwx230 == vwx240",fontsize=16,color="magenta"];1076 -> 1340[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1076 -> 1341[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1077 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1077[label="vwx230 == vwx240",fontsize=16,color="magenta"];1077 -> 1342[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1077 -> 1343[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1078 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1078[label="vwx230 == vwx240",fontsize=16,color="magenta"];1078 -> 1344[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1078 -> 1345[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1079 -> 625[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1079[label="vwx230 == vwx240",fontsize=16,color="magenta"];1079 -> 1346[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1079 -> 1347[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1080 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1080[label="vwx231 * vwx240",fontsize=16,color="magenta"];1080 -> 1348[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1080 -> 1349[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1081 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1081[label="vwx230 * vwx241",fontsize=16,color="magenta"];1081 -> 1350[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1081 -> 1351[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1082 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1082[label="vwx231 == vwx241",fontsize=16,color="magenta"];1082 -> 1352[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1082 -> 1353[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1083 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1083[label="vwx231 == vwx241",fontsize=16,color="magenta"];1083 -> 1354[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1083 -> 1355[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1084 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1084[label="vwx230 == vwx240",fontsize=16,color="magenta"];1084 -> 1356[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1084 -> 1357[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1085 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1085[label="vwx230 == vwx240",fontsize=16,color="magenta"];1085 -> 1358[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1085 -> 1359[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1086[label="primEqInt (Pos (Succ vwx2300)) (Pos (Succ vwx2400))",fontsize=16,color="black",shape="box"];1086 -> 1360[label="",style="solid", color="black", weight=3]; 20.53/7.50 1087[label="primEqInt (Pos (Succ vwx2300)) (Pos Zero)",fontsize=16,color="black",shape="box"];1087 -> 1361[label="",style="solid", color="black", weight=3]; 20.53/7.50 1088[label="False",fontsize=16,color="green",shape="box"];1089[label="primEqInt (Pos Zero) (Pos (Succ vwx2400))",fontsize=16,color="black",shape="box"];1089 -> 1362[label="",style="solid", color="black", weight=3]; 20.53/7.50 1090[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1090 -> 1363[label="",style="solid", color="black", weight=3]; 20.53/7.50 1091[label="primEqInt (Pos Zero) (Neg (Succ vwx2400))",fontsize=16,color="black",shape="box"];1091 -> 1364[label="",style="solid", color="black", weight=3]; 20.53/7.50 1092[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1092 -> 1365[label="",style="solid", color="black", weight=3]; 20.53/7.50 1093[label="False",fontsize=16,color="green",shape="box"];1094[label="primEqInt (Neg (Succ vwx2300)) (Neg (Succ vwx2400))",fontsize=16,color="black",shape="box"];1094 -> 1366[label="",style="solid", color="black", weight=3]; 20.53/7.50 1095[label="primEqInt (Neg (Succ vwx2300)) (Neg Zero)",fontsize=16,color="black",shape="box"];1095 -> 1367[label="",style="solid", color="black", weight=3]; 20.53/7.50 1096[label="primEqInt (Neg Zero) (Pos (Succ vwx2400))",fontsize=16,color="black",shape="box"];1096 -> 1368[label="",style="solid", color="black", weight=3]; 20.53/7.50 1097[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1097 -> 1369[label="",style="solid", color="black", weight=3]; 20.53/7.50 1098[label="primEqInt (Neg Zero) (Neg (Succ vwx2400))",fontsize=16,color="black",shape="box"];1098 -> 1370[label="",style="solid", color="black", weight=3]; 20.53/7.50 1099[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1099 -> 1371[label="",style="solid", color="black", weight=3]; 20.53/7.50 1100 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1100[label="vwx231 * vwx240",fontsize=16,color="magenta"];1100 -> 1372[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1100 -> 1373[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1101 -> 642[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1101[label="vwx230 * vwx241",fontsize=16,color="magenta"];1101 -> 1374[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1101 -> 1375[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1102[label="vwx240",fontsize=16,color="green",shape="box"];1103[label="vwx230",fontsize=16,color="green",shape="box"];1104[label="vwx240",fontsize=16,color="green",shape="box"];1105[label="vwx230",fontsize=16,color="green",shape="box"];1106[label="vwx240",fontsize=16,color="green",shape="box"];1107[label="vwx230",fontsize=16,color="green",shape="box"];1108[label="vwx240",fontsize=16,color="green",shape="box"];1109[label="vwx230",fontsize=16,color="green",shape="box"];1110[label="vwx240",fontsize=16,color="green",shape="box"];1111[label="vwx230",fontsize=16,color="green",shape="box"];1112[label="vwx240",fontsize=16,color="green",shape="box"];1113[label="vwx230",fontsize=16,color="green",shape="box"];1114[label="vwx240",fontsize=16,color="green",shape="box"];1115[label="vwx230",fontsize=16,color="green",shape="box"];1116[label="vwx240",fontsize=16,color="green",shape="box"];1117[label="vwx230",fontsize=16,color="green",shape="box"];1118[label="vwx240",fontsize=16,color="green",shape="box"];1119[label="vwx230",fontsize=16,color="green",shape="box"];1120[label="vwx240",fontsize=16,color="green",shape="box"];1121[label="vwx230",fontsize=16,color="green",shape="box"];1122[label="vwx240",fontsize=16,color="green",shape="box"];1123[label="vwx230",fontsize=16,color="green",shape="box"];1124[label="vwx240",fontsize=16,color="green",shape="box"];1125[label="vwx230",fontsize=16,color="green",shape="box"];1126[label="vwx240",fontsize=16,color="green",shape="box"];1127[label="vwx230",fontsize=16,color="green",shape="box"];1128[label="vwx240",fontsize=16,color="green",shape="box"];1129[label="vwx230",fontsize=16,color="green",shape="box"];1130[label="vwx240",fontsize=16,color="green",shape="box"];1131[label="vwx230",fontsize=16,color="green",shape="box"];1132[label="vwx240",fontsize=16,color="green",shape="box"];1133[label="vwx230",fontsize=16,color="green",shape="box"];1134[label="vwx240",fontsize=16,color="green",shape="box"];1135[label="vwx230",fontsize=16,color="green",shape="box"];1136[label="vwx240",fontsize=16,color="green",shape="box"];1137[label="vwx230",fontsize=16,color="green",shape="box"];1138[label="vwx240",fontsize=16,color="green",shape="box"];1139[label="vwx230",fontsize=16,color="green",shape="box"];1140[label="vwx240",fontsize=16,color="green",shape="box"];1141[label="vwx230",fontsize=16,color="green",shape="box"];1142[label="vwx240",fontsize=16,color="green",shape="box"];1143[label="vwx230",fontsize=16,color="green",shape="box"];1144[label="vwx240",fontsize=16,color="green",shape="box"];1145[label="vwx230",fontsize=16,color="green",shape="box"];1146[label="vwx240",fontsize=16,color="green",shape="box"];1147[label="vwx230",fontsize=16,color="green",shape="box"];1148[label="vwx240",fontsize=16,color="green",shape="box"];1149[label="vwx230",fontsize=16,color="green",shape="box"];1150[label="vwx240",fontsize=16,color="green",shape="box"];1151[label="vwx230",fontsize=16,color="green",shape="box"];1152[label="vwx240",fontsize=16,color="green",shape="box"];1153[label="vwx230",fontsize=16,color="green",shape="box"];1154[label="vwx240",fontsize=16,color="green",shape="box"];1155[label="vwx230",fontsize=16,color="green",shape="box"];1156[label="vwx240",fontsize=16,color="green",shape="box"];1157[label="vwx230",fontsize=16,color="green",shape="box"];1158[label="vwx240",fontsize=16,color="green",shape="box"];1159[label="vwx230",fontsize=16,color="green",shape="box"];1160[label="vwx240",fontsize=16,color="green",shape="box"];1161[label="vwx230",fontsize=16,color="green",shape="box"];1162[label="vwx240",fontsize=16,color="green",shape="box"];1163[label="vwx230",fontsize=16,color="green",shape="box"];1164[label="vwx240",fontsize=16,color="green",shape="box"];1165[label="vwx230",fontsize=16,color="green",shape="box"];1166[label="vwx240",fontsize=16,color="green",shape="box"];1167[label="vwx230",fontsize=16,color="green",shape="box"];1168[label="vwx240",fontsize=16,color="green",shape="box"];1169[label="vwx230",fontsize=16,color="green",shape="box"];1170[label="vwx240",fontsize=16,color="green",shape="box"];1171[label="vwx230",fontsize=16,color="green",shape="box"];1172[label="vwx240",fontsize=16,color="green",shape="box"];1173[label="vwx230",fontsize=16,color="green",shape="box"];1174[label="vwx240",fontsize=16,color="green",shape="box"];1175[label="vwx230",fontsize=16,color="green",shape="box"];1176[label="vwx240",fontsize=16,color="green",shape="box"];1177[label="vwx230",fontsize=16,color="green",shape="box"];1178[label="vwx240",fontsize=16,color="green",shape="box"];1179[label="vwx230",fontsize=16,color="green",shape="box"];1180[label="vwx240",fontsize=16,color="green",shape="box"];1181[label="vwx230",fontsize=16,color="green",shape="box"];1182[label="vwx240",fontsize=16,color="green",shape="box"];1183[label="vwx230",fontsize=16,color="green",shape="box"];1184[label="vwx240",fontsize=16,color="green",shape="box"];1185[label="vwx230",fontsize=16,color="green",shape="box"];1186[label="vwx241",fontsize=16,color="green",shape="box"];1187[label="vwx231",fontsize=16,color="green",shape="box"];1188 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1188[label="vwx230 == vwx240",fontsize=16,color="magenta"];1188 -> 1376[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1188 -> 1377[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1189 -> 613[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1189[label="vwx230 == vwx240",fontsize=16,color="magenta"];1189 -> 1378[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1189 -> 1379[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1190 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1190[label="vwx230 == vwx240",fontsize=16,color="magenta"];1190 -> 1380[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1190 -> 1381[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1191 -> 615[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1191[label="vwx230 == vwx240",fontsize=16,color="magenta"];1191 -> 1382[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1191 -> 1383[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1192 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1192[label="vwx230 == vwx240",fontsize=16,color="magenta"];1192 -> 1384[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1192 -> 1385[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1193 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1193[label="vwx230 == vwx240",fontsize=16,color="magenta"];1193 -> 1386[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1193 -> 1387[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1194 -> 618[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1194[label="vwx230 == vwx240",fontsize=16,color="magenta"];1194 -> 1388[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1194 -> 1389[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1195 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1195[label="vwx230 == vwx240",fontsize=16,color="magenta"];1195 -> 1390[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1195 -> 1391[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1196 -> 620[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1196[label="vwx230 == vwx240",fontsize=16,color="magenta"];1196 -> 1392[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1196 -> 1393[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1197 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1197[label="vwx230 == vwx240",fontsize=16,color="magenta"];1197 -> 1394[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1197 -> 1395[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1198 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1198[label="vwx230 == vwx240",fontsize=16,color="magenta"];1198 -> 1396[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1198 -> 1397[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1199 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1199[label="vwx230 == vwx240",fontsize=16,color="magenta"];1199 -> 1398[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1199 -> 1399[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1200 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1200[label="vwx230 == vwx240",fontsize=16,color="magenta"];1200 -> 1400[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1200 -> 1401[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1201 -> 625[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1201[label="vwx230 == vwx240",fontsize=16,color="magenta"];1201 -> 1402[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1201 -> 1403[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1202[label="primMulNat (Succ vwx40000) vwx3010",fontsize=16,color="burlywood",shape="box"];2021[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1202 -> 2021[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2021 -> 1404[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 2022[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1202 -> 2022[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2022 -> 1405[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1203[label="primMulNat Zero vwx3010",fontsize=16,color="burlywood",shape="box"];2023[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1203 -> 2023[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2023 -> 1406[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 2024[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1203 -> 2024[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2024 -> 1407[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1204[label="vwx3010",fontsize=16,color="green",shape="box"];1205[label="vwx4000",fontsize=16,color="green",shape="box"];1206[label="vwx3010",fontsize=16,color="green",shape="box"];1207[label="vwx4000",fontsize=16,color="green",shape="box"];1208[label="vwx400",fontsize=16,color="green",shape="box"];1209[label="vwx300",fontsize=16,color="green",shape="box"];1210[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1210 -> 1408[label="",style="solid", color="black", weight=3]; 20.53/7.50 1211[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1211 -> 1409[label="",style="solid", color="black", weight=3]; 20.53/7.50 1212[label="vwx400",fontsize=16,color="green",shape="box"];1213[label="vwx300",fontsize=16,color="green",shape="box"];1214[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1214 -> 1410[label="",style="solid", color="black", weight=3]; 20.53/7.50 1215[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1215 -> 1411[label="",style="solid", color="black", weight=3]; 20.53/7.50 1216[label="vwx300",fontsize=16,color="green",shape="box"];1217[label="vwx400",fontsize=16,color="green",shape="box"];1218[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1218 -> 1412[label="",style="solid", color="black", weight=3]; 20.53/7.50 1219[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1219 -> 1413[label="",style="solid", color="black", weight=3]; 20.53/7.50 1220[label="vwx400",fontsize=16,color="green",shape="box"];1221[label="vwx300",fontsize=16,color="green",shape="box"];1222[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1222 -> 1414[label="",style="solid", color="black", weight=3]; 20.53/7.50 1223[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1223 -> 1415[label="",style="solid", color="black", weight=3]; 20.53/7.50 1224[label="vwx400",fontsize=16,color="green",shape="box"];1225[label="vwx300",fontsize=16,color="green",shape="box"];1226[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1226 -> 1416[label="",style="solid", color="black", weight=3]; 20.53/7.50 1227[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1227 -> 1417[label="",style="solid", color="black", weight=3]; 20.53/7.50 1228[label="vwx400",fontsize=16,color="green",shape="box"];1229[label="vwx300",fontsize=16,color="green",shape="box"];1230[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1230 -> 1418[label="",style="solid", color="black", weight=3]; 20.53/7.50 1231[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1231 -> 1419[label="",style="solid", color="black", weight=3]; 20.53/7.50 1232 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1232[label="vwx232 == vwx242",fontsize=16,color="magenta"];1232 -> 1420[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1232 -> 1421[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1233 -> 613[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1233[label="vwx232 == vwx242",fontsize=16,color="magenta"];1233 -> 1422[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1233 -> 1423[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1234 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1234[label="vwx232 == vwx242",fontsize=16,color="magenta"];1234 -> 1424[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1234 -> 1425[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1235 -> 615[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1235[label="vwx232 == vwx242",fontsize=16,color="magenta"];1235 -> 1426[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1235 -> 1427[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1236 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1236[label="vwx232 == vwx242",fontsize=16,color="magenta"];1236 -> 1428[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1236 -> 1429[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1237 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1237[label="vwx232 == vwx242",fontsize=16,color="magenta"];1237 -> 1430[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1237 -> 1431[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1238 -> 618[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1238[label="vwx232 == vwx242",fontsize=16,color="magenta"];1238 -> 1432[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1238 -> 1433[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1239 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1239[label="vwx232 == vwx242",fontsize=16,color="magenta"];1239 -> 1434[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1239 -> 1435[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1240 -> 620[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1240[label="vwx232 == vwx242",fontsize=16,color="magenta"];1240 -> 1436[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1240 -> 1437[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1241 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1241[label="vwx232 == vwx242",fontsize=16,color="magenta"];1241 -> 1438[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1241 -> 1439[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1242 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1242[label="vwx232 == vwx242",fontsize=16,color="magenta"];1242 -> 1440[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1242 -> 1441[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1243 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1243[label="vwx232 == vwx242",fontsize=16,color="magenta"];1243 -> 1442[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1243 -> 1443[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1244 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1244[label="vwx232 == vwx242",fontsize=16,color="magenta"];1244 -> 1444[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1244 -> 1445[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1245 -> 625[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1245[label="vwx232 == vwx242",fontsize=16,color="magenta"];1245 -> 1446[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1245 -> 1447[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1246 -> 612[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1246[label="vwx231 == vwx241",fontsize=16,color="magenta"];1246 -> 1448[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1246 -> 1449[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1247 -> 613[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1247[label="vwx231 == vwx241",fontsize=16,color="magenta"];1247 -> 1450[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1247 -> 1451[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1248 -> 614[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1248[label="vwx231 == vwx241",fontsize=16,color="magenta"];1248 -> 1452[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1248 -> 1453[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1249 -> 615[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1249[label="vwx231 == vwx241",fontsize=16,color="magenta"];1249 -> 1454[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1249 -> 1455[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1250 -> 616[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1250[label="vwx231 == vwx241",fontsize=16,color="magenta"];1250 -> 1456[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1250 -> 1457[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1251 -> 617[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1251[label="vwx231 == vwx241",fontsize=16,color="magenta"];1251 -> 1458[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1251 -> 1459[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1252 -> 618[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1252[label="vwx231 == vwx241",fontsize=16,color="magenta"];1252 -> 1460[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1252 -> 1461[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1253 -> 619[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1253[label="vwx231 == vwx241",fontsize=16,color="magenta"];1253 -> 1462[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1253 -> 1463[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1254 -> 620[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1254[label="vwx231 == vwx241",fontsize=16,color="magenta"];1254 -> 1464[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1254 -> 1465[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1255 -> 621[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1255[label="vwx231 == vwx241",fontsize=16,color="magenta"];1255 -> 1466[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1255 -> 1467[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1256 -> 622[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1256[label="vwx231 == vwx241",fontsize=16,color="magenta"];1256 -> 1468[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1256 -> 1469[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1257 -> 623[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1257[label="vwx231 == vwx241",fontsize=16,color="magenta"];1257 -> 1470[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1257 -> 1471[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1258 -> 624[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1258[label="vwx231 == vwx241",fontsize=16,color="magenta"];1258 -> 1472[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1258 -> 1473[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1259 -> 625[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1259[label="vwx231 == vwx241",fontsize=16,color="magenta"];1259 -> 1474[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1259 -> 1475[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1260[label="vwx240",fontsize=16,color="green",shape="box"];1261[label="vwx230",fontsize=16,color="green",shape="box"];1262[label="vwx240",fontsize=16,color="green",shape="box"];1263[label="vwx230",fontsize=16,color="green",shape="box"];1264[label="vwx240",fontsize=16,color="green",shape="box"];1265[label="vwx230",fontsize=16,color="green",shape="box"];1266[label="vwx240",fontsize=16,color="green",shape="box"];1267[label="vwx230",fontsize=16,color="green",shape="box"];1268[label="vwx240",fontsize=16,color="green",shape="box"];1269[label="vwx230",fontsize=16,color="green",shape="box"];1270[label="vwx240",fontsize=16,color="green",shape="box"];1271[label="vwx230",fontsize=16,color="green",shape="box"];1272[label="vwx240",fontsize=16,color="green",shape="box"];1273[label="vwx230",fontsize=16,color="green",shape="box"];1274[label="vwx240",fontsize=16,color="green",shape="box"];1275[label="vwx230",fontsize=16,color="green",shape="box"];1276[label="vwx240",fontsize=16,color="green",shape="box"];1277[label="vwx230",fontsize=16,color="green",shape="box"];1278[label="vwx240",fontsize=16,color="green",shape="box"];1279[label="vwx230",fontsize=16,color="green",shape="box"];1280[label="vwx240",fontsize=16,color="green",shape="box"];1281[label="vwx230",fontsize=16,color="green",shape="box"];1282[label="vwx240",fontsize=16,color="green",shape="box"];1283[label="vwx230",fontsize=16,color="green",shape="box"];1284[label="vwx240",fontsize=16,color="green",shape="box"];1285[label="vwx230",fontsize=16,color="green",shape="box"];1286[label="vwx240",fontsize=16,color="green",shape="box"];1287[label="vwx230",fontsize=16,color="green",shape="box"];1288[label="primEqNat (Succ vwx2300) (Succ vwx2400)",fontsize=16,color="black",shape="box"];1288 -> 1476[label="",style="solid", color="black", weight=3]; 20.53/7.50 1289[label="primEqNat (Succ vwx2300) Zero",fontsize=16,color="black",shape="box"];1289 -> 1477[label="",style="solid", color="black", weight=3]; 20.53/7.50 1290[label="primEqNat Zero (Succ vwx2400)",fontsize=16,color="black",shape="box"];1290 -> 1478[label="",style="solid", color="black", weight=3]; 20.53/7.50 1291[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1291 -> 1479[label="",style="solid", color="black", weight=3]; 20.53/7.50 1292[label="vwx241",fontsize=16,color="green",shape="box"];1293[label="vwx231",fontsize=16,color="green",shape="box"];1294[label="vwx241",fontsize=16,color="green",shape="box"];1295[label="vwx231",fontsize=16,color="green",shape="box"];1296[label="vwx241",fontsize=16,color="green",shape="box"];1297[label="vwx231",fontsize=16,color="green",shape="box"];1298[label="vwx241",fontsize=16,color="green",shape="box"];1299[label="vwx231",fontsize=16,color="green",shape="box"];1300[label="vwx241",fontsize=16,color="green",shape="box"];1301[label="vwx231",fontsize=16,color="green",shape="box"];1302[label="vwx241",fontsize=16,color="green",shape="box"];1303[label="vwx231",fontsize=16,color="green",shape="box"];1304[label="vwx241",fontsize=16,color="green",shape="box"];1305[label="vwx231",fontsize=16,color="green",shape="box"];1306[label="vwx241",fontsize=16,color="green",shape="box"];1307[label="vwx231",fontsize=16,color="green",shape="box"];1308[label="vwx241",fontsize=16,color="green",shape="box"];1309[label="vwx231",fontsize=16,color="green",shape="box"];1310[label="vwx241",fontsize=16,color="green",shape="box"];1311[label="vwx231",fontsize=16,color="green",shape="box"];1312[label="vwx241",fontsize=16,color="green",shape="box"];1313[label="vwx231",fontsize=16,color="green",shape="box"];1314[label="vwx241",fontsize=16,color="green",shape="box"];1315[label="vwx231",fontsize=16,color="green",shape="box"];1316[label="vwx241",fontsize=16,color="green",shape="box"];1317[label="vwx231",fontsize=16,color="green",shape="box"];1318[label="vwx241",fontsize=16,color="green",shape="box"];1319[label="vwx231",fontsize=16,color="green",shape="box"];1320[label="vwx240",fontsize=16,color="green",shape="box"];1321[label="vwx230",fontsize=16,color="green",shape="box"];1322[label="vwx240",fontsize=16,color="green",shape="box"];1323[label="vwx230",fontsize=16,color="green",shape="box"];1324[label="vwx240",fontsize=16,color="green",shape="box"];1325[label="vwx230",fontsize=16,color="green",shape="box"];1326[label="vwx240",fontsize=16,color="green",shape="box"];1327[label="vwx230",fontsize=16,color="green",shape="box"];1328[label="vwx240",fontsize=16,color="green",shape="box"];1329[label="vwx230",fontsize=16,color="green",shape="box"];1330[label="vwx240",fontsize=16,color="green",shape="box"];1331[label="vwx230",fontsize=16,color="green",shape="box"];1332[label="vwx240",fontsize=16,color="green",shape="box"];1333[label="vwx230",fontsize=16,color="green",shape="box"];1334[label="vwx240",fontsize=16,color="green",shape="box"];1335[label="vwx230",fontsize=16,color="green",shape="box"];1336[label="vwx240",fontsize=16,color="green",shape="box"];1337[label="vwx230",fontsize=16,color="green",shape="box"];1338[label="vwx240",fontsize=16,color="green",shape="box"];1339[label="vwx230",fontsize=16,color="green",shape="box"];1340[label="vwx240",fontsize=16,color="green",shape="box"];1341[label="vwx230",fontsize=16,color="green",shape="box"];1342[label="vwx240",fontsize=16,color="green",shape="box"];1343[label="vwx230",fontsize=16,color="green",shape="box"];1344[label="vwx240",fontsize=16,color="green",shape="box"];1345[label="vwx230",fontsize=16,color="green",shape="box"];1346[label="vwx240",fontsize=16,color="green",shape="box"];1347[label="vwx230",fontsize=16,color="green",shape="box"];1348[label="vwx231",fontsize=16,color="green",shape="box"];1349[label="vwx240",fontsize=16,color="green",shape="box"];1350[label="vwx230",fontsize=16,color="green",shape="box"];1351[label="vwx241",fontsize=16,color="green",shape="box"];1352[label="vwx241",fontsize=16,color="green",shape="box"];1353[label="vwx231",fontsize=16,color="green",shape="box"];1354[label="vwx241",fontsize=16,color="green",shape="box"];1355[label="vwx231",fontsize=16,color="green",shape="box"];1356[label="vwx240",fontsize=16,color="green",shape="box"];1357[label="vwx230",fontsize=16,color="green",shape="box"];1358[label="vwx240",fontsize=16,color="green",shape="box"];1359[label="vwx230",fontsize=16,color="green",shape="box"];1360 -> 955[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1360[label="primEqNat vwx2300 vwx2400",fontsize=16,color="magenta"];1360 -> 1480[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1360 -> 1481[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1361[label="False",fontsize=16,color="green",shape="box"];1362[label="False",fontsize=16,color="green",shape="box"];1363[label="True",fontsize=16,color="green",shape="box"];1364[label="False",fontsize=16,color="green",shape="box"];1365[label="True",fontsize=16,color="green",shape="box"];1366 -> 955[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1366[label="primEqNat vwx2300 vwx2400",fontsize=16,color="magenta"];1366 -> 1482[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1366 -> 1483[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1367[label="False",fontsize=16,color="green",shape="box"];1368[label="False",fontsize=16,color="green",shape="box"];1369[label="True",fontsize=16,color="green",shape="box"];1370[label="False",fontsize=16,color="green",shape="box"];1371[label="True",fontsize=16,color="green",shape="box"];1372[label="vwx231",fontsize=16,color="green",shape="box"];1373[label="vwx240",fontsize=16,color="green",shape="box"];1374[label="vwx230",fontsize=16,color="green",shape="box"];1375[label="vwx241",fontsize=16,color="green",shape="box"];1376[label="vwx240",fontsize=16,color="green",shape="box"];1377[label="vwx230",fontsize=16,color="green",shape="box"];1378[label="vwx240",fontsize=16,color="green",shape="box"];1379[label="vwx230",fontsize=16,color="green",shape="box"];1380[label="vwx240",fontsize=16,color="green",shape="box"];1381[label="vwx230",fontsize=16,color="green",shape="box"];1382[label="vwx240",fontsize=16,color="green",shape="box"];1383[label="vwx230",fontsize=16,color="green",shape="box"];1384[label="vwx240",fontsize=16,color="green",shape="box"];1385[label="vwx230",fontsize=16,color="green",shape="box"];1386[label="vwx240",fontsize=16,color="green",shape="box"];1387[label="vwx230",fontsize=16,color="green",shape="box"];1388[label="vwx240",fontsize=16,color="green",shape="box"];1389[label="vwx230",fontsize=16,color="green",shape="box"];1390[label="vwx240",fontsize=16,color="green",shape="box"];1391[label="vwx230",fontsize=16,color="green",shape="box"];1392[label="vwx240",fontsize=16,color="green",shape="box"];1393[label="vwx230",fontsize=16,color="green",shape="box"];1394[label="vwx240",fontsize=16,color="green",shape="box"];1395[label="vwx230",fontsize=16,color="green",shape="box"];1396[label="vwx240",fontsize=16,color="green",shape="box"];1397[label="vwx230",fontsize=16,color="green",shape="box"];1398[label="vwx240",fontsize=16,color="green",shape="box"];1399[label="vwx230",fontsize=16,color="green",shape="box"];1400[label="vwx240",fontsize=16,color="green",shape="box"];1401[label="vwx230",fontsize=16,color="green",shape="box"];1402[label="vwx240",fontsize=16,color="green",shape="box"];1403[label="vwx230",fontsize=16,color="green",shape="box"];1404[label="primMulNat (Succ vwx40000) (Succ vwx30100)",fontsize=16,color="black",shape="box"];1404 -> 1484[label="",style="solid", color="black", weight=3]; 20.53/7.50 1405[label="primMulNat (Succ vwx40000) Zero",fontsize=16,color="black",shape="box"];1405 -> 1485[label="",style="solid", color="black", weight=3]; 20.53/7.50 1406[label="primMulNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];1406 -> 1486[label="",style="solid", color="black", weight=3]; 20.53/7.50 1407[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1407 -> 1487[label="",style="solid", color="black", weight=3]; 20.53/7.50 1408[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1408 -> 1488[label="",style="solid", color="black", weight=3]; 20.53/7.50 1409[label="LT",fontsize=16,color="green",shape="box"];1410[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1410 -> 1489[label="",style="solid", color="black", weight=3]; 20.53/7.50 1411[label="LT",fontsize=16,color="green",shape="box"];1412[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1412 -> 1490[label="",style="solid", color="black", weight=3]; 20.53/7.50 1413[label="LT",fontsize=16,color="green",shape="box"];1414[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1414 -> 1491[label="",style="solid", color="black", weight=3]; 20.53/7.50 1415[label="LT",fontsize=16,color="green",shape="box"];1416[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1416 -> 1492[label="",style="solid", color="black", weight=3]; 20.53/7.50 1417[label="LT",fontsize=16,color="green",shape="box"];1418[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1418 -> 1493[label="",style="solid", color="black", weight=3]; 20.53/7.50 1419[label="LT",fontsize=16,color="green",shape="box"];1420[label="vwx242",fontsize=16,color="green",shape="box"];1421[label="vwx232",fontsize=16,color="green",shape="box"];1422[label="vwx242",fontsize=16,color="green",shape="box"];1423[label="vwx232",fontsize=16,color="green",shape="box"];1424[label="vwx242",fontsize=16,color="green",shape="box"];1425[label="vwx232",fontsize=16,color="green",shape="box"];1426[label="vwx242",fontsize=16,color="green",shape="box"];1427[label="vwx232",fontsize=16,color="green",shape="box"];1428[label="vwx242",fontsize=16,color="green",shape="box"];1429[label="vwx232",fontsize=16,color="green",shape="box"];1430[label="vwx242",fontsize=16,color="green",shape="box"];1431[label="vwx232",fontsize=16,color="green",shape="box"];1432[label="vwx242",fontsize=16,color="green",shape="box"];1433[label="vwx232",fontsize=16,color="green",shape="box"];1434[label="vwx242",fontsize=16,color="green",shape="box"];1435[label="vwx232",fontsize=16,color="green",shape="box"];1436[label="vwx242",fontsize=16,color="green",shape="box"];1437[label="vwx232",fontsize=16,color="green",shape="box"];1438[label="vwx242",fontsize=16,color="green",shape="box"];1439[label="vwx232",fontsize=16,color="green",shape="box"];1440[label="vwx242",fontsize=16,color="green",shape="box"];1441[label="vwx232",fontsize=16,color="green",shape="box"];1442[label="vwx242",fontsize=16,color="green",shape="box"];1443[label="vwx232",fontsize=16,color="green",shape="box"];1444[label="vwx242",fontsize=16,color="green",shape="box"];1445[label="vwx232",fontsize=16,color="green",shape="box"];1446[label="vwx242",fontsize=16,color="green",shape="box"];1447[label="vwx232",fontsize=16,color="green",shape="box"];1448[label="vwx241",fontsize=16,color="green",shape="box"];1449[label="vwx231",fontsize=16,color="green",shape="box"];1450[label="vwx241",fontsize=16,color="green",shape="box"];1451[label="vwx231",fontsize=16,color="green",shape="box"];1452[label="vwx241",fontsize=16,color="green",shape="box"];1453[label="vwx231",fontsize=16,color="green",shape="box"];1454[label="vwx241",fontsize=16,color="green",shape="box"];1455[label="vwx231",fontsize=16,color="green",shape="box"];1456[label="vwx241",fontsize=16,color="green",shape="box"];1457[label="vwx231",fontsize=16,color="green",shape="box"];1458[label="vwx241",fontsize=16,color="green",shape="box"];1459[label="vwx231",fontsize=16,color="green",shape="box"];1460[label="vwx241",fontsize=16,color="green",shape="box"];1461[label="vwx231",fontsize=16,color="green",shape="box"];1462[label="vwx241",fontsize=16,color="green",shape="box"];1463[label="vwx231",fontsize=16,color="green",shape="box"];1464[label="vwx241",fontsize=16,color="green",shape="box"];1465[label="vwx231",fontsize=16,color="green",shape="box"];1466[label="vwx241",fontsize=16,color="green",shape="box"];1467[label="vwx231",fontsize=16,color="green",shape="box"];1468[label="vwx241",fontsize=16,color="green",shape="box"];1469[label="vwx231",fontsize=16,color="green",shape="box"];1470[label="vwx241",fontsize=16,color="green",shape="box"];1471[label="vwx231",fontsize=16,color="green",shape="box"];1472[label="vwx241",fontsize=16,color="green",shape="box"];1473[label="vwx231",fontsize=16,color="green",shape="box"];1474[label="vwx241",fontsize=16,color="green",shape="box"];1475[label="vwx231",fontsize=16,color="green",shape="box"];1476 -> 955[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1476[label="primEqNat vwx2300 vwx2400",fontsize=16,color="magenta"];1476 -> 1494[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1476 -> 1495[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1477[label="False",fontsize=16,color="green",shape="box"];1478[label="False",fontsize=16,color="green",shape="box"];1479[label="True",fontsize=16,color="green",shape="box"];1480[label="vwx2300",fontsize=16,color="green",shape="box"];1481[label="vwx2400",fontsize=16,color="green",shape="box"];1482[label="vwx2300",fontsize=16,color="green",shape="box"];1483[label="vwx2400",fontsize=16,color="green",shape="box"];1484 -> 1496[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1484[label="primPlusNat (primMulNat vwx40000 (Succ vwx30100)) (Succ vwx30100)",fontsize=16,color="magenta"];1484 -> 1497[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1485[label="Zero",fontsize=16,color="green",shape="box"];1486[label="Zero",fontsize=16,color="green",shape="box"];1487[label="Zero",fontsize=16,color="green",shape="box"];1488[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1488 -> 1498[label="",style="solid", color="black", weight=3]; 20.53/7.50 1489[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1489 -> 1499[label="",style="solid", color="black", weight=3]; 20.53/7.50 1490[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1490 -> 1500[label="",style="solid", color="black", weight=3]; 20.53/7.50 1491[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1491 -> 1501[label="",style="solid", color="black", weight=3]; 20.53/7.50 1492[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1492 -> 1502[label="",style="solid", color="black", weight=3]; 20.53/7.50 1493[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1493 -> 1503[label="",style="solid", color="black", weight=3]; 20.53/7.50 1494[label="vwx2300",fontsize=16,color="green",shape="box"];1495[label="vwx2400",fontsize=16,color="green",shape="box"];1497 -> 1016[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1497[label="primMulNat vwx40000 (Succ vwx30100)",fontsize=16,color="magenta"];1497 -> 1504[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1497 -> 1505[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1496[label="primPlusNat vwx53 (Succ vwx30100)",fontsize=16,color="burlywood",shape="triangle"];2025[label="vwx53/Succ vwx530",fontsize=10,color="white",style="solid",shape="box"];1496 -> 2025[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2025 -> 1506[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 2026[label="vwx53/Zero",fontsize=10,color="white",style="solid",shape="box"];1496 -> 2026[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2026 -> 1507[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1498[label="GT",fontsize=16,color="green",shape="box"];1499[label="GT",fontsize=16,color="green",shape="box"];1500[label="GT",fontsize=16,color="green",shape="box"];1501[label="GT",fontsize=16,color="green",shape="box"];1502[label="GT",fontsize=16,color="green",shape="box"];1503[label="GT",fontsize=16,color="green",shape="box"];1504[label="Succ vwx30100",fontsize=16,color="green",shape="box"];1505[label="vwx40000",fontsize=16,color="green",shape="box"];1506[label="primPlusNat (Succ vwx530) (Succ vwx30100)",fontsize=16,color="black",shape="box"];1506 -> 1508[label="",style="solid", color="black", weight=3]; 20.53/7.50 1507[label="primPlusNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];1507 -> 1509[label="",style="solid", color="black", weight=3]; 20.53/7.50 1508[label="Succ (Succ (primPlusNat vwx530 vwx30100))",fontsize=16,color="green",shape="box"];1508 -> 1510[label="",style="dashed", color="green", weight=3]; 20.53/7.50 1509[label="Succ vwx30100",fontsize=16,color="green",shape="box"];1510[label="primPlusNat vwx530 vwx30100",fontsize=16,color="burlywood",shape="triangle"];2027[label="vwx530/Succ vwx5300",fontsize=10,color="white",style="solid",shape="box"];1510 -> 2027[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2027 -> 1511[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 2028[label="vwx530/Zero",fontsize=10,color="white",style="solid",shape="box"];1510 -> 2028[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2028 -> 1512[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1511[label="primPlusNat (Succ vwx5300) vwx30100",fontsize=16,color="burlywood",shape="box"];2029[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];1511 -> 2029[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2029 -> 1513[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 2030[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];1511 -> 2030[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2030 -> 1514[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1512[label="primPlusNat Zero vwx30100",fontsize=16,color="burlywood",shape="box"];2031[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];1512 -> 2031[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2031 -> 1515[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 2032[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];1512 -> 2032[label="",style="solid", color="burlywood", weight=9]; 20.53/7.50 2032 -> 1516[label="",style="solid", color="burlywood", weight=3]; 20.53/7.50 1513[label="primPlusNat (Succ vwx5300) (Succ vwx301000)",fontsize=16,color="black",shape="box"];1513 -> 1517[label="",style="solid", color="black", weight=3]; 20.53/7.50 1514[label="primPlusNat (Succ vwx5300) Zero",fontsize=16,color="black",shape="box"];1514 -> 1518[label="",style="solid", color="black", weight=3]; 20.53/7.50 1515[label="primPlusNat Zero (Succ vwx301000)",fontsize=16,color="black",shape="box"];1515 -> 1519[label="",style="solid", color="black", weight=3]; 20.53/7.50 1516[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1516 -> 1520[label="",style="solid", color="black", weight=3]; 20.53/7.50 1517[label="Succ (Succ (primPlusNat vwx5300 vwx301000))",fontsize=16,color="green",shape="box"];1517 -> 1521[label="",style="dashed", color="green", weight=3]; 20.53/7.50 1518[label="Succ vwx5300",fontsize=16,color="green",shape="box"];1519[label="Succ vwx301000",fontsize=16,color="green",shape="box"];1520[label="Zero",fontsize=16,color="green",shape="box"];1521 -> 1510[label="",style="dashed", color="red", weight=0]; 20.53/7.50 1521[label="primPlusNat vwx5300 vwx301000",fontsize=16,color="magenta"];1521 -> 1522[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1521 -> 1523[label="",style="dashed", color="magenta", weight=3]; 20.53/7.50 1522[label="vwx301000",fontsize=16,color="green",shape="box"];1523[label="vwx5300",fontsize=16,color="green",shape="box"];} 20.53/7.50 20.53/7.50 ---------------------------------------- 20.53/7.50 20.53/7.50 (14) 20.53/7.50 Complex Obligation (AND) 20.53/7.50 20.53/7.50 ---------------------------------------- 20.53/7.50 20.53/7.50 (15) 20.53/7.50 Obligation: 20.53/7.50 Q DP problem: 20.53/7.50 The TRS P consists of the following rules: 20.53/7.50 20.53/7.50 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 20.53/7.50 20.53/7.50 R is empty. 20.53/7.50 Q is empty. 20.53/7.50 We have to consider all minimal (P,Q,R)-chains. 20.53/7.50 ---------------------------------------- 20.53/7.50 20.53/7.50 (16) QDPSizeChangeProof (EQUIVALENT) 20.53/7.50 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. 20.53/7.50 20.53/7.50 From the DPs we obtained the following set of size-change graphs: 20.53/7.50 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 20.53/7.50 The graph contains the following edges 1 > 1, 2 > 2 20.53/7.50 20.53/7.50 20.53/7.50 ---------------------------------------- 20.53/7.50 20.53/7.50 (17) 20.53/7.50 YES 20.53/7.50 20.53/7.50 ---------------------------------------- 20.53/7.50 20.53/7.50 (18) 20.53/7.50 Obligation: 20.53/7.50 Q DP problem: 20.53/7.50 The TRS P consists of the following rules: 20.53/7.50 20.53/7.50 new_primCompAux(vwx300, vwx400, vwx35, app(ty_[], ba)) -> new_compare0(vwx300, vwx400, ba) 20.53/7.50 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(ty_Maybe, bcc)) -> new_ltEs0(vwx302, vwx402, bcc) 20.53/7.50 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(app(ty_Either, da), db)), ce)) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, da, db), da, db) 20.53/7.50 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(app(app(ty_@3, ee), ef), eg)) -> new_ltEs3(vwx301, vwx401, ee, ef, eg) 20.53/7.50 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, baa), bab), hf, hg) -> new_lt1(vwx300, vwx400, baa, bab) 20.53/7.50 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(app(app(ty_@3, bbg), bbh), bca)), hg)) -> new_lt3(vwx301, vwx401, bbg, bbh, bca) 20.53/7.50 new_compare21(vwx300, vwx400, False, cf, cg) -> new_ltEs1(vwx300, vwx400, cf, cg) 20.53/7.50 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(ty_[], cd)), ce)) -> new_compare0(vwx300, vwx400, cd) 20.53/7.50 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(ty_[], bba), hg) -> new_lt(vwx301, vwx401, bba) 20.53/7.50 new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(app(ty_Either, ff), fg)), fa)) -> new_ltEs2(vwx300, vwx400, ff, fg) 20.53/7.50 new_compare3(vwx300, vwx400, da, db) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, da, db), da, db) 20.53/7.50 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], he), hf, hg) -> new_lt(vwx300, vwx400, he) 20.53/7.50 new_primCompAux(vwx300, vwx400, vwx35, app(ty_Maybe, bb)) -> new_compare1(vwx300, vwx400, bb) 20.53/7.50 new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(app(app(ty_@3, fh), ga), gb)), fa)) -> new_ltEs3(vwx300, vwx400, fh, ga, gb) 20.53/7.50 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(app(app(ty_@3, bch), bda), bdb))) -> new_ltEs3(vwx302, vwx402, bch, bda, bdb) 20.53/7.50 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(app(app(ty_@3, dc), dd), de)), ce)) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.50 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(app(ty_@2, bcd), bce))) -> new_ltEs1(vwx302, vwx402, bcd, bce) 20.53/7.50 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(ty_[], bcb))) -> new_ltEs(vwx302, vwx402, bcb) 20.53/7.50 new_primCompAux(vwx300, vwx400, vwx35, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx300, vwx400, bg, bh, ca) 20.53/7.50 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, dc), dd), de), ce) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.50 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(ty_Maybe, dh)) -> new_ltEs0(vwx301, vwx401, dh) 20.53/7.50 new_ltEs2(Left(vwx300), Left(vwx400), app(ty_[], eh), fa) -> new_ltEs(vwx300, vwx400, eh) 20.53/7.50 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(ty_[], bba)), hg)) -> new_lt(vwx301, vwx401, bba) 20.53/7.50 new_compare22(vwx300, vwx400, False, da, db) -> new_ltEs2(vwx300, vwx400, da, db) 20.53/7.50 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(app(ty_Either, bbe), bbf), hg) -> new_lt2(vwx301, vwx401, bbe, bbf) 20.53/7.50 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(ty_@2, baa), bab)), hf), hg)) -> new_lt1(vwx300, vwx400, baa, bab) 20.53/7.50 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(app(ty_Either, ec), ed))) -> new_ltEs2(vwx301, vwx401, ec, ed) 20.53/7.50 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(app(ty_@2, ea), eb)) -> new_ltEs1(vwx301, vwx401, ea, eb) 20.53/7.50 new_lt0(vwx300, vwx400, cb) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, cb), cb) 20.53/7.50 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(ty_Maybe, bbb), hg) -> new_lt0(vwx301, vwx401, bbb) 20.53/7.50 new_compare1(vwx300, vwx400, cb) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, cb), cb) 20.53/7.51 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, da), db), ce) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, da, db), da, db) 20.53/7.51 new_ltEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, fh), ga), gb), fa) -> new_ltEs3(vwx300, vwx400, fh, ga, gb) 20.53/7.51 new_primCompAux(vwx300, vwx400, vwx35, app(app(ty_@2, bc), bd)) -> new_compare2(vwx300, vwx400, bc, bd) 20.53/7.51 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(ty_[], dg))) -> new_ltEs(vwx301, vwx401, dg) 20.53/7.51 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(ty_Maybe, hh)), hf), hg)) -> new_lt0(vwx300, vwx400, hh) 20.53/7.51 new_compare4(vwx300, vwx400, dc, dd, de) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.51 new_ltEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_compare0(vwx301, vwx401, h) 20.53/7.51 new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(ty_[], gd))) -> new_ltEs(vwx300, vwx400, gd) 20.53/7.51 new_compare20(vwx300, vwx400, False, cb) -> new_ltEs0(vwx300, vwx400, cb) 20.53/7.51 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(app(ty_Either, bbe), bbf)), hg)) -> new_lt2(vwx301, vwx401, bbe, bbf) 20.53/7.51 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(app(app(ty_@3, bch), bda), bdb)) -> new_ltEs3(vwx302, vwx402, bch, bda, bdb) 20.53/7.51 new_ltEs2(Right(vwx300), Right(vwx400), gc, app(app(ty_Either, gh), ha)) -> new_ltEs2(vwx300, vwx400, gh, ha) 20.53/7.51 new_lt3(vwx300, vwx400, dc, dd, de) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.51 new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, h), h) 20.53/7.51 new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(ty_[], eh)), fa)) -> new_ltEs(vwx300, vwx400, eh) 20.53/7.51 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(ty_[], he)), hf), hg)) -> new_lt(vwx300, vwx400, he) 20.53/7.51 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(app(ty_Either, bcf), bcg)) -> new_ltEs2(vwx302, vwx402, bcf, bcg) 20.53/7.51 new_ltEs0(Just(:(vwx300, vwx301)), Just(:(vwx400, vwx401)), app(ty_[], h)) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, h), h) 20.53/7.51 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(app(ty_@2, bbc), bbd), hg) -> new_lt1(vwx301, vwx401, bbc, bbd) 20.53/7.51 new_ltEs2(Right(vwx300), Right(vwx400), gc, app(ty_Maybe, ge)) -> new_ltEs0(vwx300, vwx400, ge) 20.53/7.51 new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(app(ty_Either, gh), ha))) -> new_ltEs2(vwx300, vwx400, gh, ha) 20.53/7.51 new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(app(ty_@2, fc), fd)), fa)) -> new_ltEs1(vwx300, vwx400, fc, fd) 20.53/7.51 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], cd), ce) -> new_compare0(vwx300, vwx400, cd) 20.53/7.51 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(ty_Maybe, dh))) -> new_ltEs0(vwx301, vwx401, dh) 20.53/7.51 new_lt2(vwx300, vwx400, da, db) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, da, db), da, db) 20.53/7.51 new_compare2(vwx300, vwx400, cf, cg) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 new_ltEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, fb), fa) -> new_ltEs0(vwx300, vwx400, fb) 20.53/7.51 new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(ty_Maybe, ge))) -> new_ltEs0(vwx300, vwx400, ge) 20.53/7.51 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(ty_[], bcb)) -> new_ltEs(vwx302, vwx402, bcb) 20.53/7.51 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(ty_Maybe, cb)), ce)) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, cb), cb) 20.53/7.51 new_ltEs2(Right(vwx300), Right(vwx400), gc, app(app(app(ty_@3, hb), hc), hd)) -> new_ltEs3(vwx300, vwx400, hb, hc, hd) 20.53/7.51 new_ltEs0(Just(vwx30), Just(vwx40), app(ty_Maybe, cc)) -> new_ltEs0(vwx30, vwx40, cc) 20.53/7.51 new_ltEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, fc), fd), fa) -> new_ltEs1(vwx300, vwx400, fc, fd) 20.53/7.51 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, cb), ce) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, cb), cb) 20.53/7.51 new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(app(ty_@2, gf), gg))) -> new_ltEs1(vwx300, vwx400, gf, gg) 20.53/7.51 new_lt(vwx300, vwx400, cd) -> new_compare0(vwx300, vwx400, cd) 20.53/7.51 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(app(ty_@3, bae), baf), bag)), hf), hg)) -> new_lt3(vwx300, vwx400, bae, baf, bag) 20.53/7.51 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(app(app(ty_@3, ee), ef), eg))) -> new_ltEs3(vwx301, vwx401, ee, ef, eg) 20.53/7.51 new_ltEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, ff), fg), fa) -> new_ltEs2(vwx300, vwx400, ff, fg) 20.53/7.51 new_primCompAux(vwx300, vwx400, vwx35, app(app(ty_Either, be), bf)) -> new_compare3(vwx300, vwx400, be, bf) 20.53/7.51 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(app(ty_@2, cf), cg)), ce)) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 new_ltEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, h), h) 20.53/7.51 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(app(ty_Either, bcf), bcg))) -> new_ltEs2(vwx302, vwx402, bcf, bcg) 20.53/7.51 new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(ty_Maybe, fb)), fa)) -> new_ltEs0(vwx300, vwx400, fb) 20.53/7.51 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(ty_[], dg)) -> new_ltEs(vwx301, vwx401, dg) 20.53/7.51 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bae), baf), bag), hf, hg) -> new_lt3(vwx300, vwx400, bae, baf, bag) 20.53/7.51 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(app(ty_@2, bbc), bbd)), hg)) -> new_lt1(vwx301, vwx401, bbc, bbd) 20.53/7.51 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(app(ty_@2, bcd), bce)) -> new_ltEs1(vwx302, vwx402, bcd, bce) 20.53/7.51 new_lt1(vwx300, vwx400, cf, cg) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_compare0(vwx301, vwx401, h) 20.53/7.51 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, hh), hf, hg) -> new_lt0(vwx300, vwx400, hh) 20.53/7.51 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(app(ty_Either, ec), ed)) -> new_ltEs2(vwx301, vwx401, ec, ed) 20.53/7.51 new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(app(ty_@2, ea), eb))) -> new_ltEs1(vwx301, vwx401, ea, eb) 20.53/7.51 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(ty_Maybe, bcc))) -> new_ltEs0(vwx302, vwx402, bcc) 20.53/7.51 new_ltEs2(Right(vwx300), Right(vwx400), gc, app(app(ty_@2, gf), gg)) -> new_ltEs1(vwx300, vwx400, gf, gg) 20.53/7.51 new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(app(app(ty_@3, hb), hc), hd))) -> new_ltEs3(vwx300, vwx400, hb, hc, hd) 20.53/7.51 new_ltEs2(Right(vwx300), Right(vwx400), gc, app(ty_[], gd)) -> new_ltEs(vwx300, vwx400, gd) 20.53/7.51 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(ty_Maybe, bbb)), hg)) -> new_lt0(vwx301, vwx401, bbb) 20.53/7.51 new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, cf), cg), ce) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bac), bad), hf, hg) -> new_lt2(vwx300, vwx400, bac, bad) 20.53/7.51 new_compare23(vwx300, vwx400, False, dc, dd, de) -> new_ltEs3(vwx300, vwx400, dc, dd, de) 20.53/7.51 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(app(app(ty_@3, bbg), bbh), bca), hg) -> new_lt3(vwx301, vwx401, bbg, bbh, bca) 20.53/7.51 new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(ty_Either, bac), bad)), hf), hg)) -> new_lt2(vwx300, vwx400, bac, bad) 20.53/7.51 new_ltEs0(Just(:(vwx300, vwx301)), Just(:(vwx400, vwx401)), app(ty_[], h)) -> new_compare0(vwx301, vwx401, h) 20.53/7.51 20.53/7.51 The TRS R consists of the following rules: 20.53/7.51 20.53/7.51 new_lt4(vwx300, vwx400, app(app(ty_@2, cf), cg)) -> new_lt15(vwx300, vwx400, cf, cg) 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), app(ty_Ratio, dae)) -> new_esEs10(vwx230, vwx240, dae) 20.53/7.51 new_ltEs5(vwx301, vwx401, ty_Int) -> new_ltEs9(vwx301, vwx401) 20.53/7.51 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 20.53/7.51 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 20.53/7.51 new_esEs16(vwx232, vwx242, ty_Char) -> new_esEs15(vwx232, vwx242) 20.53/7.51 new_compare10(vwx300, vwx400, True, dc, dd, de) -> LT 20.53/7.51 new_esEs16(vwx232, vwx242, app(ty_Maybe, bfa)) -> new_esEs4(vwx232, vwx242, bfa) 20.53/7.51 new_esEs16(vwx232, vwx242, ty_Ordering) -> new_esEs21(vwx232, vwx242) 20.53/7.51 new_compare16(vwx300, vwx400) -> new_compare27(vwx300, vwx400, new_esEs21(vwx300, vwx400)) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), ty_Float, fa) -> new_ltEs6(vwx300, vwx400) 20.53/7.51 new_esEs27(vwx23, vwx24, ty_Float) -> new_esEs20(vwx23, vwx24) 20.53/7.51 new_compare(:(vwx300, vwx301), [], h) -> GT 20.53/7.51 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 20.53/7.51 new_compare18(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare13(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 20.53/7.51 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 20.53/7.51 new_compare11(vwx300, vwx400, da, db) -> new_compare25(vwx300, vwx400, new_esEs6(vwx300, vwx400, da, db), da, db) 20.53/7.51 new_esEs7(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), bdh, bea, beb) -> new_asAs(new_esEs18(vwx230, vwx240, bdh), new_asAs(new_esEs17(vwx231, vwx241, bea), new_esEs16(vwx232, vwx242, beb))) 20.53/7.51 new_compare26(vwx300, vwx400, True, cf, cg) -> EQ 20.53/7.51 new_esEs25(vwx230, vwx240, ty_Double) -> new_esEs19(vwx230, vwx240) 20.53/7.51 new_lt4(vwx300, vwx400, app(ty_Ratio, bdc)) -> new_lt12(vwx300, vwx400, bdc) 20.53/7.51 new_esEs11(vwx231, vwx241, ty_Int) -> new_esEs14(vwx231, vwx241) 20.53/7.51 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 20.53/7.51 new_compare31(vwx300, vwx400, ty_Bool) -> new_compare5(vwx300, vwx400) 20.53/7.51 new_compare8(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 20.53/7.51 new_compare8(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 20.53/7.51 new_ltEs18(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, hg) -> new_pePe(new_lt19(vwx300, vwx400, bah), vwx300, vwx400, new_pePe(new_lt20(vwx301, vwx401, hf), vwx301, vwx401, new_ltEs19(vwx302, vwx402, hg), hf), bah) 20.53/7.51 new_compare111(vwx300, vwx400, True, da, db) -> LT 20.53/7.51 new_ltEs10(GT, LT) -> False 20.53/7.51 new_esEs25(vwx230, vwx240, app(app(ty_@2, cef), ceg)) -> new_esEs5(vwx230, vwx240, cef, ceg) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, ty_Ordering) -> new_ltEs10(vwx300, vwx400) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, ty_Integer) -> new_ltEs14(vwx300, vwx400) 20.53/7.51 new_esEs26(vwx230, vwx240, ty_Ordering) -> new_esEs21(vwx230, vwx240) 20.53/7.51 new_lt20(vwx301, vwx401, ty_Float) -> new_lt5(vwx301, vwx401) 20.53/7.51 new_esEs11(vwx231, vwx241, ty_Integer) -> new_esEs13(vwx231, vwx241) 20.53/7.51 new_primCompAux0(vwx39, GT) -> GT 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), ty_Integer, cad) -> new_esEs13(vwx230, vwx240) 20.53/7.51 new_primEqInt(Pos(Succ(vwx2300)), Pos(Zero)) -> False 20.53/7.51 new_primEqInt(Pos(Zero), Pos(Succ(vwx2400))) -> False 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), ty_Double) -> new_esEs19(vwx230, vwx240) 20.53/7.51 new_esEs26(vwx230, vwx240, ty_Char) -> new_esEs15(vwx230, vwx240) 20.53/7.51 new_compare13(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), ty_@0, cad) -> new_esEs23(vwx230, vwx240) 20.53/7.51 new_ltEs10(EQ, LT) -> False 20.53/7.51 new_compare27(vwx300, vwx400, False) -> new_compare110(vwx300, vwx400, new_ltEs10(vwx300, vwx400)) 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), ty_Bool, cad) -> new_esEs8(vwx230, vwx240) 20.53/7.51 new_ltEs19(vwx302, vwx402, ty_@0) -> new_ltEs12(vwx302, vwx402) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), ty_@0) -> new_ltEs12(vwx30, vwx40) 20.53/7.51 new_compare31(vwx300, vwx400, ty_@0) -> new_compare28(vwx300, vwx400) 20.53/7.51 new_ltEs19(vwx302, vwx402, app(app(ty_Either, bcf), bcg)) -> new_ltEs16(vwx302, vwx402, bcf, bcg) 20.53/7.51 new_esEs8(False, True) -> False 20.53/7.51 new_esEs8(True, False) -> False 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, app(ty_Ratio, chg)) -> new_ltEs13(vwx300, vwx400, chg) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), app(app(ty_Either, gc), fa)) -> new_ltEs16(vwx30, vwx40, gc, fa) 20.53/7.51 new_compare12(vwx300, vwx400, False) -> GT 20.53/7.51 new_ltEs5(vwx301, vwx401, ty_Char) -> new_ltEs8(vwx301, vwx401) 20.53/7.51 new_primEqNat0(Succ(vwx2300), Succ(vwx2400)) -> new_primEqNat0(vwx2300, vwx2400) 20.53/7.51 new_lt19(vwx300, vwx400, ty_Float) -> new_lt5(vwx300, vwx400) 20.53/7.51 new_compare31(vwx300, vwx400, ty_Ordering) -> new_compare16(vwx300, vwx400) 20.53/7.51 new_primCompAux0(vwx39, LT) -> LT 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), app(app(ty_Either, ff), fg), fa) -> new_ltEs16(vwx300, vwx400, ff, fg) 20.53/7.51 new_not(LT) -> new_not0 20.53/7.51 new_esEs25(vwx230, vwx240, app(ty_Ratio, ceh)) -> new_esEs10(vwx230, vwx240, ceh) 20.53/7.51 new_esEs25(vwx230, vwx240, ty_Bool) -> new_esEs8(vwx230, vwx240) 20.53/7.51 new_ltEs5(vwx301, vwx401, app(ty_Ratio, bdd)) -> new_ltEs13(vwx301, vwx401, bdd) 20.53/7.51 new_primCmpNat0(Zero, Zero) -> EQ 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), app(ty_[], dba)) -> new_esEs22(vwx230, vwx240, dba) 20.53/7.51 new_esEs16(vwx232, vwx242, ty_Float) -> new_esEs20(vwx232, vwx242) 20.53/7.51 new_esEs25(vwx230, vwx240, ty_Integer) -> new_esEs13(vwx230, vwx240) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, app(app(ty_Either, gh), ha)) -> new_ltEs16(vwx300, vwx400, gh, ha) 20.53/7.51 new_esEs9(LT) -> True 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), app(app(ty_@2, dac), dad)) -> new_esEs5(vwx230, vwx240, dac, dad) 20.53/7.51 new_esEs25(vwx230, vwx240, app(app(app(ty_@3, cec), ced), cee)) -> new_esEs7(vwx230, vwx240, cec, ced, cee) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, ty_Int) -> new_ltEs9(vwx300, vwx400) 20.53/7.51 new_compare17(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 20.53/7.51 new_compare17(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 20.53/7.51 new_ltEs19(vwx302, vwx402, ty_Double) -> new_ltEs17(vwx302, vwx402) 20.53/7.51 new_ltEs16(Left(vwx300), Right(vwx400), gc, fa) -> True 20.53/7.51 new_esEs21(LT, EQ) -> False 20.53/7.51 new_esEs21(EQ, LT) -> False 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), ty_Int) -> new_esEs14(vwx230, vwx240) 20.53/7.51 new_primEqNat0(Succ(vwx2300), Zero) -> False 20.53/7.51 new_primEqNat0(Zero, Succ(vwx2400)) -> False 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), app(ty_[], h)) -> new_ltEs7(vwx30, vwx40, h) 20.53/7.51 new_esEs25(vwx230, vwx240, ty_Int) -> new_esEs14(vwx230, vwx240) 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), ty_Int, cad) -> new_esEs14(vwx230, vwx240) 20.53/7.51 new_compare110(vwx300, vwx400, True) -> LT 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), app(app(app(ty_@3, chh), daa), dab)) -> new_esEs7(vwx230, vwx240, chh, daa, dab) 20.53/7.51 new_esEs24(vwx231, vwx241, ty_Double) -> new_esEs19(vwx231, vwx241) 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), ty_Bool) -> new_esEs8(vwx230, vwx240) 20.53/7.51 new_esEs19(Double(vwx230, vwx231), Double(vwx240, vwx241)) -> new_esEs14(new_sr(vwx230, vwx241), new_sr(vwx231, vwx240)) 20.53/7.51 new_compare7(vwx300, vwx400, dc, dd, de) -> new_compare29(vwx300, vwx400, new_esEs7(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.51 new_esEs25(vwx230, vwx240, app(ty_[], cfd)) -> new_esEs22(vwx230, vwx240, cfd) 20.53/7.51 new_lt4(vwx300, vwx400, ty_Integer) -> new_lt13(vwx300, vwx400) 20.53/7.51 new_lt4(vwx300, vwx400, ty_Ordering) -> new_lt9(vwx300, vwx400) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, ty_Char) -> new_esEs15(vwx230, vwx240) 20.53/7.51 new_compare15(vwx300, vwx400, True, cf, cg) -> LT 20.53/7.51 new_lt20(vwx301, vwx401, ty_Integer) -> new_lt13(vwx301, vwx401) 20.53/7.51 new_esEs26(vwx230, vwx240, app(ty_Ratio, cgf)) -> new_esEs10(vwx230, vwx240, cgf) 20.53/7.51 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 20.53/7.51 new_compare9(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), ty_Double, cad) -> new_esEs19(vwx230, vwx240) 20.53/7.51 new_esEs26(vwx230, vwx240, ty_Int) -> new_esEs14(vwx230, vwx240) 20.53/7.51 new_ltEs10(GT, EQ) -> False 20.53/7.51 new_esEs5(@2(vwx230, vwx231), @2(vwx240, vwx241), ccg, cch) -> new_asAs(new_esEs25(vwx230, vwx240, ccg), new_esEs24(vwx231, vwx241, cch)) 20.53/7.51 new_esEs17(vwx231, vwx241, ty_Float) -> new_esEs20(vwx231, vwx241) 20.53/7.51 new_primPlusNat1(Succ(vwx5300), Succ(vwx301000)) -> Succ(Succ(new_primPlusNat1(vwx5300, vwx301000))) 20.53/7.51 new_esEs26(vwx230, vwx240, ty_Bool) -> new_esEs8(vwx230, vwx240) 20.53/7.51 new_lt19(vwx300, vwx400, ty_Ordering) -> new_lt9(vwx300, vwx400) 20.53/7.51 new_lt19(vwx300, vwx400, ty_Integer) -> new_lt13(vwx300, vwx400) 20.53/7.51 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 20.53/7.51 new_lt7(vwx300, vwx400) -> new_esEs9(new_compare6(vwx300, vwx400)) 20.53/7.51 new_esEs26(vwx230, vwx240, app(app(app(ty_@3, cga), cgb), cgc)) -> new_esEs7(vwx230, vwx240, cga, cgb, cgc) 20.53/7.51 new_ltEs19(vwx302, vwx402, app(app(ty_@2, bcd), bce)) -> new_ltEs4(vwx302, vwx402, bcd, bce) 20.53/7.51 new_primCompAux1(vwx300, vwx400, vwx35, h) -> new_primCompAux0(vwx35, new_compare31(vwx300, vwx400, h)) 20.53/7.51 new_esEs16(vwx232, vwx242, app(ty_Ratio, beh)) -> new_esEs10(vwx232, vwx242, beh) 20.53/7.51 new_compare31(vwx300, vwx400, ty_Integer) -> new_compare13(vwx300, vwx400) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), ty_Char) -> new_ltEs8(vwx30, vwx40) 20.53/7.51 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), app(ty_[], cbc), cad) -> new_esEs22(vwx230, vwx240, cbc) 20.53/7.51 new_lt20(vwx301, vwx401, ty_@0) -> new_lt11(vwx301, vwx401) 20.53/7.51 new_ltEs19(vwx302, vwx402, app(app(app(ty_@3, bch), bda), bdb)) -> new_ltEs18(vwx302, vwx402, bch, bda, bdb) 20.53/7.51 new_compare17(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 20.53/7.51 new_compare26(vwx300, vwx400, False, cf, cg) -> new_compare15(vwx300, vwx400, new_ltEs4(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 new_esEs17(vwx231, vwx241, ty_Ordering) -> new_esEs21(vwx231, vwx241) 20.53/7.51 new_ltEs8(vwx30, vwx40) -> new_not(new_compare6(vwx30, vwx40)) 20.53/7.51 new_esEs21(EQ, EQ) -> True 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), ty_Integer) -> new_ltEs14(vwx30, vwx40) 20.53/7.51 new_compare25(vwx300, vwx400, True, da, db) -> EQ 20.53/7.51 new_compare210(vwx300, vwx400, True, cb) -> EQ 20.53/7.51 new_esEs9(EQ) -> False 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), ty_Ordering, cad) -> new_esEs21(vwx230, vwx240) 20.53/7.51 new_esEs17(vwx231, vwx241, ty_Char) -> new_esEs15(vwx231, vwx241) 20.53/7.51 new_lt19(vwx300, vwx400, ty_Bool) -> new_lt10(vwx300, vwx400) 20.53/7.51 new_esEs26(vwx230, vwx240, app(app(ty_@2, cgd), cge)) -> new_esEs5(vwx230, vwx240, cgd, cge) 20.53/7.51 new_esEs25(vwx230, vwx240, ty_Ordering) -> new_esEs21(vwx230, vwx240) 20.53/7.51 new_esEs26(vwx230, vwx240, app(ty_[], chb)) -> new_esEs22(vwx230, vwx240, chb) 20.53/7.51 new_esEs12(vwx230, vwx240, ty_Int) -> new_esEs14(vwx230, vwx240) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), ty_Float) -> new_ltEs6(vwx30, vwx40) 20.53/7.51 new_primEqInt(Pos(Zero), Neg(Succ(vwx2400))) -> False 20.53/7.51 new_primEqInt(Neg(Zero), Pos(Succ(vwx2400))) -> False 20.53/7.51 new_compare19(vwx300, vwx400, True, cb) -> LT 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), app(ty_[], eh), fa) -> new_ltEs7(vwx300, vwx400, eh) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, ty_@0) -> new_ltEs12(vwx300, vwx400) 20.53/7.51 new_ltEs15(Nothing, Nothing, bdf) -> True 20.53/7.51 new_compare31(vwx300, vwx400, ty_Char) -> new_compare6(vwx300, vwx400) 20.53/7.51 new_lt13(vwx300, vwx400) -> new_esEs9(new_compare13(vwx300, vwx400)) 20.53/7.51 new_esEs16(vwx232, vwx242, ty_Integer) -> new_esEs13(vwx232, vwx242) 20.53/7.51 new_esEs18(vwx230, vwx240, ty_Float) -> new_esEs20(vwx230, vwx240) 20.53/7.51 new_esEs18(vwx230, vwx240, app(ty_[], bhh)) -> new_esEs22(vwx230, vwx240, bhh) 20.53/7.51 new_ltEs15(Just(vwx30), Nothing, bdf) -> False 20.53/7.51 new_lt4(vwx300, vwx400, ty_Float) -> new_lt5(vwx300, vwx400) 20.53/7.51 new_esEs10(:%(vwx230, vwx231), :%(vwx240, vwx241), bde) -> new_asAs(new_esEs12(vwx230, vwx240, bde), new_esEs11(vwx231, vwx241, bde)) 20.53/7.51 new_primEqInt(Neg(Succ(vwx2300)), Neg(Succ(vwx2400))) -> new_primEqNat0(vwx2300, vwx2400) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, app(app(ty_@2, cbh), cca)) -> new_esEs5(vwx230, vwx240, cbh, cca) 20.53/7.51 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, app(app(app(ty_@3, hb), hc), hd)) -> new_ltEs18(vwx300, vwx400, hb, hc, hd) 20.53/7.51 new_primMulInt(Pos(vwx4000), Pos(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 20.53/7.51 new_esEs24(vwx231, vwx241, app(app(ty_Either, cdh), cea)) -> new_esEs6(vwx231, vwx241, cdh, cea) 20.53/7.51 new_lt14(vwx300, vwx400, cb) -> new_esEs9(new_compare30(vwx300, vwx400, cb)) 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), app(app(ty_Either, cba), cbb), cad) -> new_esEs6(vwx230, vwx240, cba, cbb) 20.53/7.51 new_esEs8(False, False) -> True 20.53/7.51 new_pePe(False, vwx23, vwx24, vwx25, chc) -> new_asAs(new_esEs27(vwx23, vwx24, chc), vwx25) 20.53/7.51 new_primMulNat0(Succ(vwx40000), Zero) -> Zero 20.53/7.51 new_primMulNat0(Zero, Succ(vwx30100)) -> Zero 20.53/7.51 new_ltEs11(False, False) -> True 20.53/7.51 new_primPlusNat0(Zero, vwx30100) -> Succ(vwx30100) 20.53/7.51 new_esEs20(Float(vwx230, vwx231), Float(vwx240, vwx241)) -> new_esEs14(new_sr(vwx230, vwx241), new_sr(vwx231, vwx240)) 20.53/7.51 new_compare31(vwx300, vwx400, app(ty_Ratio, che)) -> new_compare18(vwx300, vwx400, che) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, ty_@0) -> new_esEs23(vwx230, vwx240) 20.53/7.51 new_ltEs5(vwx301, vwx401, ty_@0) -> new_ltEs12(vwx301, vwx401) 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), app(ty_Ratio, cag), cad) -> new_esEs10(vwx230, vwx240, cag) 20.53/7.51 new_esEs16(vwx232, vwx242, app(ty_[], bfd)) -> new_esEs22(vwx232, vwx242, bfd) 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), ty_Float) -> new_esEs20(vwx230, vwx240) 20.53/7.51 new_not(GT) -> False 20.53/7.51 new_ltEs19(vwx302, vwx402, ty_Integer) -> new_ltEs14(vwx302, vwx402) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, app(app(app(ty_@3, cbe), cbf), cbg)) -> new_esEs7(vwx230, vwx240, cbe, cbf, cbg) 20.53/7.51 new_lt15(vwx300, vwx400, cf, cg) -> new_esEs9(new_compare14(vwx300, vwx400, cf, cg)) 20.53/7.51 new_lt20(vwx301, vwx401, ty_Bool) -> new_lt10(vwx301, vwx401) 20.53/7.51 new_esEs24(vwx231, vwx241, ty_Int) -> new_esEs14(vwx231, vwx241) 20.53/7.51 new_lt4(vwx300, vwx400, ty_Bool) -> new_lt10(vwx300, vwx400) 20.53/7.51 new_esEs24(vwx231, vwx241, ty_Bool) -> new_esEs8(vwx231, vwx241) 20.53/7.51 new_ltEs11(True, True) -> True 20.53/7.51 new_primPlusNat1(Succ(vwx5300), Zero) -> Succ(vwx5300) 20.53/7.51 new_primPlusNat1(Zero, Succ(vwx301000)) -> Succ(vwx301000) 20.53/7.51 new_esEs24(vwx231, vwx241, app(app(app(ty_@3, cda), cdb), cdc)) -> new_esEs7(vwx231, vwx241, cda, cdb, cdc) 20.53/7.51 new_esEs27(vwx23, vwx24, ty_Char) -> new_esEs15(vwx23, vwx24) 20.53/7.51 new_ltEs19(vwx302, vwx402, ty_Float) -> new_ltEs6(vwx302, vwx402) 20.53/7.51 new_esEs22(:(vwx230, vwx231), [], cfh) -> False 20.53/7.51 new_esEs22([], :(vwx240, vwx241), cfh) -> False 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), app(app(ty_@2, cae), caf), cad) -> new_esEs5(vwx230, vwx240, cae, caf) 20.53/7.51 new_esEs26(vwx230, vwx240, ty_Integer) -> new_esEs13(vwx230, vwx240) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, ty_Float) -> new_esEs20(vwx230, vwx240) 20.53/7.51 new_primMulInt(Neg(vwx4000), Neg(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 20.53/7.51 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 20.53/7.51 new_compare31(vwx300, vwx400, ty_Int) -> new_compare9(vwx300, vwx400) 20.53/7.51 new_ltEs12(vwx30, vwx40) -> new_not(new_compare28(vwx30, vwx40)) 20.53/7.51 new_esEs18(vwx230, vwx240, app(ty_Ratio, bhd)) -> new_esEs10(vwx230, vwx240, bhd) 20.53/7.51 new_compare([], :(vwx400, vwx401), h) -> LT 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), ty_@0) -> new_esEs23(vwx230, vwx240) 20.53/7.51 new_ltEs5(vwx301, vwx401, app(ty_Maybe, dh)) -> new_ltEs15(vwx301, vwx401, dh) 20.53/7.51 new_ltEs17(vwx30, vwx40) -> new_not(new_compare17(vwx30, vwx40)) 20.53/7.51 new_esEs21(LT, LT) -> True 20.53/7.51 new_esEs27(vwx23, vwx24, ty_Integer) -> new_esEs13(vwx23, vwx24) 20.53/7.51 new_esEs17(vwx231, vwx241, app(ty_[], bgf)) -> new_esEs22(vwx231, vwx241, bgf) 20.53/7.51 new_ltEs11(False, True) -> True 20.53/7.51 new_esEs27(vwx23, vwx24, ty_Ordering) -> new_esEs21(vwx23, vwx24) 20.53/7.51 new_ltEs19(vwx302, vwx402, app(ty_Maybe, bcc)) -> new_ltEs15(vwx302, vwx402, bcc) 20.53/7.51 new_esEs24(vwx231, vwx241, app(app(ty_@2, cdd), cde)) -> new_esEs5(vwx231, vwx241, cdd, cde) 20.53/7.51 new_ltEs13(vwx30, vwx40, bdg) -> new_not(new_compare18(vwx30, vwx40, bdg)) 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), app(ty_Maybe, daf)) -> new_esEs4(vwx230, vwx240, daf) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, ty_Char) -> new_ltEs8(vwx300, vwx400) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), app(ty_Maybe, cc)) -> new_ltEs15(vwx30, vwx40, cc) 20.53/7.51 new_ltEs4(@2(vwx300, vwx301), @2(vwx400, vwx401), df, ce) -> new_pePe(new_lt4(vwx300, vwx400, df), vwx300, vwx400, new_ltEs5(vwx301, vwx401, ce), df) 20.53/7.51 new_ltEs5(vwx301, vwx401, ty_Integer) -> new_ltEs14(vwx301, vwx401) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), ty_Double, fa) -> new_ltEs17(vwx300, vwx400) 20.53/7.51 new_lt6(vwx300, vwx400, cd) -> new_esEs9(new_compare(vwx300, vwx400, cd)) 20.53/7.51 new_not0 -> True 20.53/7.51 new_esEs24(vwx231, vwx241, ty_Ordering) -> new_esEs21(vwx231, vwx241) 20.53/7.51 new_lt19(vwx300, vwx400, app(ty_Maybe, hh)) -> new_lt14(vwx300, vwx400, hh) 20.53/7.51 new_esEs27(vwx23, vwx24, app(app(ty_@2, ccg), cch)) -> new_esEs5(vwx23, vwx24, ccg, cch) 20.53/7.51 new_primMulInt(Pos(vwx4000), Neg(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 20.53/7.51 new_primMulInt(Neg(vwx4000), Pos(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), ty_Integer, fa) -> new_ltEs14(vwx300, vwx400) 20.53/7.51 new_lt19(vwx300, vwx400, ty_Char) -> new_lt7(vwx300, vwx400) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, ty_Double) -> new_esEs19(vwx230, vwx240) 20.53/7.51 new_compare14(vwx300, vwx400, cf, cg) -> new_compare26(vwx300, vwx400, new_esEs5(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 new_esEs24(vwx231, vwx241, app(ty_Maybe, cdg)) -> new_esEs4(vwx231, vwx241, cdg) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, app(app(ty_Either, ccd), cce)) -> new_esEs6(vwx230, vwx240, ccd, cce) 20.53/7.51 new_esEs27(vwx23, vwx24, ty_Double) -> new_esEs19(vwx23, vwx24) 20.53/7.51 new_esEs24(vwx231, vwx241, ty_Char) -> new_esEs15(vwx231, vwx241) 20.53/7.51 new_compare10(vwx300, vwx400, False, dc, dd, de) -> GT 20.53/7.51 new_ltEs19(vwx302, vwx402, ty_Int) -> new_ltEs9(vwx302, vwx402) 20.53/7.51 new_esEs17(vwx231, vwx241, app(ty_Ratio, bgb)) -> new_esEs10(vwx231, vwx241, bgb) 20.53/7.51 new_sr0(Integer(vwx4000), Integer(vwx3010)) -> Integer(new_primMulInt(vwx4000, vwx3010)) 20.53/7.51 new_esEs18(vwx230, vwx240, app(ty_Maybe, bhe)) -> new_esEs4(vwx230, vwx240, bhe) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, ty_Double) -> new_ltEs17(vwx300, vwx400) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), app(ty_Ratio, bdg)) -> new_ltEs13(vwx30, vwx40, bdg) 20.53/7.51 new_esEs18(vwx230, vwx240, ty_Ordering) -> new_esEs21(vwx230, vwx240) 20.53/7.51 new_compare17(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), app(app(ty_Either, dag), dah)) -> new_esEs6(vwx230, vwx240, dag, dah) 20.53/7.51 new_lt20(vwx301, vwx401, app(app(app(ty_@3, bbg), bbh), bca)) -> new_lt18(vwx301, vwx401, bbg, bbh, bca) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), ty_Char, fa) -> new_ltEs8(vwx300, vwx400) 20.53/7.51 new_lt4(vwx300, vwx400, ty_Int) -> new_lt8(vwx300, vwx400) 20.53/7.51 new_esEs18(vwx230, vwx240, ty_Char) -> new_esEs15(vwx230, vwx240) 20.53/7.51 new_compare31(vwx300, vwx400, app(ty_[], ba)) -> new_compare(vwx300, vwx400, ba) 20.53/7.51 new_esEs17(vwx231, vwx241, ty_Double) -> new_esEs19(vwx231, vwx241) 20.53/7.51 new_asAs(True, vwx34) -> vwx34 20.53/7.51 new_lt19(vwx300, vwx400, ty_Double) -> new_lt17(vwx300, vwx400) 20.53/7.51 new_compare24(vwx300, vwx400, False) -> new_compare12(vwx300, vwx400, new_ltEs11(vwx300, vwx400)) 20.53/7.51 new_lt19(vwx300, vwx400, app(app(app(ty_@3, bae), baf), bag)) -> new_lt18(vwx300, vwx400, bae, baf, bag) 20.53/7.51 new_ltEs10(LT, LT) -> True 20.53/7.51 new_esEs17(vwx231, vwx241, ty_Integer) -> new_esEs13(vwx231, vwx241) 20.53/7.51 new_compare31(vwx300, vwx400, app(app(ty_Either, be), bf)) -> new_compare11(vwx300, vwx400, be, bf) 20.53/7.51 new_ltEs16(Right(vwx300), Left(vwx400), gc, fa) -> False 20.53/7.51 new_esEs6(Left(vwx230), Right(vwx240), cbd, cad) -> False 20.53/7.51 new_esEs6(Right(vwx230), Left(vwx240), cbd, cad) -> False 20.53/7.51 new_esEs25(vwx230, vwx240, ty_Float) -> new_esEs20(vwx230, vwx240) 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), ty_Float, cad) -> new_esEs20(vwx230, vwx240) 20.53/7.51 new_compare111(vwx300, vwx400, False, da, db) -> GT 20.53/7.51 new_esEs27(vwx23, vwx24, app(ty_[], cfh)) -> new_esEs22(vwx23, vwx24, cfh) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), ty_Bool) -> new_ltEs11(vwx30, vwx40) 20.53/7.51 new_lt19(vwx300, vwx400, ty_Int) -> new_lt8(vwx300, vwx400) 20.53/7.51 new_compare8(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 20.53/7.51 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 20.53/7.51 new_ltEs5(vwx301, vwx401, ty_Float) -> new_ltEs6(vwx301, vwx401) 20.53/7.51 new_compare30(vwx300, vwx400, cb) -> new_compare210(vwx300, vwx400, new_esEs4(vwx300, vwx400, cb), cb) 20.53/7.51 new_compare110(vwx300, vwx400, False) -> GT 20.53/7.51 new_lt20(vwx301, vwx401, ty_Char) -> new_lt7(vwx301, vwx401) 20.53/7.51 new_sr(vwx400, vwx301) -> new_primMulInt(vwx400, vwx301) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, ty_Bool) -> new_ltEs11(vwx300, vwx400) 20.53/7.51 new_primMulNat0(Zero, Zero) -> Zero 20.53/7.51 new_ltEs5(vwx301, vwx401, ty_Double) -> new_ltEs17(vwx301, vwx401) 20.53/7.51 new_ltEs5(vwx301, vwx401, app(app(ty_@2, ea), eb)) -> new_ltEs4(vwx301, vwx401, ea, eb) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), app(ty_Maybe, fb), fa) -> new_ltEs15(vwx300, vwx400, fb) 20.53/7.51 new_esEs16(vwx232, vwx242, app(app(ty_@2, bef), beg)) -> new_esEs5(vwx232, vwx242, bef, beg) 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), app(ty_Maybe, cah), cad) -> new_esEs4(vwx230, vwx240, cah) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), app(app(app(ty_@3, bah), hf), hg)) -> new_ltEs18(vwx30, vwx40, bah, hf, hg) 20.53/7.51 new_esEs26(vwx230, vwx240, app(app(ty_Either, cgh), cha)) -> new_esEs6(vwx230, vwx240, cgh, cha) 20.53/7.51 new_ltEs5(vwx301, vwx401, app(app(ty_Either, ec), ed)) -> new_ltEs16(vwx301, vwx401, ec, ed) 20.53/7.51 new_ltEs7(vwx30, vwx40, h) -> new_not(new_compare(vwx30, vwx40, h)) 20.53/7.51 new_ltEs19(vwx302, vwx402, ty_Char) -> new_ltEs8(vwx302, vwx402) 20.53/7.51 new_esEs24(vwx231, vwx241, ty_Float) -> new_esEs20(vwx231, vwx241) 20.53/7.51 new_esEs4(Nothing, Nothing, chd) -> True 20.53/7.51 new_ltEs11(True, False) -> False 20.53/7.51 new_lt4(vwx300, vwx400, ty_Char) -> new_lt7(vwx300, vwx400) 20.53/7.51 new_ltEs19(vwx302, vwx402, app(ty_Ratio, cfg)) -> new_ltEs13(vwx302, vwx402, cfg) 20.53/7.51 new_lt4(vwx300, vwx400, app(ty_Maybe, cb)) -> new_lt14(vwx300, vwx400, cb) 20.53/7.51 new_esEs4(Nothing, Just(vwx240), chd) -> False 20.53/7.51 new_esEs4(Just(vwx230), Nothing, chd) -> False 20.53/7.51 new_lt10(vwx300, vwx400) -> new_esEs9(new_compare5(vwx300, vwx400)) 20.53/7.51 new_esEs18(vwx230, vwx240, ty_@0) -> new_esEs23(vwx230, vwx240) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, ty_Bool) -> new_esEs8(vwx230, vwx240) 20.53/7.51 new_esEs24(vwx231, vwx241, ty_@0) -> new_esEs23(vwx231, vwx241) 20.53/7.51 new_esEs27(vwx23, vwx24, app(ty_Ratio, bde)) -> new_esEs10(vwx23, vwx24, bde) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, app(ty_Maybe, ccc)) -> new_esEs4(vwx230, vwx240, ccc) 20.53/7.51 new_esEs25(vwx230, vwx240, app(app(ty_Either, cfb), cfc)) -> new_esEs6(vwx230, vwx240, cfb, cfc) 20.53/7.51 new_primCompAux0(vwx39, EQ) -> vwx39 20.53/7.51 new_ltEs9(vwx30, vwx40) -> new_not(new_compare9(vwx30, vwx40)) 20.53/7.51 new_compare29(vwx300, vwx400, True, dc, dd, de) -> EQ 20.53/7.51 new_compare31(vwx300, vwx400, ty_Float) -> new_compare8(vwx300, vwx400) 20.53/7.51 new_esEs12(vwx230, vwx240, ty_Integer) -> new_esEs13(vwx230, vwx240) 20.53/7.51 new_lt20(vwx301, vwx401, app(ty_Maybe, bbb)) -> new_lt14(vwx301, vwx401, bbb) 20.53/7.51 new_lt4(vwx300, vwx400, ty_Double) -> new_lt17(vwx300, vwx400) 20.53/7.51 new_primEqInt(Neg(Succ(vwx2300)), Neg(Zero)) -> False 20.53/7.51 new_primEqInt(Neg(Zero), Neg(Succ(vwx2400))) -> False 20.53/7.51 new_lt5(vwx300, vwx400) -> new_esEs9(new_compare8(vwx300, vwx400)) 20.53/7.51 new_compare([], [], h) -> EQ 20.53/7.51 new_esEs14(vwx23, vwx24) -> new_primEqInt(vwx23, vwx24) 20.53/7.51 new_lt19(vwx300, vwx400, ty_@0) -> new_lt11(vwx300, vwx400) 20.53/7.51 new_compare31(vwx300, vwx400, app(app(ty_@2, bc), bd)) -> new_compare14(vwx300, vwx400, bc, bd) 20.53/7.51 new_primEqInt(Pos(Succ(vwx2300)), Pos(Succ(vwx2400))) -> new_primEqNat0(vwx2300, vwx2400) 20.53/7.51 new_compare8(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 20.53/7.51 new_ltEs10(GT, GT) -> True 20.53/7.51 new_compare19(vwx300, vwx400, False, cb) -> GT 20.53/7.51 new_compare24(vwx300, vwx400, True) -> EQ 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), ty_Char, cad) -> new_esEs15(vwx230, vwx240) 20.53/7.51 new_compare31(vwx300, vwx400, app(app(app(ty_@3, bg), bh), ca)) -> new_compare7(vwx300, vwx400, bg, bh, ca) 20.53/7.51 new_lt4(vwx300, vwx400, ty_@0) -> new_lt11(vwx300, vwx400) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), ty_Int, fa) -> new_ltEs9(vwx300, vwx400) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, ty_Float) -> new_ltEs6(vwx300, vwx400) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, app(ty_Maybe, ge)) -> new_ltEs15(vwx300, vwx400, ge) 20.53/7.51 new_esEs17(vwx231, vwx241, ty_@0) -> new_esEs23(vwx231, vwx241) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, ty_Int) -> new_esEs14(vwx230, vwx240) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), ty_Ordering, fa) -> new_ltEs10(vwx300, vwx400) 20.53/7.51 new_primEqInt(Pos(Succ(vwx2300)), Neg(vwx240)) -> False 20.53/7.51 new_primEqInt(Neg(Succ(vwx2300)), Pos(vwx240)) -> False 20.53/7.51 new_compare18(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare9(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 20.53/7.51 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), app(app(ty_@2, df), ce)) -> new_ltEs4(vwx30, vwx40, df, ce) 20.53/7.51 new_esEs18(vwx230, vwx240, ty_Integer) -> new_esEs13(vwx230, vwx240) 20.53/7.51 new_ltEs5(vwx301, vwx401, app(app(app(ty_@3, ee), ef), eg)) -> new_ltEs18(vwx301, vwx401, ee, ef, eg) 20.53/7.51 new_esEs24(vwx231, vwx241, ty_Integer) -> new_esEs13(vwx231, vwx241) 20.53/7.51 new_esEs9(GT) -> False 20.53/7.51 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 20.53/7.51 new_ltEs10(LT, EQ) -> True 20.53/7.51 new_esEs25(vwx230, vwx240, ty_Char) -> new_esEs15(vwx230, vwx240) 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), ty_Char) -> new_esEs15(vwx230, vwx240) 20.53/7.51 new_ltEs5(vwx301, vwx401, app(ty_[], dg)) -> new_ltEs7(vwx301, vwx401, dg) 20.53/7.51 new_lt20(vwx301, vwx401, app(ty_Ratio, cff)) -> new_lt12(vwx301, vwx401, cff) 20.53/7.51 new_esEs26(vwx230, vwx240, ty_Double) -> new_esEs19(vwx230, vwx240) 20.53/7.51 new_esEs21(EQ, GT) -> False 20.53/7.51 new_esEs21(GT, EQ) -> False 20.53/7.51 new_ltEs5(vwx301, vwx401, ty_Bool) -> new_ltEs11(vwx301, vwx401) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), ty_Double) -> new_ltEs17(vwx30, vwx40) 20.53/7.51 new_lt20(vwx301, vwx401, app(app(ty_@2, bbc), bbd)) -> new_lt15(vwx301, vwx401, bbc, bbd) 20.53/7.51 new_esEs24(vwx231, vwx241, app(ty_Ratio, cdf)) -> new_esEs10(vwx231, vwx241, cdf) 20.53/7.51 new_esEs21(GT, GT) -> True 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), ty_Ordering) -> new_esEs21(vwx230, vwx240) 20.53/7.51 new_esEs18(vwx230, vwx240, ty_Double) -> new_esEs19(vwx230, vwx240) 20.53/7.51 new_ltEs6(vwx30, vwx40) -> new_not(new_compare8(vwx30, vwx40)) 20.53/7.51 new_ltEs19(vwx302, vwx402, app(ty_[], bcb)) -> new_ltEs7(vwx302, vwx402, bcb) 20.53/7.51 new_esEs17(vwx231, vwx241, app(ty_Maybe, bgc)) -> new_esEs4(vwx231, vwx241, bgc) 20.53/7.51 new_ltEs15(Nothing, Just(vwx40), bdf) -> True 20.53/7.51 new_lt20(vwx301, vwx401, ty_Ordering) -> new_lt9(vwx301, vwx401) 20.53/7.51 new_ltEs5(vwx301, vwx401, ty_Ordering) -> new_ltEs10(vwx301, vwx401) 20.53/7.51 new_ltEs10(EQ, GT) -> True 20.53/7.51 new_lt4(vwx300, vwx400, app(app(app(ty_@3, dc), dd), de)) -> new_lt18(vwx300, vwx400, dc, dd, de) 20.53/7.51 new_esEs16(vwx232, vwx242, app(app(ty_Either, bfb), bfc)) -> new_esEs6(vwx232, vwx242, bfb, bfc) 20.53/7.51 new_esEs16(vwx232, vwx242, app(app(app(ty_@3, bec), bed), bee)) -> new_esEs7(vwx232, vwx242, bec, bed, bee) 20.53/7.51 new_esEs27(vwx23, vwx24, ty_Bool) -> new_esEs8(vwx23, vwx24) 20.53/7.51 new_ltEs14(vwx30, vwx40) -> new_not(new_compare13(vwx30, vwx40)) 20.53/7.51 new_esEs16(vwx232, vwx242, ty_@0) -> new_esEs23(vwx232, vwx242) 20.53/7.51 new_ltEs10(EQ, EQ) -> True 20.53/7.51 new_esEs27(vwx23, vwx24, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs7(vwx23, vwx24, bdh, bea, beb) 20.53/7.51 new_lt18(vwx300, vwx400, dc, dd, de) -> new_esEs9(new_compare7(vwx300, vwx400, dc, dd, de)) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), ty_Bool, fa) -> new_ltEs11(vwx300, vwx400) 20.53/7.51 new_primPlusNat0(Succ(vwx530), vwx30100) -> Succ(Succ(new_primPlusNat1(vwx530, vwx30100))) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, ty_Ordering) -> new_esEs21(vwx230, vwx240) 20.53/7.51 new_lt20(vwx301, vwx401, ty_Int) -> new_lt8(vwx301, vwx401) 20.53/7.51 new_esEs8(True, True) -> True 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), ty_@0, fa) -> new_ltEs12(vwx300, vwx400) 20.53/7.51 new_esEs24(vwx231, vwx241, app(ty_[], ceb)) -> new_esEs22(vwx231, vwx241, ceb) 20.53/7.51 new_esEs27(vwx23, vwx24, ty_@0) -> new_esEs23(vwx23, vwx24) 20.53/7.51 new_lt17(vwx300, vwx400) -> new_esEs9(new_compare17(vwx300, vwx400)) 20.53/7.51 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 20.53/7.51 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, app(ty_[], ccf)) -> new_esEs22(vwx230, vwx240, ccf) 20.53/7.51 new_lt20(vwx301, vwx401, ty_Double) -> new_lt17(vwx301, vwx401) 20.53/7.51 new_primPlusNat1(Zero, Zero) -> Zero 20.53/7.51 new_lt19(vwx300, vwx400, app(ty_Ratio, cfe)) -> new_lt12(vwx300, vwx400, cfe) 20.53/7.51 new_ltEs19(vwx302, vwx402, ty_Bool) -> new_ltEs11(vwx302, vwx402) 20.53/7.51 new_esEs16(vwx232, vwx242, ty_Bool) -> new_esEs8(vwx232, vwx242) 20.53/7.51 new_esEs25(vwx230, vwx240, app(ty_Maybe, cfa)) -> new_esEs4(vwx230, vwx240, cfa) 20.53/7.51 new_esEs27(vwx23, vwx24, app(app(ty_Either, cbd), cad)) -> new_esEs6(vwx23, vwx24, cbd, cad) 20.53/7.51 new_compare28(@0, @0) -> EQ 20.53/7.51 new_esEs27(vwx23, vwx24, ty_Int) -> new_esEs14(vwx23, vwx24) 20.53/7.51 new_esEs18(vwx230, vwx240, ty_Bool) -> new_esEs8(vwx230, vwx240) 20.53/7.51 new_compare25(vwx300, vwx400, False, da, db) -> new_compare111(vwx300, vwx400, new_ltEs16(vwx300, vwx400, da, db), da, db) 20.53/7.51 new_esEs18(vwx230, vwx240, app(app(app(ty_@3, bgg), bgh), bha)) -> new_esEs7(vwx230, vwx240, bgg, bgh, bha) 20.53/7.51 new_esEs13(Integer(vwx230), Integer(vwx240)) -> new_primEqInt(vwx230, vwx240) 20.53/7.51 new_esEs17(vwx231, vwx241, ty_Int) -> new_esEs14(vwx231, vwx241) 20.53/7.51 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, ty_Integer) -> new_esEs13(vwx230, vwx240) 20.53/7.51 new_compare29(vwx300, vwx400, False, dc, dd, de) -> new_compare10(vwx300, vwx400, new_ltEs18(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.51 new_compare5(vwx300, vwx400) -> new_compare24(vwx300, vwx400, new_esEs8(vwx300, vwx400)) 20.53/7.51 new_lt9(vwx300, vwx400) -> new_esEs9(new_compare16(vwx300, vwx400)) 20.53/7.51 new_primMulNat0(Succ(vwx40000), Succ(vwx30100)) -> new_primPlusNat0(new_primMulNat0(vwx40000, Succ(vwx30100)), vwx30100) 20.53/7.51 new_esEs18(vwx230, vwx240, app(app(ty_Either, bhf), bhg)) -> new_esEs6(vwx230, vwx240, bhf, bhg) 20.53/7.51 new_lt20(vwx301, vwx401, app(app(ty_Either, bbe), bbf)) -> new_lt16(vwx301, vwx401, bbe, bbf) 20.53/7.51 new_esEs25(vwx230, vwx240, ty_@0) -> new_esEs23(vwx230, vwx240) 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), ty_Ordering) -> new_ltEs10(vwx30, vwx40) 20.53/7.51 new_esEs18(vwx230, vwx240, ty_Int) -> new_esEs14(vwx230, vwx240) 20.53/7.51 new_esEs6(Left(vwx230), Left(vwx240), app(app(app(ty_@3, caa), cab), cac), cad) -> new_esEs7(vwx230, vwx240, caa, cab, cac) 20.53/7.51 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 20.53/7.51 new_compare210(vwx300, vwx400, False, cb) -> new_compare19(vwx300, vwx400, new_ltEs15(vwx300, vwx400, cb), cb) 20.53/7.51 new_esEs21(LT, GT) -> False 20.53/7.51 new_esEs21(GT, LT) -> False 20.53/7.51 new_esEs22([], [], cfh) -> True 20.53/7.51 new_ltEs15(Just(vwx30), Just(vwx40), ty_Int) -> new_ltEs9(vwx30, vwx40) 20.53/7.51 new_esEs17(vwx231, vwx241, ty_Bool) -> new_esEs8(vwx231, vwx241) 20.53/7.51 new_esEs27(vwx23, vwx24, app(ty_Maybe, chd)) -> new_esEs4(vwx23, vwx24, chd) 20.53/7.51 new_esEs16(vwx232, vwx242, ty_Int) -> new_esEs14(vwx232, vwx242) 20.53/7.51 new_compare31(vwx300, vwx400, ty_Double) -> new_compare17(vwx300, vwx400) 20.53/7.51 new_compare12(vwx300, vwx400, True) -> LT 20.53/7.51 new_lt8(vwx300, vwx400) -> new_esEs9(new_compare9(vwx300, vwx400)) 20.53/7.51 new_compare6(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 20.53/7.51 new_compare15(vwx300, vwx400, False, cf, cg) -> GT 20.53/7.51 new_lt19(vwx300, vwx400, app(app(ty_@2, baa), bab)) -> new_lt15(vwx300, vwx400, baa, bab) 20.53/7.51 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 20.53/7.51 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 20.53/7.51 new_lt16(vwx300, vwx400, da, db) -> new_esEs9(new_compare11(vwx300, vwx400, da, db)) 20.53/7.51 new_esEs17(vwx231, vwx241, app(app(ty_@2, bfh), bga)) -> new_esEs5(vwx231, vwx241, bfh, bga) 20.53/7.51 new_esEs6(Right(vwx230), Right(vwx240), cbd, app(ty_Ratio, ccb)) -> new_esEs10(vwx230, vwx240, ccb) 20.53/7.51 new_esEs22(:(vwx230, vwx231), :(vwx240, vwx241), cfh) -> new_asAs(new_esEs26(vwx230, vwx240, cfh), new_esEs22(vwx231, vwx241, cfh)) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), app(ty_Ratio, chf), fa) -> new_ltEs13(vwx300, vwx400, chf) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, app(app(ty_@2, gf), gg)) -> new_ltEs4(vwx300, vwx400, gf, gg) 20.53/7.51 new_esEs18(vwx230, vwx240, app(app(ty_@2, bhb), bhc)) -> new_esEs5(vwx230, vwx240, bhb, bhc) 20.53/7.51 new_esEs26(vwx230, vwx240, app(ty_Maybe, cgg)) -> new_esEs4(vwx230, vwx240, cgg) 20.53/7.51 new_primEqNat0(Zero, Zero) -> True 20.53/7.51 new_esEs4(Just(vwx230), Just(vwx240), ty_Integer) -> new_esEs13(vwx230, vwx240) 20.53/7.51 new_lt4(vwx300, vwx400, app(ty_[], cd)) -> new_lt6(vwx300, vwx400, cd) 20.53/7.51 new_esEs15(Char(vwx230), Char(vwx240)) -> new_primEqNat0(vwx230, vwx240) 20.53/7.51 new_lt20(vwx301, vwx401, app(ty_[], bba)) -> new_lt6(vwx301, vwx401, bba) 20.53/7.51 new_compare31(vwx300, vwx400, app(ty_Maybe, bb)) -> new_compare30(vwx300, vwx400, bb) 20.53/7.51 new_not(EQ) -> new_not0 20.53/7.51 new_lt11(vwx300, vwx400) -> new_esEs9(new_compare28(vwx300, vwx400)) 20.53/7.51 new_ltEs10(LT, GT) -> True 20.53/7.51 new_asAs(False, vwx34) -> False 20.53/7.51 new_lt4(vwx300, vwx400, app(app(ty_Either, da), db)) -> new_lt16(vwx300, vwx400, da, db) 20.53/7.51 new_esEs17(vwx231, vwx241, app(app(app(ty_@3, bfe), bff), bfg)) -> new_esEs7(vwx231, vwx241, bfe, bff, bfg) 20.53/7.51 new_pePe(True, vwx23, vwx24, vwx25, chc) -> True 20.53/7.51 new_esEs23(@0, @0) -> True 20.53/7.51 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_primCompAux1(vwx300, vwx400, new_compare(vwx301, vwx401, h), h) 20.53/7.51 new_ltEs16(Right(vwx300), Right(vwx400), gc, app(ty_[], gd)) -> new_ltEs7(vwx300, vwx400, gd) 20.53/7.51 new_ltEs19(vwx302, vwx402, ty_Ordering) -> new_ltEs10(vwx302, vwx402) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), app(app(ty_@2, fc), fd), fa) -> new_ltEs4(vwx300, vwx400, fc, fd) 20.53/7.51 new_esEs16(vwx232, vwx242, ty_Double) -> new_esEs19(vwx232, vwx242) 20.53/7.51 new_lt19(vwx300, vwx400, app(ty_[], he)) -> new_lt6(vwx300, vwx400, he) 20.53/7.51 new_compare27(vwx300, vwx400, True) -> EQ 20.53/7.51 new_lt12(vwx300, vwx400, bdc) -> new_esEs9(new_compare18(vwx300, vwx400, bdc)) 20.53/7.51 new_esEs17(vwx231, vwx241, app(app(ty_Either, bgd), bge)) -> new_esEs6(vwx231, vwx241, bgd, bge) 20.53/7.51 new_ltEs16(Left(vwx300), Left(vwx400), app(app(app(ty_@3, fh), ga), gb), fa) -> new_ltEs18(vwx300, vwx400, fh, ga, gb) 20.53/7.51 new_esEs26(vwx230, vwx240, ty_@0) -> new_esEs23(vwx230, vwx240) 20.53/7.51 new_lt19(vwx300, vwx400, app(app(ty_Either, bac), bad)) -> new_lt16(vwx300, vwx400, bac, bad) 20.53/7.51 new_esEs26(vwx230, vwx240, ty_Float) -> new_esEs20(vwx230, vwx240) 20.53/7.51 20.53/7.51 The set Q consists of the following terms: 20.53/7.51 20.53/7.51 new_lt4(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_esEs27(x0, x1, ty_Double) 20.53/7.51 new_primMulNat0(Zero, Succ(x0)) 20.53/7.51 new_ltEs19(x0, x1, ty_Ordering) 20.53/7.51 new_esEs6(Left(x0), Left(x1), ty_Integer, x2) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, ty_Ordering) 20.53/7.51 new_lt16(x0, x1, x2, x3) 20.53/7.51 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_esEs17(x0, x1, ty_Int) 20.53/7.51 new_compare8(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 20.53/7.51 new_compare8(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 20.53/7.51 new_compare13(Integer(x0), Integer(x1)) 20.53/7.51 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), app(ty_[], x2)) 20.53/7.51 new_esEs25(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_lt4(x0, x1, ty_Integer) 20.53/7.51 new_lt20(x0, x1, ty_Ordering) 20.53/7.51 new_lt17(x0, x1) 20.53/7.51 new_esEs6(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 20.53/7.51 new_not0 20.53/7.51 new_ltEs19(x0, x1, app(ty_[], x2)) 20.53/7.51 new_primEqNat0(Succ(x0), Succ(x1)) 20.53/7.51 new_esEs17(x0, x1, app(ty_[], x2)) 20.53/7.51 new_esEs18(x0, x1, ty_Double) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 20.53/7.51 new_esEs27(x0, x1, ty_Ordering) 20.53/7.51 new_compare12(x0, x1, False) 20.53/7.51 new_ltEs5(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_lt13(x0, x1) 20.53/7.51 new_lt20(x0, x1, ty_Int) 20.53/7.51 new_primPlusNat1(Zero, Zero) 20.53/7.51 new_esEs4(Just(x0), Just(x1), ty_Int) 20.53/7.51 new_esEs12(x0, x1, ty_Int) 20.53/7.51 new_lt6(x0, x1, x2) 20.53/7.51 new_ltEs10(LT, LT) 20.53/7.51 new_esEs16(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_primCompAux0(x0, GT) 20.53/7.51 new_compare17(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 20.53/7.51 new_ltEs5(x0, x1, ty_Float) 20.53/7.51 new_primPlusNat0(Zero, x0) 20.53/7.51 new_ltEs19(x0, x1, ty_Int) 20.53/7.51 new_compare8(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 20.53/7.51 new_compare110(x0, x1, True) 20.53/7.51 new_esEs21(LT, LT) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, ty_Int) 20.53/7.51 new_esEs26(x0, x1, ty_Int) 20.53/7.51 new_esEs6(Left(x0), Left(x1), ty_Bool, x2) 20.53/7.51 new_lt7(x0, x1) 20.53/7.51 new_esEs16(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_esEs18(x0, x1, ty_Ordering) 20.53/7.51 new_primEqInt(Pos(Zero), Pos(Zero)) 20.53/7.51 new_esEs4(Just(x0), Just(x1), ty_Double) 20.53/7.51 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 20.53/7.51 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), ty_Float, x2) 20.53/7.51 new_esEs27(x0, x1, ty_Int) 20.53/7.51 new_esEs4(Just(x0), Just(x1), ty_Char) 20.53/7.51 new_esEs17(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_compare210(x0, x1, True, x2) 20.53/7.51 new_compare31(x0, x1, app(ty_[], x2)) 20.53/7.51 new_ltEs19(x0, x1, ty_Char) 20.53/7.51 new_ltEs5(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_esEs16(x0, x1, ty_Int) 20.53/7.51 new_compare11(x0, x1, x2, x3) 20.53/7.51 new_compare31(x0, x1, ty_Float) 20.53/7.51 new_esEs26(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_ltEs19(x0, x1, ty_Double) 20.53/7.51 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_esEs26(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_esEs4(Nothing, Just(x0), x1) 20.53/7.51 new_esEs26(x0, x1, ty_Char) 20.53/7.51 new_primEqInt(Neg(Zero), Neg(Zero)) 20.53/7.51 new_compare6(Char(x0), Char(x1)) 20.53/7.51 new_not(GT) 20.53/7.51 new_asAs(True, x0) 20.53/7.51 new_esEs18(x0, x1, ty_Int) 20.53/7.51 new_primEqNat0(Zero, Succ(x0)) 20.53/7.51 new_esEs16(x0, x1, ty_Char) 20.53/7.51 new_compare15(x0, x1, True, x2, x3) 20.53/7.51 new_compare17(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 20.53/7.51 new_esEs26(x0, x1, ty_Bool) 20.53/7.51 new_compare(:(x0, x1), :(x2, x3), x4) 20.53/7.51 new_esEs16(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_ltEs9(x0, x1) 20.53/7.51 new_esEs25(x0, x1, ty_Float) 20.53/7.51 new_esEs18(x0, x1, ty_Char) 20.53/7.51 new_compare5(x0, x1) 20.53/7.51 new_compare31(x0, x1, ty_Integer) 20.53/7.51 new_esEs20(Float(x0, x1), Float(x2, x3)) 20.53/7.51 new_compare31(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_compare25(x0, x1, False, x2, x3) 20.53/7.51 new_ltEs11(True, True) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 20.53/7.51 new_primPlusNat1(Zero, Succ(x0)) 20.53/7.51 new_compare27(x0, x1, True) 20.53/7.51 new_ltEs10(GT, EQ) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 20.53/7.51 new_ltEs10(EQ, GT) 20.53/7.51 new_esEs8(False, True) 20.53/7.51 new_esEs8(True, False) 20.53/7.51 new_lt19(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_lt4(x0, x1, ty_@0) 20.53/7.51 new_esEs8(True, True) 20.53/7.51 new_esEs26(x0, x1, ty_Ordering) 20.53/7.51 new_esEs4(Just(x0), Just(x1), app(ty_[], x2)) 20.53/7.51 new_esEs16(x0, x1, ty_@0) 20.53/7.51 new_primMulNat0(Succ(x0), Zero) 20.53/7.51 new_lt20(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_compare210(x0, x1, False, x2) 20.53/7.51 new_compare111(x0, x1, True, x2, x3) 20.53/7.51 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_esEs11(x0, x1, ty_Int) 20.53/7.51 new_asAs(False, x0) 20.53/7.51 new_primEqInt(Pos(Zero), Neg(Zero)) 20.53/7.51 new_primEqInt(Neg(Zero), Pos(Zero)) 20.53/7.51 new_esEs17(x0, x1, ty_Double) 20.53/7.51 new_primMulInt(Pos(x0), Pos(x1)) 20.53/7.51 new_esEs4(Just(x0), Just(x1), ty_@0) 20.53/7.51 new_esEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 20.53/7.51 new_lt11(x0, x1) 20.53/7.51 new_esEs26(x0, x1, app(ty_[], x2)) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 20.53/7.51 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 20.53/7.51 new_compare31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_esEs17(x0, x1, ty_@0) 20.53/7.51 new_esEs18(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_esEs17(x0, x1, ty_Char) 20.53/7.51 new_ltEs19(x0, x1, ty_@0) 20.53/7.51 new_lt18(x0, x1, x2, x3, x4) 20.53/7.51 new_lt4(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, ty_Char) 20.53/7.51 new_lt5(x0, x1) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), ty_Double) 20.53/7.51 new_esEs26(x0, x1, ty_Integer) 20.53/7.51 new_lt4(x0, x1, ty_Float) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, ty_Double) 20.53/7.51 new_primCompAux1(x0, x1, x2, x3) 20.53/7.51 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_esEs25(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_lt19(x0, x1, ty_Float) 20.53/7.51 new_esEs4(Just(x0), Nothing, x1) 20.53/7.51 new_compare30(x0, x1, x2) 20.53/7.51 new_compare29(x0, x1, False, x2, x3, x4) 20.53/7.51 new_compare31(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_compare([], [], x0) 20.53/7.51 new_compare8(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 20.53/7.51 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), ty_Int) 20.53/7.51 new_compare15(x0, x1, False, x2, x3) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 20.53/7.51 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_esEs18(x0, x1, ty_@0) 20.53/7.51 new_primCmpNat0(Zero, Succ(x0)) 20.53/7.51 new_esEs24(x0, x1, ty_Double) 20.53/7.51 new_ltEs10(EQ, LT) 20.53/7.51 new_ltEs10(GT, GT) 20.53/7.51 new_ltEs10(LT, EQ) 20.53/7.51 new_lt12(x0, x1, x2) 20.53/7.51 new_compare31(x0, x1, ty_@0) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 20.53/7.51 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 20.53/7.51 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 20.53/7.51 new_lt19(x0, x1, app(ty_[], x2)) 20.53/7.51 new_lt4(x0, x1, ty_Int) 20.53/7.51 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 20.53/7.51 new_compare12(x0, x1, True) 20.53/7.51 new_esEs27(x0, x1, ty_@0) 20.53/7.51 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_esEs6(Left(x0), Left(x1), ty_Int, x2) 20.53/7.51 new_ltEs5(x0, x1, ty_@0) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 20.53/7.51 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 20.53/7.51 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), ty_@0, x2) 20.53/7.51 new_compare31(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, ty_Ordering) 20.53/7.51 new_esEs5(@2(x0, x1), @2(x2, x3), x4, x5) 20.53/7.51 new_esEs17(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_ltEs15(Nothing, Nothing, x0) 20.53/7.51 new_lt19(x0, x1, ty_Double) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, ty_Float) 20.53/7.51 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 20.53/7.51 new_esEs6(Left(x0), Left(x1), ty_Char, x2) 20.53/7.51 new_ltEs19(x0, x1, ty_Bool) 20.53/7.51 new_ltEs14(x0, x1) 20.53/7.51 new_esEs21(EQ, EQ) 20.53/7.51 new_lt4(x0, x1, ty_Char) 20.53/7.51 new_esEs12(x0, x1, ty_Integer) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 20.53/7.51 new_esEs26(x0, x1, ty_Double) 20.53/7.51 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_lt20(x0, x1, ty_Integer) 20.53/7.51 new_esEs9(EQ) 20.53/7.51 new_esEs21(GT, GT) 20.53/7.51 new_primCmpInt(Neg(Zero), Neg(Zero)) 20.53/7.51 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_esEs25(x0, x1, ty_Ordering) 20.53/7.51 new_compare25(x0, x1, True, x2, x3) 20.53/7.51 new_sr(x0, x1) 20.53/7.51 new_primEqNat0(Succ(x0), Zero) 20.53/7.51 new_compare24(x0, x1, False) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, ty_Char) 20.53/7.51 new_primMulNat0(Succ(x0), Succ(x1)) 20.53/7.51 new_primCmpInt(Pos(Zero), Neg(Zero)) 20.53/7.51 new_primCmpInt(Neg(Zero), Pos(Zero)) 20.53/7.51 new_esEs21(LT, EQ) 20.53/7.51 new_esEs21(EQ, LT) 20.53/7.51 new_esEs9(LT) 20.53/7.51 new_esEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_lt4(x0, x1, ty_Bool) 20.53/7.51 new_esEs16(x0, x1, ty_Bool) 20.53/7.51 new_esEs24(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_primCmpNat0(Succ(x0), Succ(x1)) 20.53/7.51 new_esEs16(x0, x1, ty_Ordering) 20.53/7.51 new_ltEs16(Left(x0), Right(x1), x2, x3) 20.53/7.51 new_ltEs16(Right(x0), Left(x1), x2, x3) 20.53/7.51 new_esEs26(x0, x1, ty_@0) 20.53/7.51 new_lt4(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_lt10(x0, x1) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_lt4(x0, x1, ty_Ordering) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, ty_Int) 20.53/7.51 new_esEs17(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), ty_Ordering) 20.53/7.51 new_esEs25(x0, x1, ty_Integer) 20.53/7.51 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 20.53/7.51 new_ltEs5(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_esEs16(x0, x1, ty_Integer) 20.53/7.51 new_esEs16(x0, x1, app(ty_[], x2)) 20.53/7.51 new_compare(:(x0, x1), [], x2) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 20.53/7.51 new_lt20(x0, x1, ty_Char) 20.53/7.51 new_compare17(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 20.53/7.51 new_compare17(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 20.53/7.51 new_esEs10(:%(x0, x1), :%(x2, x3), x4) 20.53/7.51 new_lt20(x0, x1, ty_Bool) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), app(ty_[], x2), x3) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, ty_Bool) 20.53/7.51 new_ltEs11(False, True) 20.53/7.51 new_ltEs11(True, False) 20.53/7.51 new_lt9(x0, x1) 20.53/7.51 new_compare7(x0, x1, x2, x3, x4) 20.53/7.51 new_compare31(x0, x1, ty_Double) 20.53/7.51 new_esEs6(Left(x0), Left(x1), ty_Float, x2) 20.53/7.51 new_esEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_ltEs19(x0, x1, ty_Integer) 20.53/7.51 new_compare([], :(x0, x1), x2) 20.53/7.51 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_esEs24(x0, x1, ty_@0) 20.53/7.51 new_esEs27(x0, x1, ty_Float) 20.53/7.51 new_compare9(x0, x1) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, ty_@0) 20.53/7.51 new_compare19(x0, x1, True, x2) 20.53/7.51 new_compare10(x0, x1, False, x2, x3, x4) 20.53/7.51 new_esEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 20.53/7.51 new_primMulNat0(Zero, Zero) 20.53/7.51 new_esEs18(x0, x1, ty_Float) 20.53/7.51 new_esEs24(x0, x1, ty_Bool) 20.53/7.51 new_esEs24(x0, x1, app(ty_[], x2)) 20.53/7.51 new_lt19(x0, x1, ty_@0) 20.53/7.51 new_not(LT) 20.53/7.51 new_esEs25(x0, x1, ty_Char) 20.53/7.51 new_lt8(x0, x1) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), ty_Integer) 20.53/7.51 new_lt19(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_esEs24(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_pePe(True, x0, x1, x2, x3) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), ty_Double, x2) 20.53/7.51 new_ltEs10(EQ, EQ) 20.53/7.51 new_esEs17(x0, x1, ty_Float) 20.53/7.51 new_ltEs5(x0, x1, ty_Double) 20.53/7.51 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), ty_Bool) 20.53/7.51 new_primPlusNat1(Succ(x0), Succ(x1)) 20.53/7.51 new_lt19(x0, x1, ty_Bool) 20.53/7.51 new_esEs17(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_esEs22(:(x0, x1), [], x2) 20.53/7.51 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 20.53/7.51 new_ltEs5(x0, x1, ty_Char) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 20.53/7.51 new_ltEs7(x0, x1, x2) 20.53/7.51 new_ltEs5(x0, x1, ty_Ordering) 20.53/7.51 new_compare31(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_esEs23(@0, @0) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, ty_Float) 20.53/7.51 new_lt19(x0, x1, ty_Char) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), ty_Ordering, x2) 20.53/7.51 new_esEs15(Char(x0), Char(x1)) 20.53/7.51 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_primCompAux0(x0, EQ) 20.53/7.51 new_lt20(x0, x1, ty_Float) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, ty_Integer) 20.53/7.51 new_ltEs15(Just(x0), Nothing, x1) 20.53/7.51 new_esEs22([], :(x0, x1), x2) 20.53/7.51 new_ltEs5(x0, x1, ty_Int) 20.53/7.51 new_ltEs12(x0, x1) 20.53/7.51 new_esEs6(Left(x0), Left(x1), app(ty_[], x2), x3) 20.53/7.51 new_esEs22(:(x0, x1), :(x2, x3), x4) 20.53/7.51 new_compare26(x0, x1, False, x2, x3) 20.53/7.51 new_esEs18(x0, x1, ty_Integer) 20.53/7.51 new_ltEs10(GT, LT) 20.53/7.51 new_ltEs10(LT, GT) 20.53/7.51 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 20.53/7.51 new_esEs27(x0, x1, app(ty_[], x2)) 20.53/7.51 new_esEs6(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 20.53/7.51 new_esEs22([], [], x0) 20.53/7.51 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 20.53/7.51 new_esEs25(x0, x1, ty_Bool) 20.53/7.51 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_esEs16(x0, x1, ty_Float) 20.53/7.51 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_compare28(@0, @0) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 20.53/7.51 new_ltEs6(x0, x1) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, app(ty_[], x3)) 20.53/7.51 new_ltEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 20.53/7.51 new_esEs25(x0, x1, ty_Double) 20.53/7.51 new_lt19(x0, x1, ty_Int) 20.53/7.51 new_lt14(x0, x1, x2) 20.53/7.51 new_compare31(x0, x1, ty_Ordering) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), ty_Float) 20.53/7.51 new_compare24(x0, x1, True) 20.53/7.51 new_esEs16(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_primPlusNat1(Succ(x0), Zero) 20.53/7.51 new_esEs25(x0, x1, ty_Int) 20.53/7.51 new_primPlusNat0(Succ(x0), x1) 20.53/7.51 new_esEs17(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_lt20(x0, x1, app(ty_[], x2)) 20.53/7.51 new_esEs6(Left(x0), Left(x1), ty_Ordering, x2) 20.53/7.51 new_ltEs15(Nothing, Just(x0), x1) 20.53/7.51 new_esEs18(x0, x1, ty_Bool) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), ty_Char) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), ty_@0) 20.53/7.51 new_esEs27(x0, x1, ty_Integer) 20.53/7.51 new_esEs13(Integer(x0), Integer(x1)) 20.53/7.51 new_esEs18(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_esEs25(x0, x1, ty_@0) 20.53/7.51 new_primCmpNat0(Succ(x0), Zero) 20.53/7.51 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 20.53/7.51 new_esEs4(Just(x0), Just(x1), ty_Float) 20.53/7.51 new_ltEs13(x0, x1, x2) 20.53/7.51 new_esEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 20.53/7.51 new_primCmpInt(Pos(Zero), Pos(Zero)) 20.53/7.51 new_ltEs19(x0, x1, ty_Float) 20.53/7.51 new_esEs27(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_esEs27(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, app(ty_[], x3)) 20.53/7.51 new_compare19(x0, x1, False, x2) 20.53/7.51 new_esEs18(x0, x1, app(ty_[], x2)) 20.53/7.51 new_esEs6(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 20.53/7.51 new_esEs27(x0, x1, ty_Bool) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, ty_Bool) 20.53/7.51 new_esEs6(Left(x0), Right(x1), x2, x3) 20.53/7.51 new_esEs6(Right(x0), Left(x1), x2, x3) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 20.53/7.51 new_esEs18(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_pePe(False, x0, x1, x2, x3) 20.53/7.51 new_ltEs5(x0, x1, ty_Integer) 20.53/7.51 new_lt15(x0, x1, x2, x3) 20.53/7.51 new_compare110(x0, x1, False) 20.53/7.51 new_esEs21(EQ, GT) 20.53/7.51 new_esEs21(GT, EQ) 20.53/7.51 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_esEs9(GT) 20.53/7.51 new_esEs6(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 20.53/7.51 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_ltEs5(x0, x1, ty_Bool) 20.53/7.51 new_esEs24(x0, x1, ty_Float) 20.53/7.51 new_compare10(x0, x1, True, x2, x3, x4) 20.53/7.51 new_sr0(Integer(x0), Integer(x1)) 20.53/7.51 new_esEs17(x0, x1, ty_Integer) 20.53/7.51 new_esEs17(x0, x1, ty_Bool) 20.53/7.51 new_esEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, ty_Integer) 20.53/7.51 new_not(EQ) 20.53/7.51 new_esEs6(Right(x0), Right(x1), x2, ty_@0) 20.53/7.51 new_primMulInt(Pos(x0), Neg(x1)) 20.53/7.51 new_primMulInt(Neg(x0), Pos(x1)) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), ty_Char, x2) 20.53/7.51 new_ltEs17(x0, x1) 20.53/7.51 new_esEs25(x0, x1, app(ty_[], x2)) 20.53/7.51 new_compare111(x0, x1, False, x2, x3) 20.53/7.51 new_ltEs5(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_lt20(x0, x1, ty_@0) 20.53/7.51 new_lt4(x0, x1, app(ty_[], x2)) 20.53/7.51 new_esEs19(Double(x0, x1), Double(x2, x3)) 20.53/7.51 new_lt4(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_esEs24(x0, x1, ty_Ordering) 20.53/7.51 new_esEs6(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 20.53/7.51 new_compare14(x0, x1, x2, x3) 20.53/7.51 new_esEs6(Left(x0), Left(x1), ty_Double, x2) 20.53/7.51 new_compare29(x0, x1, True, x2, x3, x4) 20.53/7.51 new_esEs24(x0, x1, ty_Int) 20.53/7.51 new_ltEs11(False, False) 20.53/7.51 new_esEs16(x0, x1, ty_Double) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), ty_Int, x2) 20.53/7.51 new_esEs4(Just(x0), Just(x1), ty_Bool) 20.53/7.51 new_lt4(x0, x1, ty_Double) 20.53/7.51 new_compare26(x0, x1, True, x2, x3) 20.53/7.51 new_esEs24(x0, x1, ty_Char) 20.53/7.51 new_esEs26(x0, x1, ty_Float) 20.53/7.51 new_ltEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_lt19(x0, x1, ty_Integer) 20.53/7.51 new_primEqNat0(Zero, Zero) 20.53/7.51 new_compare31(x0, x1, ty_Int) 20.53/7.51 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 20.53/7.51 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 20.53/7.51 new_compare18(:%(x0, x1), :%(x2, x3), ty_Integer) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 20.53/7.51 new_esEs27(x0, x1, ty_Char) 20.53/7.51 new_esEs16(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_compare16(x0, x1) 20.53/7.51 new_esEs14(x0, x1) 20.53/7.51 new_primCompAux0(x0, LT) 20.53/7.51 new_esEs8(False, False) 20.53/7.51 new_compare18(:%(x0, x1), :%(x2, x3), ty_Int) 20.53/7.51 new_ltEs4(@2(x0, x1), @2(x2, x3), x4, x5) 20.53/7.51 new_ltEs8(x0, x1) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), ty_Integer, x2) 20.53/7.51 new_esEs6(Left(x0), Left(x1), ty_@0, x2) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 20.53/7.51 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 20.53/7.51 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 20.53/7.51 new_compare27(x0, x1, False) 20.53/7.51 new_esEs24(x0, x1, ty_Integer) 20.53/7.51 new_esEs4(Nothing, Nothing, x0) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 20.53/7.51 new_compare31(x0, x1, ty_Bool) 20.53/7.51 new_lt19(x0, x1, ty_Ordering) 20.53/7.51 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 20.53/7.51 new_esEs11(x0, x1, ty_Integer) 20.53/7.51 new_lt20(x0, x1, app(ty_Maybe, x2)) 20.53/7.51 new_ltEs16(Left(x0), Left(x1), ty_Bool, x2) 20.53/7.51 new_ltEs5(x0, x1, app(ty_[], x2)) 20.53/7.51 new_esEs17(x0, x1, ty_Ordering) 20.53/7.51 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 20.53/7.51 new_lt4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.53/7.51 new_lt20(x0, x1, ty_Double) 20.53/7.51 new_esEs18(x0, x1, app(ty_Ratio, x2)) 20.53/7.51 new_esEs21(LT, GT) 20.53/7.51 new_esEs21(GT, LT) 20.53/7.51 new_esEs4(Just(x0), Just(x1), ty_Ordering) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, ty_Double) 20.53/7.51 new_esEs4(Just(x0), Just(x1), ty_Integer) 20.53/7.51 new_ltEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 20.53/7.51 new_primCmpNat0(Zero, Zero) 20.53/7.51 new_ltEs16(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 20.53/7.51 new_compare31(x0, x1, ty_Char) 20.53/7.51 new_primMulInt(Neg(x0), Neg(x1)) 20.53/7.51 20.53/7.51 We have to consider all minimal (P,Q,R)-chains. 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (19) QDPSizeChangeProof (EQUIVALENT) 20.53/7.51 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. 20.53/7.51 20.53/7.51 From the DPs we obtained the following set of size-change graphs: 20.53/7.51 *new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, h), h) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_compare0(vwx301, vwx401, h) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(:(vwx300, vwx301)), Just(:(vwx400, vwx401)), app(ty_[], h)) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, h), h) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_primCompAux(vwx300, vwx400, new_compare(vwx301, vwx401, h), h) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_compare22(vwx300, vwx400, False, da, db) -> new_ltEs2(vwx300, vwx400, da, db) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(app(app(ty_@3, bch), bda), bdb)) -> new_ltEs3(vwx302, vwx402, bch, bda, bdb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(ty_Maybe, bcc)) -> new_ltEs0(vwx302, vwx402, bcc) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(app(ty_@2, bcd), bce)) -> new_ltEs1(vwx302, vwx402, bcd, bce) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_lt1(vwx300, vwx400, cf, cg) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_lt3(vwx300, vwx400, dc, dd, de) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(app(ty_@2, cf), cg)), ce)) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(app(app(ty_@3, ee), ef), eg)) -> new_ltEs3(vwx301, vwx401, ee, ef, eg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(ty_Maybe, dh)) -> new_ltEs0(vwx301, vwx401, dh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(app(ty_@2, ea), eb)) -> new_ltEs1(vwx301, vwx401, ea, eb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, cf), cg), ce) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_compare2(vwx300, vwx400, cf, cg) -> new_compare21(vwx300, vwx400, new_esEs5(vwx300, vwx400, cf, cg), cf, cg) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_lt(vwx300, vwx400, cd) -> new_compare0(vwx300, vwx400, cd) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_compare23(vwx300, vwx400, False, dc, dd, de) -> new_ltEs3(vwx300, vwx400, dc, dd, de) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_compare20(vwx300, vwx400, False, cb) -> new_ltEs0(vwx300, vwx400, cb) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_compare21(vwx300, vwx400, False, cf, cg) -> new_ltEs1(vwx300, vwx400, cf, cg) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_primCompAux(vwx300, vwx400, vwx35, app(app(ty_Either, be), bf)) -> new_compare3(vwx300, vwx400, be, bf) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_compare1(vwx300, vwx400, cb) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, cb), cb) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_compare0(vwx301, vwx401, h) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_compare4(vwx300, vwx400, dc, dd, de) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(app(ty_Either, bcf), bcg)) -> new_ltEs2(vwx302, vwx402, bcf, bcg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(app(ty_Either, ec), ed)) -> new_ltEs2(vwx301, vwx401, ec, ed) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(app(ty_Either, da), db)), ce)) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, da, db), da, db) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, da), db), ce) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, da, db), da, db) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_lt2(vwx300, vwx400, da, db) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, da, db), da, db) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_compare3(vwx300, vwx400, da, db) -> new_compare22(vwx300, vwx400, new_esEs6(vwx300, vwx400, da, db), da, db) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_lt0(vwx300, vwx400, cb) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, cb), cb) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_primCompAux(vwx300, vwx400, vwx35, app(ty_Maybe, bb)) -> new_compare1(vwx300, vwx400, bb) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_primCompAux(vwx300, vwx400, vwx35, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx300, vwx400, bg, bh, ca) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, hf, app(ty_[], bcb)) -> new_ltEs(vwx302, vwx402, bcb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), df, app(ty_[], dg)) -> new_ltEs(vwx301, vwx401, dg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(ty_Maybe, cb)), ce)) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, cb), cb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, cb), ce) -> new_compare20(vwx300, vwx400, new_esEs4(vwx300, vwx400, cb), cb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], cd), ce) -> new_compare0(vwx300, vwx400, cd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, dc), dd), de), ce) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 20.53/7.51 20.53/7.51 20.53/7.51 *new_primCompAux(vwx300, vwx400, vwx35, app(ty_[], ba)) -> new_compare0(vwx300, vwx400, ba) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_primCompAux(vwx300, vwx400, vwx35, app(app(ty_@2, bc), bd)) -> new_compare2(vwx300, vwx400, bc, bd) 20.53/7.51 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(app(app(ty_@3, dc), dd), de)), ce)) -> new_compare23(vwx300, vwx400, new_esEs7(vwx300, vwx400, dc, dd, de), dc, dd, de) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(app(app(ty_@3, fh), ga), gb)), fa)) -> new_ltEs3(vwx300, vwx400, fh, ga, gb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(app(app(ty_@3, bch), bda), bdb))) -> new_ltEs3(vwx302, vwx402, bch, bda, bdb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(app(app(ty_@3, ee), ef), eg))) -> new_ltEs3(vwx301, vwx401, ee, ef, eg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(app(app(ty_@3, hb), hc), hd))) -> new_ltEs3(vwx300, vwx400, hb, hc, hd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(ty_Maybe, dh))) -> new_ltEs0(vwx301, vwx401, dh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(ty_Maybe, ge))) -> new_ltEs0(vwx300, vwx400, ge) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(vwx30), Just(vwx40), app(ty_Maybe, cc)) -> new_ltEs0(vwx30, vwx40, cc) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(ty_Maybe, fb)), fa)) -> new_ltEs0(vwx300, vwx400, fb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(ty_Maybe, bcc))) -> new_ltEs0(vwx302, vwx402, bcc) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(app(ty_@2, bcd), bce))) -> new_ltEs1(vwx302, vwx402, bcd, bce) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(app(ty_@2, fc), fd)), fa)) -> new_ltEs1(vwx300, vwx400, fc, fd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(app(ty_@2, gf), gg))) -> new_ltEs1(vwx300, vwx400, gf, gg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(app(ty_@2, ea), eb))) -> new_ltEs1(vwx301, vwx401, ea, eb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(app(ty_Either, ff), fg)), fa)) -> new_ltEs2(vwx300, vwx400, ff, fg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(app(ty_Either, ec), ed))) -> new_ltEs2(vwx301, vwx401, ec, ed) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(app(ty_Either, gh), ha))) -> new_ltEs2(vwx300, vwx400, gh, ha) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(app(ty_Either, bcf), bcg))) -> new_ltEs2(vwx302, vwx402, bcf, bcg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(ty_Maybe, hh)), hf), hg)) -> new_lt0(vwx300, vwx400, hh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(ty_Maybe, bbb)), hg)) -> new_lt0(vwx301, vwx401, bbb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), hf), app(ty_[], bcb))) -> new_ltEs(vwx302, vwx402, bcb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, df), app(ty_[], dg))) -> new_ltEs(vwx301, vwx401, dg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Right(vwx300)), Just(Right(vwx400)), app(app(ty_Either, gc), app(ty_[], gd))) -> new_ltEs(vwx300, vwx400, gd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(Left(vwx300)), Just(Left(vwx400)), app(app(ty_Either, app(ty_[], eh)), fa)) -> new_ltEs(vwx300, vwx400, eh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(app(app(ty_@3, bbg), bbh), bca)), hg)) -> new_lt3(vwx301, vwx401, bbg, bbh, bca) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(app(ty_@3, bae), baf), bag)), hf), hg)) -> new_lt3(vwx300, vwx400, bae, baf, bag) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@2(vwx300, vwx301)), Just(@2(vwx400, vwx401)), app(app(ty_@2, app(ty_[], cd)), ce)) -> new_compare0(vwx300, vwx400, cd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(:(vwx300, vwx301)), Just(:(vwx400, vwx401)), app(ty_[], h)) -> new_compare0(vwx301, vwx401, h) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(app(ty_Either, bbe), bbf)), hg)) -> new_lt2(vwx301, vwx401, bbe, bbf) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(ty_Either, bac), bad)), hf), hg)) -> new_lt2(vwx300, vwx400, bac, bad) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(ty_[], bba)), hg)) -> new_lt(vwx301, vwx401, bba) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(ty_[], he)), hf), hg)) -> new_lt(vwx300, vwx400, he) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(ty_@2, baa), bab)), hf), hg)) -> new_lt1(vwx300, vwx400, baa, bab) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs0(Just(@3(vwx300, vwx301, vwx302)), Just(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, bah), app(app(ty_@2, bbc), bbd)), hg)) -> new_lt1(vwx301, vwx401, bbc, bbd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, fh), ga), gb), fa) -> new_ltEs3(vwx300, vwx400, fh, ga, gb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Right(vwx300), Right(vwx400), gc, app(app(app(ty_@3, hb), hc), hd)) -> new_ltEs3(vwx300, vwx400, hb, hc, hd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Right(vwx300), Right(vwx400), gc, app(ty_Maybe, ge)) -> new_ltEs0(vwx300, vwx400, ge) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, fb), fa) -> new_ltEs0(vwx300, vwx400, fb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(ty_Maybe, bbb), hg) -> new_lt0(vwx301, vwx401, bbb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, hh), hf, hg) -> new_lt0(vwx300, vwx400, hh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bae), baf), bag), hf, hg) -> new_lt3(vwx300, vwx400, bae, baf, bag) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(app(app(ty_@3, bbg), bbh), bca), hg) -> new_lt3(vwx301, vwx401, bbg, bbh, bca) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(app(ty_Either, bbe), bbf), hg) -> new_lt2(vwx301, vwx401, bbe, bbf) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bac), bad), hf, hg) -> new_lt2(vwx300, vwx400, bac, bad) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(ty_[], bba), hg) -> new_lt(vwx301, vwx401, bba) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], he), hf, hg) -> new_lt(vwx300, vwx400, he) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, baa), bab), hf, hg) -> new_lt1(vwx300, vwx400, baa, bab) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bah, app(app(ty_@2, bbc), bbd), hg) -> new_lt1(vwx301, vwx401, bbc, bbd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, fc), fd), fa) -> new_ltEs1(vwx300, vwx400, fc, fd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Right(vwx300), Right(vwx400), gc, app(app(ty_@2, gf), gg)) -> new_ltEs1(vwx300, vwx400, gf, gg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Right(vwx300), Right(vwx400), gc, app(app(ty_Either, gh), ha)) -> new_ltEs2(vwx300, vwx400, gh, ha) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, ff), fg), fa) -> new_ltEs2(vwx300, vwx400, ff, fg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Left(vwx300), Left(vwx400), app(ty_[], eh), fa) -> new_ltEs(vwx300, vwx400, eh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_ltEs2(Right(vwx300), Right(vwx400), gc, app(ty_[], gd)) -> new_ltEs(vwx300, vwx400, gd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (20) 20.53/7.51 YES 20.53/7.51 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (21) 20.53/7.51 Obligation: 20.53/7.51 Q DP problem: 20.53/7.51 The TRS P consists of the following rules: 20.53/7.51 20.53/7.51 new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 20.53/7.51 20.53/7.51 R is empty. 20.53/7.51 Q is empty. 20.53/7.51 We have to consider all minimal (P,Q,R)-chains. 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (22) QDPSizeChangeProof (EQUIVALENT) 20.53/7.51 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. 20.53/7.51 20.53/7.51 From the DPs we obtained the following set of size-change graphs: 20.53/7.51 *new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 20.53/7.51 The graph contains the following edges 1 > 1, 2 >= 2 20.53/7.51 20.53/7.51 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (23) 20.53/7.51 YES 20.53/7.51 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (24) 20.53/7.51 Obligation: 20.53/7.51 Q DP problem: 20.53/7.51 The TRS P consists of the following rules: 20.53/7.51 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_Maybe, gh), ge) -> new_esEs1(vwx230, vwx240, gh) 20.53/7.51 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx230, vwx240, bdh, bea) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx232, vwx242, bb, bc, bd) 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx231, vwx241, ff) 20.53/7.51 new_esEs2(Left(vwx230), Left(vwx240), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx230, vwx240, bbc) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(ty_[], cb)) -> new_esEs3(vwx232, vwx242, cb) 20.53/7.51 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx230, vwx240, bcc, bcd) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx231, vwx241, cg, da) 20.53/7.51 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx230, vwx240, bcf, bcg) 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx230, vwx240, gb, gc, gd) 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx231, vwx241, fc, fd) 20.53/7.51 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx230, vwx240, bbh, bca, bcb) 20.53/7.51 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx230, vwx240, bce) 20.53/7.51 new_esEs1(Just(vwx230), Just(vwx240), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx230, vwx240, bab, bac) 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx231, vwx241, fg, fh) 20.53/7.51 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_Maybe, bdg)) -> new_esEs1(vwx230, vwx240, bdg) 20.53/7.51 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_[], beb)) -> new_esEs3(vwx230, vwx240, beb) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(ty_[], de), cf) -> new_esEs3(vwx231, vwx241, de) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx230, vwx240, ec) 20.53/7.51 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(ty_[], bch)) -> new_esEs3(vwx230, vwx240, bch) 20.53/7.51 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx230, vwx240, bde, bdf) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx231, vwx241, db) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_[], ef), ba, cf) -> new_esEs3(vwx230, vwx240, ef) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx231, vwx241, cc, cd, ce) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx232, vwx242, bh, ca) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx232, vwx242, be, bf) 20.53/7.51 new_esEs1(Just(vwx230), Just(vwx240), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx230, vwx240, hd, he, hf) 20.53/7.51 new_esEs2(Left(vwx230), Left(vwx240), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx230, vwx240, bbd, bbe) 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_[], hc), ge) -> new_esEs3(vwx230, vwx240, hc) 20.53/7.51 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), bda) -> new_esEs3(vwx231, vwx241, bda) 20.53/7.51 new_esEs2(Left(vwx230), Left(vwx240), app(ty_[], bbf), bah) -> new_esEs3(vwx230, vwx240, bbf) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx232, vwx242, bg) 20.53/7.51 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx230, vwx240, bdb, bdc, bdd) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx231, vwx241, dc, dd) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx230, vwx240, df, dg, dh) 20.53/7.51 new_esEs1(Just(vwx230), Just(vwx240), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx230, vwx240, hg, hh) 20.53/7.51 new_esEs2(Left(vwx230), Left(vwx240), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx230, vwx240, bba, bbb) 20.53/7.51 new_esEs2(Left(vwx230), Left(vwx240), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx230, vwx240, bae, baf, bag) 20.53/7.51 new_esEs1(Just(vwx230), Just(vwx240), app(ty_[], bad)) -> new_esEs3(vwx230, vwx240, bad) 20.53/7.51 new_esEs1(Just(vwx230), Just(vwx240), app(ty_Maybe, baa)) -> new_esEs1(vwx230, vwx240, baa) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx230, vwx240, ed, ee) 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(ty_[], ga)) -> new_esEs3(vwx231, vwx241, ga) 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx230, vwx240, gf, gg) 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx230, vwx240, ha, hb) 20.53/7.51 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx230, vwx240, ea, eb) 20.53/7.51 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx231, vwx241, eh, fa, fb) 20.53/7.51 20.53/7.51 R is empty. 20.53/7.51 Q is empty. 20.53/7.51 We have to consider all minimal (P,Q,R)-chains. 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (25) QDPSizeChangeProof (EQUIVALENT) 20.53/7.51 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. 20.53/7.51 20.53/7.51 From the DPs we obtained the following set of size-change graphs: 20.53/7.51 *new_esEs1(Just(vwx230), Just(vwx240), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx230, vwx240, hg, hh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs1(Just(vwx230), Just(vwx240), app(ty_[], bad)) -> new_esEs3(vwx230, vwx240, bad) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs1(Just(vwx230), Just(vwx240), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx230, vwx240, hd, he, hf) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs1(Just(vwx230), Just(vwx240), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx230, vwx240, bab, bac) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs1(Just(vwx230), Just(vwx240), app(ty_Maybe, baa)) -> new_esEs1(vwx230, vwx240, baa) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx230, vwx240, bde, bdf) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx230, vwx240, bdb, bdc, bdd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx230, vwx240, bdh, bea) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_Maybe, bdg)) -> new_esEs1(vwx230, vwx240, bdg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx230, vwx240, bcc, bcd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Left(vwx230), Left(vwx240), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx230, vwx240, bba, bbb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx231, vwx241, cg, da) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx232, vwx242, be, bf) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx230, vwx240, ea, eb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx231, vwx241, fc, fd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx230, vwx240, gf, gg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(ty_[], bch)) -> new_esEs3(vwx230, vwx240, bch) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Left(vwx230), Left(vwx240), app(ty_[], bbf), bah) -> new_esEs3(vwx230, vwx240, bbf) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx230, vwx240, bbh, bca, bcb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Left(vwx230), Left(vwx240), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx230, vwx240, bae, baf, bag) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx230, vwx240, bcf, bcg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Left(vwx230), Left(vwx240), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx230, vwx240, bbd, bbe) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Left(vwx230), Left(vwx240), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx230, vwx240, bbc) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx230, vwx240, bce) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(ty_[], cb)) -> new_esEs3(vwx232, vwx242, cb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(ty_[], de), cf) -> new_esEs3(vwx231, vwx241, de) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_[], ef), ba, cf) -> new_esEs3(vwx230, vwx240, ef) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_[], beb)) -> new_esEs3(vwx230, vwx240, beb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), bda) -> new_esEs3(vwx231, vwx241, bda) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_[], hc), ge) -> new_esEs3(vwx230, vwx240, hc) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(ty_[], ga)) -> new_esEs3(vwx231, vwx241, ga) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx232, vwx242, bb, bc, bd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx231, vwx241, cc, cd, ce) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx230, vwx240, df, dg, dh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx232, vwx242, bh, ca) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx231, vwx241, dc, dd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx230, vwx240, ed, ee) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx230, vwx240, ec) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx231, vwx241, db) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx232, vwx242, bg) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx230, vwx240, gb, gc, gd) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx231, vwx241, eh, fa, fb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx231, vwx241, fg, fh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx230, vwx240, ha, hb) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_Maybe, gh), ge) -> new_esEs1(vwx230, vwx240, gh) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.53/7.51 20.53/7.51 20.53/7.51 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx231, vwx241, ff) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.53/7.51 20.53/7.51 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (26) 20.53/7.51 YES 20.53/7.51 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (27) 20.53/7.51 Obligation: 20.53/7.51 Q DP problem: 20.53/7.51 The TRS P consists of the following rules: 20.53/7.51 20.53/7.51 new_primEqNat(Succ(vwx2300), Succ(vwx2400)) -> new_primEqNat(vwx2300, vwx2400) 20.53/7.51 20.53/7.51 R is empty. 20.53/7.51 Q is empty. 20.53/7.51 We have to consider all minimal (P,Q,R)-chains. 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (28) QDPSizeChangeProof (EQUIVALENT) 20.53/7.51 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. 20.53/7.51 20.53/7.51 From the DPs we obtained the following set of size-change graphs: 20.53/7.51 *new_primEqNat(Succ(vwx2300), Succ(vwx2400)) -> new_primEqNat(vwx2300, vwx2400) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2 20.53/7.51 20.53/7.51 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (29) 20.53/7.51 YES 20.53/7.51 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (30) 20.53/7.51 Obligation: 20.53/7.51 Q DP problem: 20.53/7.51 The TRS P consists of the following rules: 20.53/7.51 20.53/7.51 new_primPlusNat(Succ(vwx5300), Succ(vwx301000)) -> new_primPlusNat(vwx5300, vwx301000) 20.53/7.51 20.53/7.51 R is empty. 20.53/7.51 Q is empty. 20.53/7.51 We have to consider all minimal (P,Q,R)-chains. 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (31) QDPSizeChangeProof (EQUIVALENT) 20.53/7.51 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. 20.53/7.51 20.53/7.51 From the DPs we obtained the following set of size-change graphs: 20.53/7.51 *new_primPlusNat(Succ(vwx5300), Succ(vwx301000)) -> new_primPlusNat(vwx5300, vwx301000) 20.53/7.51 The graph contains the following edges 1 > 1, 2 > 2 20.53/7.51 20.53/7.51 20.53/7.51 ---------------------------------------- 20.53/7.51 20.53/7.51 (32) 20.53/7.51 YES 20.59/8.58 EOF