15.80/6.44 YES 18.52/7.15 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 18.52/7.15 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.52/7.15 18.52/7.15 18.52/7.15 H-Termination with start terms of the given HASKELL could be proven: 18.52/7.15 18.52/7.15 (0) HASKELL 18.52/7.15 (1) CR [EQUIVALENT, 0 ms] 18.52/7.15 (2) HASKELL 18.52/7.15 (3) IFR [EQUIVALENT, 0 ms] 18.52/7.15 (4) HASKELL 18.52/7.15 (5) BR [EQUIVALENT, 0 ms] 18.52/7.15 (6) HASKELL 18.52/7.15 (7) COR [EQUIVALENT, 14 ms] 18.52/7.15 (8) HASKELL 18.52/7.15 (9) LetRed [EQUIVALENT, 0 ms] 18.52/7.15 (10) HASKELL 18.52/7.15 (11) NumRed [SOUND, 0 ms] 18.52/7.15 (12) HASKELL 18.52/7.15 (13) Narrow [SOUND, 0 ms] 18.52/7.15 (14) AND 18.52/7.15 (15) QDP 18.52/7.15 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.52/7.15 (17) YES 18.52/7.15 (18) QDP 18.52/7.15 (19) QDPSizeChangeProof [EQUIVALENT, 39 ms] 18.52/7.15 (20) YES 18.52/7.15 (21) QDP 18.52/7.15 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.52/7.15 (23) YES 18.52/7.15 (24) QDP 18.52/7.15 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.52/7.15 (26) YES 18.52/7.15 (27) QDP 18.52/7.15 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.52/7.15 (29) YES 18.52/7.15 (30) QDP 18.52/7.15 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.52/7.15 (32) YES 18.52/7.15 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (0) 18.52/7.15 Obligation: 18.52/7.15 mainModule Main 18.52/7.15 module Main where { 18.52/7.15 import qualified Prelude; 18.52/7.15 } 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (1) CR (EQUIVALENT) 18.52/7.15 Case Reductions: 18.52/7.15 The following Case expression 18.52/7.15 "case compare x y of { 18.52/7.15 EQ -> o; 18.52/7.15 LT -> LT; 18.52/7.15 GT -> GT} 18.52/7.15 " 18.52/7.15 is transformed to 18.52/7.15 "primCompAux0 o EQ = o; 18.52/7.15 primCompAux0 o LT = LT; 18.52/7.15 primCompAux0 o GT = GT; 18.52/7.15 " 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (2) 18.52/7.15 Obligation: 18.52/7.15 mainModule Main 18.52/7.15 module Main where { 18.52/7.15 import qualified Prelude; 18.52/7.15 } 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (3) IFR (EQUIVALENT) 18.52/7.15 If Reductions: 18.52/7.15 The following If expression 18.52/7.15 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 18.52/7.15 is transformed to 18.52/7.15 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 18.52/7.15 primDivNatS0 x y False = Zero; 18.52/7.15 " 18.52/7.15 The following If expression 18.52/7.15 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 18.52/7.15 is transformed to 18.52/7.15 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 18.52/7.15 primModNatS0 x y False = Succ x; 18.52/7.15 " 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (4) 18.52/7.15 Obligation: 18.52/7.15 mainModule Main 18.52/7.15 module Main where { 18.52/7.15 import qualified Prelude; 18.52/7.15 } 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (5) BR (EQUIVALENT) 18.52/7.15 Replaced joker patterns by fresh variables and removed binding patterns. 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (6) 18.52/7.15 Obligation: 18.52/7.15 mainModule Main 18.52/7.15 module Main where { 18.52/7.15 import qualified Prelude; 18.52/7.15 } 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (7) COR (EQUIVALENT) 18.52/7.15 Cond Reductions: 18.52/7.15 The following Function with conditions 18.52/7.15 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 18.52/7.15 " 18.52/7.15 is transformed to 18.52/7.15 "compare x y = compare3 x y; 18.52/7.15 " 18.52/7.15 "compare0 x y True = GT; 18.52/7.15 " 18.52/7.15 "compare2 x y True = EQ; 18.52/7.15 compare2 x y False = compare1 x y (x <= y); 18.52/7.15 " 18.52/7.15 "compare1 x y True = LT; 18.52/7.15 compare1 x y False = compare0 x y otherwise; 18.52/7.15 " 18.52/7.15 "compare3 x y = compare2 x y (x == y); 18.52/7.15 " 18.52/7.15 The following Function with conditions 18.52/7.15 "absReal x|x >= 0x|otherwise`negate` x; 18.52/7.15 " 18.52/7.15 is transformed to 18.52/7.15 "absReal x = absReal2 x; 18.52/7.15 " 18.52/7.15 "absReal0 x True = `negate` x; 18.52/7.15 " 18.52/7.15 "absReal1 x True = x; 18.52/7.15 absReal1 x False = absReal0 x otherwise; 18.52/7.15 " 18.52/7.15 "absReal2 x = absReal1 x (x >= 0); 18.52/7.15 " 18.52/7.15 The following Function with conditions 18.52/7.15 "gcd' x 0 = x; 18.52/7.15 gcd' x y = gcd' y (x `rem` y); 18.52/7.15 " 18.52/7.15 is transformed to 18.52/7.15 "gcd' x zx = gcd'2 x zx; 18.52/7.15 gcd' x y = gcd'0 x y; 18.52/7.15 " 18.52/7.15 "gcd'0 x y = gcd' y (x `rem` y); 18.52/7.15 " 18.52/7.15 "gcd'1 True x zx = x; 18.52/7.15 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.52/7.15 " 18.52/7.15 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.52/7.15 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.52/7.15 " 18.52/7.15 The following Function with conditions 18.52/7.15 "gcd 0 0 = error []; 18.52/7.15 gcd x y = gcd' (abs x) (abs y) where { 18.52/7.15 gcd' x 0 = x; 18.52/7.15 gcd' x y = gcd' y (x `rem` y); 18.52/7.15 } 18.52/7.15 ; 18.52/7.15 " 18.52/7.15 is transformed to 18.52/7.15 "gcd vux vuy = gcd3 vux vuy; 18.52/7.15 gcd x y = gcd0 x y; 18.52/7.15 " 18.52/7.15 "gcd0 x y = gcd' (abs x) (abs y) where { 18.52/7.15 gcd' x zx = gcd'2 x zx; 18.52/7.15 gcd' x y = gcd'0 x y; 18.52/7.15 ; 18.52/7.15 gcd'0 x y = gcd' y (x `rem` y); 18.52/7.15 ; 18.52/7.15 gcd'1 True x zx = x; 18.52/7.15 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.52/7.15 ; 18.52/7.15 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.52/7.15 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.52/7.15 } 18.52/7.15 ; 18.52/7.15 " 18.52/7.15 "gcd1 True vux vuy = error []; 18.52/7.15 gcd1 vuz vvu vvv = gcd0 vvu vvv; 18.52/7.15 " 18.52/7.15 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 18.52/7.15 gcd2 vvw vvx vvy = gcd0 vvx vvy; 18.52/7.15 " 18.52/7.15 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 18.52/7.15 gcd3 vvz vwu = gcd0 vvz vwu; 18.52/7.15 " 18.52/7.15 The following Function with conditions 18.52/7.15 "undefined |Falseundefined; 18.52/7.15 " 18.52/7.15 is transformed to 18.52/7.15 "undefined = undefined1; 18.52/7.15 " 18.52/7.15 "undefined0 True = undefined; 18.52/7.15 " 18.52/7.15 "undefined1 = undefined0 False; 18.52/7.15 " 18.52/7.15 The following Function with conditions 18.52/7.15 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 18.52/7.15 d = gcd x y; 18.52/7.15 } 18.52/7.15 ; 18.52/7.15 " 18.52/7.15 is transformed to 18.52/7.15 "reduce x y = reduce2 x y; 18.52/7.15 " 18.52/7.15 "reduce2 x y = reduce1 x y (y == 0) where { 18.52/7.15 d = gcd x y; 18.52/7.15 ; 18.52/7.15 reduce0 x y True = x `quot` d :% (y `quot` d); 18.52/7.15 ; 18.52/7.15 reduce1 x y True = error []; 18.52/7.15 reduce1 x y False = reduce0 x y otherwise; 18.52/7.15 } 18.52/7.15 ; 18.52/7.15 " 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (8) 18.52/7.15 Obligation: 18.52/7.15 mainModule Main 18.52/7.15 module Main where { 18.52/7.15 import qualified Prelude; 18.52/7.15 } 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (9) LetRed (EQUIVALENT) 18.52/7.15 Let/Where Reductions: 18.52/7.15 The bindings of the following Let/Where expression 18.52/7.15 "gcd' (abs x) (abs y) where { 18.52/7.15 gcd' x zx = gcd'2 x zx; 18.52/7.15 gcd' x y = gcd'0 x y; 18.52/7.15 ; 18.52/7.15 gcd'0 x y = gcd' y (x `rem` y); 18.52/7.15 ; 18.52/7.15 gcd'1 True x zx = x; 18.52/7.15 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.52/7.15 ; 18.52/7.15 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.52/7.15 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.52/7.15 } 18.52/7.15 " 18.52/7.15 are unpacked to the following functions on top level 18.52/7.15 "gcd0Gcd'1 True x zx = x; 18.52/7.15 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 18.52/7.15 " 18.52/7.15 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 18.52/7.15 " 18.52/7.15 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 18.52/7.15 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 18.52/7.15 " 18.52/7.15 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 18.52/7.15 gcd0Gcd' x y = gcd0Gcd'0 x y; 18.52/7.15 " 18.52/7.15 The bindings of the following Let/Where expression 18.52/7.15 "reduce1 x y (y == 0) where { 18.52/7.15 d = gcd x y; 18.52/7.15 ; 18.52/7.15 reduce0 x y True = x `quot` d :% (y `quot` d); 18.52/7.15 ; 18.52/7.15 reduce1 x y True = error []; 18.52/7.15 reduce1 x y False = reduce0 x y otherwise; 18.52/7.15 } 18.52/7.15 " 18.52/7.15 are unpacked to the following functions on top level 18.52/7.15 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 18.52/7.15 " 18.52/7.15 "reduce2D vwv vww = gcd vwv vww; 18.52/7.15 " 18.52/7.15 "reduce2Reduce1 vwv vww x y True = error []; 18.52/7.15 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 18.52/7.15 " 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (10) 18.52/7.15 Obligation: 18.52/7.15 mainModule Main 18.52/7.15 module Main where { 18.52/7.15 import qualified Prelude; 18.52/7.15 } 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (11) NumRed (SOUND) 18.52/7.15 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (12) 18.52/7.15 Obligation: 18.52/7.15 mainModule Main 18.52/7.15 module Main where { 18.52/7.15 import qualified Prelude; 18.52/7.15 } 18.52/7.15 18.52/7.15 ---------------------------------------- 18.52/7.15 18.52/7.15 (13) Narrow (SOUND) 18.52/7.15 Haskell To QDPs 18.52/7.15 18.52/7.15 digraph dp_graph { 18.52/7.15 node [outthreshold=100, inthreshold=100];1[label="(<=)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.52/7.15 3[label="(<=) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 18.52/7.15 4[label="(<=) vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1518[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];4 -> 1518[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1518 -> 5[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1519[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];4 -> 1519[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1519 -> 6[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 5[label="(<=) Left vwx30 vwx4",fontsize=16,color="burlywood",shape="box"];1520[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];5 -> 1520[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1520 -> 7[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1521[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];5 -> 1521[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1521 -> 8[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 6[label="(<=) Right vwx30 vwx4",fontsize=16,color="burlywood",shape="box"];1522[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];6 -> 1522[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1522 -> 9[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1523[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];6 -> 1523[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1523 -> 10[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 7[label="(<=) Left vwx30 Left vwx40",fontsize=16,color="black",shape="box"];7 -> 11[label="",style="solid", color="black", weight=3]; 18.52/7.15 8[label="(<=) Left vwx30 Right vwx40",fontsize=16,color="black",shape="box"];8 -> 12[label="",style="solid", color="black", weight=3]; 18.52/7.15 9[label="(<=) Right vwx30 Left vwx40",fontsize=16,color="black",shape="box"];9 -> 13[label="",style="solid", color="black", weight=3]; 18.52/7.15 10[label="(<=) Right vwx30 Right vwx40",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 18.52/7.15 11[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];1524[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1524[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1524 -> 15[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1525[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1525[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1525 -> 16[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1526[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1526[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1526 -> 17[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1527[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1527[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1527 -> 18[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1528[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1528[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1528 -> 19[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1529[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1529[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1529 -> 20[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1530[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1530[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1530 -> 21[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1531[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1531[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1531 -> 22[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1532[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1532[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1532 -> 23[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1533[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1533[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1533 -> 24[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1534[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1534[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1534 -> 25[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1535[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1535[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1535 -> 26[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1536[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1536[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1536 -> 27[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1537[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];11 -> 1537[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1537 -> 28[label="",style="solid", color="blue", weight=3]; 18.52/7.15 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"];1538[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1538[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1538 -> 29[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1539[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1539[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1539 -> 30[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1540[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1540[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1540 -> 31[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1541[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1541[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1541 -> 32[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1542[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1542[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1542 -> 33[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1543[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1543[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1543 -> 34[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1544[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1544[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1544 -> 35[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1545[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1545[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1545 -> 36[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1546[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1546[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1546 -> 37[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1547[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1547[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1547 -> 38[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1548[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1548[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1548 -> 39[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1549[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1549[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1549 -> 40[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1550[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1550[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1550 -> 41[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1551[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];14 -> 1551[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1551 -> 42[label="",style="solid", color="blue", weight=3]; 18.52/7.15 15[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];15 -> 43[label="",style="solid", color="black", weight=3]; 18.52/7.15 16[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1552[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];16 -> 1552[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1552 -> 44[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1553[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];16 -> 1553[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1553 -> 45[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 17[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];17 -> 46[label="",style="solid", color="black", weight=3]; 18.52/7.15 18[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1554[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];18 -> 1554[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1554 -> 47[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 19[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];19 -> 48[label="",style="solid", color="black", weight=3]; 18.52/7.15 20 -> 4[label="",style="dashed", color="red", weight=0]; 18.52/7.15 20[label="vwx30 <= vwx40",fontsize=16,color="magenta"];20 -> 49[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 20 -> 50[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 21[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];21 -> 51[label="",style="solid", color="black", weight=3]; 18.52/7.15 22[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];22 -> 52[label="",style="solid", color="black", weight=3]; 18.52/7.15 23[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1555[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];23 -> 1555[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1555 -> 53[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1556[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];23 -> 1556[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1556 -> 54[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1557[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];23 -> 1557[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1557 -> 55[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 24[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];24 -> 56[label="",style="solid", color="black", weight=3]; 18.52/7.15 25[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];25 -> 57[label="",style="solid", color="black", weight=3]; 18.52/7.15 26[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1558[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];26 -> 1558[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1558 -> 58[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1559[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];26 -> 1559[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1559 -> 59[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 27[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1560[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];27 -> 1560[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1560 -> 60[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 28[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];28 -> 61[label="",style="solid", color="black", weight=3]; 18.52/7.15 29 -> 15[label="",style="dashed", color="red", weight=0]; 18.52/7.15 29[label="vwx30 <= vwx40",fontsize=16,color="magenta"];29 -> 62[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 29 -> 63[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 30 -> 16[label="",style="dashed", color="red", weight=0]; 18.52/7.15 30[label="vwx30 <= vwx40",fontsize=16,color="magenta"];30 -> 64[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 30 -> 65[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 31 -> 17[label="",style="dashed", color="red", weight=0]; 18.52/7.15 31[label="vwx30 <= vwx40",fontsize=16,color="magenta"];31 -> 66[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 31 -> 67[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 32 -> 18[label="",style="dashed", color="red", weight=0]; 18.52/7.15 32[label="vwx30 <= vwx40",fontsize=16,color="magenta"];32 -> 68[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 32 -> 69[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 33 -> 19[label="",style="dashed", color="red", weight=0]; 18.52/7.15 33[label="vwx30 <= vwx40",fontsize=16,color="magenta"];33 -> 70[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 33 -> 71[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 34 -> 4[label="",style="dashed", color="red", weight=0]; 18.52/7.15 34[label="vwx30 <= vwx40",fontsize=16,color="magenta"];34 -> 72[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 34 -> 73[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 35 -> 21[label="",style="dashed", color="red", weight=0]; 18.52/7.15 35[label="vwx30 <= vwx40",fontsize=16,color="magenta"];35 -> 74[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 35 -> 75[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 36 -> 22[label="",style="dashed", color="red", weight=0]; 18.52/7.15 36[label="vwx30 <= vwx40",fontsize=16,color="magenta"];36 -> 76[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 36 -> 77[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 37 -> 23[label="",style="dashed", color="red", weight=0]; 18.52/7.15 37[label="vwx30 <= vwx40",fontsize=16,color="magenta"];37 -> 78[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 37 -> 79[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 38 -> 24[label="",style="dashed", color="red", weight=0]; 18.52/7.15 38[label="vwx30 <= vwx40",fontsize=16,color="magenta"];38 -> 80[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 38 -> 81[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 39 -> 25[label="",style="dashed", color="red", weight=0]; 18.52/7.15 39[label="vwx30 <= vwx40",fontsize=16,color="magenta"];39 -> 82[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 39 -> 83[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 40 -> 26[label="",style="dashed", color="red", weight=0]; 18.52/7.15 40[label="vwx30 <= vwx40",fontsize=16,color="magenta"];40 -> 84[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 40 -> 85[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 41 -> 27[label="",style="dashed", color="red", weight=0]; 18.52/7.15 41[label="vwx30 <= vwx40",fontsize=16,color="magenta"];41 -> 86[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 41 -> 87[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 42 -> 28[label="",style="dashed", color="red", weight=0]; 18.52/7.15 42[label="vwx30 <= vwx40",fontsize=16,color="magenta"];42 -> 88[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 42 -> 89[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 43[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];43 -> 90[label="",style="solid", color="black", weight=3]; 18.52/7.15 44[label="False <= vwx40",fontsize=16,color="burlywood",shape="box"];1561[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];44 -> 1561[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1561 -> 91[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1562[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];44 -> 1562[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1562 -> 92[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 45[label="True <= vwx40",fontsize=16,color="burlywood",shape="box"];1563[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];45 -> 1563[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1563 -> 93[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1564[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];45 -> 1564[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1564 -> 94[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 46[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];46 -> 95[label="",style="solid", color="black", weight=3]; 18.52/7.15 47[label="(vwx300,vwx301) <= vwx40",fontsize=16,color="burlywood",shape="box"];1565[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];47 -> 1565[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1565 -> 96[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 48[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];48 -> 97[label="",style="solid", color="black", weight=3]; 18.52/7.15 49[label="vwx30",fontsize=16,color="green",shape="box"];50[label="vwx40",fontsize=16,color="green",shape="box"];51[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];51 -> 98[label="",style="solid", color="black", weight=3]; 18.52/7.15 52[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];52 -> 99[label="",style="solid", color="black", weight=3]; 18.52/7.15 53[label="LT <= vwx40",fontsize=16,color="burlywood",shape="box"];1566[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];53 -> 1566[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1566 -> 100[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1567[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];53 -> 1567[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1567 -> 101[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1568[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];53 -> 1568[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1568 -> 102[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 54[label="EQ <= vwx40",fontsize=16,color="burlywood",shape="box"];1569[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];54 -> 1569[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1569 -> 103[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1570[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];54 -> 1570[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1570 -> 104[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1571[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];54 -> 1571[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1571 -> 105[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 55[label="GT <= vwx40",fontsize=16,color="burlywood",shape="box"];1572[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];55 -> 1572[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1572 -> 106[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1573[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];55 -> 1573[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1573 -> 107[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1574[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];55 -> 1574[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1574 -> 108[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 56[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];56 -> 109[label="",style="solid", color="black", weight=3]; 18.52/7.15 57[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];57 -> 110[label="",style="solid", color="black", weight=3]; 18.52/7.15 58[label="Nothing <= vwx40",fontsize=16,color="burlywood",shape="box"];1575[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];58 -> 1575[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1575 -> 111[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1576[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];58 -> 1576[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1576 -> 112[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 59[label="Just vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1577[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];59 -> 1577[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1577 -> 113[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1578[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];59 -> 1578[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1578 -> 114[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 60[label="(vwx300,vwx301,vwx302) <= vwx40",fontsize=16,color="burlywood",shape="box"];1579[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];60 -> 1579[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1579 -> 115[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 61[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];61 -> 116[label="",style="solid", color="black", weight=3]; 18.52/7.15 62[label="vwx40",fontsize=16,color="green",shape="box"];63[label="vwx30",fontsize=16,color="green",shape="box"];64[label="vwx40",fontsize=16,color="green",shape="box"];65[label="vwx30",fontsize=16,color="green",shape="box"];66[label="vwx40",fontsize=16,color="green",shape="box"];67[label="vwx30",fontsize=16,color="green",shape="box"];68[label="vwx40",fontsize=16,color="green",shape="box"];69[label="vwx30",fontsize=16,color="green",shape="box"];70[label="vwx40",fontsize=16,color="green",shape="box"];71[label="vwx30",fontsize=16,color="green",shape="box"];72[label="vwx30",fontsize=16,color="green",shape="box"];73[label="vwx40",fontsize=16,color="green",shape="box"];74[label="vwx40",fontsize=16,color="green",shape="box"];75[label="vwx30",fontsize=16,color="green",shape="box"];76[label="vwx40",fontsize=16,color="green",shape="box"];77[label="vwx30",fontsize=16,color="green",shape="box"];78[label="vwx40",fontsize=16,color="green",shape="box"];79[label="vwx30",fontsize=16,color="green",shape="box"];80[label="vwx40",fontsize=16,color="green",shape="box"];81[label="vwx30",fontsize=16,color="green",shape="box"];82[label="vwx40",fontsize=16,color="green",shape="box"];83[label="vwx30",fontsize=16,color="green",shape="box"];84[label="vwx40",fontsize=16,color="green",shape="box"];85[label="vwx30",fontsize=16,color="green",shape="box"];86[label="vwx40",fontsize=16,color="green",shape="box"];87[label="vwx30",fontsize=16,color="green",shape="box"];88[label="vwx40",fontsize=16,color="green",shape="box"];89[label="vwx30",fontsize=16,color="green",shape="box"];90 -> 360[label="",style="dashed", color="red", weight=0]; 18.52/7.15 90[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];90 -> 361[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 91[label="False <= False",fontsize=16,color="black",shape="box"];91 -> 118[label="",style="solid", color="black", weight=3]; 18.52/7.15 92[label="False <= True",fontsize=16,color="black",shape="box"];92 -> 119[label="",style="solid", color="black", weight=3]; 18.52/7.15 93[label="True <= False",fontsize=16,color="black",shape="box"];93 -> 120[label="",style="solid", color="black", weight=3]; 18.52/7.15 94[label="True <= True",fontsize=16,color="black",shape="box"];94 -> 121[label="",style="solid", color="black", weight=3]; 18.52/7.15 95 -> 360[label="",style="dashed", color="red", weight=0]; 18.52/7.15 95[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];95 -> 362[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 96[label="(vwx300,vwx301) <= (vwx400,vwx401)",fontsize=16,color="black",shape="box"];96 -> 123[label="",style="solid", color="black", weight=3]; 18.52/7.15 97 -> 360[label="",style="dashed", color="red", weight=0]; 18.52/7.15 97[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];97 -> 363[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 98 -> 360[label="",style="dashed", color="red", weight=0]; 18.52/7.15 98[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];98 -> 364[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 99 -> 360[label="",style="dashed", color="red", weight=0]; 18.52/7.15 99[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];99 -> 365[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 100[label="LT <= LT",fontsize=16,color="black",shape="box"];100 -> 127[label="",style="solid", color="black", weight=3]; 18.52/7.15 101[label="LT <= EQ",fontsize=16,color="black",shape="box"];101 -> 128[label="",style="solid", color="black", weight=3]; 18.52/7.15 102[label="LT <= GT",fontsize=16,color="black",shape="box"];102 -> 129[label="",style="solid", color="black", weight=3]; 18.52/7.15 103[label="EQ <= LT",fontsize=16,color="black",shape="box"];103 -> 130[label="",style="solid", color="black", weight=3]; 18.52/7.15 104[label="EQ <= EQ",fontsize=16,color="black",shape="box"];104 -> 131[label="",style="solid", color="black", weight=3]; 18.52/7.15 105[label="EQ <= GT",fontsize=16,color="black",shape="box"];105 -> 132[label="",style="solid", color="black", weight=3]; 18.52/7.15 106[label="GT <= LT",fontsize=16,color="black",shape="box"];106 -> 133[label="",style="solid", color="black", weight=3]; 18.52/7.15 107[label="GT <= EQ",fontsize=16,color="black",shape="box"];107 -> 134[label="",style="solid", color="black", weight=3]; 18.52/7.15 108[label="GT <= GT",fontsize=16,color="black",shape="box"];108 -> 135[label="",style="solid", color="black", weight=3]; 18.52/7.15 109 -> 360[label="",style="dashed", color="red", weight=0]; 18.52/7.15 109[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];109 -> 366[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 110 -> 360[label="",style="dashed", color="red", weight=0]; 18.52/7.15 110[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];110 -> 367[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 111[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];111 -> 139[label="",style="solid", color="black", weight=3]; 18.52/7.15 112[label="Nothing <= Just vwx400",fontsize=16,color="black",shape="box"];112 -> 140[label="",style="solid", color="black", weight=3]; 18.52/7.15 113[label="Just vwx300 <= Nothing",fontsize=16,color="black",shape="box"];113 -> 141[label="",style="solid", color="black", weight=3]; 18.52/7.15 114[label="Just vwx300 <= Just vwx400",fontsize=16,color="black",shape="box"];114 -> 142[label="",style="solid", color="black", weight=3]; 18.52/7.15 115[label="(vwx300,vwx301,vwx302) <= (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];115 -> 143[label="",style="solid", color="black", weight=3]; 18.52/7.15 116 -> 360[label="",style="dashed", color="red", weight=0]; 18.52/7.15 116[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];116 -> 368[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 361[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];361 -> 380[label="",style="solid", color="black", weight=3]; 18.52/7.15 360[label="not (vwx28 == GT)",fontsize=16,color="burlywood",shape="triangle"];1580[label="vwx28/LT",fontsize=10,color="white",style="solid",shape="box"];360 -> 1580[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1580 -> 381[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1581[label="vwx28/EQ",fontsize=10,color="white",style="solid",shape="box"];360 -> 1581[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1581 -> 382[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1582[label="vwx28/GT",fontsize=10,color="white",style="solid",shape="box"];360 -> 1582[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1582 -> 383[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 118[label="True",fontsize=16,color="green",shape="box"];119[label="True",fontsize=16,color="green",shape="box"];120[label="False",fontsize=16,color="green",shape="box"];121[label="True",fontsize=16,color="green",shape="box"];362[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];362 -> 384[label="",style="solid", color="black", weight=3]; 18.52/7.15 123 -> 202[label="",style="dashed", color="red", weight=0]; 18.52/7.15 123[label="vwx300 < vwx400 || vwx300 == vwx400 && vwx301 <= vwx401",fontsize=16,color="magenta"];123 -> 203[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 123 -> 204[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 123 -> 205[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 123 -> 206[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 363[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1583[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];363 -> 1583[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1583 -> 385[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 364[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1584[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];364 -> 1584[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1584 -> 386[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 365[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1585[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];365 -> 1585[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1585 -> 387[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 127[label="True",fontsize=16,color="green",shape="box"];128[label="True",fontsize=16,color="green",shape="box"];129[label="True",fontsize=16,color="green",shape="box"];130[label="False",fontsize=16,color="green",shape="box"];131[label="True",fontsize=16,color="green",shape="box"];132[label="True",fontsize=16,color="green",shape="box"];133[label="False",fontsize=16,color="green",shape="box"];134[label="False",fontsize=16,color="green",shape="box"];135[label="True",fontsize=16,color="green",shape="box"];366[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1586[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];366 -> 1586[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1586 -> 388[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1587[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];366 -> 1587[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1587 -> 389[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 367[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];367 -> 390[label="",style="solid", color="black", weight=3]; 18.52/7.15 139[label="True",fontsize=16,color="green",shape="box"];140[label="True",fontsize=16,color="green",shape="box"];141[label="False",fontsize=16,color="green",shape="box"];142[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1588[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1588[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1588 -> 162[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1589[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1589[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1589 -> 163[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1590[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1590[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1590 -> 164[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1591[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1591[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1591 -> 165[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1592[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1592[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1592 -> 166[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1593[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1593[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1593 -> 167[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1594[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1594[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1594 -> 168[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1595[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1595[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1595 -> 169[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1596[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1596[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1596 -> 170[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1597[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1597[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1597 -> 171[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1598[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1598[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1598 -> 172[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1599[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1599[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1599 -> 173[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1600[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1600[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1600 -> 174[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1601[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 1601[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1601 -> 175[label="",style="solid", color="blue", weight=3]; 18.52/7.15 143 -> 202[label="",style="dashed", color="red", weight=0]; 18.52/7.15 143[label="vwx300 < vwx400 || vwx300 == vwx400 && (vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402)",fontsize=16,color="magenta"];143 -> 207[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 143 -> 208[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 143 -> 209[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 143 -> 210[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 368[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];368 -> 391[label="",style="solid", color="black", weight=3]; 18.52/7.15 380[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1602[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];380 -> 1602[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1602 -> 463[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 381[label="not (LT == GT)",fontsize=16,color="black",shape="box"];381 -> 464[label="",style="solid", color="black", weight=3]; 18.52/7.15 382[label="not (EQ == GT)",fontsize=16,color="black",shape="box"];382 -> 465[label="",style="solid", color="black", weight=3]; 18.52/7.15 383[label="not (GT == GT)",fontsize=16,color="black",shape="box"];383 -> 466[label="",style="solid", color="black", weight=3]; 18.52/7.15 384[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1603[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];384 -> 1603[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1603 -> 467[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1604[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];384 -> 1604[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1604 -> 468[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 203[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1605[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1605[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1605 -> 219[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1606[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1606[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1606 -> 220[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1607[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1607[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1607 -> 221[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1608[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1608[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1608 -> 222[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1609[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1609[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1609 -> 223[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1610[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1610[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1610 -> 224[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1611[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1611[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1611 -> 225[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1612[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1612[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1612 -> 226[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1613[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1613[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1613 -> 227[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1614[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1614[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1614 -> 228[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1615[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1615[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1615 -> 229[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1616[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1616[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1616 -> 230[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1617[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1617[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1617 -> 231[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1618[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];203 -> 1618[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1618 -> 232[label="",style="solid", color="blue", weight=3]; 18.52/7.15 204[label="vwx300",fontsize=16,color="green",shape="box"];205[label="vwx400",fontsize=16,color="green",shape="box"];206[label="vwx301 <= vwx401",fontsize=16,color="blue",shape="box"];1619[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1619[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1619 -> 233[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1620[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1620[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1620 -> 234[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1621[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1621[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1621 -> 235[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1622[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1622[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1622 -> 236[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1623[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1623[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1623 -> 237[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1624[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1624[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1624 -> 238[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1625[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1625[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1625 -> 239[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1626[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1626[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1626 -> 240[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1627[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1627[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1627 -> 241[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1628[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1628[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1628 -> 242[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1629[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1629[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1629 -> 243[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1630[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1630[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1630 -> 244[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1631[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1631[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1631 -> 245[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1632[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];206 -> 1632[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1632 -> 246[label="",style="solid", color="blue", weight=3]; 18.52/7.15 202[label="vwx22 || vwx23 == vwx24 && vwx25",fontsize=16,color="burlywood",shape="triangle"];1633[label="vwx22/False",fontsize=10,color="white",style="solid",shape="box"];202 -> 1633[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1633 -> 247[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1634[label="vwx22/True",fontsize=10,color="white",style="solid",shape="box"];202 -> 1634[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1634 -> 248[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 385[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];1635[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];385 -> 1635[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1635 -> 469[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 386[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1636[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];386 -> 1636[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1636 -> 470[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 387[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1637[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];387 -> 1637[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1637 -> 471[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 388[label="compare (vwx300 : vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1638[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];388 -> 1638[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1638 -> 472[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1639[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];388 -> 1639[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1639 -> 473[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 389[label="compare [] vwx40",fontsize=16,color="burlywood",shape="box"];1640[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];389 -> 1640[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1640 -> 474[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1641[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];389 -> 1641[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1641 -> 475[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 390[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1642[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];390 -> 1642[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1642 -> 476[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 162 -> 15[label="",style="dashed", color="red", weight=0]; 18.52/7.15 162[label="vwx300 <= vwx400",fontsize=16,color="magenta"];162 -> 257[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 162 -> 258[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 163 -> 16[label="",style="dashed", color="red", weight=0]; 18.52/7.15 163[label="vwx300 <= vwx400",fontsize=16,color="magenta"];163 -> 259[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 163 -> 260[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 164 -> 17[label="",style="dashed", color="red", weight=0]; 18.52/7.15 164[label="vwx300 <= vwx400",fontsize=16,color="magenta"];164 -> 261[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 164 -> 262[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 165 -> 18[label="",style="dashed", color="red", weight=0]; 18.52/7.15 165[label="vwx300 <= vwx400",fontsize=16,color="magenta"];165 -> 263[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 165 -> 264[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 166 -> 19[label="",style="dashed", color="red", weight=0]; 18.52/7.15 166[label="vwx300 <= vwx400",fontsize=16,color="magenta"];166 -> 265[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 166 -> 266[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 167 -> 4[label="",style="dashed", color="red", weight=0]; 18.52/7.15 167[label="vwx300 <= vwx400",fontsize=16,color="magenta"];167 -> 267[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 167 -> 268[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 168 -> 21[label="",style="dashed", color="red", weight=0]; 18.52/7.15 168[label="vwx300 <= vwx400",fontsize=16,color="magenta"];168 -> 269[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 168 -> 270[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 169 -> 22[label="",style="dashed", color="red", weight=0]; 18.52/7.15 169[label="vwx300 <= vwx400",fontsize=16,color="magenta"];169 -> 271[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 169 -> 272[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 170 -> 23[label="",style="dashed", color="red", weight=0]; 18.52/7.15 170[label="vwx300 <= vwx400",fontsize=16,color="magenta"];170 -> 273[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 170 -> 274[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 171 -> 24[label="",style="dashed", color="red", weight=0]; 18.52/7.15 171[label="vwx300 <= vwx400",fontsize=16,color="magenta"];171 -> 275[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 171 -> 276[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 172 -> 25[label="",style="dashed", color="red", weight=0]; 18.52/7.15 172[label="vwx300 <= vwx400",fontsize=16,color="magenta"];172 -> 277[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 172 -> 278[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 173 -> 26[label="",style="dashed", color="red", weight=0]; 18.52/7.15 173[label="vwx300 <= vwx400",fontsize=16,color="magenta"];173 -> 279[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 173 -> 280[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 174 -> 27[label="",style="dashed", color="red", weight=0]; 18.52/7.15 174[label="vwx300 <= vwx400",fontsize=16,color="magenta"];174 -> 281[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 174 -> 282[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 175 -> 28[label="",style="dashed", color="red", weight=0]; 18.52/7.15 175[label="vwx300 <= vwx400",fontsize=16,color="magenta"];175 -> 283[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 175 -> 284[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 207[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1643[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1643[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1643 -> 285[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1644[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1644[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1644 -> 286[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1645[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1645[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1645 -> 287[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1646[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1646[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1646 -> 288[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1647[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1647[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1647 -> 289[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1648[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1648[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1648 -> 290[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1649[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1649[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1649 -> 291[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1650[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1650[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1650 -> 292[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1651[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1651[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1651 -> 293[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1652[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1652[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1652 -> 294[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1653[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1653[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1653 -> 295[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1654[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1654[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1654 -> 296[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1655[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1655[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1655 -> 297[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1656[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];207 -> 1656[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1656 -> 298[label="",style="solid", color="blue", weight=3]; 18.52/7.15 208[label="vwx300",fontsize=16,color="green",shape="box"];209[label="vwx400",fontsize=16,color="green",shape="box"];210 -> 202[label="",style="dashed", color="red", weight=0]; 18.52/7.15 210[label="vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402",fontsize=16,color="magenta"];210 -> 299[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 210 -> 300[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 210 -> 301[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 210 -> 302[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 391[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1657[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];391 -> 1657[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1657 -> 477[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 463[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1658[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];463 -> 1658[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1658 -> 481[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1659[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];463 -> 1659[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1659 -> 482[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 464[label="not False",fontsize=16,color="black",shape="triangle"];464 -> 483[label="",style="solid", color="black", weight=3]; 18.52/7.15 465 -> 464[label="",style="dashed", color="red", weight=0]; 18.52/7.15 465[label="not False",fontsize=16,color="magenta"];466[label="not True",fontsize=16,color="black",shape="box"];466 -> 484[label="",style="solid", color="black", weight=3]; 18.52/7.15 467[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1660[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];467 -> 1660[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1660 -> 485[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1661[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];467 -> 1661[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1661 -> 486[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 468[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1662[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];468 -> 1662[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1662 -> 487[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1663[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];468 -> 1663[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1663 -> 488[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 219[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];219 -> 315[label="",style="solid", color="black", weight=3]; 18.52/7.15 220[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];220 -> 316[label="",style="solid", color="black", weight=3]; 18.52/7.15 221[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];221 -> 317[label="",style="solid", color="black", weight=3]; 18.52/7.15 222[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];222 -> 318[label="",style="solid", color="black", weight=3]; 18.52/7.15 223[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];223 -> 319[label="",style="solid", color="black", weight=3]; 18.52/7.15 224[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];224 -> 320[label="",style="solid", color="black", weight=3]; 18.52/7.15 225[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];225 -> 321[label="",style="solid", color="black", weight=3]; 18.52/7.15 226[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];226 -> 322[label="",style="solid", color="black", weight=3]; 18.52/7.15 227[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];227 -> 323[label="",style="solid", color="black", weight=3]; 18.52/7.15 228[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];228 -> 324[label="",style="solid", color="black", weight=3]; 18.52/7.15 229[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];229 -> 325[label="",style="solid", color="black", weight=3]; 18.52/7.15 230[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];230 -> 326[label="",style="solid", color="black", weight=3]; 18.52/7.15 231[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];231 -> 327[label="",style="solid", color="black", weight=3]; 18.52/7.15 232[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];232 -> 328[label="",style="solid", color="black", weight=3]; 18.52/7.15 233 -> 15[label="",style="dashed", color="red", weight=0]; 18.52/7.15 233[label="vwx301 <= vwx401",fontsize=16,color="magenta"];233 -> 329[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 233 -> 330[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 234 -> 16[label="",style="dashed", color="red", weight=0]; 18.52/7.15 234[label="vwx301 <= vwx401",fontsize=16,color="magenta"];234 -> 331[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 234 -> 332[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 235 -> 17[label="",style="dashed", color="red", weight=0]; 18.52/7.15 235[label="vwx301 <= vwx401",fontsize=16,color="magenta"];235 -> 333[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 235 -> 334[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 236 -> 18[label="",style="dashed", color="red", weight=0]; 18.52/7.15 236[label="vwx301 <= vwx401",fontsize=16,color="magenta"];236 -> 335[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 236 -> 336[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 237 -> 19[label="",style="dashed", color="red", weight=0]; 18.52/7.15 237[label="vwx301 <= vwx401",fontsize=16,color="magenta"];237 -> 337[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 237 -> 338[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 238 -> 4[label="",style="dashed", color="red", weight=0]; 18.52/7.15 238[label="vwx301 <= vwx401",fontsize=16,color="magenta"];238 -> 339[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 238 -> 340[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 239 -> 21[label="",style="dashed", color="red", weight=0]; 18.52/7.15 239[label="vwx301 <= vwx401",fontsize=16,color="magenta"];239 -> 341[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 239 -> 342[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 240 -> 22[label="",style="dashed", color="red", weight=0]; 18.52/7.15 240[label="vwx301 <= vwx401",fontsize=16,color="magenta"];240 -> 343[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 240 -> 344[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 241 -> 23[label="",style="dashed", color="red", weight=0]; 18.52/7.15 241[label="vwx301 <= vwx401",fontsize=16,color="magenta"];241 -> 345[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 241 -> 346[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 242 -> 24[label="",style="dashed", color="red", weight=0]; 18.52/7.15 242[label="vwx301 <= vwx401",fontsize=16,color="magenta"];242 -> 347[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 242 -> 348[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 243 -> 25[label="",style="dashed", color="red", weight=0]; 18.52/7.15 243[label="vwx301 <= vwx401",fontsize=16,color="magenta"];243 -> 349[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 243 -> 350[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 244 -> 26[label="",style="dashed", color="red", weight=0]; 18.52/7.15 244[label="vwx301 <= vwx401",fontsize=16,color="magenta"];244 -> 351[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 244 -> 352[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 245 -> 27[label="",style="dashed", color="red", weight=0]; 18.52/7.15 245[label="vwx301 <= vwx401",fontsize=16,color="magenta"];245 -> 353[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 245 -> 354[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 246 -> 28[label="",style="dashed", color="red", weight=0]; 18.52/7.15 246[label="vwx301 <= vwx401",fontsize=16,color="magenta"];246 -> 355[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 246 -> 356[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 247[label="False || vwx23 == vwx24 && vwx25",fontsize=16,color="black",shape="box"];247 -> 357[label="",style="solid", color="black", weight=3]; 18.52/7.15 248[label="True || vwx23 == vwx24 && vwx25",fontsize=16,color="black",shape="box"];248 -> 358[label="",style="solid", color="black", weight=3]; 18.52/7.15 469[label="compare () ()",fontsize=16,color="black",shape="box"];469 -> 489[label="",style="solid", color="black", weight=3]; 18.52/7.15 470[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];470 -> 490[label="",style="solid", color="black", weight=3]; 18.52/7.15 471[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];471 -> 491[label="",style="solid", color="black", weight=3]; 18.52/7.15 472[label="compare (vwx300 : vwx301) (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];472 -> 492[label="",style="solid", color="black", weight=3]; 18.52/7.15 473[label="compare (vwx300 : vwx301) []",fontsize=16,color="black",shape="box"];473 -> 493[label="",style="solid", color="black", weight=3]; 18.52/7.15 474[label="compare [] (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];474 -> 494[label="",style="solid", color="black", weight=3]; 18.52/7.15 475[label="compare [] []",fontsize=16,color="black",shape="box"];475 -> 495[label="",style="solid", color="black", weight=3]; 18.52/7.15 476[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1664[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];476 -> 1664[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1664 -> 496[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 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="vwx300",fontsize=16,color="green",shape="box"];268[label="vwx400",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="vwx400",fontsize=16,color="green",shape="box"];276[label="vwx300",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"];285 -> 219[label="",style="dashed", color="red", weight=0]; 18.52/7.15 285[label="vwx300 < vwx400",fontsize=16,color="magenta"];285 -> 392[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 285 -> 393[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 286 -> 220[label="",style="dashed", color="red", weight=0]; 18.52/7.15 286[label="vwx300 < vwx400",fontsize=16,color="magenta"];286 -> 394[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 286 -> 395[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 287 -> 221[label="",style="dashed", color="red", weight=0]; 18.52/7.15 287[label="vwx300 < vwx400",fontsize=16,color="magenta"];287 -> 396[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 287 -> 397[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 288 -> 222[label="",style="dashed", color="red", weight=0]; 18.52/7.15 288[label="vwx300 < vwx400",fontsize=16,color="magenta"];288 -> 398[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 288 -> 399[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 289 -> 223[label="",style="dashed", color="red", weight=0]; 18.52/7.15 289[label="vwx300 < vwx400",fontsize=16,color="magenta"];289 -> 400[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 289 -> 401[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 290 -> 224[label="",style="dashed", color="red", weight=0]; 18.52/7.15 290[label="vwx300 < vwx400",fontsize=16,color="magenta"];290 -> 402[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 290 -> 403[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 291 -> 225[label="",style="dashed", color="red", weight=0]; 18.52/7.15 291[label="vwx300 < vwx400",fontsize=16,color="magenta"];291 -> 404[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 291 -> 405[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 292 -> 226[label="",style="dashed", color="red", weight=0]; 18.52/7.15 292[label="vwx300 < vwx400",fontsize=16,color="magenta"];292 -> 406[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 292 -> 407[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 293 -> 227[label="",style="dashed", color="red", weight=0]; 18.52/7.15 293[label="vwx300 < vwx400",fontsize=16,color="magenta"];293 -> 408[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 293 -> 409[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 294 -> 228[label="",style="dashed", color="red", weight=0]; 18.52/7.15 294[label="vwx300 < vwx400",fontsize=16,color="magenta"];294 -> 410[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 294 -> 411[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 295 -> 229[label="",style="dashed", color="red", weight=0]; 18.52/7.15 295[label="vwx300 < vwx400",fontsize=16,color="magenta"];295 -> 412[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 295 -> 413[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 296 -> 230[label="",style="dashed", color="red", weight=0]; 18.52/7.15 296[label="vwx300 < vwx400",fontsize=16,color="magenta"];296 -> 414[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 296 -> 415[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 297 -> 231[label="",style="dashed", color="red", weight=0]; 18.52/7.15 297[label="vwx300 < vwx400",fontsize=16,color="magenta"];297 -> 416[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 297 -> 417[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 298 -> 232[label="",style="dashed", color="red", weight=0]; 18.52/7.15 298[label="vwx300 < vwx400",fontsize=16,color="magenta"];298 -> 418[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 298 -> 419[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 299[label="vwx301 < vwx401",fontsize=16,color="blue",shape="box"];1665[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1665[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1665 -> 420[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1666[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1666[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1666 -> 421[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1667[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1667[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1667 -> 422[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1668[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1668[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1668 -> 423[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1669[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1669[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1669 -> 424[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1670[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1670[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1670 -> 425[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1671[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1671[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1671 -> 426[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1672[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1672[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1672 -> 427[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1673[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1673[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1673 -> 428[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1674[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1674[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1674 -> 429[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1675[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1675[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1675 -> 430[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1676[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1676[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1676 -> 431[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1677[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1677[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1677 -> 432[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1678[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 1678[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1678 -> 433[label="",style="solid", color="blue", weight=3]; 18.52/7.15 300[label="vwx301",fontsize=16,color="green",shape="box"];301[label="vwx401",fontsize=16,color="green",shape="box"];302[label="vwx302 <= vwx402",fontsize=16,color="blue",shape="box"];1679[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1679[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1679 -> 434[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1680[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1680[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1680 -> 435[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1681[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1681[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1681 -> 436[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1682[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1682[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1682 -> 437[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1683[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1683[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1683 -> 438[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1684[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1684[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1684 -> 439[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1685[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1685[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1685 -> 440[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1686[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1686[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1686 -> 441[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1687[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1687[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1687 -> 442[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1688[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1688[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1688 -> 443[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1689[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1689[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1689 -> 444[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1690[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1690[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1690 -> 445[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1691[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1691[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1691 -> 446[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1692[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 1692[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1692 -> 447[label="",style="solid", color="blue", weight=3]; 18.52/7.15 477[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1693[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];477 -> 1693[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1693 -> 497[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1694[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];477 -> 1694[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1694 -> 498[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 481[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1695[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];481 -> 1695[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1695 -> 596[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 482[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1696[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];482 -> 1696[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1696 -> 597[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 483[label="True",fontsize=16,color="green",shape="box"];484[label="False",fontsize=16,color="green",shape="box"];485[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1697[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];485 -> 1697[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1697 -> 598[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1698[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];485 -> 1698[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1698 -> 599[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 486[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1699[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];486 -> 1699[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1699 -> 600[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1700[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];486 -> 1700[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1700 -> 601[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 487[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1701[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];487 -> 1701[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1701 -> 602[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1702[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];487 -> 1702[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1702 -> 603[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 488[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1703[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];488 -> 1703[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1703 -> 604[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1704[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];488 -> 1704[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1704 -> 605[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 315 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 315[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];315 -> 449[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 316 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 316[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];316 -> 450[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 317 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 317[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];317 -> 451[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 318 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 318[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];318 -> 452[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 319 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 319[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];319 -> 453[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 320 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 320[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];320 -> 454[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 321 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 321[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];321 -> 455[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 322 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 322[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];322 -> 456[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 323 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 323[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];323 -> 457[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 324 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 324[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];324 -> 458[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 325 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 325[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];325 -> 459[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 326 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 326[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];326 -> 460[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 327 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 327[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];327 -> 461[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 328 -> 448[label="",style="dashed", color="red", weight=0]; 18.52/7.15 328[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];328 -> 462[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 329[label="vwx401",fontsize=16,color="green",shape="box"];330[label="vwx301",fontsize=16,color="green",shape="box"];331[label="vwx401",fontsize=16,color="green",shape="box"];332[label="vwx301",fontsize=16,color="green",shape="box"];333[label="vwx401",fontsize=16,color="green",shape="box"];334[label="vwx301",fontsize=16,color="green",shape="box"];335[label="vwx401",fontsize=16,color="green",shape="box"];336[label="vwx301",fontsize=16,color="green",shape="box"];337[label="vwx401",fontsize=16,color="green",shape="box"];338[label="vwx301",fontsize=16,color="green",shape="box"];339[label="vwx301",fontsize=16,color="green",shape="box"];340[label="vwx401",fontsize=16,color="green",shape="box"];341[label="vwx401",fontsize=16,color="green",shape="box"];342[label="vwx301",fontsize=16,color="green",shape="box"];343[label="vwx401",fontsize=16,color="green",shape="box"];344[label="vwx301",fontsize=16,color="green",shape="box"];345[label="vwx401",fontsize=16,color="green",shape="box"];346[label="vwx301",fontsize=16,color="green",shape="box"];347[label="vwx401",fontsize=16,color="green",shape="box"];348[label="vwx301",fontsize=16,color="green",shape="box"];349[label="vwx401",fontsize=16,color="green",shape="box"];350[label="vwx301",fontsize=16,color="green",shape="box"];351[label="vwx401",fontsize=16,color="green",shape="box"];352[label="vwx301",fontsize=16,color="green",shape="box"];353[label="vwx401",fontsize=16,color="green",shape="box"];354[label="vwx301",fontsize=16,color="green",shape="box"];355[label="vwx401",fontsize=16,color="green",shape="box"];356[label="vwx301",fontsize=16,color="green",shape="box"];357 -> 478[label="",style="dashed", color="red", weight=0]; 18.52/7.15 357[label="vwx23 == vwx24 && vwx25",fontsize=16,color="magenta"];357 -> 479[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 357 -> 480[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 358[label="True",fontsize=16,color="green",shape="box"];489[label="EQ",fontsize=16,color="green",shape="box"];490[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];1705[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];490 -> 1705[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1705 -> 606[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1706[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];490 -> 1706[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1706 -> 607[label="",style="solid", color="blue", weight=3]; 18.52/7.15 491 -> 384[label="",style="dashed", color="red", weight=0]; 18.52/7.15 491[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];491 -> 608[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 491 -> 609[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 492 -> 610[label="",style="dashed", color="red", weight=0]; 18.52/7.15 492[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401)",fontsize=16,color="magenta"];492 -> 611[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 493[label="GT",fontsize=16,color="green",shape="box"];494[label="LT",fontsize=16,color="green",shape="box"];495[label="EQ",fontsize=16,color="green",shape="box"];496[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];496 -> 612[label="",style="solid", color="black", weight=3]; 18.52/7.15 392[label="vwx300",fontsize=16,color="green",shape="box"];393[label="vwx400",fontsize=16,color="green",shape="box"];394[label="vwx300",fontsize=16,color="green",shape="box"];395[label="vwx400",fontsize=16,color="green",shape="box"];396[label="vwx300",fontsize=16,color="green",shape="box"];397[label="vwx400",fontsize=16,color="green",shape="box"];398[label="vwx300",fontsize=16,color="green",shape="box"];399[label="vwx400",fontsize=16,color="green",shape="box"];400[label="vwx300",fontsize=16,color="green",shape="box"];401[label="vwx400",fontsize=16,color="green",shape="box"];402[label="vwx300",fontsize=16,color="green",shape="box"];403[label="vwx400",fontsize=16,color="green",shape="box"];404[label="vwx300",fontsize=16,color="green",shape="box"];405[label="vwx400",fontsize=16,color="green",shape="box"];406[label="vwx300",fontsize=16,color="green",shape="box"];407[label="vwx400",fontsize=16,color="green",shape="box"];408[label="vwx300",fontsize=16,color="green",shape="box"];409[label="vwx400",fontsize=16,color="green",shape="box"];410[label="vwx300",fontsize=16,color="green",shape="box"];411[label="vwx400",fontsize=16,color="green",shape="box"];412[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 -> 219[label="",style="dashed", color="red", weight=0]; 18.52/7.15 420[label="vwx301 < vwx401",fontsize=16,color="magenta"];420 -> 499[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 420 -> 500[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 421 -> 220[label="",style="dashed", color="red", weight=0]; 18.52/7.15 421[label="vwx301 < vwx401",fontsize=16,color="magenta"];421 -> 501[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 421 -> 502[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 422 -> 221[label="",style="dashed", color="red", weight=0]; 18.52/7.15 422[label="vwx301 < vwx401",fontsize=16,color="magenta"];422 -> 503[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 422 -> 504[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 423 -> 222[label="",style="dashed", color="red", weight=0]; 18.52/7.15 423[label="vwx301 < vwx401",fontsize=16,color="magenta"];423 -> 505[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 423 -> 506[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 424 -> 223[label="",style="dashed", color="red", weight=0]; 18.52/7.15 424[label="vwx301 < vwx401",fontsize=16,color="magenta"];424 -> 507[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 424 -> 508[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 425 -> 224[label="",style="dashed", color="red", weight=0]; 18.52/7.15 425[label="vwx301 < vwx401",fontsize=16,color="magenta"];425 -> 509[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 425 -> 510[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 426 -> 225[label="",style="dashed", color="red", weight=0]; 18.52/7.15 426[label="vwx301 < vwx401",fontsize=16,color="magenta"];426 -> 511[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 426 -> 512[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 427 -> 226[label="",style="dashed", color="red", weight=0]; 18.52/7.15 427[label="vwx301 < vwx401",fontsize=16,color="magenta"];427 -> 513[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 427 -> 514[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 428 -> 227[label="",style="dashed", color="red", weight=0]; 18.52/7.15 428[label="vwx301 < vwx401",fontsize=16,color="magenta"];428 -> 515[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 428 -> 516[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 429 -> 228[label="",style="dashed", color="red", weight=0]; 18.52/7.15 429[label="vwx301 < vwx401",fontsize=16,color="magenta"];429 -> 517[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 429 -> 518[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 430 -> 229[label="",style="dashed", color="red", weight=0]; 18.52/7.15 430[label="vwx301 < vwx401",fontsize=16,color="magenta"];430 -> 519[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 430 -> 520[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 431 -> 230[label="",style="dashed", color="red", weight=0]; 18.52/7.15 431[label="vwx301 < vwx401",fontsize=16,color="magenta"];431 -> 521[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 431 -> 522[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 432 -> 231[label="",style="dashed", color="red", weight=0]; 18.52/7.15 432[label="vwx301 < vwx401",fontsize=16,color="magenta"];432 -> 523[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 432 -> 524[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 433 -> 232[label="",style="dashed", color="red", weight=0]; 18.52/7.15 433[label="vwx301 < vwx401",fontsize=16,color="magenta"];433 -> 525[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 433 -> 526[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 434 -> 15[label="",style="dashed", color="red", weight=0]; 18.52/7.15 434[label="vwx302 <= vwx402",fontsize=16,color="magenta"];434 -> 527[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 434 -> 528[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 435 -> 16[label="",style="dashed", color="red", weight=0]; 18.52/7.15 435[label="vwx302 <= vwx402",fontsize=16,color="magenta"];435 -> 529[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 435 -> 530[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 436 -> 17[label="",style="dashed", color="red", weight=0]; 18.52/7.15 436[label="vwx302 <= vwx402",fontsize=16,color="magenta"];436 -> 531[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 436 -> 532[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 437 -> 18[label="",style="dashed", color="red", weight=0]; 18.52/7.15 437[label="vwx302 <= vwx402",fontsize=16,color="magenta"];437 -> 533[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 437 -> 534[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 438 -> 19[label="",style="dashed", color="red", weight=0]; 18.52/7.15 438[label="vwx302 <= vwx402",fontsize=16,color="magenta"];438 -> 535[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 438 -> 536[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 439 -> 4[label="",style="dashed", color="red", weight=0]; 18.52/7.15 439[label="vwx302 <= vwx402",fontsize=16,color="magenta"];439 -> 537[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 439 -> 538[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 440 -> 21[label="",style="dashed", color="red", weight=0]; 18.52/7.15 440[label="vwx302 <= vwx402",fontsize=16,color="magenta"];440 -> 539[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 440 -> 540[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 441 -> 22[label="",style="dashed", color="red", weight=0]; 18.52/7.15 441[label="vwx302 <= vwx402",fontsize=16,color="magenta"];441 -> 541[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 441 -> 542[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 442 -> 23[label="",style="dashed", color="red", weight=0]; 18.52/7.15 442[label="vwx302 <= vwx402",fontsize=16,color="magenta"];442 -> 543[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 442 -> 544[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 443 -> 24[label="",style="dashed", color="red", weight=0]; 18.52/7.15 443[label="vwx302 <= vwx402",fontsize=16,color="magenta"];443 -> 545[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 443 -> 546[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 444 -> 25[label="",style="dashed", color="red", weight=0]; 18.52/7.15 444[label="vwx302 <= vwx402",fontsize=16,color="magenta"];444 -> 547[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 444 -> 548[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 445 -> 26[label="",style="dashed", color="red", weight=0]; 18.52/7.15 445[label="vwx302 <= vwx402",fontsize=16,color="magenta"];445 -> 549[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 445 -> 550[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 446 -> 27[label="",style="dashed", color="red", weight=0]; 18.52/7.15 446[label="vwx302 <= vwx402",fontsize=16,color="magenta"];446 -> 551[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 446 -> 552[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 447 -> 28[label="",style="dashed", color="red", weight=0]; 18.52/7.15 447[label="vwx302 <= vwx402",fontsize=16,color="magenta"];447 -> 553[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 447 -> 554[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 497[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1707[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];497 -> 1707[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1707 -> 613[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 498[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1708[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];498 -> 1708[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1708 -> 614[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 596[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1709[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];596 -> 1709[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1709 -> 615[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1710[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];596 -> 1710[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1710 -> 616[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 597[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1711[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];597 -> 1711[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1711 -> 617[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1712[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];597 -> 1712[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1712 -> 618[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 598[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];598 -> 619[label="",style="solid", color="black", weight=3]; 18.52/7.15 599[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];599 -> 620[label="",style="solid", color="black", weight=3]; 18.52/7.15 600[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1713[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];600 -> 1713[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1713 -> 621[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1714[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];600 -> 1714[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1714 -> 622[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 601[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1715[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];601 -> 1715[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1715 -> 623[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1716[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];601 -> 1716[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1716 -> 624[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 602[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];602 -> 625[label="",style="solid", color="black", weight=3]; 18.52/7.15 603[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];603 -> 626[label="",style="solid", color="black", weight=3]; 18.52/7.15 604[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1717[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];604 -> 1717[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1717 -> 627[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1718[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];604 -> 1718[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1718 -> 628[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 605[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1719[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];605 -> 1719[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1719 -> 629[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1720[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];605 -> 1720[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1720 -> 630[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 449 -> 361[label="",style="dashed", color="red", weight=0]; 18.52/7.15 449[label="compare vwx300 vwx400",fontsize=16,color="magenta"];449 -> 555[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 449 -> 556[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 448[label="vwx29 == LT",fontsize=16,color="burlywood",shape="triangle"];1721[label="vwx29/LT",fontsize=10,color="white",style="solid",shape="box"];448 -> 1721[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1721 -> 557[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1722[label="vwx29/EQ",fontsize=10,color="white",style="solid",shape="box"];448 -> 1722[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1722 -> 558[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1723[label="vwx29/GT",fontsize=10,color="white",style="solid",shape="box"];448 -> 1723[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1723 -> 559[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 450[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];450 -> 560[label="",style="solid", color="black", weight=3]; 18.52/7.15 451 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.15 451[label="compare vwx300 vwx400",fontsize=16,color="magenta"];451 -> 561[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 451 -> 562[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 452[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];452 -> 563[label="",style="solid", color="black", weight=3]; 18.52/7.15 453 -> 363[label="",style="dashed", color="red", weight=0]; 18.52/7.15 453[label="compare vwx300 vwx400",fontsize=16,color="magenta"];453 -> 564[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 453 -> 565[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 454[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];454 -> 566[label="",style="solid", color="black", weight=3]; 18.52/7.15 455 -> 364[label="",style="dashed", color="red", weight=0]; 18.52/7.15 455[label="compare vwx300 vwx400",fontsize=16,color="magenta"];455 -> 567[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 455 -> 568[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 456 -> 365[label="",style="dashed", color="red", weight=0]; 18.52/7.15 456[label="compare vwx300 vwx400",fontsize=16,color="magenta"];456 -> 569[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 456 -> 570[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 457[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];457 -> 571[label="",style="solid", color="black", weight=3]; 18.52/7.15 458 -> 366[label="",style="dashed", color="red", weight=0]; 18.52/7.15 458[label="compare vwx300 vwx400",fontsize=16,color="magenta"];458 -> 572[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 458 -> 573[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 459 -> 367[label="",style="dashed", color="red", weight=0]; 18.52/7.15 459[label="compare vwx300 vwx400",fontsize=16,color="magenta"];459 -> 574[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 459 -> 575[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 460[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];460 -> 576[label="",style="solid", color="black", weight=3]; 18.52/7.15 461[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];461 -> 577[label="",style="solid", color="black", weight=3]; 18.52/7.15 462 -> 368[label="",style="dashed", color="red", weight=0]; 18.52/7.15 462[label="compare vwx300 vwx400",fontsize=16,color="magenta"];462 -> 578[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 462 -> 579[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 479[label="vwx25",fontsize=16,color="green",shape="box"];480[label="vwx23 == vwx24",fontsize=16,color="blue",shape="box"];1724[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1724[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1724 -> 580[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1725[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1725[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1725 -> 581[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1726[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1726[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1726 -> 582[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1727[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1727[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1727 -> 583[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1728[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1728[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1728 -> 584[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1729[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1729[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1729 -> 585[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1730[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1730[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1730 -> 586[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1731[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1731[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1731 -> 587[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1732[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1732[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1732 -> 588[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1733[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1733[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1733 -> 589[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1734[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1734[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1734 -> 590[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1735[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1735[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1735 -> 591[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1736[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1736[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1736 -> 592[label="",style="solid", color="blue", weight=3]; 18.52/7.15 1737[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];480 -> 1737[label="",style="solid", color="blue", weight=9]; 18.52/7.15 1737 -> 593[label="",style="solid", color="blue", weight=3]; 18.52/7.15 478[label="vwx33 && vwx34",fontsize=16,color="burlywood",shape="triangle"];1738[label="vwx33/False",fontsize=10,color="white",style="solid",shape="box"];478 -> 1738[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1738 -> 594[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1739[label="vwx33/True",fontsize=10,color="white",style="solid",shape="box"];478 -> 1739[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1739 -> 595[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 606 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.15 606[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];606 -> 631[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 606 -> 632[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 607 -> 365[label="",style="dashed", color="red", weight=0]; 18.52/7.15 607[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];607 -> 633[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 607 -> 634[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 608[label="vwx400",fontsize=16,color="green",shape="box"];609[label="vwx300",fontsize=16,color="green",shape="box"];611 -> 366[label="",style="dashed", color="red", weight=0]; 18.52/7.15 611[label="compare vwx301 vwx401",fontsize=16,color="magenta"];611 -> 635[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 611 -> 636[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 610[label="primCompAux vwx300 vwx400 vwx35",fontsize=16,color="black",shape="triangle"];610 -> 637[label="",style="solid", color="black", weight=3]; 18.52/7.15 612[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];1740[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];612 -> 1740[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1740 -> 669[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1741[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];612 -> 1741[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1741 -> 670[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 499[label="vwx301",fontsize=16,color="green",shape="box"];500[label="vwx401",fontsize=16,color="green",shape="box"];501[label="vwx301",fontsize=16,color="green",shape="box"];502[label="vwx401",fontsize=16,color="green",shape="box"];503[label="vwx301",fontsize=16,color="green",shape="box"];504[label="vwx401",fontsize=16,color="green",shape="box"];505[label="vwx301",fontsize=16,color="green",shape="box"];506[label="vwx401",fontsize=16,color="green",shape="box"];507[label="vwx301",fontsize=16,color="green",shape="box"];508[label="vwx401",fontsize=16,color="green",shape="box"];509[label="vwx301",fontsize=16,color="green",shape="box"];510[label="vwx401",fontsize=16,color="green",shape="box"];511[label="vwx301",fontsize=16,color="green",shape="box"];512[label="vwx401",fontsize=16,color="green",shape="box"];513[label="vwx301",fontsize=16,color="green",shape="box"];514[label="vwx401",fontsize=16,color="green",shape="box"];515[label="vwx301",fontsize=16,color="green",shape="box"];516[label="vwx401",fontsize=16,color="green",shape="box"];517[label="vwx301",fontsize=16,color="green",shape="box"];518[label="vwx401",fontsize=16,color="green",shape="box"];519[label="vwx301",fontsize=16,color="green",shape="box"];520[label="vwx401",fontsize=16,color="green",shape="box"];521[label="vwx301",fontsize=16,color="green",shape="box"];522[label="vwx401",fontsize=16,color="green",shape="box"];523[label="vwx301",fontsize=16,color="green",shape="box"];524[label="vwx401",fontsize=16,color="green",shape="box"];525[label="vwx301",fontsize=16,color="green",shape="box"];526[label="vwx401",fontsize=16,color="green",shape="box"];527[label="vwx402",fontsize=16,color="green",shape="box"];528[label="vwx302",fontsize=16,color="green",shape="box"];529[label="vwx402",fontsize=16,color="green",shape="box"];530[label="vwx302",fontsize=16,color="green",shape="box"];531[label="vwx402",fontsize=16,color="green",shape="box"];532[label="vwx302",fontsize=16,color="green",shape="box"];533[label="vwx402",fontsize=16,color="green",shape="box"];534[label="vwx302",fontsize=16,color="green",shape="box"];535[label="vwx402",fontsize=16,color="green",shape="box"];536[label="vwx302",fontsize=16,color="green",shape="box"];537[label="vwx302",fontsize=16,color="green",shape="box"];538[label="vwx402",fontsize=16,color="green",shape="box"];539[label="vwx402",fontsize=16,color="green",shape="box"];540[label="vwx302",fontsize=16,color="green",shape="box"];541[label="vwx402",fontsize=16,color="green",shape="box"];542[label="vwx302",fontsize=16,color="green",shape="box"];543[label="vwx402",fontsize=16,color="green",shape="box"];544[label="vwx302",fontsize=16,color="green",shape="box"];545[label="vwx402",fontsize=16,color="green",shape="box"];546[label="vwx302",fontsize=16,color="green",shape="box"];547[label="vwx402",fontsize=16,color="green",shape="box"];548[label="vwx302",fontsize=16,color="green",shape="box"];549[label="vwx402",fontsize=16,color="green",shape="box"];550[label="vwx302",fontsize=16,color="green",shape="box"];551[label="vwx402",fontsize=16,color="green",shape="box"];552[label="vwx302",fontsize=16,color="green",shape="box"];553[label="vwx402",fontsize=16,color="green",shape="box"];554[label="vwx302",fontsize=16,color="green",shape="box"];613[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1742[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];613 -> 1742[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1742 -> 671[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1743[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];613 -> 1743[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1743 -> 672[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 614[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1744[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];614 -> 1744[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1744 -> 673[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1745[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];614 -> 1745[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1745 -> 674[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 615[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];615 -> 675[label="",style="solid", color="black", weight=3]; 18.52/7.15 616[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];616 -> 676[label="",style="solid", color="black", weight=3]; 18.52/7.15 617[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];617 -> 677[label="",style="solid", color="black", weight=3]; 18.52/7.15 618[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];618 -> 678[label="",style="solid", color="black", weight=3]; 18.52/7.15 619 -> 612[label="",style="dashed", color="red", weight=0]; 18.52/7.15 619[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];619 -> 679[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 619 -> 680[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 620[label="GT",fontsize=16,color="green",shape="box"];621[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];621 -> 681[label="",style="solid", color="black", weight=3]; 18.52/7.15 622[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];622 -> 682[label="",style="solid", color="black", weight=3]; 18.52/7.15 623[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];623 -> 683[label="",style="solid", color="black", weight=3]; 18.52/7.15 624[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];624 -> 684[label="",style="solid", color="black", weight=3]; 18.52/7.15 625[label="LT",fontsize=16,color="green",shape="box"];626 -> 612[label="",style="dashed", color="red", weight=0]; 18.52/7.15 626[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];626 -> 685[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 626 -> 686[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 627[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];627 -> 687[label="",style="solid", color="black", weight=3]; 18.52/7.15 628[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];628 -> 688[label="",style="solid", color="black", weight=3]; 18.52/7.15 629[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];629 -> 689[label="",style="solid", color="black", weight=3]; 18.52/7.15 630[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];630 -> 690[label="",style="solid", color="black", weight=3]; 18.52/7.15 555[label="vwx400",fontsize=16,color="green",shape="box"];556[label="vwx300",fontsize=16,color="green",shape="box"];557[label="LT == LT",fontsize=16,color="black",shape="box"];557 -> 638[label="",style="solid", color="black", weight=3]; 18.52/7.15 558[label="EQ == LT",fontsize=16,color="black",shape="box"];558 -> 639[label="",style="solid", color="black", weight=3]; 18.52/7.15 559[label="GT == LT",fontsize=16,color="black",shape="box"];559 -> 640[label="",style="solid", color="black", weight=3]; 18.52/7.15 560[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];560 -> 641[label="",style="solid", color="black", weight=3]; 18.52/7.15 561[label="vwx400",fontsize=16,color="green",shape="box"];562[label="vwx300",fontsize=16,color="green",shape="box"];563[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];563 -> 642[label="",style="solid", color="black", weight=3]; 18.52/7.15 564[label="vwx400",fontsize=16,color="green",shape="box"];565[label="vwx300",fontsize=16,color="green",shape="box"];566[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];566 -> 643[label="",style="solid", color="black", weight=3]; 18.52/7.15 567[label="vwx400",fontsize=16,color="green",shape="box"];568[label="vwx300",fontsize=16,color="green",shape="box"];569[label="vwx400",fontsize=16,color="green",shape="box"];570[label="vwx300",fontsize=16,color="green",shape="box"];571[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];571 -> 644[label="",style="solid", color="black", weight=3]; 18.52/7.15 572[label="vwx400",fontsize=16,color="green",shape="box"];573[label="vwx300",fontsize=16,color="green",shape="box"];574[label="vwx400",fontsize=16,color="green",shape="box"];575[label="vwx300",fontsize=16,color="green",shape="box"];576[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];576 -> 645[label="",style="solid", color="black", weight=3]; 18.52/7.15 577[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];577 -> 646[label="",style="solid", color="black", weight=3]; 18.52/7.15 578[label="vwx400",fontsize=16,color="green",shape="box"];579[label="vwx300",fontsize=16,color="green",shape="box"];580[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1746[label="vwx23/Left vwx230",fontsize=10,color="white",style="solid",shape="box"];580 -> 1746[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1746 -> 647[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1747[label="vwx23/Right vwx230",fontsize=10,color="white",style="solid",shape="box"];580 -> 1747[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1747 -> 648[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 581[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1748[label="vwx23/vwx230 :% vwx231",fontsize=10,color="white",style="solid",shape="box"];581 -> 1748[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1748 -> 649[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 582[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1749[label="vwx23/vwx230 : vwx231",fontsize=10,color="white",style="solid",shape="box"];582 -> 1749[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1749 -> 650[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1750[label="vwx23/[]",fontsize=10,color="white",style="solid",shape="box"];582 -> 1750[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1750 -> 651[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 583[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1751[label="vwx23/False",fontsize=10,color="white",style="solid",shape="box"];583 -> 1751[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1751 -> 652[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1752[label="vwx23/True",fontsize=10,color="white",style="solid",shape="box"];583 -> 1752[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1752 -> 653[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 584[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1753[label="vwx23/Integer vwx230",fontsize=10,color="white",style="solid",shape="box"];584 -> 1753[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1753 -> 654[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 585[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];585 -> 655[label="",style="solid", color="black", weight=3]; 18.52/7.15 586[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];586 -> 656[label="",style="solid", color="black", weight=3]; 18.52/7.15 587[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1754[label="vwx23/(vwx230,vwx231)",fontsize=10,color="white",style="solid",shape="box"];587 -> 1754[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1754 -> 657[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 588[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1755[label="vwx23/LT",fontsize=10,color="white",style="solid",shape="box"];588 -> 1755[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1755 -> 658[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1756[label="vwx23/EQ",fontsize=10,color="white",style="solid",shape="box"];588 -> 1756[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1756 -> 659[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1757[label="vwx23/GT",fontsize=10,color="white",style="solid",shape="box"];588 -> 1757[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1757 -> 660[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 589[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1758[label="vwx23/(vwx230,vwx231,vwx232)",fontsize=10,color="white",style="solid",shape="box"];589 -> 1758[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1758 -> 661[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 590[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1759[label="vwx23/()",fontsize=10,color="white",style="solid",shape="box"];590 -> 1759[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1759 -> 662[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 591[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1760[label="vwx23/Nothing",fontsize=10,color="white",style="solid",shape="box"];591 -> 1760[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1760 -> 663[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1761[label="vwx23/Just vwx230",fontsize=10,color="white",style="solid",shape="box"];591 -> 1761[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1761 -> 664[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 592[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];592 -> 665[label="",style="solid", color="black", weight=3]; 18.52/7.15 593[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];593 -> 666[label="",style="solid", color="black", weight=3]; 18.52/7.15 594[label="False && vwx34",fontsize=16,color="black",shape="box"];594 -> 667[label="",style="solid", color="black", weight=3]; 18.52/7.15 595[label="True && vwx34",fontsize=16,color="black",shape="box"];595 -> 668[label="",style="solid", color="black", weight=3]; 18.52/7.15 631[label="vwx400 * vwx301",fontsize=16,color="black",shape="triangle"];631 -> 691[label="",style="solid", color="black", weight=3]; 18.52/7.15 632 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.15 632[label="vwx300 * vwx401",fontsize=16,color="magenta"];632 -> 692[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 632 -> 693[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 633[label="vwx400 * vwx301",fontsize=16,color="burlywood",shape="triangle"];1762[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];633 -> 1762[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1762 -> 694[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 634 -> 633[label="",style="dashed", color="red", weight=0]; 18.52/7.15 634[label="vwx300 * vwx401",fontsize=16,color="magenta"];634 -> 695[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 634 -> 696[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 635[label="vwx401",fontsize=16,color="green",shape="box"];636[label="vwx301",fontsize=16,color="green",shape="box"];637 -> 697[label="",style="dashed", color="red", weight=0]; 18.52/7.15 637[label="primCompAux0 vwx35 (compare vwx300 vwx400)",fontsize=16,color="magenta"];637 -> 698[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 637 -> 699[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 669[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];1763[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];669 -> 1763[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1763 -> 700[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1764[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];669 -> 1764[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1764 -> 701[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 670[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];1765[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];670 -> 1765[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1765 -> 702[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1766[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];670 -> 1766[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1766 -> 703[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 671[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];671 -> 704[label="",style="solid", color="black", weight=3]; 18.52/7.15 672[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];672 -> 705[label="",style="solid", color="black", weight=3]; 18.52/7.15 673[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];673 -> 706[label="",style="solid", color="black", weight=3]; 18.52/7.15 674[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];674 -> 707[label="",style="solid", color="black", weight=3]; 18.52/7.15 675 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.15 675[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];675 -> 708[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 675 -> 709[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 676 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.15 676[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];676 -> 710[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 676 -> 711[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 677 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.15 677[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];677 -> 712[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 677 -> 713[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 678 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.15 678[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];678 -> 714[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 678 -> 715[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 679[label="Succ vwx3000",fontsize=16,color="green",shape="box"];680[label="vwx400",fontsize=16,color="green",shape="box"];681 -> 612[label="",style="dashed", color="red", weight=0]; 18.52/7.15 681[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];681 -> 716[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 681 -> 717[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 682[label="EQ",fontsize=16,color="green",shape="box"];683[label="GT",fontsize=16,color="green",shape="box"];684[label="EQ",fontsize=16,color="green",shape="box"];685[label="vwx400",fontsize=16,color="green",shape="box"];686[label="Succ vwx3000",fontsize=16,color="green",shape="box"];687[label="LT",fontsize=16,color="green",shape="box"];688[label="EQ",fontsize=16,color="green",shape="box"];689 -> 612[label="",style="dashed", color="red", weight=0]; 18.52/7.15 689[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];689 -> 718[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 689 -> 719[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 690[label="EQ",fontsize=16,color="green",shape="box"];638[label="True",fontsize=16,color="green",shape="box"];639[label="False",fontsize=16,color="green",shape="box"];640[label="False",fontsize=16,color="green",shape="box"];641 -> 720[label="",style="dashed", color="red", weight=0]; 18.52/7.15 641[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];641 -> 721[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 642 -> 722[label="",style="dashed", color="red", weight=0]; 18.52/7.15 642[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];642 -> 723[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 643 -> 724[label="",style="dashed", color="red", weight=0]; 18.52/7.15 643[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];643 -> 725[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 644 -> 726[label="",style="dashed", color="red", weight=0]; 18.52/7.15 644[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];644 -> 727[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 645 -> 728[label="",style="dashed", color="red", weight=0]; 18.52/7.15 645[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];645 -> 729[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 646 -> 730[label="",style="dashed", color="red", weight=0]; 18.52/7.15 646[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];646 -> 731[label="",style="dashed", color="magenta", weight=3]; 18.52/7.15 647[label="Left vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1767[label="vwx24/Left vwx240",fontsize=10,color="white",style="solid",shape="box"];647 -> 1767[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1767 -> 732[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1768[label="vwx24/Right vwx240",fontsize=10,color="white",style="solid",shape="box"];647 -> 1768[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1768 -> 733[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 648[label="Right vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1769[label="vwx24/Left vwx240",fontsize=10,color="white",style="solid",shape="box"];648 -> 1769[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1769 -> 734[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1770[label="vwx24/Right vwx240",fontsize=10,color="white",style="solid",shape="box"];648 -> 1770[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1770 -> 735[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 649[label="vwx230 :% vwx231 == vwx24",fontsize=16,color="burlywood",shape="box"];1771[label="vwx24/vwx240 :% vwx241",fontsize=10,color="white",style="solid",shape="box"];649 -> 1771[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1771 -> 736[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 650[label="vwx230 : vwx231 == vwx24",fontsize=16,color="burlywood",shape="box"];1772[label="vwx24/vwx240 : vwx241",fontsize=10,color="white",style="solid",shape="box"];650 -> 1772[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1772 -> 737[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1773[label="vwx24/[]",fontsize=10,color="white",style="solid",shape="box"];650 -> 1773[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1773 -> 738[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 651[label="[] == vwx24",fontsize=16,color="burlywood",shape="box"];1774[label="vwx24/vwx240 : vwx241",fontsize=10,color="white",style="solid",shape="box"];651 -> 1774[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1774 -> 739[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1775[label="vwx24/[]",fontsize=10,color="white",style="solid",shape="box"];651 -> 1775[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1775 -> 740[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 652[label="False == vwx24",fontsize=16,color="burlywood",shape="box"];1776[label="vwx24/False",fontsize=10,color="white",style="solid",shape="box"];652 -> 1776[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1776 -> 741[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1777[label="vwx24/True",fontsize=10,color="white",style="solid",shape="box"];652 -> 1777[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1777 -> 742[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 653[label="True == vwx24",fontsize=16,color="burlywood",shape="box"];1778[label="vwx24/False",fontsize=10,color="white",style="solid",shape="box"];653 -> 1778[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1778 -> 743[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1779[label="vwx24/True",fontsize=10,color="white",style="solid",shape="box"];653 -> 1779[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1779 -> 744[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 654[label="Integer vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1780[label="vwx24/Integer vwx240",fontsize=10,color="white",style="solid",shape="box"];654 -> 1780[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1780 -> 745[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 655[label="primEqInt vwx23 vwx24",fontsize=16,color="burlywood",shape="triangle"];1781[label="vwx23/Pos vwx230",fontsize=10,color="white",style="solid",shape="box"];655 -> 1781[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1781 -> 746[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 1782[label="vwx23/Neg vwx230",fontsize=10,color="white",style="solid",shape="box"];655 -> 1782[label="",style="solid", color="burlywood", weight=9]; 18.52/7.15 1782 -> 747[label="",style="solid", color="burlywood", weight=3]; 18.52/7.15 656[label="primEqFloat vwx23 vwx24",fontsize=16,color="burlywood",shape="box"];1783[label="vwx23/Float vwx230 vwx231",fontsize=10,color="white",style="solid",shape="box"];656 -> 1783[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1783 -> 748[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 657[label="(vwx230,vwx231) == vwx24",fontsize=16,color="burlywood",shape="box"];1784[label="vwx24/(vwx240,vwx241)",fontsize=10,color="white",style="solid",shape="box"];657 -> 1784[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1784 -> 749[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 658[label="LT == vwx24",fontsize=16,color="burlywood",shape="box"];1785[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];658 -> 1785[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1785 -> 750[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1786[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];658 -> 1786[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1786 -> 751[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1787[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];658 -> 1787[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1787 -> 752[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 659[label="EQ == vwx24",fontsize=16,color="burlywood",shape="box"];1788[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];659 -> 1788[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1788 -> 753[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1789[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];659 -> 1789[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1789 -> 754[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1790[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];659 -> 1790[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1790 -> 755[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 660[label="GT == vwx24",fontsize=16,color="burlywood",shape="box"];1791[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];660 -> 1791[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1791 -> 756[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1792[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];660 -> 1792[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1792 -> 757[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1793[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];660 -> 1793[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1793 -> 758[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 661[label="(vwx230,vwx231,vwx232) == vwx24",fontsize=16,color="burlywood",shape="box"];1794[label="vwx24/(vwx240,vwx241,vwx242)",fontsize=10,color="white",style="solid",shape="box"];661 -> 1794[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1794 -> 759[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 662[label="() == vwx24",fontsize=16,color="burlywood",shape="box"];1795[label="vwx24/()",fontsize=10,color="white",style="solid",shape="box"];662 -> 1795[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1795 -> 760[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 663[label="Nothing == vwx24",fontsize=16,color="burlywood",shape="box"];1796[label="vwx24/Nothing",fontsize=10,color="white",style="solid",shape="box"];663 -> 1796[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1796 -> 761[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1797[label="vwx24/Just vwx240",fontsize=10,color="white",style="solid",shape="box"];663 -> 1797[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1797 -> 762[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 664[label="Just vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1798[label="vwx24/Nothing",fontsize=10,color="white",style="solid",shape="box"];664 -> 1798[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1798 -> 763[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1799[label="vwx24/Just vwx240",fontsize=10,color="white",style="solid",shape="box"];664 -> 1799[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1799 -> 764[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 665[label="primEqDouble vwx23 vwx24",fontsize=16,color="burlywood",shape="box"];1800[label="vwx23/Double vwx230 vwx231",fontsize=10,color="white",style="solid",shape="box"];665 -> 1800[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1800 -> 765[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 666[label="primEqChar vwx23 vwx24",fontsize=16,color="burlywood",shape="box"];1801[label="vwx23/Char vwx230",fontsize=10,color="white",style="solid",shape="box"];666 -> 1801[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1801 -> 766[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 667[label="False",fontsize=16,color="green",shape="box"];668[label="vwx34",fontsize=16,color="green",shape="box"];691[label="primMulInt vwx400 vwx301",fontsize=16,color="burlywood",shape="triangle"];1802[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];691 -> 1802[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1802 -> 767[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1803[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];691 -> 1803[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1803 -> 768[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 692[label="vwx401",fontsize=16,color="green",shape="box"];693[label="vwx300",fontsize=16,color="green",shape="box"];694[label="Integer vwx4000 * vwx301",fontsize=16,color="burlywood",shape="box"];1804[label="vwx301/Integer vwx3010",fontsize=10,color="white",style="solid",shape="box"];694 -> 1804[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1804 -> 769[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 695[label="vwx401",fontsize=16,color="green",shape="box"];696[label="vwx300",fontsize=16,color="green",shape="box"];698[label="compare vwx300 vwx400",fontsize=16,color="blue",shape="box"];1805[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1805[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1805 -> 770[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1806[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1806[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1806 -> 771[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1807[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1807[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1807 -> 772[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1808[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1808[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1808 -> 773[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1809[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1809[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1809 -> 774[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1810[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1810[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1810 -> 775[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1811[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1811[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1811 -> 776[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1812[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1812[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1812 -> 777[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1813[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1813[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1813 -> 778[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1814[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1814[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1814 -> 779[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1815[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1815[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1815 -> 780[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1816[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1816[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1816 -> 781[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1817[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1817[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1817 -> 782[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1818[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];698 -> 1818[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1818 -> 783[label="",style="solid", color="blue", weight=3]; 18.52/7.16 699[label="vwx35",fontsize=16,color="green",shape="box"];697[label="primCompAux0 vwx39 vwx40",fontsize=16,color="burlywood",shape="triangle"];1819[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];697 -> 1819[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1819 -> 784[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1820[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];697 -> 1820[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1820 -> 785[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1821[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];697 -> 1821[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1821 -> 786[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 700[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];700 -> 787[label="",style="solid", color="black", weight=3]; 18.52/7.16 701[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];701 -> 788[label="",style="solid", color="black", weight=3]; 18.52/7.16 702[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];702 -> 789[label="",style="solid", color="black", weight=3]; 18.52/7.16 703[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];703 -> 790[label="",style="solid", color="black", weight=3]; 18.52/7.16 704 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.16 704[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];704 -> 791[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 704 -> 792[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 705 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.16 705[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];705 -> 793[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 705 -> 794[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 706 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.16 706[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];706 -> 795[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 706 -> 796[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 707 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.16 707[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];707 -> 797[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 707 -> 798[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 708 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 708[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];708 -> 799[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 708 -> 800[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 709 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 709[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];709 -> 801[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 709 -> 802[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 710 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 710[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];710 -> 803[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 710 -> 804[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 711 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 711[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];711 -> 805[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 711 -> 806[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 712 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 712[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];712 -> 807[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 712 -> 808[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 713 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 713[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];713 -> 809[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 713 -> 810[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 714 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 714[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];714 -> 811[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 714 -> 812[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 715 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 715[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];715 -> 813[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 715 -> 814[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 716[label="Zero",fontsize=16,color="green",shape="box"];717[label="Succ vwx4000",fontsize=16,color="green",shape="box"];718[label="Succ vwx4000",fontsize=16,color="green",shape="box"];719[label="Zero",fontsize=16,color="green",shape="box"];721 -> 583[label="",style="dashed", color="red", weight=0]; 18.52/7.16 721[label="vwx300 == vwx400",fontsize=16,color="magenta"];721 -> 815[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 721 -> 816[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 720[label="compare2 vwx300 vwx400 vwx41",fontsize=16,color="burlywood",shape="triangle"];1822[label="vwx41/False",fontsize=10,color="white",style="solid",shape="box"];720 -> 1822[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1822 -> 817[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1823[label="vwx41/True",fontsize=10,color="white",style="solid",shape="box"];720 -> 1823[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1823 -> 818[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 723 -> 587[label="",style="dashed", color="red", weight=0]; 18.52/7.16 723[label="vwx300 == vwx400",fontsize=16,color="magenta"];723 -> 819[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 723 -> 820[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 722[label="compare2 vwx300 vwx400 vwx42",fontsize=16,color="burlywood",shape="triangle"];1824[label="vwx42/False",fontsize=10,color="white",style="solid",shape="box"];722 -> 1824[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1824 -> 821[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1825[label="vwx42/True",fontsize=10,color="white",style="solid",shape="box"];722 -> 1825[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1825 -> 822[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 725 -> 580[label="",style="dashed", color="red", weight=0]; 18.52/7.16 725[label="vwx300 == vwx400",fontsize=16,color="magenta"];725 -> 823[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 725 -> 824[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 724[label="compare2 vwx300 vwx400 vwx43",fontsize=16,color="burlywood",shape="triangle"];1826[label="vwx43/False",fontsize=10,color="white",style="solid",shape="box"];724 -> 1826[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1826 -> 825[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1827[label="vwx43/True",fontsize=10,color="white",style="solid",shape="box"];724 -> 1827[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1827 -> 826[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 727 -> 588[label="",style="dashed", color="red", weight=0]; 18.52/7.16 727[label="vwx300 == vwx400",fontsize=16,color="magenta"];727 -> 827[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 727 -> 828[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 726[label="compare2 vwx300 vwx400 vwx44",fontsize=16,color="burlywood",shape="triangle"];1828[label="vwx44/False",fontsize=10,color="white",style="solid",shape="box"];726 -> 1828[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1828 -> 829[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1829[label="vwx44/True",fontsize=10,color="white",style="solid",shape="box"];726 -> 1829[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1829 -> 830[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 729 -> 591[label="",style="dashed", color="red", weight=0]; 18.52/7.16 729[label="vwx300 == vwx400",fontsize=16,color="magenta"];729 -> 831[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 729 -> 832[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 728[label="compare2 vwx300 vwx400 vwx45",fontsize=16,color="burlywood",shape="triangle"];1830[label="vwx45/False",fontsize=10,color="white",style="solid",shape="box"];728 -> 1830[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1830 -> 833[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1831[label="vwx45/True",fontsize=10,color="white",style="solid",shape="box"];728 -> 1831[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1831 -> 834[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 731 -> 589[label="",style="dashed", color="red", weight=0]; 18.52/7.16 731[label="vwx300 == vwx400",fontsize=16,color="magenta"];731 -> 835[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 731 -> 836[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 730[label="compare2 vwx300 vwx400 vwx46",fontsize=16,color="burlywood",shape="triangle"];1832[label="vwx46/False",fontsize=10,color="white",style="solid",shape="box"];730 -> 1832[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1832 -> 837[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1833[label="vwx46/True",fontsize=10,color="white",style="solid",shape="box"];730 -> 1833[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1833 -> 838[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 732[label="Left vwx230 == Left vwx240",fontsize=16,color="black",shape="box"];732 -> 839[label="",style="solid", color="black", weight=3]; 18.52/7.16 733[label="Left vwx230 == Right vwx240",fontsize=16,color="black",shape="box"];733 -> 840[label="",style="solid", color="black", weight=3]; 18.52/7.16 734[label="Right vwx230 == Left vwx240",fontsize=16,color="black",shape="box"];734 -> 841[label="",style="solid", color="black", weight=3]; 18.52/7.16 735[label="Right vwx230 == Right vwx240",fontsize=16,color="black",shape="box"];735 -> 842[label="",style="solid", color="black", weight=3]; 18.52/7.16 736[label="vwx230 :% vwx231 == vwx240 :% vwx241",fontsize=16,color="black",shape="box"];736 -> 843[label="",style="solid", color="black", weight=3]; 18.52/7.16 737[label="vwx230 : vwx231 == vwx240 : vwx241",fontsize=16,color="black",shape="box"];737 -> 844[label="",style="solid", color="black", weight=3]; 18.52/7.16 738[label="vwx230 : vwx231 == []",fontsize=16,color="black",shape="box"];738 -> 845[label="",style="solid", color="black", weight=3]; 18.52/7.16 739[label="[] == vwx240 : vwx241",fontsize=16,color="black",shape="box"];739 -> 846[label="",style="solid", color="black", weight=3]; 18.52/7.16 740[label="[] == []",fontsize=16,color="black",shape="box"];740 -> 847[label="",style="solid", color="black", weight=3]; 18.52/7.16 741[label="False == False",fontsize=16,color="black",shape="box"];741 -> 848[label="",style="solid", color="black", weight=3]; 18.52/7.16 742[label="False == True",fontsize=16,color="black",shape="box"];742 -> 849[label="",style="solid", color="black", weight=3]; 18.52/7.16 743[label="True == False",fontsize=16,color="black",shape="box"];743 -> 850[label="",style="solid", color="black", weight=3]; 18.52/7.16 744[label="True == True",fontsize=16,color="black",shape="box"];744 -> 851[label="",style="solid", color="black", weight=3]; 18.52/7.16 745[label="Integer vwx230 == Integer vwx240",fontsize=16,color="black",shape="box"];745 -> 852[label="",style="solid", color="black", weight=3]; 18.52/7.16 746[label="primEqInt (Pos vwx230) vwx24",fontsize=16,color="burlywood",shape="box"];1834[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];746 -> 1834[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1834 -> 853[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1835[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];746 -> 1835[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1835 -> 854[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 747[label="primEqInt (Neg vwx230) vwx24",fontsize=16,color="burlywood",shape="box"];1836[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];747 -> 1836[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1836 -> 855[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1837[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];747 -> 1837[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1837 -> 856[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 748[label="primEqFloat (Float vwx230 vwx231) vwx24",fontsize=16,color="burlywood",shape="box"];1838[label="vwx24/Float vwx240 vwx241",fontsize=10,color="white",style="solid",shape="box"];748 -> 1838[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1838 -> 857[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 749[label="(vwx230,vwx231) == (vwx240,vwx241)",fontsize=16,color="black",shape="box"];749 -> 858[label="",style="solid", color="black", weight=3]; 18.52/7.16 750[label="LT == LT",fontsize=16,color="black",shape="box"];750 -> 859[label="",style="solid", color="black", weight=3]; 18.52/7.16 751[label="LT == EQ",fontsize=16,color="black",shape="box"];751 -> 860[label="",style="solid", color="black", weight=3]; 18.52/7.16 752[label="LT == GT",fontsize=16,color="black",shape="box"];752 -> 861[label="",style="solid", color="black", weight=3]; 18.52/7.16 753[label="EQ == LT",fontsize=16,color="black",shape="box"];753 -> 862[label="",style="solid", color="black", weight=3]; 18.52/7.16 754[label="EQ == EQ",fontsize=16,color="black",shape="box"];754 -> 863[label="",style="solid", color="black", weight=3]; 18.52/7.16 755[label="EQ == GT",fontsize=16,color="black",shape="box"];755 -> 864[label="",style="solid", color="black", weight=3]; 18.52/7.16 756[label="GT == LT",fontsize=16,color="black",shape="box"];756 -> 865[label="",style="solid", color="black", weight=3]; 18.52/7.16 757[label="GT == EQ",fontsize=16,color="black",shape="box"];757 -> 866[label="",style="solid", color="black", weight=3]; 18.52/7.16 758[label="GT == GT",fontsize=16,color="black",shape="box"];758 -> 867[label="",style="solid", color="black", weight=3]; 18.52/7.16 759[label="(vwx230,vwx231,vwx232) == (vwx240,vwx241,vwx242)",fontsize=16,color="black",shape="box"];759 -> 868[label="",style="solid", color="black", weight=3]; 18.52/7.16 760[label="() == ()",fontsize=16,color="black",shape="box"];760 -> 869[label="",style="solid", color="black", weight=3]; 18.52/7.16 761[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];761 -> 870[label="",style="solid", color="black", weight=3]; 18.52/7.16 762[label="Nothing == Just vwx240",fontsize=16,color="black",shape="box"];762 -> 871[label="",style="solid", color="black", weight=3]; 18.52/7.16 763[label="Just vwx230 == Nothing",fontsize=16,color="black",shape="box"];763 -> 872[label="",style="solid", color="black", weight=3]; 18.52/7.16 764[label="Just vwx230 == Just vwx240",fontsize=16,color="black",shape="box"];764 -> 873[label="",style="solid", color="black", weight=3]; 18.52/7.16 765[label="primEqDouble (Double vwx230 vwx231) vwx24",fontsize=16,color="burlywood",shape="box"];1839[label="vwx24/Double vwx240 vwx241",fontsize=10,color="white",style="solid",shape="box"];765 -> 1839[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1839 -> 874[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 766[label="primEqChar (Char vwx230) vwx24",fontsize=16,color="burlywood",shape="box"];1840[label="vwx24/Char vwx240",fontsize=10,color="white",style="solid",shape="box"];766 -> 1840[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1840 -> 875[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 767[label="primMulInt (Pos vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];1841[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];767 -> 1841[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1841 -> 876[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1842[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];767 -> 1842[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1842 -> 877[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 768[label="primMulInt (Neg vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];1843[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];768 -> 1843[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1843 -> 878[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1844[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];768 -> 1844[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1844 -> 879[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 769[label="Integer vwx4000 * Integer vwx3010",fontsize=16,color="black",shape="box"];769 -> 880[label="",style="solid", color="black", weight=3]; 18.52/7.16 770 -> 361[label="",style="dashed", color="red", weight=0]; 18.52/7.16 770[label="compare vwx300 vwx400",fontsize=16,color="magenta"];770 -> 881[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 770 -> 882[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 771 -> 450[label="",style="dashed", color="red", weight=0]; 18.52/7.16 771[label="compare vwx300 vwx400",fontsize=16,color="magenta"];771 -> 883[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 771 -> 884[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 772 -> 362[label="",style="dashed", color="red", weight=0]; 18.52/7.16 772[label="compare vwx300 vwx400",fontsize=16,color="magenta"];772 -> 885[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 772 -> 886[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 773 -> 452[label="",style="dashed", color="red", weight=0]; 18.52/7.16 773[label="compare vwx300 vwx400",fontsize=16,color="magenta"];773 -> 887[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 773 -> 888[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 774 -> 363[label="",style="dashed", color="red", weight=0]; 18.52/7.16 774[label="compare vwx300 vwx400",fontsize=16,color="magenta"];774 -> 889[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 774 -> 890[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 775 -> 454[label="",style="dashed", color="red", weight=0]; 18.52/7.16 775[label="compare vwx300 vwx400",fontsize=16,color="magenta"];775 -> 891[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 775 -> 892[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 776 -> 364[label="",style="dashed", color="red", weight=0]; 18.52/7.16 776[label="compare vwx300 vwx400",fontsize=16,color="magenta"];776 -> 893[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 776 -> 894[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 777 -> 365[label="",style="dashed", color="red", weight=0]; 18.52/7.16 777[label="compare vwx300 vwx400",fontsize=16,color="magenta"];777 -> 895[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 777 -> 896[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 778 -> 457[label="",style="dashed", color="red", weight=0]; 18.52/7.16 778[label="compare vwx300 vwx400",fontsize=16,color="magenta"];778 -> 897[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 778 -> 898[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 779 -> 366[label="",style="dashed", color="red", weight=0]; 18.52/7.16 779[label="compare vwx300 vwx400",fontsize=16,color="magenta"];779 -> 899[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 779 -> 900[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 780 -> 367[label="",style="dashed", color="red", weight=0]; 18.52/7.16 780[label="compare vwx300 vwx400",fontsize=16,color="magenta"];780 -> 901[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 780 -> 902[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 781 -> 460[label="",style="dashed", color="red", weight=0]; 18.52/7.16 781[label="compare vwx300 vwx400",fontsize=16,color="magenta"];781 -> 903[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 781 -> 904[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 782 -> 461[label="",style="dashed", color="red", weight=0]; 18.52/7.16 782[label="compare vwx300 vwx400",fontsize=16,color="magenta"];782 -> 905[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 782 -> 906[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 783 -> 368[label="",style="dashed", color="red", weight=0]; 18.52/7.16 783[label="compare vwx300 vwx400",fontsize=16,color="magenta"];783 -> 907[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 783 -> 908[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 784[label="primCompAux0 vwx39 LT",fontsize=16,color="black",shape="box"];784 -> 909[label="",style="solid", color="black", weight=3]; 18.52/7.16 785[label="primCompAux0 vwx39 EQ",fontsize=16,color="black",shape="box"];785 -> 910[label="",style="solid", color="black", weight=3]; 18.52/7.16 786[label="primCompAux0 vwx39 GT",fontsize=16,color="black",shape="box"];786 -> 911[label="",style="solid", color="black", weight=3]; 18.52/7.16 787 -> 612[label="",style="dashed", color="red", weight=0]; 18.52/7.16 787[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];787 -> 912[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 787 -> 913[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 788[label="GT",fontsize=16,color="green",shape="box"];789[label="LT",fontsize=16,color="green",shape="box"];790[label="EQ",fontsize=16,color="green",shape="box"];791 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 791[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];791 -> 914[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 791 -> 915[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 792 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 792[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];792 -> 916[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 792 -> 917[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 793 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 793[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];793 -> 918[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 793 -> 919[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 794 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 794[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];794 -> 920[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 794 -> 921[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 795 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 795[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];795 -> 922[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 795 -> 923[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 796 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 796[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];796 -> 924[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 796 -> 925[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 797 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 797[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];797 -> 926[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 797 -> 927[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 798 -> 631[label="",style="dashed", color="red", weight=0]; 18.52/7.16 798[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];798 -> 928[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 798 -> 929[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 799[label="vwx400",fontsize=16,color="green",shape="box"];800[label="Pos vwx3010",fontsize=16,color="green",shape="box"];801[label="Pos vwx4010",fontsize=16,color="green",shape="box"];802[label="vwx300",fontsize=16,color="green",shape="box"];803[label="vwx400",fontsize=16,color="green",shape="box"];804[label="Neg vwx3010",fontsize=16,color="green",shape="box"];805[label="Pos vwx4010",fontsize=16,color="green",shape="box"];806[label="vwx300",fontsize=16,color="green",shape="box"];807[label="vwx400",fontsize=16,color="green",shape="box"];808[label="Pos vwx3010",fontsize=16,color="green",shape="box"];809[label="Neg vwx4010",fontsize=16,color="green",shape="box"];810[label="vwx300",fontsize=16,color="green",shape="box"];811[label="vwx400",fontsize=16,color="green",shape="box"];812[label="Neg vwx3010",fontsize=16,color="green",shape="box"];813[label="Neg vwx4010",fontsize=16,color="green",shape="box"];814[label="vwx300",fontsize=16,color="green",shape="box"];815[label="vwx300",fontsize=16,color="green",shape="box"];816[label="vwx400",fontsize=16,color="green",shape="box"];817[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];817 -> 930[label="",style="solid", color="black", weight=3]; 18.52/7.16 818[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];818 -> 931[label="",style="solid", color="black", weight=3]; 18.52/7.16 819[label="vwx300",fontsize=16,color="green",shape="box"];820[label="vwx400",fontsize=16,color="green",shape="box"];821[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];821 -> 932[label="",style="solid", color="black", weight=3]; 18.52/7.16 822[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];822 -> 933[label="",style="solid", color="black", weight=3]; 18.52/7.16 823[label="vwx300",fontsize=16,color="green",shape="box"];824[label="vwx400",fontsize=16,color="green",shape="box"];825[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];825 -> 934[label="",style="solid", color="black", weight=3]; 18.52/7.16 826[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];826 -> 935[label="",style="solid", color="black", weight=3]; 18.52/7.16 827[label="vwx300",fontsize=16,color="green",shape="box"];828[label="vwx400",fontsize=16,color="green",shape="box"];829[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];829 -> 936[label="",style="solid", color="black", weight=3]; 18.52/7.16 830[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];830 -> 937[label="",style="solid", color="black", weight=3]; 18.52/7.16 831[label="vwx300",fontsize=16,color="green",shape="box"];832[label="vwx400",fontsize=16,color="green",shape="box"];833[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];833 -> 938[label="",style="solid", color="black", weight=3]; 18.52/7.16 834[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];834 -> 939[label="",style="solid", color="black", weight=3]; 18.52/7.16 835[label="vwx300",fontsize=16,color="green",shape="box"];836[label="vwx400",fontsize=16,color="green",shape="box"];837[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];837 -> 940[label="",style="solid", color="black", weight=3]; 18.52/7.16 838[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];838 -> 941[label="",style="solid", color="black", weight=3]; 18.52/7.16 839[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1845[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1845[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1845 -> 942[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1846[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1846[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1846 -> 943[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1847[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1847[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1847 -> 944[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1848[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1848[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1848 -> 945[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1849[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1849[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1849 -> 946[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1850[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1850[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1850 -> 947[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1851[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1851[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1851 -> 948[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1852[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1852[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1852 -> 949[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1853[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1853[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1853 -> 950[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1854[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1854[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1854 -> 951[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1855[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1855[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1855 -> 952[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1856[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1856[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1856 -> 953[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1857[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1857[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1857 -> 954[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1858[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];839 -> 1858[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1858 -> 955[label="",style="solid", color="blue", weight=3]; 18.52/7.16 840[label="False",fontsize=16,color="green",shape="box"];841[label="False",fontsize=16,color="green",shape="box"];842[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1859[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1859[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1859 -> 956[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1860[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1860[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1860 -> 957[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1861[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1861[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1861 -> 958[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1862[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1862[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1862 -> 959[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1863[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1863[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1863 -> 960[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1864[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1864[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1864 -> 961[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1865[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1865[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1865 -> 962[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1866[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1866[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1866 -> 963[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1867[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1867[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1867 -> 964[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1868[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1868[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1868 -> 965[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1869[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1869[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1869 -> 966[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1870[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1870[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1870 -> 967[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1871[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1871[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1871 -> 968[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1872[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];842 -> 1872[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1872 -> 969[label="",style="solid", color="blue", weight=3]; 18.52/7.16 843 -> 478[label="",style="dashed", color="red", weight=0]; 18.52/7.16 843[label="vwx230 == vwx240 && vwx231 == vwx241",fontsize=16,color="magenta"];843 -> 970[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 843 -> 971[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 844 -> 478[label="",style="dashed", color="red", weight=0]; 18.52/7.16 844[label="vwx230 == vwx240 && vwx231 == vwx241",fontsize=16,color="magenta"];844 -> 972[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 844 -> 973[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 845[label="False",fontsize=16,color="green",shape="box"];846[label="False",fontsize=16,color="green",shape="box"];847[label="True",fontsize=16,color="green",shape="box"];848[label="True",fontsize=16,color="green",shape="box"];849[label="False",fontsize=16,color="green",shape="box"];850[label="False",fontsize=16,color="green",shape="box"];851[label="True",fontsize=16,color="green",shape="box"];852 -> 655[label="",style="dashed", color="red", weight=0]; 18.52/7.16 852[label="primEqInt vwx230 vwx240",fontsize=16,color="magenta"];852 -> 974[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 852 -> 975[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 853[label="primEqInt (Pos (Succ vwx2300)) vwx24",fontsize=16,color="burlywood",shape="box"];1873[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];853 -> 1873[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1873 -> 976[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1874[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];853 -> 1874[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1874 -> 977[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 854[label="primEqInt (Pos Zero) vwx24",fontsize=16,color="burlywood",shape="box"];1875[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];854 -> 1875[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1875 -> 978[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1876[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];854 -> 1876[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1876 -> 979[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 855[label="primEqInt (Neg (Succ vwx2300)) vwx24",fontsize=16,color="burlywood",shape="box"];1877[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];855 -> 1877[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1877 -> 980[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1878[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];855 -> 1878[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1878 -> 981[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 856[label="primEqInt (Neg Zero) vwx24",fontsize=16,color="burlywood",shape="box"];1879[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];856 -> 1879[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1879 -> 982[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1880[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];856 -> 1880[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1880 -> 983[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 857[label="primEqFloat (Float vwx230 vwx231) (Float vwx240 vwx241)",fontsize=16,color="black",shape="box"];857 -> 984[label="",style="solid", color="black", weight=3]; 18.52/7.16 858 -> 478[label="",style="dashed", color="red", weight=0]; 18.52/7.16 858[label="vwx230 == vwx240 && vwx231 == vwx241",fontsize=16,color="magenta"];858 -> 985[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 858 -> 986[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 859[label="True",fontsize=16,color="green",shape="box"];860[label="False",fontsize=16,color="green",shape="box"];861[label="False",fontsize=16,color="green",shape="box"];862[label="False",fontsize=16,color="green",shape="box"];863[label="True",fontsize=16,color="green",shape="box"];864[label="False",fontsize=16,color="green",shape="box"];865[label="False",fontsize=16,color="green",shape="box"];866[label="False",fontsize=16,color="green",shape="box"];867[label="True",fontsize=16,color="green",shape="box"];868 -> 478[label="",style="dashed", color="red", weight=0]; 18.52/7.16 868[label="vwx230 == vwx240 && vwx231 == vwx241 && vwx232 == vwx242",fontsize=16,color="magenta"];868 -> 987[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 868 -> 988[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 869[label="True",fontsize=16,color="green",shape="box"];870[label="True",fontsize=16,color="green",shape="box"];871[label="False",fontsize=16,color="green",shape="box"];872[label="False",fontsize=16,color="green",shape="box"];873[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1881[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1881[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1881 -> 989[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1882[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1882[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1882 -> 990[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1883[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1883[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1883 -> 991[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1884[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1884[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1884 -> 992[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1885[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1885[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1885 -> 993[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1886[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1886[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1886 -> 994[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1887[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1887[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1887 -> 995[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1888[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1888[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1888 -> 996[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1889[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1889[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1889 -> 997[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1890[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1890[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1890 -> 998[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1891[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1891[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1891 -> 999[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1892[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1892[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1892 -> 1000[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1893[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1893[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1893 -> 1001[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1894[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 1894[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1894 -> 1002[label="",style="solid", color="blue", weight=3]; 18.52/7.16 874[label="primEqDouble (Double vwx230 vwx231) (Double vwx240 vwx241)",fontsize=16,color="black",shape="box"];874 -> 1003[label="",style="solid", color="black", weight=3]; 18.52/7.16 875[label="primEqChar (Char vwx230) (Char vwx240)",fontsize=16,color="black",shape="box"];875 -> 1004[label="",style="solid", color="black", weight=3]; 18.52/7.16 876[label="primMulInt (Pos vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];876 -> 1005[label="",style="solid", color="black", weight=3]; 18.52/7.16 877[label="primMulInt (Pos vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];877 -> 1006[label="",style="solid", color="black", weight=3]; 18.52/7.16 878[label="primMulInt (Neg vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];878 -> 1007[label="",style="solid", color="black", weight=3]; 18.52/7.16 879[label="primMulInt (Neg vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];879 -> 1008[label="",style="solid", color="black", weight=3]; 18.52/7.16 880[label="Integer (primMulInt vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];880 -> 1009[label="",style="dashed", color="green", weight=3]; 18.52/7.16 881[label="vwx400",fontsize=16,color="green",shape="box"];882[label="vwx300",fontsize=16,color="green",shape="box"];883[label="vwx300",fontsize=16,color="green",shape="box"];884[label="vwx400",fontsize=16,color="green",shape="box"];885[label="vwx400",fontsize=16,color="green",shape="box"];886[label="vwx300",fontsize=16,color="green",shape="box"];887[label="vwx300",fontsize=16,color="green",shape="box"];888[label="vwx400",fontsize=16,color="green",shape="box"];889[label="vwx400",fontsize=16,color="green",shape="box"];890[label="vwx300",fontsize=16,color="green",shape="box"];891[label="vwx300",fontsize=16,color="green",shape="box"];892[label="vwx400",fontsize=16,color="green",shape="box"];893[label="vwx400",fontsize=16,color="green",shape="box"];894[label="vwx300",fontsize=16,color="green",shape="box"];895[label="vwx400",fontsize=16,color="green",shape="box"];896[label="vwx300",fontsize=16,color="green",shape="box"];897[label="vwx300",fontsize=16,color="green",shape="box"];898[label="vwx400",fontsize=16,color="green",shape="box"];899[label="vwx400",fontsize=16,color="green",shape="box"];900[label="vwx300",fontsize=16,color="green",shape="box"];901[label="vwx400",fontsize=16,color="green",shape="box"];902[label="vwx300",fontsize=16,color="green",shape="box"];903[label="vwx300",fontsize=16,color="green",shape="box"];904[label="vwx400",fontsize=16,color="green",shape="box"];905[label="vwx300",fontsize=16,color="green",shape="box"];906[label="vwx400",fontsize=16,color="green",shape="box"];907[label="vwx400",fontsize=16,color="green",shape="box"];908[label="vwx300",fontsize=16,color="green",shape="box"];909[label="LT",fontsize=16,color="green",shape="box"];910[label="vwx39",fontsize=16,color="green",shape="box"];911[label="GT",fontsize=16,color="green",shape="box"];912[label="vwx3000",fontsize=16,color="green",shape="box"];913[label="vwx4000",fontsize=16,color="green",shape="box"];914[label="vwx400",fontsize=16,color="green",shape="box"];915[label="Pos vwx3010",fontsize=16,color="green",shape="box"];916[label="Pos vwx4010",fontsize=16,color="green",shape="box"];917[label="vwx300",fontsize=16,color="green",shape="box"];918[label="vwx400",fontsize=16,color="green",shape="box"];919[label="Neg vwx3010",fontsize=16,color="green",shape="box"];920[label="Pos vwx4010",fontsize=16,color="green",shape="box"];921[label="vwx300",fontsize=16,color="green",shape="box"];922[label="vwx400",fontsize=16,color="green",shape="box"];923[label="Pos vwx3010",fontsize=16,color="green",shape="box"];924[label="Neg vwx4010",fontsize=16,color="green",shape="box"];925[label="vwx300",fontsize=16,color="green",shape="box"];926[label="vwx400",fontsize=16,color="green",shape="box"];927[label="Neg vwx3010",fontsize=16,color="green",shape="box"];928[label="Neg vwx4010",fontsize=16,color="green",shape="box"];929[label="vwx300",fontsize=16,color="green",shape="box"];930 -> 1010[label="",style="dashed", color="red", weight=0]; 18.52/7.16 930[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];930 -> 1011[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 931[label="EQ",fontsize=16,color="green",shape="box"];932 -> 1012[label="",style="dashed", color="red", weight=0]; 18.52/7.16 932[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];932 -> 1013[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 933[label="EQ",fontsize=16,color="green",shape="box"];934 -> 1014[label="",style="dashed", color="red", weight=0]; 18.52/7.16 934[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];934 -> 1015[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 935[label="EQ",fontsize=16,color="green",shape="box"];936 -> 1016[label="",style="dashed", color="red", weight=0]; 18.52/7.16 936[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];936 -> 1017[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 937[label="EQ",fontsize=16,color="green",shape="box"];938 -> 1018[label="",style="dashed", color="red", weight=0]; 18.52/7.16 938[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];938 -> 1019[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 939[label="EQ",fontsize=16,color="green",shape="box"];940 -> 1020[label="",style="dashed", color="red", weight=0]; 18.52/7.16 940[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];940 -> 1021[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 941[label="EQ",fontsize=16,color="green",shape="box"];942 -> 580[label="",style="dashed", color="red", weight=0]; 18.52/7.16 942[label="vwx230 == vwx240",fontsize=16,color="magenta"];942 -> 1022[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 942 -> 1023[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 943 -> 581[label="",style="dashed", color="red", weight=0]; 18.52/7.16 943[label="vwx230 == vwx240",fontsize=16,color="magenta"];943 -> 1024[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 943 -> 1025[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 944 -> 582[label="",style="dashed", color="red", weight=0]; 18.52/7.16 944[label="vwx230 == vwx240",fontsize=16,color="magenta"];944 -> 1026[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 944 -> 1027[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 945 -> 583[label="",style="dashed", color="red", weight=0]; 18.52/7.16 945[label="vwx230 == vwx240",fontsize=16,color="magenta"];945 -> 1028[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 945 -> 1029[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 946 -> 584[label="",style="dashed", color="red", weight=0]; 18.52/7.16 946[label="vwx230 == vwx240",fontsize=16,color="magenta"];946 -> 1030[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 946 -> 1031[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 947 -> 585[label="",style="dashed", color="red", weight=0]; 18.52/7.16 947[label="vwx230 == vwx240",fontsize=16,color="magenta"];947 -> 1032[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 947 -> 1033[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 948 -> 586[label="",style="dashed", color="red", weight=0]; 18.52/7.16 948[label="vwx230 == vwx240",fontsize=16,color="magenta"];948 -> 1034[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 948 -> 1035[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 949 -> 587[label="",style="dashed", color="red", weight=0]; 18.52/7.16 949[label="vwx230 == vwx240",fontsize=16,color="magenta"];949 -> 1036[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 949 -> 1037[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 950 -> 588[label="",style="dashed", color="red", weight=0]; 18.52/7.16 950[label="vwx230 == vwx240",fontsize=16,color="magenta"];950 -> 1038[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 950 -> 1039[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 951 -> 589[label="",style="dashed", color="red", weight=0]; 18.52/7.16 951[label="vwx230 == vwx240",fontsize=16,color="magenta"];951 -> 1040[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 951 -> 1041[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 952 -> 590[label="",style="dashed", color="red", weight=0]; 18.52/7.16 952[label="vwx230 == vwx240",fontsize=16,color="magenta"];952 -> 1042[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 952 -> 1043[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 953 -> 591[label="",style="dashed", color="red", weight=0]; 18.52/7.16 953[label="vwx230 == vwx240",fontsize=16,color="magenta"];953 -> 1044[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 953 -> 1045[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 954 -> 592[label="",style="dashed", color="red", weight=0]; 18.52/7.16 954[label="vwx230 == vwx240",fontsize=16,color="magenta"];954 -> 1046[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 954 -> 1047[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 955 -> 593[label="",style="dashed", color="red", weight=0]; 18.52/7.16 955[label="vwx230 == vwx240",fontsize=16,color="magenta"];955 -> 1048[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 955 -> 1049[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 956 -> 580[label="",style="dashed", color="red", weight=0]; 18.52/7.16 956[label="vwx230 == vwx240",fontsize=16,color="magenta"];956 -> 1050[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 956 -> 1051[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 957 -> 581[label="",style="dashed", color="red", weight=0]; 18.52/7.16 957[label="vwx230 == vwx240",fontsize=16,color="magenta"];957 -> 1052[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 957 -> 1053[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 958 -> 582[label="",style="dashed", color="red", weight=0]; 18.52/7.16 958[label="vwx230 == vwx240",fontsize=16,color="magenta"];958 -> 1054[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 958 -> 1055[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 959 -> 583[label="",style="dashed", color="red", weight=0]; 18.52/7.16 959[label="vwx230 == vwx240",fontsize=16,color="magenta"];959 -> 1056[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 959 -> 1057[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 960 -> 584[label="",style="dashed", color="red", weight=0]; 18.52/7.16 960[label="vwx230 == vwx240",fontsize=16,color="magenta"];960 -> 1058[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 960 -> 1059[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 961 -> 585[label="",style="dashed", color="red", weight=0]; 18.52/7.16 961[label="vwx230 == vwx240",fontsize=16,color="magenta"];961 -> 1060[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 961 -> 1061[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 962 -> 586[label="",style="dashed", color="red", weight=0]; 18.52/7.16 962[label="vwx230 == vwx240",fontsize=16,color="magenta"];962 -> 1062[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 962 -> 1063[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 963 -> 587[label="",style="dashed", color="red", weight=0]; 18.52/7.16 963[label="vwx230 == vwx240",fontsize=16,color="magenta"];963 -> 1064[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 963 -> 1065[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 964 -> 588[label="",style="dashed", color="red", weight=0]; 18.52/7.16 964[label="vwx230 == vwx240",fontsize=16,color="magenta"];964 -> 1066[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 964 -> 1067[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 965 -> 589[label="",style="dashed", color="red", weight=0]; 18.52/7.16 965[label="vwx230 == vwx240",fontsize=16,color="magenta"];965 -> 1068[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 965 -> 1069[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 966 -> 590[label="",style="dashed", color="red", weight=0]; 18.52/7.16 966[label="vwx230 == vwx240",fontsize=16,color="magenta"];966 -> 1070[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 966 -> 1071[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 967 -> 591[label="",style="dashed", color="red", weight=0]; 18.52/7.16 967[label="vwx230 == vwx240",fontsize=16,color="magenta"];967 -> 1072[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 967 -> 1073[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 968 -> 592[label="",style="dashed", color="red", weight=0]; 18.52/7.16 968[label="vwx230 == vwx240",fontsize=16,color="magenta"];968 -> 1074[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 968 -> 1075[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 969 -> 593[label="",style="dashed", color="red", weight=0]; 18.52/7.16 969[label="vwx230 == vwx240",fontsize=16,color="magenta"];969 -> 1076[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 969 -> 1077[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 970[label="vwx231 == vwx241",fontsize=16,color="blue",shape="box"];1895[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];970 -> 1895[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1895 -> 1078[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1896[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];970 -> 1896[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1896 -> 1079[label="",style="solid", color="blue", weight=3]; 18.52/7.16 971[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1897[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];971 -> 1897[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1897 -> 1080[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1898[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];971 -> 1898[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1898 -> 1081[label="",style="solid", color="blue", weight=3]; 18.52/7.16 972 -> 582[label="",style="dashed", color="red", weight=0]; 18.52/7.16 972[label="vwx231 == vwx241",fontsize=16,color="magenta"];972 -> 1082[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 972 -> 1083[label="",style="dashed", color="magenta", weight=3]; 18.52/7.16 973[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1899[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1899[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1899 -> 1084[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1900[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1900[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1900 -> 1085[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1901[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1901[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1901 -> 1086[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1902[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1902[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1902 -> 1087[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1903[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1903[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1903 -> 1088[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1904[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1904[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1904 -> 1089[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1905[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1905[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1905 -> 1090[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1906[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1906[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1906 -> 1091[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1907[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1907[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1907 -> 1092[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1908[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1908[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1908 -> 1093[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1909[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1909[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1909 -> 1094[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1910[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1910[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1910 -> 1095[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1911[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1911[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1911 -> 1096[label="",style="solid", color="blue", weight=3]; 18.52/7.16 1912[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 1912[label="",style="solid", color="blue", weight=9]; 18.52/7.16 1912 -> 1097[label="",style="solid", color="blue", weight=3]; 18.52/7.16 974[label="vwx230",fontsize=16,color="green",shape="box"];975[label="vwx240",fontsize=16,color="green",shape="box"];976[label="primEqInt (Pos (Succ vwx2300)) (Pos vwx240)",fontsize=16,color="burlywood",shape="box"];1913[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];976 -> 1913[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1913 -> 1098[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1914[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];976 -> 1914[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1914 -> 1099[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 977[label="primEqInt (Pos (Succ vwx2300)) (Neg vwx240)",fontsize=16,color="black",shape="box"];977 -> 1100[label="",style="solid", color="black", weight=3]; 18.52/7.16 978[label="primEqInt (Pos Zero) (Pos vwx240)",fontsize=16,color="burlywood",shape="box"];1915[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];978 -> 1915[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1915 -> 1101[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1916[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];978 -> 1916[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1916 -> 1102[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 979[label="primEqInt (Pos Zero) (Neg vwx240)",fontsize=16,color="burlywood",shape="box"];1917[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];979 -> 1917[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1917 -> 1103[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1918[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];979 -> 1918[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1918 -> 1104[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 980[label="primEqInt (Neg (Succ vwx2300)) (Pos vwx240)",fontsize=16,color="black",shape="box"];980 -> 1105[label="",style="solid", color="black", weight=3]; 18.52/7.16 981[label="primEqInt (Neg (Succ vwx2300)) (Neg vwx240)",fontsize=16,color="burlywood",shape="box"];1919[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];981 -> 1919[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1919 -> 1106[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1920[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];981 -> 1920[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1920 -> 1107[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 982[label="primEqInt (Neg Zero) (Pos vwx240)",fontsize=16,color="burlywood",shape="box"];1921[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];982 -> 1921[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1921 -> 1108[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 1922[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];982 -> 1922[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1922 -> 1109[label="",style="solid", color="burlywood", weight=3]; 18.52/7.16 983[label="primEqInt (Neg Zero) (Neg vwx240)",fontsize=16,color="burlywood",shape="box"];1923[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];983 -> 1923[label="",style="solid", color="burlywood", weight=9]; 18.52/7.16 1923 -> 1110[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1924[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];983 -> 1924[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1924 -> 1111[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 984 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 984[label="vwx230 * vwx241 == vwx231 * vwx240",fontsize=16,color="magenta"];984 -> 1112[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 984 -> 1113[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 985[label="vwx231 == vwx241",fontsize=16,color="blue",shape="box"];1925[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1925[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1925 -> 1114[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1926[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1926[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1926 -> 1115[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1927[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1927[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1927 -> 1116[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1928[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1928[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1928 -> 1117[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1929[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1929[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1929 -> 1118[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1930[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1930[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1930 -> 1119[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1931[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1931[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1931 -> 1120[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1932[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1932[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1932 -> 1121[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1933[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1933[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1933 -> 1122[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1934[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1934[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1934 -> 1123[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1935[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1935[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1935 -> 1124[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1936[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1936[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1936 -> 1125[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1937[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1937[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1937 -> 1126[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1938[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 1938[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1938 -> 1127[label="",style="solid", color="blue", weight=3]; 18.66/7.16 986[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1939[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1939[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1939 -> 1128[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1940[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1940[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1940 -> 1129[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1941[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1941[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1941 -> 1130[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1942[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1942[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1942 -> 1131[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1943[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1943[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1943 -> 1132[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1944[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1944[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1944 -> 1133[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1945[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1945[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1945 -> 1134[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1946[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1946[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1946 -> 1135[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1947[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1947[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1947 -> 1136[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1948[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1948[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1948 -> 1137[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1949[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1949[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1949 -> 1138[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1950[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1950[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1950 -> 1139[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1951[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1951[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1951 -> 1140[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1952[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];986 -> 1952[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1952 -> 1141[label="",style="solid", color="blue", weight=3]; 18.66/7.16 987 -> 478[label="",style="dashed", color="red", weight=0]; 18.66/7.16 987[label="vwx231 == vwx241 && vwx232 == vwx242",fontsize=16,color="magenta"];987 -> 1142[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 987 -> 1143[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 988[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1953[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1953[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1953 -> 1144[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1954[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1954[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1954 -> 1145[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1955[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1955[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1955 -> 1146[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1956[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1956[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1956 -> 1147[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1957[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1957[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1957 -> 1148[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1958[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1958[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1958 -> 1149[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1959[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1959[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1959 -> 1150[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1960[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1960[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1960 -> 1151[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1961[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1961[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1961 -> 1152[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1962[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1962[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1962 -> 1153[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1963[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1963[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1963 -> 1154[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1964[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1964[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1964 -> 1155[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1965[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1965[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1965 -> 1156[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1966[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];988 -> 1966[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1966 -> 1157[label="",style="solid", color="blue", weight=3]; 18.66/7.16 989 -> 580[label="",style="dashed", color="red", weight=0]; 18.66/7.16 989[label="vwx230 == vwx240",fontsize=16,color="magenta"];989 -> 1158[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 989 -> 1159[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 990 -> 581[label="",style="dashed", color="red", weight=0]; 18.66/7.16 990[label="vwx230 == vwx240",fontsize=16,color="magenta"];990 -> 1160[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 990 -> 1161[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 991 -> 582[label="",style="dashed", color="red", weight=0]; 18.66/7.16 991[label="vwx230 == vwx240",fontsize=16,color="magenta"];991 -> 1162[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 991 -> 1163[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 992 -> 583[label="",style="dashed", color="red", weight=0]; 18.66/7.16 992[label="vwx230 == vwx240",fontsize=16,color="magenta"];992 -> 1164[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 992 -> 1165[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 993 -> 584[label="",style="dashed", color="red", weight=0]; 18.66/7.16 993[label="vwx230 == vwx240",fontsize=16,color="magenta"];993 -> 1166[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 993 -> 1167[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 994 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 994[label="vwx230 == vwx240",fontsize=16,color="magenta"];994 -> 1168[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 994 -> 1169[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 995 -> 586[label="",style="dashed", color="red", weight=0]; 18.66/7.16 995[label="vwx230 == vwx240",fontsize=16,color="magenta"];995 -> 1170[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 995 -> 1171[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 996 -> 587[label="",style="dashed", color="red", weight=0]; 18.66/7.16 996[label="vwx230 == vwx240",fontsize=16,color="magenta"];996 -> 1172[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 996 -> 1173[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 997 -> 588[label="",style="dashed", color="red", weight=0]; 18.66/7.16 997[label="vwx230 == vwx240",fontsize=16,color="magenta"];997 -> 1174[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 997 -> 1175[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 998 -> 589[label="",style="dashed", color="red", weight=0]; 18.66/7.16 998[label="vwx230 == vwx240",fontsize=16,color="magenta"];998 -> 1176[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 998 -> 1177[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 999 -> 590[label="",style="dashed", color="red", weight=0]; 18.66/7.16 999[label="vwx230 == vwx240",fontsize=16,color="magenta"];999 -> 1178[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 999 -> 1179[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1000 -> 591[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1000[label="vwx230 == vwx240",fontsize=16,color="magenta"];1000 -> 1180[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1000 -> 1181[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1001 -> 592[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1001[label="vwx230 == vwx240",fontsize=16,color="magenta"];1001 -> 1182[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1001 -> 1183[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1002 -> 593[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1002[label="vwx230 == vwx240",fontsize=16,color="magenta"];1002 -> 1184[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1002 -> 1185[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1003 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1003[label="vwx230 * vwx241 == vwx231 * vwx240",fontsize=16,color="magenta"];1003 -> 1186[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1003 -> 1187[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1004[label="primEqNat vwx230 vwx240",fontsize=16,color="burlywood",shape="triangle"];1967[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];1004 -> 1967[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1967 -> 1188[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1968[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];1004 -> 1968[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1968 -> 1189[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1005[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];1005 -> 1190[label="",style="dashed", color="green", weight=3]; 18.66/7.16 1006[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];1006 -> 1191[label="",style="dashed", color="green", weight=3]; 18.66/7.16 1007[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];1007 -> 1192[label="",style="dashed", color="green", weight=3]; 18.66/7.16 1008[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];1008 -> 1193[label="",style="dashed", color="green", weight=3]; 18.66/7.16 1009 -> 691[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1009[label="primMulInt vwx4000 vwx3010",fontsize=16,color="magenta"];1009 -> 1194[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1009 -> 1195[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1011 -> 16[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1011[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1011 -> 1196[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1011 -> 1197[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1010[label="compare1 vwx300 vwx400 vwx47",fontsize=16,color="burlywood",shape="triangle"];1969[label="vwx47/False",fontsize=10,color="white",style="solid",shape="box"];1010 -> 1969[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1969 -> 1198[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1970[label="vwx47/True",fontsize=10,color="white",style="solid",shape="box"];1010 -> 1970[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1970 -> 1199[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1013 -> 18[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1013[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1013 -> 1200[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1013 -> 1201[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1012[label="compare1 vwx300 vwx400 vwx48",fontsize=16,color="burlywood",shape="triangle"];1971[label="vwx48/False",fontsize=10,color="white",style="solid",shape="box"];1012 -> 1971[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1971 -> 1202[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1972[label="vwx48/True",fontsize=10,color="white",style="solid",shape="box"];1012 -> 1972[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1972 -> 1203[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1015 -> 4[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1015[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1015 -> 1204[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1015 -> 1205[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1014[label="compare1 vwx300 vwx400 vwx49",fontsize=16,color="burlywood",shape="triangle"];1973[label="vwx49/False",fontsize=10,color="white",style="solid",shape="box"];1014 -> 1973[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1973 -> 1206[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1974[label="vwx49/True",fontsize=10,color="white",style="solid",shape="box"];1014 -> 1974[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1974 -> 1207[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1017 -> 23[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1017[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1017 -> 1208[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1017 -> 1209[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1016[label="compare1 vwx300 vwx400 vwx50",fontsize=16,color="burlywood",shape="triangle"];1975[label="vwx50/False",fontsize=10,color="white",style="solid",shape="box"];1016 -> 1975[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1975 -> 1210[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1976[label="vwx50/True",fontsize=10,color="white",style="solid",shape="box"];1016 -> 1976[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1976 -> 1211[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1019 -> 26[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1019[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1019 -> 1212[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1019 -> 1213[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1018[label="compare1 vwx300 vwx400 vwx51",fontsize=16,color="burlywood",shape="triangle"];1977[label="vwx51/False",fontsize=10,color="white",style="solid",shape="box"];1018 -> 1977[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1977 -> 1214[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1978[label="vwx51/True",fontsize=10,color="white",style="solid",shape="box"];1018 -> 1978[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1978 -> 1215[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1021 -> 27[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1021[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1021 -> 1216[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1021 -> 1217[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1020[label="compare1 vwx300 vwx400 vwx52",fontsize=16,color="burlywood",shape="triangle"];1979[label="vwx52/False",fontsize=10,color="white",style="solid",shape="box"];1020 -> 1979[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1979 -> 1218[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1980[label="vwx52/True",fontsize=10,color="white",style="solid",shape="box"];1020 -> 1980[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 1980 -> 1219[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1022[label="vwx230",fontsize=16,color="green",shape="box"];1023[label="vwx240",fontsize=16,color="green",shape="box"];1024[label="vwx230",fontsize=16,color="green",shape="box"];1025[label="vwx240",fontsize=16,color="green",shape="box"];1026[label="vwx230",fontsize=16,color="green",shape="box"];1027[label="vwx240",fontsize=16,color="green",shape="box"];1028[label="vwx230",fontsize=16,color="green",shape="box"];1029[label="vwx240",fontsize=16,color="green",shape="box"];1030[label="vwx230",fontsize=16,color="green",shape="box"];1031[label="vwx240",fontsize=16,color="green",shape="box"];1032[label="vwx230",fontsize=16,color="green",shape="box"];1033[label="vwx240",fontsize=16,color="green",shape="box"];1034[label="vwx230",fontsize=16,color="green",shape="box"];1035[label="vwx240",fontsize=16,color="green",shape="box"];1036[label="vwx230",fontsize=16,color="green",shape="box"];1037[label="vwx240",fontsize=16,color="green",shape="box"];1038[label="vwx230",fontsize=16,color="green",shape="box"];1039[label="vwx240",fontsize=16,color="green",shape="box"];1040[label="vwx230",fontsize=16,color="green",shape="box"];1041[label="vwx240",fontsize=16,color="green",shape="box"];1042[label="vwx230",fontsize=16,color="green",shape="box"];1043[label="vwx240",fontsize=16,color="green",shape="box"];1044[label="vwx230",fontsize=16,color="green",shape="box"];1045[label="vwx240",fontsize=16,color="green",shape="box"];1046[label="vwx230",fontsize=16,color="green",shape="box"];1047[label="vwx240",fontsize=16,color="green",shape="box"];1048[label="vwx230",fontsize=16,color="green",shape="box"];1049[label="vwx240",fontsize=16,color="green",shape="box"];1050[label="vwx230",fontsize=16,color="green",shape="box"];1051[label="vwx240",fontsize=16,color="green",shape="box"];1052[label="vwx230",fontsize=16,color="green",shape="box"];1053[label="vwx240",fontsize=16,color="green",shape="box"];1054[label="vwx230",fontsize=16,color="green",shape="box"];1055[label="vwx240",fontsize=16,color="green",shape="box"];1056[label="vwx230",fontsize=16,color="green",shape="box"];1057[label="vwx240",fontsize=16,color="green",shape="box"];1058[label="vwx230",fontsize=16,color="green",shape="box"];1059[label="vwx240",fontsize=16,color="green",shape="box"];1060[label="vwx230",fontsize=16,color="green",shape="box"];1061[label="vwx240",fontsize=16,color="green",shape="box"];1062[label="vwx230",fontsize=16,color="green",shape="box"];1063[label="vwx240",fontsize=16,color="green",shape="box"];1064[label="vwx230",fontsize=16,color="green",shape="box"];1065[label="vwx240",fontsize=16,color="green",shape="box"];1066[label="vwx230",fontsize=16,color="green",shape="box"];1067[label="vwx240",fontsize=16,color="green",shape="box"];1068[label="vwx230",fontsize=16,color="green",shape="box"];1069[label="vwx240",fontsize=16,color="green",shape="box"];1070[label="vwx230",fontsize=16,color="green",shape="box"];1071[label="vwx240",fontsize=16,color="green",shape="box"];1072[label="vwx230",fontsize=16,color="green",shape="box"];1073[label="vwx240",fontsize=16,color="green",shape="box"];1074[label="vwx230",fontsize=16,color="green",shape="box"];1075[label="vwx240",fontsize=16,color="green",shape="box"];1076[label="vwx230",fontsize=16,color="green",shape="box"];1077[label="vwx240",fontsize=16,color="green",shape="box"];1078 -> 584[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1078[label="vwx231 == vwx241",fontsize=16,color="magenta"];1078 -> 1220[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1078 -> 1221[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1079 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1079[label="vwx231 == vwx241",fontsize=16,color="magenta"];1079 -> 1222[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1079 -> 1223[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1080 -> 584[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1080[label="vwx230 == vwx240",fontsize=16,color="magenta"];1080 -> 1224[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1080 -> 1225[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1081 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1081[label="vwx230 == vwx240",fontsize=16,color="magenta"];1081 -> 1226[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1081 -> 1227[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1082[label="vwx231",fontsize=16,color="green",shape="box"];1083[label="vwx241",fontsize=16,color="green",shape="box"];1084 -> 580[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1084[label="vwx230 == vwx240",fontsize=16,color="magenta"];1084 -> 1228[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1084 -> 1229[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1085 -> 581[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1085[label="vwx230 == vwx240",fontsize=16,color="magenta"];1085 -> 1230[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1085 -> 1231[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1086 -> 582[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1086[label="vwx230 == vwx240",fontsize=16,color="magenta"];1086 -> 1232[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1086 -> 1233[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1087 -> 583[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1087[label="vwx230 == vwx240",fontsize=16,color="magenta"];1087 -> 1234[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1087 -> 1235[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1088 -> 584[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1088[label="vwx230 == vwx240",fontsize=16,color="magenta"];1088 -> 1236[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1088 -> 1237[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1089 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1089[label="vwx230 == vwx240",fontsize=16,color="magenta"];1089 -> 1238[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1089 -> 1239[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1090 -> 586[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1090[label="vwx230 == vwx240",fontsize=16,color="magenta"];1090 -> 1240[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1090 -> 1241[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1091 -> 587[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1091[label="vwx230 == vwx240",fontsize=16,color="magenta"];1091 -> 1242[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1091 -> 1243[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1092 -> 588[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1092[label="vwx230 == vwx240",fontsize=16,color="magenta"];1092 -> 1244[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1092 -> 1245[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1093 -> 589[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1093[label="vwx230 == vwx240",fontsize=16,color="magenta"];1093 -> 1246[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1093 -> 1247[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1094 -> 590[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1094[label="vwx230 == vwx240",fontsize=16,color="magenta"];1094 -> 1248[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1094 -> 1249[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1095 -> 591[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1095[label="vwx230 == vwx240",fontsize=16,color="magenta"];1095 -> 1250[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1095 -> 1251[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1096 -> 592[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1096[label="vwx230 == vwx240",fontsize=16,color="magenta"];1096 -> 1252[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1096 -> 1253[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1097 -> 593[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1097[label="vwx230 == vwx240",fontsize=16,color="magenta"];1097 -> 1254[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1097 -> 1255[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1098[label="primEqInt (Pos (Succ vwx2300)) (Pos (Succ vwx2400))",fontsize=16,color="black",shape="box"];1098 -> 1256[label="",style="solid", color="black", weight=3]; 18.66/7.16 1099[label="primEqInt (Pos (Succ vwx2300)) (Pos Zero)",fontsize=16,color="black",shape="box"];1099 -> 1257[label="",style="solid", color="black", weight=3]; 18.66/7.16 1100[label="False",fontsize=16,color="green",shape="box"];1101[label="primEqInt (Pos Zero) (Pos (Succ vwx2400))",fontsize=16,color="black",shape="box"];1101 -> 1258[label="",style="solid", color="black", weight=3]; 18.66/7.16 1102[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1102 -> 1259[label="",style="solid", color="black", weight=3]; 18.66/7.16 1103[label="primEqInt (Pos Zero) (Neg (Succ vwx2400))",fontsize=16,color="black",shape="box"];1103 -> 1260[label="",style="solid", color="black", weight=3]; 18.66/7.16 1104[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1104 -> 1261[label="",style="solid", color="black", weight=3]; 18.66/7.16 1105[label="False",fontsize=16,color="green",shape="box"];1106[label="primEqInt (Neg (Succ vwx2300)) (Neg (Succ vwx2400))",fontsize=16,color="black",shape="box"];1106 -> 1262[label="",style="solid", color="black", weight=3]; 18.66/7.16 1107[label="primEqInt (Neg (Succ vwx2300)) (Neg Zero)",fontsize=16,color="black",shape="box"];1107 -> 1263[label="",style="solid", color="black", weight=3]; 18.66/7.16 1108[label="primEqInt (Neg Zero) (Pos (Succ vwx2400))",fontsize=16,color="black",shape="box"];1108 -> 1264[label="",style="solid", color="black", weight=3]; 18.66/7.16 1109[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1109 -> 1265[label="",style="solid", color="black", weight=3]; 18.66/7.16 1110[label="primEqInt (Neg Zero) (Neg (Succ vwx2400))",fontsize=16,color="black",shape="box"];1110 -> 1266[label="",style="solid", color="black", weight=3]; 18.66/7.16 1111[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1111 -> 1267[label="",style="solid", color="black", weight=3]; 18.66/7.16 1112 -> 631[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1112[label="vwx230 * vwx241",fontsize=16,color="magenta"];1112 -> 1268[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1112 -> 1269[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1113 -> 631[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1113[label="vwx231 * vwx240",fontsize=16,color="magenta"];1113 -> 1270[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1113 -> 1271[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1114 -> 580[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1114[label="vwx231 == vwx241",fontsize=16,color="magenta"];1114 -> 1272[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1114 -> 1273[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1115 -> 581[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1115[label="vwx231 == vwx241",fontsize=16,color="magenta"];1115 -> 1274[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1115 -> 1275[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1116 -> 582[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1116[label="vwx231 == vwx241",fontsize=16,color="magenta"];1116 -> 1276[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1116 -> 1277[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1117 -> 583[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1117[label="vwx231 == vwx241",fontsize=16,color="magenta"];1117 -> 1278[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1117 -> 1279[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1118 -> 584[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1118[label="vwx231 == vwx241",fontsize=16,color="magenta"];1118 -> 1280[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1118 -> 1281[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1119 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1119[label="vwx231 == vwx241",fontsize=16,color="magenta"];1119 -> 1282[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1119 -> 1283[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1120 -> 586[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1120[label="vwx231 == vwx241",fontsize=16,color="magenta"];1120 -> 1284[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1120 -> 1285[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1121 -> 587[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1121[label="vwx231 == vwx241",fontsize=16,color="magenta"];1121 -> 1286[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1121 -> 1287[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1122 -> 588[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1122[label="vwx231 == vwx241",fontsize=16,color="magenta"];1122 -> 1288[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1122 -> 1289[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1123 -> 589[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1123[label="vwx231 == vwx241",fontsize=16,color="magenta"];1123 -> 1290[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1123 -> 1291[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1124 -> 590[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1124[label="vwx231 == vwx241",fontsize=16,color="magenta"];1124 -> 1292[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1124 -> 1293[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1125 -> 591[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1125[label="vwx231 == vwx241",fontsize=16,color="magenta"];1125 -> 1294[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1125 -> 1295[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1126 -> 592[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1126[label="vwx231 == vwx241",fontsize=16,color="magenta"];1126 -> 1296[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1126 -> 1297[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1127 -> 593[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1127[label="vwx231 == vwx241",fontsize=16,color="magenta"];1127 -> 1298[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1127 -> 1299[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1128 -> 580[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1128[label="vwx230 == vwx240",fontsize=16,color="magenta"];1128 -> 1300[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1128 -> 1301[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1129 -> 581[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1129[label="vwx230 == vwx240",fontsize=16,color="magenta"];1129 -> 1302[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1129 -> 1303[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1130 -> 582[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1130[label="vwx230 == vwx240",fontsize=16,color="magenta"];1130 -> 1304[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1130 -> 1305[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1131 -> 583[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1131[label="vwx230 == vwx240",fontsize=16,color="magenta"];1131 -> 1306[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1131 -> 1307[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1132 -> 584[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1132[label="vwx230 == vwx240",fontsize=16,color="magenta"];1132 -> 1308[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1132 -> 1309[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1133 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1133[label="vwx230 == vwx240",fontsize=16,color="magenta"];1133 -> 1310[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1133 -> 1311[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1134 -> 586[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1134[label="vwx230 == vwx240",fontsize=16,color="magenta"];1134 -> 1312[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1134 -> 1313[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1135 -> 587[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1135[label="vwx230 == vwx240",fontsize=16,color="magenta"];1135 -> 1314[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1135 -> 1315[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1136 -> 588[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1136[label="vwx230 == vwx240",fontsize=16,color="magenta"];1136 -> 1316[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1136 -> 1317[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1137 -> 589[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1137[label="vwx230 == vwx240",fontsize=16,color="magenta"];1137 -> 1318[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1137 -> 1319[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1138 -> 590[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1138[label="vwx230 == vwx240",fontsize=16,color="magenta"];1138 -> 1320[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1138 -> 1321[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1139 -> 591[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1139[label="vwx230 == vwx240",fontsize=16,color="magenta"];1139 -> 1322[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1139 -> 1323[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1140 -> 592[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1140[label="vwx230 == vwx240",fontsize=16,color="magenta"];1140 -> 1324[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1140 -> 1325[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1141 -> 593[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1141[label="vwx230 == vwx240",fontsize=16,color="magenta"];1141 -> 1326[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1141 -> 1327[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1142[label="vwx232 == vwx242",fontsize=16,color="blue",shape="box"];1981[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1981[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1981 -> 1328[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1982[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1982[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1982 -> 1329[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1983[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1983[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1983 -> 1330[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1984[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1984[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1984 -> 1331[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1985[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1985[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1985 -> 1332[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1986[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1986[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1986 -> 1333[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1987[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1987[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1987 -> 1334[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1988[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1988[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1988 -> 1335[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1989[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1989[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1989 -> 1336[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1990[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1990[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1990 -> 1337[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1991[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1991[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1991 -> 1338[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1992[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1992[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1992 -> 1339[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1993[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1993[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1993 -> 1340[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1994[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1142 -> 1994[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1994 -> 1341[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1143[label="vwx231 == vwx241",fontsize=16,color="blue",shape="box"];1995[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 1995[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1995 -> 1342[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1996[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 1996[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1996 -> 1343[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1997[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 1997[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1997 -> 1344[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1998[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 1998[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1998 -> 1345[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1999[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 1999[label="",style="solid", color="blue", weight=9]; 18.66/7.16 1999 -> 1346[label="",style="solid", color="blue", weight=3]; 18.66/7.16 2000[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 2000[label="",style="solid", color="blue", weight=9]; 18.66/7.16 2000 -> 1347[label="",style="solid", color="blue", weight=3]; 18.66/7.16 2001[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 2001[label="",style="solid", color="blue", weight=9]; 18.66/7.16 2001 -> 1348[label="",style="solid", color="blue", weight=3]; 18.66/7.16 2002[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 2002[label="",style="solid", color="blue", weight=9]; 18.66/7.16 2002 -> 1349[label="",style="solid", color="blue", weight=3]; 18.66/7.16 2003[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 2003[label="",style="solid", color="blue", weight=9]; 18.66/7.16 2003 -> 1350[label="",style="solid", color="blue", weight=3]; 18.66/7.16 2004[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 2004[label="",style="solid", color="blue", weight=9]; 18.66/7.16 2004 -> 1351[label="",style="solid", color="blue", weight=3]; 18.66/7.16 2005[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 2005[label="",style="solid", color="blue", weight=9]; 18.66/7.16 2005 -> 1352[label="",style="solid", color="blue", weight=3]; 18.66/7.16 2006[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 2006[label="",style="solid", color="blue", weight=9]; 18.66/7.16 2006 -> 1353[label="",style="solid", color="blue", weight=3]; 18.66/7.16 2007[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 2007[label="",style="solid", color="blue", weight=9]; 18.66/7.16 2007 -> 1354[label="",style="solid", color="blue", weight=3]; 18.66/7.16 2008[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1143 -> 2008[label="",style="solid", color="blue", weight=9]; 18.66/7.16 2008 -> 1355[label="",style="solid", color="blue", weight=3]; 18.66/7.16 1144 -> 580[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1144[label="vwx230 == vwx240",fontsize=16,color="magenta"];1144 -> 1356[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1144 -> 1357[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1145 -> 581[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1145[label="vwx230 == vwx240",fontsize=16,color="magenta"];1145 -> 1358[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1145 -> 1359[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1146 -> 582[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1146[label="vwx230 == vwx240",fontsize=16,color="magenta"];1146 -> 1360[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1146 -> 1361[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1147 -> 583[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1147[label="vwx230 == vwx240",fontsize=16,color="magenta"];1147 -> 1362[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1147 -> 1363[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1148 -> 584[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1148[label="vwx230 == vwx240",fontsize=16,color="magenta"];1148 -> 1364[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1148 -> 1365[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1149 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1149[label="vwx230 == vwx240",fontsize=16,color="magenta"];1149 -> 1366[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1149 -> 1367[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1150 -> 586[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1150[label="vwx230 == vwx240",fontsize=16,color="magenta"];1150 -> 1368[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1150 -> 1369[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1151 -> 587[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1151[label="vwx230 == vwx240",fontsize=16,color="magenta"];1151 -> 1370[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1151 -> 1371[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1152 -> 588[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1152[label="vwx230 == vwx240",fontsize=16,color="magenta"];1152 -> 1372[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1152 -> 1373[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1153 -> 589[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1153[label="vwx230 == vwx240",fontsize=16,color="magenta"];1153 -> 1374[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1153 -> 1375[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1154 -> 590[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1154[label="vwx230 == vwx240",fontsize=16,color="magenta"];1154 -> 1376[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1154 -> 1377[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1155 -> 591[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1155[label="vwx230 == vwx240",fontsize=16,color="magenta"];1155 -> 1378[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1155 -> 1379[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1156 -> 592[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1156[label="vwx230 == vwx240",fontsize=16,color="magenta"];1156 -> 1380[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1156 -> 1381[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1157 -> 593[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1157[label="vwx230 == vwx240",fontsize=16,color="magenta"];1157 -> 1382[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1157 -> 1383[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1158[label="vwx230",fontsize=16,color="green",shape="box"];1159[label="vwx240",fontsize=16,color="green",shape="box"];1160[label="vwx230",fontsize=16,color="green",shape="box"];1161[label="vwx240",fontsize=16,color="green",shape="box"];1162[label="vwx230",fontsize=16,color="green",shape="box"];1163[label="vwx240",fontsize=16,color="green",shape="box"];1164[label="vwx230",fontsize=16,color="green",shape="box"];1165[label="vwx240",fontsize=16,color="green",shape="box"];1166[label="vwx230",fontsize=16,color="green",shape="box"];1167[label="vwx240",fontsize=16,color="green",shape="box"];1168[label="vwx230",fontsize=16,color="green",shape="box"];1169[label="vwx240",fontsize=16,color="green",shape="box"];1170[label="vwx230",fontsize=16,color="green",shape="box"];1171[label="vwx240",fontsize=16,color="green",shape="box"];1172[label="vwx230",fontsize=16,color="green",shape="box"];1173[label="vwx240",fontsize=16,color="green",shape="box"];1174[label="vwx230",fontsize=16,color="green",shape="box"];1175[label="vwx240",fontsize=16,color="green",shape="box"];1176[label="vwx230",fontsize=16,color="green",shape="box"];1177[label="vwx240",fontsize=16,color="green",shape="box"];1178[label="vwx230",fontsize=16,color="green",shape="box"];1179[label="vwx240",fontsize=16,color="green",shape="box"];1180[label="vwx230",fontsize=16,color="green",shape="box"];1181[label="vwx240",fontsize=16,color="green",shape="box"];1182[label="vwx230",fontsize=16,color="green",shape="box"];1183[label="vwx240",fontsize=16,color="green",shape="box"];1184[label="vwx230",fontsize=16,color="green",shape="box"];1185[label="vwx240",fontsize=16,color="green",shape="box"];1186 -> 631[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1186[label="vwx230 * vwx241",fontsize=16,color="magenta"];1186 -> 1384[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1186 -> 1385[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1187 -> 631[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1187[label="vwx231 * vwx240",fontsize=16,color="magenta"];1187 -> 1386[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1187 -> 1387[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1188[label="primEqNat (Succ vwx2300) vwx240",fontsize=16,color="burlywood",shape="box"];2009[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1188 -> 2009[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2009 -> 1388[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 2010[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1188 -> 2010[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2010 -> 1389[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1189[label="primEqNat Zero vwx240",fontsize=16,color="burlywood",shape="box"];2011[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1189 -> 2011[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2011 -> 1390[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 2012[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1189 -> 2012[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2012 -> 1391[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1190[label="primMulNat vwx4000 vwx3010",fontsize=16,color="burlywood",shape="triangle"];2013[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1190 -> 2013[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2013 -> 1392[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 2014[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1190 -> 2014[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2014 -> 1393[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1191 -> 1190[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1191[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];1191 -> 1394[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1192 -> 1190[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1192[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];1192 -> 1395[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1193 -> 1190[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1193[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];1193 -> 1396[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1193 -> 1397[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1194[label="vwx3010",fontsize=16,color="green",shape="box"];1195[label="vwx4000",fontsize=16,color="green",shape="box"];1196[label="vwx400",fontsize=16,color="green",shape="box"];1197[label="vwx300",fontsize=16,color="green",shape="box"];1198[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1198 -> 1398[label="",style="solid", color="black", weight=3]; 18.66/7.16 1199[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1199 -> 1399[label="",style="solid", color="black", weight=3]; 18.66/7.16 1200[label="vwx400",fontsize=16,color="green",shape="box"];1201[label="vwx300",fontsize=16,color="green",shape="box"];1202[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1202 -> 1400[label="",style="solid", color="black", weight=3]; 18.66/7.16 1203[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1203 -> 1401[label="",style="solid", color="black", weight=3]; 18.66/7.16 1204[label="vwx300",fontsize=16,color="green",shape="box"];1205[label="vwx400",fontsize=16,color="green",shape="box"];1206[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1206 -> 1402[label="",style="solid", color="black", weight=3]; 18.66/7.16 1207[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1207 -> 1403[label="",style="solid", color="black", weight=3]; 18.66/7.16 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 -> 1404[label="",style="solid", color="black", weight=3]; 18.66/7.16 1211[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1211 -> 1405[label="",style="solid", color="black", weight=3]; 18.66/7.16 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 -> 1406[label="",style="solid", color="black", weight=3]; 18.66/7.16 1215[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1215 -> 1407[label="",style="solid", color="black", weight=3]; 18.66/7.16 1216[label="vwx400",fontsize=16,color="green",shape="box"];1217[label="vwx300",fontsize=16,color="green",shape="box"];1218[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1218 -> 1408[label="",style="solid", color="black", weight=3]; 18.66/7.16 1219[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1219 -> 1409[label="",style="solid", color="black", weight=3]; 18.66/7.16 1220[label="vwx231",fontsize=16,color="green",shape="box"];1221[label="vwx241",fontsize=16,color="green",shape="box"];1222[label="vwx231",fontsize=16,color="green",shape="box"];1223[label="vwx241",fontsize=16,color="green",shape="box"];1224[label="vwx230",fontsize=16,color="green",shape="box"];1225[label="vwx240",fontsize=16,color="green",shape="box"];1226[label="vwx230",fontsize=16,color="green",shape="box"];1227[label="vwx240",fontsize=16,color="green",shape="box"];1228[label="vwx230",fontsize=16,color="green",shape="box"];1229[label="vwx240",fontsize=16,color="green",shape="box"];1230[label="vwx230",fontsize=16,color="green",shape="box"];1231[label="vwx240",fontsize=16,color="green",shape="box"];1232[label="vwx230",fontsize=16,color="green",shape="box"];1233[label="vwx240",fontsize=16,color="green",shape="box"];1234[label="vwx230",fontsize=16,color="green",shape="box"];1235[label="vwx240",fontsize=16,color="green",shape="box"];1236[label="vwx230",fontsize=16,color="green",shape="box"];1237[label="vwx240",fontsize=16,color="green",shape="box"];1238[label="vwx230",fontsize=16,color="green",shape="box"];1239[label="vwx240",fontsize=16,color="green",shape="box"];1240[label="vwx230",fontsize=16,color="green",shape="box"];1241[label="vwx240",fontsize=16,color="green",shape="box"];1242[label="vwx230",fontsize=16,color="green",shape="box"];1243[label="vwx240",fontsize=16,color="green",shape="box"];1244[label="vwx230",fontsize=16,color="green",shape="box"];1245[label="vwx240",fontsize=16,color="green",shape="box"];1246[label="vwx230",fontsize=16,color="green",shape="box"];1247[label="vwx240",fontsize=16,color="green",shape="box"];1248[label="vwx230",fontsize=16,color="green",shape="box"];1249[label="vwx240",fontsize=16,color="green",shape="box"];1250[label="vwx230",fontsize=16,color="green",shape="box"];1251[label="vwx240",fontsize=16,color="green",shape="box"];1252[label="vwx230",fontsize=16,color="green",shape="box"];1253[label="vwx240",fontsize=16,color="green",shape="box"];1254[label="vwx230",fontsize=16,color="green",shape="box"];1255[label="vwx240",fontsize=16,color="green",shape="box"];1256 -> 1004[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1256[label="primEqNat vwx2300 vwx2400",fontsize=16,color="magenta"];1256 -> 1410[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1256 -> 1411[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1257[label="False",fontsize=16,color="green",shape="box"];1258[label="False",fontsize=16,color="green",shape="box"];1259[label="True",fontsize=16,color="green",shape="box"];1260[label="False",fontsize=16,color="green",shape="box"];1261[label="True",fontsize=16,color="green",shape="box"];1262 -> 1004[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1262[label="primEqNat vwx2300 vwx2400",fontsize=16,color="magenta"];1262 -> 1412[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1262 -> 1413[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1263[label="False",fontsize=16,color="green",shape="box"];1264[label="False",fontsize=16,color="green",shape="box"];1265[label="True",fontsize=16,color="green",shape="box"];1266[label="False",fontsize=16,color="green",shape="box"];1267[label="True",fontsize=16,color="green",shape="box"];1268[label="vwx241",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="vwx231",fontsize=16,color="green",shape="box"];1272[label="vwx231",fontsize=16,color="green",shape="box"];1273[label="vwx241",fontsize=16,color="green",shape="box"];1274[label="vwx231",fontsize=16,color="green",shape="box"];1275[label="vwx241",fontsize=16,color="green",shape="box"];1276[label="vwx231",fontsize=16,color="green",shape="box"];1277[label="vwx241",fontsize=16,color="green",shape="box"];1278[label="vwx231",fontsize=16,color="green",shape="box"];1279[label="vwx241",fontsize=16,color="green",shape="box"];1280[label="vwx231",fontsize=16,color="green",shape="box"];1281[label="vwx241",fontsize=16,color="green",shape="box"];1282[label="vwx231",fontsize=16,color="green",shape="box"];1283[label="vwx241",fontsize=16,color="green",shape="box"];1284[label="vwx231",fontsize=16,color="green",shape="box"];1285[label="vwx241",fontsize=16,color="green",shape="box"];1286[label="vwx231",fontsize=16,color="green",shape="box"];1287[label="vwx241",fontsize=16,color="green",shape="box"];1288[label="vwx231",fontsize=16,color="green",shape="box"];1289[label="vwx241",fontsize=16,color="green",shape="box"];1290[label="vwx231",fontsize=16,color="green",shape="box"];1291[label="vwx241",fontsize=16,color="green",shape="box"];1292[label="vwx231",fontsize=16,color="green",shape="box"];1293[label="vwx241",fontsize=16,color="green",shape="box"];1294[label="vwx231",fontsize=16,color="green",shape="box"];1295[label="vwx241",fontsize=16,color="green",shape="box"];1296[label="vwx231",fontsize=16,color="green",shape="box"];1297[label="vwx241",fontsize=16,color="green",shape="box"];1298[label="vwx231",fontsize=16,color="green",shape="box"];1299[label="vwx241",fontsize=16,color="green",shape="box"];1300[label="vwx230",fontsize=16,color="green",shape="box"];1301[label="vwx240",fontsize=16,color="green",shape="box"];1302[label="vwx230",fontsize=16,color="green",shape="box"];1303[label="vwx240",fontsize=16,color="green",shape="box"];1304[label="vwx230",fontsize=16,color="green",shape="box"];1305[label="vwx240",fontsize=16,color="green",shape="box"];1306[label="vwx230",fontsize=16,color="green",shape="box"];1307[label="vwx240",fontsize=16,color="green",shape="box"];1308[label="vwx230",fontsize=16,color="green",shape="box"];1309[label="vwx240",fontsize=16,color="green",shape="box"];1310[label="vwx230",fontsize=16,color="green",shape="box"];1311[label="vwx240",fontsize=16,color="green",shape="box"];1312[label="vwx230",fontsize=16,color="green",shape="box"];1313[label="vwx240",fontsize=16,color="green",shape="box"];1314[label="vwx230",fontsize=16,color="green",shape="box"];1315[label="vwx240",fontsize=16,color="green",shape="box"];1316[label="vwx230",fontsize=16,color="green",shape="box"];1317[label="vwx240",fontsize=16,color="green",shape="box"];1318[label="vwx230",fontsize=16,color="green",shape="box"];1319[label="vwx240",fontsize=16,color="green",shape="box"];1320[label="vwx230",fontsize=16,color="green",shape="box"];1321[label="vwx240",fontsize=16,color="green",shape="box"];1322[label="vwx230",fontsize=16,color="green",shape="box"];1323[label="vwx240",fontsize=16,color="green",shape="box"];1324[label="vwx230",fontsize=16,color="green",shape="box"];1325[label="vwx240",fontsize=16,color="green",shape="box"];1326[label="vwx230",fontsize=16,color="green",shape="box"];1327[label="vwx240",fontsize=16,color="green",shape="box"];1328 -> 580[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1328[label="vwx232 == vwx242",fontsize=16,color="magenta"];1328 -> 1414[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1328 -> 1415[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1329 -> 581[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1329[label="vwx232 == vwx242",fontsize=16,color="magenta"];1329 -> 1416[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1329 -> 1417[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1330 -> 582[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1330[label="vwx232 == vwx242",fontsize=16,color="magenta"];1330 -> 1418[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1330 -> 1419[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1331 -> 583[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1331[label="vwx232 == vwx242",fontsize=16,color="magenta"];1331 -> 1420[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1331 -> 1421[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1332 -> 584[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1332[label="vwx232 == vwx242",fontsize=16,color="magenta"];1332 -> 1422[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1332 -> 1423[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1333 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1333[label="vwx232 == vwx242",fontsize=16,color="magenta"];1333 -> 1424[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1333 -> 1425[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1334 -> 586[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1334[label="vwx232 == vwx242",fontsize=16,color="magenta"];1334 -> 1426[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1334 -> 1427[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1335 -> 587[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1335[label="vwx232 == vwx242",fontsize=16,color="magenta"];1335 -> 1428[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1335 -> 1429[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1336 -> 588[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1336[label="vwx232 == vwx242",fontsize=16,color="magenta"];1336 -> 1430[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1336 -> 1431[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1337 -> 589[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1337[label="vwx232 == vwx242",fontsize=16,color="magenta"];1337 -> 1432[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1337 -> 1433[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1338 -> 590[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1338[label="vwx232 == vwx242",fontsize=16,color="magenta"];1338 -> 1434[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1338 -> 1435[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1339 -> 591[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1339[label="vwx232 == vwx242",fontsize=16,color="magenta"];1339 -> 1436[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1339 -> 1437[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1340 -> 592[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1340[label="vwx232 == vwx242",fontsize=16,color="magenta"];1340 -> 1438[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1340 -> 1439[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1341 -> 593[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1341[label="vwx232 == vwx242",fontsize=16,color="magenta"];1341 -> 1440[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1341 -> 1441[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1342 -> 580[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1342[label="vwx231 == vwx241",fontsize=16,color="magenta"];1342 -> 1442[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1342 -> 1443[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1343 -> 581[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1343[label="vwx231 == vwx241",fontsize=16,color="magenta"];1343 -> 1444[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1343 -> 1445[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1344 -> 582[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1344[label="vwx231 == vwx241",fontsize=16,color="magenta"];1344 -> 1446[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1344 -> 1447[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1345 -> 583[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1345[label="vwx231 == vwx241",fontsize=16,color="magenta"];1345 -> 1448[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1345 -> 1449[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1346 -> 584[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1346[label="vwx231 == vwx241",fontsize=16,color="magenta"];1346 -> 1450[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1346 -> 1451[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1347 -> 585[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1347[label="vwx231 == vwx241",fontsize=16,color="magenta"];1347 -> 1452[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1347 -> 1453[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1348 -> 586[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1348[label="vwx231 == vwx241",fontsize=16,color="magenta"];1348 -> 1454[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1348 -> 1455[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1349 -> 587[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1349[label="vwx231 == vwx241",fontsize=16,color="magenta"];1349 -> 1456[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1349 -> 1457[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1350 -> 588[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1350[label="vwx231 == vwx241",fontsize=16,color="magenta"];1350 -> 1458[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1350 -> 1459[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1351 -> 589[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1351[label="vwx231 == vwx241",fontsize=16,color="magenta"];1351 -> 1460[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1351 -> 1461[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1352 -> 590[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1352[label="vwx231 == vwx241",fontsize=16,color="magenta"];1352 -> 1462[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1352 -> 1463[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1353 -> 591[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1353[label="vwx231 == vwx241",fontsize=16,color="magenta"];1353 -> 1464[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1353 -> 1465[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1354 -> 592[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1354[label="vwx231 == vwx241",fontsize=16,color="magenta"];1354 -> 1466[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1354 -> 1467[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1355 -> 593[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1355[label="vwx231 == vwx241",fontsize=16,color="magenta"];1355 -> 1468[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1355 -> 1469[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1356[label="vwx230",fontsize=16,color="green",shape="box"];1357[label="vwx240",fontsize=16,color="green",shape="box"];1358[label="vwx230",fontsize=16,color="green",shape="box"];1359[label="vwx240",fontsize=16,color="green",shape="box"];1360[label="vwx230",fontsize=16,color="green",shape="box"];1361[label="vwx240",fontsize=16,color="green",shape="box"];1362[label="vwx230",fontsize=16,color="green",shape="box"];1363[label="vwx240",fontsize=16,color="green",shape="box"];1364[label="vwx230",fontsize=16,color="green",shape="box"];1365[label="vwx240",fontsize=16,color="green",shape="box"];1366[label="vwx230",fontsize=16,color="green",shape="box"];1367[label="vwx240",fontsize=16,color="green",shape="box"];1368[label="vwx230",fontsize=16,color="green",shape="box"];1369[label="vwx240",fontsize=16,color="green",shape="box"];1370[label="vwx230",fontsize=16,color="green",shape="box"];1371[label="vwx240",fontsize=16,color="green",shape="box"];1372[label="vwx230",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="vwx240",fontsize=16,color="green",shape="box"];1376[label="vwx230",fontsize=16,color="green",shape="box"];1377[label="vwx240",fontsize=16,color="green",shape="box"];1378[label="vwx230",fontsize=16,color="green",shape="box"];1379[label="vwx240",fontsize=16,color="green",shape="box"];1380[label="vwx230",fontsize=16,color="green",shape="box"];1381[label="vwx240",fontsize=16,color="green",shape="box"];1382[label="vwx230",fontsize=16,color="green",shape="box"];1383[label="vwx240",fontsize=16,color="green",shape="box"];1384[label="vwx241",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="vwx231",fontsize=16,color="green",shape="box"];1388[label="primEqNat (Succ vwx2300) (Succ vwx2400)",fontsize=16,color="black",shape="box"];1388 -> 1470[label="",style="solid", color="black", weight=3]; 18.66/7.16 1389[label="primEqNat (Succ vwx2300) Zero",fontsize=16,color="black",shape="box"];1389 -> 1471[label="",style="solid", color="black", weight=3]; 18.66/7.16 1390[label="primEqNat Zero (Succ vwx2400)",fontsize=16,color="black",shape="box"];1390 -> 1472[label="",style="solid", color="black", weight=3]; 18.66/7.16 1391[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1391 -> 1473[label="",style="solid", color="black", weight=3]; 18.66/7.16 1392[label="primMulNat (Succ vwx40000) vwx3010",fontsize=16,color="burlywood",shape="box"];2015[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1392 -> 2015[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2015 -> 1474[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 2016[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1392 -> 2016[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2016 -> 1475[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1393[label="primMulNat Zero vwx3010",fontsize=16,color="burlywood",shape="box"];2017[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1393 -> 2017[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2017 -> 1476[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 2018[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1393 -> 2018[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2018 -> 1477[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1394[label="vwx3010",fontsize=16,color="green",shape="box"];1395[label="vwx4000",fontsize=16,color="green",shape="box"];1396[label="vwx3010",fontsize=16,color="green",shape="box"];1397[label="vwx4000",fontsize=16,color="green",shape="box"];1398[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1398 -> 1478[label="",style="solid", color="black", weight=3]; 18.66/7.16 1399[label="LT",fontsize=16,color="green",shape="box"];1400[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1400 -> 1479[label="",style="solid", color="black", weight=3]; 18.66/7.16 1401[label="LT",fontsize=16,color="green",shape="box"];1402[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1402 -> 1480[label="",style="solid", color="black", weight=3]; 18.66/7.16 1403[label="LT",fontsize=16,color="green",shape="box"];1404[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1404 -> 1481[label="",style="solid", color="black", weight=3]; 18.66/7.16 1405[label="LT",fontsize=16,color="green",shape="box"];1406[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1406 -> 1482[label="",style="solid", color="black", weight=3]; 18.66/7.16 1407[label="LT",fontsize=16,color="green",shape="box"];1408[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1408 -> 1483[label="",style="solid", color="black", weight=3]; 18.66/7.16 1409[label="LT",fontsize=16,color="green",shape="box"];1410[label="vwx2300",fontsize=16,color="green",shape="box"];1411[label="vwx2400",fontsize=16,color="green",shape="box"];1412[label="vwx2300",fontsize=16,color="green",shape="box"];1413[label="vwx2400",fontsize=16,color="green",shape="box"];1414[label="vwx232",fontsize=16,color="green",shape="box"];1415[label="vwx242",fontsize=16,color="green",shape="box"];1416[label="vwx232",fontsize=16,color="green",shape="box"];1417[label="vwx242",fontsize=16,color="green",shape="box"];1418[label="vwx232",fontsize=16,color="green",shape="box"];1419[label="vwx242",fontsize=16,color="green",shape="box"];1420[label="vwx232",fontsize=16,color="green",shape="box"];1421[label="vwx242",fontsize=16,color="green",shape="box"];1422[label="vwx232",fontsize=16,color="green",shape="box"];1423[label="vwx242",fontsize=16,color="green",shape="box"];1424[label="vwx232",fontsize=16,color="green",shape="box"];1425[label="vwx242",fontsize=16,color="green",shape="box"];1426[label="vwx232",fontsize=16,color="green",shape="box"];1427[label="vwx242",fontsize=16,color="green",shape="box"];1428[label="vwx232",fontsize=16,color="green",shape="box"];1429[label="vwx242",fontsize=16,color="green",shape="box"];1430[label="vwx232",fontsize=16,color="green",shape="box"];1431[label="vwx242",fontsize=16,color="green",shape="box"];1432[label="vwx232",fontsize=16,color="green",shape="box"];1433[label="vwx242",fontsize=16,color="green",shape="box"];1434[label="vwx232",fontsize=16,color="green",shape="box"];1435[label="vwx242",fontsize=16,color="green",shape="box"];1436[label="vwx232",fontsize=16,color="green",shape="box"];1437[label="vwx242",fontsize=16,color="green",shape="box"];1438[label="vwx232",fontsize=16,color="green",shape="box"];1439[label="vwx242",fontsize=16,color="green",shape="box"];1440[label="vwx232",fontsize=16,color="green",shape="box"];1441[label="vwx242",fontsize=16,color="green",shape="box"];1442[label="vwx231",fontsize=16,color="green",shape="box"];1443[label="vwx241",fontsize=16,color="green",shape="box"];1444[label="vwx231",fontsize=16,color="green",shape="box"];1445[label="vwx241",fontsize=16,color="green",shape="box"];1446[label="vwx231",fontsize=16,color="green",shape="box"];1447[label="vwx241",fontsize=16,color="green",shape="box"];1448[label="vwx231",fontsize=16,color="green",shape="box"];1449[label="vwx241",fontsize=16,color="green",shape="box"];1450[label="vwx231",fontsize=16,color="green",shape="box"];1451[label="vwx241",fontsize=16,color="green",shape="box"];1452[label="vwx231",fontsize=16,color="green",shape="box"];1453[label="vwx241",fontsize=16,color="green",shape="box"];1454[label="vwx231",fontsize=16,color="green",shape="box"];1455[label="vwx241",fontsize=16,color="green",shape="box"];1456[label="vwx231",fontsize=16,color="green",shape="box"];1457[label="vwx241",fontsize=16,color="green",shape="box"];1458[label="vwx231",fontsize=16,color="green",shape="box"];1459[label="vwx241",fontsize=16,color="green",shape="box"];1460[label="vwx231",fontsize=16,color="green",shape="box"];1461[label="vwx241",fontsize=16,color="green",shape="box"];1462[label="vwx231",fontsize=16,color="green",shape="box"];1463[label="vwx241",fontsize=16,color="green",shape="box"];1464[label="vwx231",fontsize=16,color="green",shape="box"];1465[label="vwx241",fontsize=16,color="green",shape="box"];1466[label="vwx231",fontsize=16,color="green",shape="box"];1467[label="vwx241",fontsize=16,color="green",shape="box"];1468[label="vwx231",fontsize=16,color="green",shape="box"];1469[label="vwx241",fontsize=16,color="green",shape="box"];1470 -> 1004[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1470[label="primEqNat vwx2300 vwx2400",fontsize=16,color="magenta"];1470 -> 1484[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1470 -> 1485[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1471[label="False",fontsize=16,color="green",shape="box"];1472[label="False",fontsize=16,color="green",shape="box"];1473[label="True",fontsize=16,color="green",shape="box"];1474[label="primMulNat (Succ vwx40000) (Succ vwx30100)",fontsize=16,color="black",shape="box"];1474 -> 1486[label="",style="solid", color="black", weight=3]; 18.66/7.16 1475[label="primMulNat (Succ vwx40000) Zero",fontsize=16,color="black",shape="box"];1475 -> 1487[label="",style="solid", color="black", weight=3]; 18.66/7.16 1476[label="primMulNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];1476 -> 1488[label="",style="solid", color="black", weight=3]; 18.66/7.16 1477[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1477 -> 1489[label="",style="solid", color="black", weight=3]; 18.66/7.16 1478[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1478 -> 1490[label="",style="solid", color="black", weight=3]; 18.66/7.16 1479[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1479 -> 1491[label="",style="solid", color="black", weight=3]; 18.66/7.16 1480[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1480 -> 1492[label="",style="solid", color="black", weight=3]; 18.66/7.16 1481[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1481 -> 1493[label="",style="solid", color="black", weight=3]; 18.66/7.16 1482[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1482 -> 1494[label="",style="solid", color="black", weight=3]; 18.66/7.16 1483[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1483 -> 1495[label="",style="solid", color="black", weight=3]; 18.66/7.16 1484[label="vwx2300",fontsize=16,color="green",shape="box"];1485[label="vwx2400",fontsize=16,color="green",shape="box"];1486 -> 1496[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1486[label="primPlusNat (primMulNat vwx40000 (Succ vwx30100)) (Succ vwx30100)",fontsize=16,color="magenta"];1486 -> 1497[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1487[label="Zero",fontsize=16,color="green",shape="box"];1488[label="Zero",fontsize=16,color="green",shape="box"];1489[label="Zero",fontsize=16,color="green",shape="box"];1490[label="GT",fontsize=16,color="green",shape="box"];1491[label="GT",fontsize=16,color="green",shape="box"];1492[label="GT",fontsize=16,color="green",shape="box"];1493[label="GT",fontsize=16,color="green",shape="box"];1494[label="GT",fontsize=16,color="green",shape="box"];1495[label="GT",fontsize=16,color="green",shape="box"];1497 -> 1190[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1497[label="primMulNat vwx40000 (Succ vwx30100)",fontsize=16,color="magenta"];1497 -> 1498[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1497 -> 1499[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1496[label="primPlusNat vwx53 (Succ vwx30100)",fontsize=16,color="burlywood",shape="triangle"];2019[label="vwx53/Succ vwx530",fontsize=10,color="white",style="solid",shape="box"];1496 -> 2019[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2019 -> 1500[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 2020[label="vwx53/Zero",fontsize=10,color="white",style="solid",shape="box"];1496 -> 2020[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2020 -> 1501[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1498[label="Succ vwx30100",fontsize=16,color="green",shape="box"];1499[label="vwx40000",fontsize=16,color="green",shape="box"];1500[label="primPlusNat (Succ vwx530) (Succ vwx30100)",fontsize=16,color="black",shape="box"];1500 -> 1502[label="",style="solid", color="black", weight=3]; 18.66/7.16 1501[label="primPlusNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];1501 -> 1503[label="",style="solid", color="black", weight=3]; 18.66/7.16 1502[label="Succ (Succ (primPlusNat vwx530 vwx30100))",fontsize=16,color="green",shape="box"];1502 -> 1504[label="",style="dashed", color="green", weight=3]; 18.66/7.16 1503[label="Succ vwx30100",fontsize=16,color="green",shape="box"];1504[label="primPlusNat vwx530 vwx30100",fontsize=16,color="burlywood",shape="triangle"];2021[label="vwx530/Succ vwx5300",fontsize=10,color="white",style="solid",shape="box"];1504 -> 2021[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2021 -> 1505[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 2022[label="vwx530/Zero",fontsize=10,color="white",style="solid",shape="box"];1504 -> 2022[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2022 -> 1506[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1505[label="primPlusNat (Succ vwx5300) vwx30100",fontsize=16,color="burlywood",shape="box"];2023[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];1505 -> 2023[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2023 -> 1507[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 2024[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];1505 -> 2024[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2024 -> 1508[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1506[label="primPlusNat Zero vwx30100",fontsize=16,color="burlywood",shape="box"];2025[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];1506 -> 2025[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2025 -> 1509[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 2026[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];1506 -> 2026[label="",style="solid", color="burlywood", weight=9]; 18.66/7.16 2026 -> 1510[label="",style="solid", color="burlywood", weight=3]; 18.66/7.16 1507[label="primPlusNat (Succ vwx5300) (Succ vwx301000)",fontsize=16,color="black",shape="box"];1507 -> 1511[label="",style="solid", color="black", weight=3]; 18.66/7.16 1508[label="primPlusNat (Succ vwx5300) Zero",fontsize=16,color="black",shape="box"];1508 -> 1512[label="",style="solid", color="black", weight=3]; 18.66/7.16 1509[label="primPlusNat Zero (Succ vwx301000)",fontsize=16,color="black",shape="box"];1509 -> 1513[label="",style="solid", color="black", weight=3]; 18.66/7.16 1510[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1510 -> 1514[label="",style="solid", color="black", weight=3]; 18.66/7.16 1511[label="Succ (Succ (primPlusNat vwx5300 vwx301000))",fontsize=16,color="green",shape="box"];1511 -> 1515[label="",style="dashed", color="green", weight=3]; 18.66/7.16 1512[label="Succ vwx5300",fontsize=16,color="green",shape="box"];1513[label="Succ vwx301000",fontsize=16,color="green",shape="box"];1514[label="Zero",fontsize=16,color="green",shape="box"];1515 -> 1504[label="",style="dashed", color="red", weight=0]; 18.66/7.16 1515[label="primPlusNat vwx5300 vwx301000",fontsize=16,color="magenta"];1515 -> 1516[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1515 -> 1517[label="",style="dashed", color="magenta", weight=3]; 18.66/7.16 1516[label="vwx301000",fontsize=16,color="green",shape="box"];1517[label="vwx5300",fontsize=16,color="green",shape="box"];} 18.66/7.16 18.66/7.16 ---------------------------------------- 18.66/7.16 18.66/7.16 (14) 18.66/7.16 Complex Obligation (AND) 18.66/7.16 18.66/7.16 ---------------------------------------- 18.66/7.16 18.66/7.16 (15) 18.66/7.16 Obligation: 18.66/7.16 Q DP problem: 18.66/7.16 The TRS P consists of the following rules: 18.66/7.16 18.66/7.16 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 18.66/7.16 18.66/7.16 R is empty. 18.66/7.16 Q is empty. 18.66/7.16 We have to consider all minimal (P,Q,R)-chains. 18.66/7.16 ---------------------------------------- 18.66/7.16 18.66/7.16 (16) QDPSizeChangeProof (EQUIVALENT) 18.66/7.16 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.66/7.16 18.66/7.16 From the DPs we obtained the following set of size-change graphs: 18.66/7.16 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 18.66/7.16 The graph contains the following edges 1 > 1, 2 > 2 18.66/7.16 18.66/7.16 18.66/7.16 ---------------------------------------- 18.66/7.16 18.66/7.16 (17) 18.66/7.16 YES 18.66/7.16 18.66/7.16 ---------------------------------------- 18.66/7.16 18.66/7.16 (18) 18.66/7.16 Obligation: 18.66/7.16 Q DP problem: 18.66/7.16 The TRS P consists of the following rules: 18.66/7.16 18.66/7.16 new_primCompAux(vwx300, vwx400, vwx35, app(ty_Maybe, bch)) -> new_compare4(vwx300, vwx400, bch) 18.66/7.16 new_primCompAux(vwx300, vwx400, vwx35, app(app(app(ty_@3, bda), bdb), bdc)) -> new_compare5(vwx300, vwx400, bda, bdb, bdc) 18.66/7.16 new_ltEs2(Just(vwx300), Just(vwx400), app(ty_[], ee)) -> new_ltEs1(vwx300, vwx400, ee) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(app(ty_@2, hh), baa)), de) -> new_ltEs(vwx302, vwx402, hh, baa) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, fb), fc), fd, ff) -> new_lt(vwx300, vwx400, fb, fc) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(ty_Either, fg), fh)), fd), ff), de) -> new_lt0(vwx300, vwx400, fg, fh) 18.66/7.16 new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(app(ty_Either, ec), ed)), de) -> new_ltEs0(vwx300, vwx400, ec, ed) 18.66/7.16 new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(app(app(ty_@3, eg), eh), fa)), de) -> new_ltEs3(vwx300, vwx400, eg, eh, fa) 18.66/7.16 new_lt2(vwx300, vwx400, bf) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bf), bf) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(ty_Maybe, bf)), bb), de) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bf), bf) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(ty_Maybe, bae)) -> new_ltEs2(vwx302, vwx402, bae) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(ty_Maybe, hd)), ff), de) -> new_lt2(vwx301, vwx401, hd) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(ty_Maybe, hd), ff) -> new_lt2(vwx301, vwx401, hd) 18.66/7.16 new_ltEs0(Right(vwx30), Right(vwx40), bba, app(app(app(ty_@3, bbh), bca), bcb)) -> new_ltEs3(vwx30, vwx40, bbh, bca, bcb) 18.66/7.16 new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(ty_[], ee)), de) -> new_ltEs1(vwx300, vwx400, ee) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, gb), fd, ff) -> new_lt2(vwx300, vwx400, gb) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(app(ty_@2, cc), cd)), de) -> new_ltEs(vwx301, vwx401, cc, cd) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(app(app(ty_@3, db), dc), dd)), de) -> new_ltEs3(vwx301, vwx401, db, dc, dd) 18.66/7.16 new_ltEs0(Right(vwx30), Right(vwx40), bba, app(app(ty_Either, bbd), bbe)) -> new_ltEs0(vwx30, vwx40, bbd, bbe) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(app(ty_Either, bab), bac)), de) -> new_ltEs0(vwx302, vwx402, bab, bac) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(app(app(ty_@3, bg), bh), ca)), bb), de) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_Maybe, da)) -> new_ltEs2(vwx301, vwx401, da) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(ty_Maybe, gb)), fd), ff), de) -> new_lt2(vwx300, vwx400, gb) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(ty_@2, fb), fc)), fd), ff), de) -> new_lt(vwx300, vwx400, fb, fc) 18.66/7.16 new_ltEs0(Right(vwx30), Right(vwx40), bba, app(ty_Maybe, bbg)) -> new_ltEs2(vwx30, vwx40, bbg) 18.66/7.16 new_primCompAux(vwx300, vwx400, vwx35, app(app(ty_@2, bcc), bcd)) -> new_compare0(vwx300, vwx400, bcc, bcd) 18.66/7.16 new_lt(vwx300, vwx400, h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 18.66/7.16 new_ltEs0(Left(vwx30), Left(vwx40), app(app(ty_Either, df), dg), de) -> new_ltEs0(vwx30, vwx40, df, dg) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(ty_[], bad)) -> new_ltEs1(vwx302, vwx402, bad) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_[], cg)) -> new_ltEs1(vwx301, vwx401, cg) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(app(ty_Either, ha), hb), ff) -> new_lt0(vwx301, vwx401, ha, hb) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, bf), bb) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bf), bf) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(app(ty_@2, hh), baa)) -> new_ltEs(vwx302, vwx402, hh, baa) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(app(app(ty_@3, baf), bag), bah)) -> new_ltEs3(vwx302, vwx402, baf, bag, bah) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_Either, ce), cf)) -> new_ltEs0(vwx301, vwx401, ce, cf) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(ty_[], hc), ff) -> new_lt1(vwx301, vwx401, hc) 18.66/7.16 new_ltEs2(Just(vwx300), Just(vwx400), app(app(app(ty_@3, eg), eh), fa)) -> new_ltEs3(vwx300, vwx400, eg, eh, fa) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(app(ty_@2, gg), gh), ff) -> new_lt(vwx301, vwx401, gg, gh) 18.66/7.16 new_compare22(vwx300, vwx400, False, bg, bh, ca) -> new_ltEs3(vwx300, vwx400, bg, bh, ca) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bc), bd), bb) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.16 new_ltEs0(Left(:(vwx300, vwx301)), Left(:(vwx400, vwx401)), app(ty_[], dh), de) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, dh), dh) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(ty_[], hc)), ff), de) -> new_lt1(vwx301, vwx401, hc) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(ty_[], be)), bb), de) -> new_compare(vwx300, vwx400, be) 18.66/7.16 new_ltEs1(:(vwx300, vwx301), :(vwx400, vwx401), dh) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, dh), dh) 18.66/7.16 new_primCompAux(vwx300, vwx400, vwx35, app(ty_[], bcg)) -> new_compare(vwx300, vwx400, bcg) 18.66/7.16 new_compare4(vwx300, vwx400, bf) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bf), bf) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, bg), bh), ca), bb) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(app(app(ty_@3, baf), bag), bah)), de) -> new_ltEs3(vwx302, vwx402, baf, bag, bah) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx301, vwx401, db, dc, dd) 18.66/7.16 new_ltEs2(Just(vwx300), Just(vwx400), app(app(ty_@2, ea), eb)) -> new_ltEs(vwx300, vwx400, ea, eb) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(app(ty_Either, ce), cf)), de) -> new_ltEs0(vwx301, vwx401, ce, cf) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(app(ty_Either, bab), bac)) -> new_ltEs0(vwx302, vwx402, bab, bac) 18.66/7.16 new_compare0(vwx300, vwx400, h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(app(ty_Either, bc), bd)), bb), de) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.16 new_primCompAux(vwx300, vwx400, vwx35, app(app(ty_Either, bce), bcf)) -> new_compare1(vwx300, vwx400, bce, bcf) 18.66/7.16 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), dh) -> new_compare(vwx301, vwx401, dh) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(app(ty_Either, ha), hb)), ff), de) -> new_lt0(vwx301, vwx401, ha, hb) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, fg), fh), fd, ff) -> new_lt0(vwx300, vwx400, fg, fh) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(app(ty_@2, gg), gh)), ff), de) -> new_lt(vwx301, vwx401, gg, gh) 18.66/7.16 new_compare2(vwx300, vwx400, False, h, ba) -> new_ltEs(vwx300, vwx400, h, ba) 18.66/7.16 new_ltEs0(Left(:(vwx300, vwx301)), Left(:(vwx400, vwx401)), app(ty_[], dh), de) -> new_compare(vwx301, vwx401, dh) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_@2, cc), cd)) -> new_ltEs(vwx301, vwx401, cc, cd) 18.66/7.16 new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(ty_Maybe, ef)), de) -> new_ltEs2(vwx300, vwx400, ef) 18.66/7.16 new_ltEs2(Just(vwx300), Just(vwx400), app(app(ty_Either, ec), ed)) -> new_ltEs0(vwx300, vwx400, ec, ed) 18.66/7.16 new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(app(ty_@2, ea), eb)), de) -> new_ltEs(vwx300, vwx400, ea, eb) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(app(app(ty_@3, he), hf), hg)), ff), de) -> new_lt3(vwx301, vwx401, he, hf, hg) 18.66/7.16 new_compare5(vwx300, vwx400, bg, bh, ca) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(ty_Maybe, bae)), de) -> new_ltEs2(vwx302, vwx402, bae) 18.66/7.16 new_ltEs0(Right(vwx30), Right(vwx40), bba, app(ty_[], bbf)) -> new_ltEs1(vwx30, vwx40, bbf) 18.66/7.16 new_ltEs1(:(vwx300, vwx301), :(vwx400, vwx401), dh) -> new_compare(vwx301, vwx401, dh) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, gc), gd), ge), fd, ff) -> new_lt3(vwx300, vwx400, gc, gd, ge) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(ty_[], cg)), de) -> new_ltEs1(vwx301, vwx401, cg) 18.66/7.16 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), dh) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, dh), dh) 18.66/7.16 new_lt3(vwx300, vwx400, bg, bh, ca) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(app(ty_@2, h), ba)), bb), de) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 18.66/7.16 new_lt1(vwx300, vwx400, be) -> new_compare(vwx300, vwx400, be) 18.66/7.16 new_ltEs2(Just(vwx300), Just(vwx400), app(ty_Maybe, ef)) -> new_ltEs2(vwx300, vwx400, ef) 18.66/7.16 new_compare20(vwx300, vwx400, False, bc, bd) -> new_ltEs0(vwx300, vwx400, bc, bd) 18.66/7.16 new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(ty_Maybe, da)), de) -> new_ltEs2(vwx301, vwx401, da) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(ty_[], ga)), fd), ff), de) -> new_lt1(vwx300, vwx400, ga) 18.66/7.16 new_lt0(vwx300, vwx400, bc, bd) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.16 new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], be), bb) -> new_compare(vwx300, vwx400, be) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(app(ty_@3, gc), gd), ge)), fd), ff), de) -> new_lt3(vwx300, vwx400, gc, gd, ge) 18.66/7.16 new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(ty_[], bad)), de) -> new_ltEs1(vwx302, vwx402, bad) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(app(app(ty_@3, he), hf), hg), ff) -> new_lt3(vwx301, vwx401, he, hf, hg) 18.66/7.16 new_compare21(vwx300, vwx400, False, bf) -> new_ltEs2(vwx300, vwx400, bf) 18.66/7.16 new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ga), fd, ff) -> new_lt1(vwx300, vwx400, ga) 18.66/7.16 new_compare1(vwx300, vwx400, bc, bd) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.16 new_ltEs0(Right(vwx30), Right(vwx40), bba, app(app(ty_@2, bbb), bbc)) -> new_ltEs(vwx30, vwx40, bbb, bbc) 18.66/7.16 18.66/7.16 The TRS R consists of the following rules: 18.66/7.16 18.66/7.16 new_compare24(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.66/7.16 new_esEs20(vwx230, vwx240, ty_Int) -> new_esEs12(vwx230, vwx240) 18.66/7.16 new_esEs22(vwx231, vwx241, ty_@0) -> new_esEs15(vwx231, vwx241) 18.66/7.16 new_esEs14(GT, GT) -> True 18.66/7.16 new_ltEs10(Left(vwx30), Left(vwx40), app(app(app(ty_@3, gf), fd), ff), de) -> new_ltEs16(vwx30, vwx40, gf, fd, ff) 18.66/7.16 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 18.66/7.16 new_esEs18(vwx232, vwx242, app(ty_Ratio, bfd)) -> new_esEs8(vwx232, vwx242, bfd) 18.66/7.16 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.66/7.16 new_lt19(vwx300, vwx400, app(ty_Ratio, dah)) -> new_lt8(vwx300, vwx400, dah) 18.66/7.16 new_esEs23(vwx230, vwx240, app(ty_Maybe, cea)) -> new_esEs6(vwx230, vwx240, cea) 18.66/7.16 new_esEs5(Left(vwx230), Left(vwx240), ty_Float, cee) -> new_esEs13(vwx230, vwx240) 18.66/7.16 new_esEs27(vwx230, vwx240, app(ty_[], cfe)) -> new_esEs9(vwx230, vwx240, cfe) 18.66/7.16 new_esEs23(vwx230, vwx240, ty_Char) -> new_esEs17(vwx230, vwx240) 18.66/7.16 new_compare23(vwx300, vwx400, True, bf) -> EQ 18.66/7.16 new_ltEs14(vwx30, vwx40, dh) -> new_not(new_compare3(vwx30, vwx40, dh)) 18.66/7.16 new_lt10(vwx300, vwx400, ty_Integer) -> new_lt13(vwx300, vwx400) 18.66/7.16 new_ltEs10(Left(vwx30), Left(vwx40), ty_@0, de) -> new_ltEs9(vwx30, vwx40) 18.66/7.16 new_compare15(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare16(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 18.66/7.16 new_esEs5(Left(vwx230), Left(vwx240), app(ty_[], cgg), cee) -> new_esEs9(vwx230, vwx240, cgg) 18.66/7.16 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 18.66/7.16 new_esEs27(vwx230, vwx240, app(app(ty_Either, cfb), cfc)) -> new_esEs5(vwx230, vwx240, cfb, cfc) 18.66/7.16 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 18.66/7.16 new_compare26(vwx300, vwx400, True, bc, bd) -> EQ 18.66/7.16 new_esEs5(Right(vwx230), Right(vwx240), ced, app(ty_[], daa)) -> new_esEs9(vwx230, vwx240, daa) 18.66/7.16 new_esEs23(vwx230, vwx240, ty_Double) -> new_esEs16(vwx230, vwx240) 18.66/7.16 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 18.66/7.16 new_compare113(vwx300, vwx400, False, h, ba) -> GT 18.66/7.16 new_compare11(vwx300, vwx400, ty_Ordering) -> new_compare17(vwx300, vwx400) 18.66/7.16 new_esEs14(EQ, EQ) -> True 18.66/7.16 new_esEs18(vwx232, vwx242, ty_Float) -> new_esEs13(vwx232, vwx242) 18.66/7.16 new_esEs24(vwx23, vwx24, ty_Float) -> new_esEs13(vwx23, vwx24) 18.66/7.16 new_lt10(vwx300, vwx400, app(ty_Ratio, cbc)) -> new_lt8(vwx300, vwx400, cbc) 18.66/7.16 new_ltEs4(Nothing, Nothing, cah) -> True 18.66/7.16 new_ltEs4(Just(vwx300), Just(vwx400), app(app(ty_Either, ec), ed)) -> new_ltEs10(vwx300, vwx400, ec, ed) 18.66/7.16 new_compare111(vwx300, vwx400, True, bc, bd) -> LT 18.66/7.16 new_ltEs4(Just(vwx300), Nothing, cah) -> False 18.66/7.16 new_esEs10(False, True) -> False 18.66/7.16 new_esEs10(True, False) -> False 18.66/7.16 new_ltEs13(GT, GT) -> True 18.66/7.16 new_esEs6(Just(vwx230), Just(vwx240), app(app(ty_Either, bde), bdf)) -> new_esEs5(vwx230, vwx240, bde, bdf) 18.66/7.16 new_esEs18(vwx232, vwx242, app(app(ty_@2, bff), bfg)) -> new_esEs4(vwx232, vwx242, bff, bfg) 18.66/7.16 new_lt13(vwx300, vwx400) -> new_esEs21(new_compare16(vwx300, vwx400)) 18.66/7.16 new_ltEs4(Just(vwx300), Just(vwx400), ty_Int) -> new_ltEs7(vwx300, vwx400) 18.66/7.16 new_ltEs8(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, bb) -> new_pePe(new_lt10(vwx300, vwx400, cb), vwx300, vwx400, new_ltEs18(vwx301, vwx401, bb), cb) 18.66/7.16 new_esEs6(Just(vwx230), Just(vwx240), ty_Char) -> new_esEs17(vwx230, vwx240) 18.66/7.16 new_lt19(vwx300, vwx400, app(app(ty_@2, fb), fc)) -> new_lt4(vwx300, vwx400, fb, fc) 18.66/7.16 new_esEs23(vwx230, vwx240, app(app(ty_Either, cch), cda)) -> new_esEs5(vwx230, vwx240, cch, cda) 18.66/7.16 new_compare3([], [], dh) -> EQ 18.66/7.16 new_ltEs4(Just(vwx300), Just(vwx400), app(ty_Maybe, ef)) -> new_ltEs4(vwx300, vwx400, ef) 18.66/7.16 new_ltEs18(vwx301, vwx401, ty_Float) -> new_ltEs5(vwx301, vwx401) 18.66/7.16 new_esEs5(Left(vwx230), Left(vwx240), ty_Integer, cee) -> new_esEs11(vwx230, vwx240) 18.66/7.16 new_primEqInt(Pos(Succ(vwx2300)), Pos(Zero)) -> False 18.66/7.16 new_primEqInt(Pos(Zero), Pos(Succ(vwx2400))) -> False 18.66/7.16 new_esEs24(vwx23, vwx24, ty_Integer) -> new_esEs11(vwx23, vwx24) 18.66/7.16 new_ltEs13(EQ, GT) -> True 18.66/7.16 new_esEs19(vwx231, vwx241, ty_Int) -> new_esEs12(vwx231, vwx241) 18.66/7.16 new_esEs23(vwx230, vwx240, app(ty_[], cdc)) -> new_esEs9(vwx230, vwx240, cdc) 18.66/7.16 new_esEs24(vwx23, vwx24, app(app(ty_@2, cbd), cbe)) -> new_esEs4(vwx23, vwx24, cbd, cbe) 18.66/7.16 new_ltEs5(vwx30, vwx40) -> new_not(new_compare12(vwx30, vwx40)) 18.66/7.16 new_ltEs13(EQ, EQ) -> True 18.66/7.16 new_esEs22(vwx231, vwx241, ty_Bool) -> new_esEs10(vwx231, vwx241) 18.66/7.16 new_ltEs4(Just(vwx300), Just(vwx400), app(ty_[], ee)) -> new_ltEs14(vwx300, vwx400, ee) 18.66/7.16 new_esEs6(Just(vwx230), Just(vwx240), app(ty_[], bdh)) -> new_esEs9(vwx230, vwx240, bdh) 18.66/7.16 new_esEs5(Left(vwx230), Left(vwx240), app(ty_Maybe, che), cee) -> new_esEs6(vwx230, vwx240, che) 18.66/7.16 new_primEqNat0(Succ(vwx2300), Succ(vwx2400)) -> new_primEqNat0(vwx2300, vwx2400) 18.66/7.16 new_esEs27(vwx230, vwx240, ty_Bool) -> new_esEs10(vwx230, vwx240) 18.66/7.16 new_ltEs10(Right(vwx30), Right(vwx40), bba, ty_Bool) -> new_ltEs6(vwx30, vwx40) 18.66/7.16 new_esEs5(Right(vwx230), Right(vwx240), ced, app(app(ty_@2, dab), dac)) -> new_esEs4(vwx230, vwx240, dab, dac) 18.66/7.16 new_ltEs7(vwx30, vwx40) -> new_not(new_compare9(vwx30, vwx40)) 18.66/7.16 new_compare12(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.66/7.16 new_not(LT) -> new_not0 18.66/7.16 new_ltEs10(Left(vwx30), Left(vwx40), app(ty_[], dh), de) -> new_ltEs14(vwx30, vwx40, dh) 18.66/7.16 new_ltEs18(vwx301, vwx401, ty_Double) -> new_ltEs17(vwx301, vwx401) 18.66/7.16 new_ltEs19(vwx302, vwx402, ty_Integer) -> new_ltEs12(vwx302, vwx402) 18.66/7.16 new_ltEs10(Left(vwx30), Left(vwx40), app(ty_Maybe, cah), de) -> new_ltEs4(vwx30, vwx40, cah) 18.66/7.16 new_primCompAux00(vwx39, LT) -> LT 18.66/7.16 new_primCmpNat0(Zero, Zero) -> EQ 18.66/7.16 new_ltEs18(vwx301, vwx401, ty_Ordering) -> new_ltEs13(vwx301, vwx401) 18.66/7.16 new_ltEs19(vwx302, vwx402, ty_Bool) -> new_ltEs6(vwx302, vwx402) 18.66/7.16 new_esEs27(vwx230, vwx240, ty_Double) -> new_esEs16(vwx230, vwx240) 18.66/7.16 new_esEs6(Just(vwx230), Just(vwx240), ty_Ordering) -> new_esEs14(vwx230, vwx240) 18.66/7.16 new_lt19(vwx300, vwx400, app(ty_[], ga)) -> new_lt15(vwx300, vwx400, ga) 18.66/7.16 new_esEs27(vwx230, vwx240, ty_@0) -> new_esEs15(vwx230, vwx240) 18.66/7.16 new_ltEs10(Right(vwx30), Right(vwx40), bba, app(ty_[], bbf)) -> new_ltEs14(vwx30, vwx40, bbf) 18.66/7.16 new_esEs25(vwx231, vwx241, ty_Int) -> new_esEs12(vwx231, vwx241) 18.66/7.16 new_esEs27(vwx230, vwx240, ty_Char) -> new_esEs17(vwx230, vwx240) 18.66/7.16 new_ltEs19(vwx302, vwx402, ty_Double) -> new_ltEs17(vwx302, vwx402) 18.66/7.16 new_esEs19(vwx231, vwx241, app(app(ty_@2, bgh), bha)) -> new_esEs4(vwx231, vwx241, bgh, bha) 18.66/7.16 new_esEs21(LT) -> True 18.66/7.16 new_esEs5(Left(vwx230), Left(vwx240), ty_Ordering, cee) -> new_esEs14(vwx230, vwx240) 18.66/7.16 new_primEqNat0(Succ(vwx2300), Zero) -> False 18.66/7.16 new_primEqNat0(Zero, Succ(vwx2400)) -> False 18.66/7.16 new_esEs19(vwx231, vwx241, app(app(app(ty_@3, bhb), bhc), bhd)) -> new_esEs7(vwx231, vwx241, bhb, bhc, bhd) 18.66/7.16 new_esEs13(Float(vwx230, vwx231), Float(vwx240, vwx241)) -> new_esEs12(new_sr(vwx230, vwx241), new_sr(vwx231, vwx240)) 18.66/7.16 new_compare112(vwx300, vwx400, False) -> GT 18.66/7.16 new_esEs4(@2(vwx230, vwx231), @2(vwx240, vwx241), cbd, cbe) -> new_asAs(new_esEs23(vwx230, vwx240, cbd), new_esEs22(vwx231, vwx241, cbe)) 18.66/7.16 new_ltEs4(Just(vwx300), Just(vwx400), app(app(ty_@2, ea), eb)) -> new_ltEs8(vwx300, vwx400, ea, eb) 18.66/7.16 new_lt20(vwx301, vwx401, app(ty_Ratio, dba)) -> new_lt8(vwx301, vwx401, dba) 18.66/7.16 new_esEs6(Just(vwx230), Just(vwx240), ty_Double) -> new_esEs16(vwx230, vwx240) 18.66/7.16 new_esEs18(vwx232, vwx242, ty_Ordering) -> new_esEs14(vwx232, vwx242) 18.66/7.16 new_esEs24(vwx23, vwx24, ty_Ordering) -> new_esEs14(vwx23, vwx24) 18.66/7.16 new_primCompAux00(vwx39, GT) -> GT 18.66/7.16 new_esEs22(vwx231, vwx241, app(ty_[], cca)) -> new_esEs9(vwx231, vwx241, cca) 18.66/7.16 new_compare110(vwx300, vwx400, True) -> LT 18.66/7.16 new_ltEs4(Just(vwx300), Just(vwx400), ty_Char) -> new_ltEs15(vwx300, vwx400) 18.66/7.16 new_compare17(vwx300, vwx400) -> new_compare25(vwx300, vwx400, new_esEs14(vwx300, vwx400)) 18.66/7.16 new_ltEs10(Left(vwx30), Left(vwx40), ty_Float, de) -> new_ltEs5(vwx30, vwx40) 18.66/7.16 new_ltEs6(True, True) -> True 18.66/7.16 new_lt20(vwx301, vwx401, ty_Integer) -> new_lt13(vwx301, vwx401) 18.66/7.16 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 18.66/7.16 new_ltEs10(Right(vwx30), Left(vwx40), bba, de) -> False 18.66/7.16 new_compare9(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 18.66/7.16 new_esEs20(vwx230, vwx240, app(app(ty_@2, cab), cac)) -> new_esEs4(vwx230, vwx240, cab, cac) 18.66/7.16 new_ltEs12(vwx30, vwx40) -> new_not(new_compare16(vwx30, vwx40)) 18.66/7.16 new_esEs23(vwx230, vwx240, ty_Ordering) -> new_esEs14(vwx230, vwx240) 18.66/7.16 new_compare3(:(vwx300, vwx301), :(vwx400, vwx401), dh) -> new_primCompAux0(vwx300, vwx400, new_compare3(vwx301, vwx401, dh), dh) 18.66/7.16 new_esEs9(:(vwx230, vwx231), :(vwx240, vwx241), ceg) -> new_asAs(new_esEs27(vwx230, vwx240, ceg), new_esEs9(vwx231, vwx241, ceg)) 18.66/7.16 new_primPlusNat1(Succ(vwx5300), Succ(vwx301000)) -> Succ(Succ(new_primPlusNat1(vwx5300, vwx301000))) 18.66/7.16 new_lt15(vwx300, vwx400, be) -> new_esEs21(new_compare3(vwx300, vwx400, be)) 18.66/7.16 new_ltEs18(vwx301, vwx401, ty_Bool) -> new_ltEs6(vwx301, vwx401) 18.66/7.16 new_lt19(vwx300, vwx400, ty_Integer) -> new_lt13(vwx300, vwx400) 18.66/7.16 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 18.66/7.16 new_ltEs10(Left(vwx30), Left(vwx40), ty_Char, de) -> new_ltEs15(vwx30, vwx40) 18.66/7.16 new_compare24(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.66/7.16 new_lt20(vwx301, vwx401, app(ty_[], hc)) -> new_lt15(vwx301, vwx401, hc) 18.66/7.16 new_esEs5(Left(vwx230), Left(vwx240), ty_Int, cee) -> new_esEs12(vwx230, vwx240) 18.66/7.16 new_esEs18(vwx232, vwx242, ty_Int) -> new_esEs12(vwx232, vwx242) 18.66/7.16 new_ltEs13(LT, GT) -> True 18.66/7.16 new_esEs24(vwx23, vwx24, ty_Int) -> new_esEs12(vwx23, vwx24) 18.66/7.16 new_esEs22(vwx231, vwx241, ty_Double) -> new_esEs16(vwx231, vwx241) 18.66/7.16 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 18.66/7.16 new_compare3([], :(vwx400, vwx401), dh) -> LT 18.66/7.16 new_esEs19(vwx231, vwx241, app(ty_Ratio, bgf)) -> new_esEs8(vwx231, vwx241, bgf) 18.66/7.16 new_ltEs18(vwx301, vwx401, ty_@0) -> new_ltEs9(vwx301, vwx401) 18.66/7.16 new_ltEs4(Just(vwx300), Just(vwx400), ty_@0) -> new_ltEs9(vwx300, vwx400) 18.66/7.16 new_ltEs4(Just(vwx300), Just(vwx400), app(app(app(ty_@3, eg), eh), fa)) -> new_ltEs16(vwx300, vwx400, eg, eh, fa) 18.66/7.16 new_lt19(vwx300, vwx400, app(app(ty_Either, fg), fh)) -> new_lt12(vwx300, vwx400, fg, fh) 18.66/7.16 new_compare10(vwx300, vwx400, False, bf) -> GT 18.66/7.16 new_esEs22(vwx231, vwx241, app(ty_Maybe, ccg)) -> new_esEs6(vwx231, vwx241, ccg) 18.66/7.16 new_esEs9(:(vwx230, vwx231), [], ceg) -> False 18.66/7.16 new_esEs9([], :(vwx240, vwx241), ceg) -> False 18.66/7.16 new_esEs5(Left(vwx230), Left(vwx240), app(app(ty_@2, cgh), cha), cee) -> new_esEs4(vwx230, vwx240, cgh, cha) 18.66/7.16 new_primEqInt(Pos(Zero), Neg(Succ(vwx2400))) -> False 18.66/7.16 new_primEqInt(Neg(Zero), Pos(Succ(vwx2400))) -> False 18.66/7.16 new_compare11(vwx300, vwx400, app(app(app(ty_@3, bda), bdb), bdc)) -> new_compare19(vwx300, vwx400, bda, bdb, bdc) 18.66/7.16 new_esEs21(EQ) -> False 18.66/7.16 new_esEs23(vwx230, vwx240, ty_Integer) -> new_esEs11(vwx230, vwx240) 18.66/7.16 new_compare11(vwx300, vwx400, ty_Char) -> new_compare18(vwx300, vwx400) 18.66/7.16 new_esEs10(False, False) -> True 18.66/7.16 new_ltEs6(False, False) -> True 18.66/7.16 new_esEs20(vwx230, vwx240, ty_Char) -> new_esEs17(vwx230, vwx240) 18.66/7.16 new_compare11(vwx300, vwx400, app(app(ty_Either, bce), bcf)) -> new_compare14(vwx300, vwx400, bce, bcf) 18.66/7.16 new_esEs24(vwx23, vwx24, app(app(ty_Either, ced), cee)) -> new_esEs5(vwx23, vwx24, ced, cee) 18.66/7.16 new_primEqInt(Neg(Succ(vwx2300)), Neg(Succ(vwx2400))) -> new_primEqNat0(vwx2300, vwx2400) 18.66/7.16 new_ltEs19(vwx302, vwx402, app(ty_[], bad)) -> new_ltEs14(vwx302, vwx402, bad) 18.66/7.16 new_esEs23(vwx230, vwx240, ty_Int) -> new_esEs12(vwx230, vwx240) 18.66/7.16 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 18.66/7.16 new_ltEs18(vwx301, vwx401, app(app(app(ty_@3, db), dc), dd)) -> new_ltEs16(vwx301, vwx401, db, dc, dd) 18.66/7.16 new_ltEs10(Right(vwx30), Right(vwx40), bba, app(app(ty_Either, bbd), bbe)) -> new_ltEs10(vwx30, vwx40, bbd, bbe) 18.66/7.16 new_esEs21(GT) -> False 18.66/7.16 new_primMulInt(Pos(vwx4000), Pos(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 18.66/7.16 new_esEs27(vwx230, vwx240, ty_Ordering) -> new_esEs14(vwx230, vwx240) 18.66/7.16 new_esEs14(LT, GT) -> False 18.66/7.16 new_esEs14(GT, LT) -> False 18.66/7.16 new_ltEs10(Right(vwx30), Right(vwx40), bba, app(ty_Maybe, bbg)) -> new_ltEs4(vwx30, vwx40, bbg) 18.66/7.16 new_compare10(vwx300, vwx400, True, bf) -> LT 18.66/7.16 new_esEs22(vwx231, vwx241, app(app(app(ty_@3, ccd), cce), ccf)) -> new_esEs7(vwx231, vwx241, ccd, cce, ccf) 18.66/7.16 new_esEs24(vwx23, vwx24, app(ty_Maybe, bdd)) -> new_esEs6(vwx23, vwx24, bdd) 18.66/7.16 new_ltEs18(vwx301, vwx401, ty_Integer) -> new_ltEs12(vwx301, vwx401) 18.66/7.16 new_primMulNat0(Succ(vwx40000), Zero) -> Zero 18.66/7.16 new_primMulNat0(Zero, Succ(vwx30100)) -> Zero 18.66/7.16 new_primPlusNat0(Zero, vwx30100) -> Succ(vwx30100) 18.66/7.16 new_compare11(vwx300, vwx400, app(app(ty_@2, bcc), bcd)) -> new_compare6(vwx300, vwx400, bcc, bcd) 18.66/7.16 new_esEs20(vwx230, vwx240, app(ty_Ratio, bhh)) -> new_esEs8(vwx230, vwx240, bhh) 18.66/7.16 new_lt10(vwx300, vwx400, app(ty_[], be)) -> new_lt15(vwx300, vwx400, be) 18.66/7.16 new_ltEs10(Right(vwx30), Right(vwx40), bba, ty_Int) -> new_ltEs7(vwx30, vwx40) 18.66/7.16 new_esEs26(vwx230, vwx240, ty_Integer) -> new_esEs11(vwx230, vwx240) 18.66/7.16 new_ltEs10(Left(vwx30), Left(vwx40), ty_Ordering, de) -> new_ltEs13(vwx30, vwx40) 18.66/7.16 new_esEs5(Left(vwx230), Left(vwx240), app(app(ty_Either, cgd), cge), cee) -> new_esEs5(vwx230, vwx240, cgd, cge) 18.66/7.16 new_esEs23(vwx230, vwx240, ty_Bool) -> new_esEs10(vwx230, vwx240) 18.66/7.16 new_esEs5(Right(vwx230), Right(vwx240), ced, app(ty_Maybe, dag)) -> new_esEs6(vwx230, vwx240, dag) 18.66/7.16 new_esEs5(Right(vwx230), Right(vwx240), ced, app(app(app(ty_@3, dad), dae), daf)) -> new_esEs7(vwx230, vwx240, dad, dae, daf) 18.66/7.16 new_esEs8(:%(vwx230, vwx231), :%(vwx240, vwx241), cef) -> new_asAs(new_esEs26(vwx230, vwx240, cef), new_esEs25(vwx231, vwx241, cef)) 18.66/7.17 new_not(GT) -> False 18.66/7.17 new_esEs5(Left(vwx230), Left(vwx240), ty_Bool, cee) -> new_esEs10(vwx230, vwx240) 18.66/7.17 new_ltEs6(True, False) -> False 18.66/7.17 new_esEs19(vwx231, vwx241, ty_Double) -> new_esEs16(vwx231, vwx241) 18.66/7.17 new_esEs19(vwx231, vwx241, ty_@0) -> new_esEs15(vwx231, vwx241) 18.66/7.17 new_esEs6(Just(vwx230), Just(vwx240), app(app(app(ty_@3, bec), bed), bee)) -> new_esEs7(vwx230, vwx240, bec, bed, bee) 18.66/7.17 new_compare11(vwx300, vwx400, ty_Float) -> new_compare12(vwx300, vwx400) 18.66/7.17 new_compare28(vwx300, vwx400, False, bg, bh, ca) -> new_compare114(vwx300, vwx400, new_ltEs16(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.17 new_ltEs13(GT, LT) -> False 18.66/7.17 new_ltEs10(Left(vwx30), Left(vwx40), app(ty_Ratio, ceb), de) -> new_ltEs11(vwx30, vwx40, ceb) 18.66/7.17 new_lt17(vwx300, vwx400, bg, bh, ca) -> new_esEs21(new_compare19(vwx300, vwx400, bg, bh, ca)) 18.66/7.17 new_esEs20(vwx230, vwx240, ty_Float) -> new_esEs13(vwx230, vwx240) 18.66/7.17 new_ltEs10(Left(vwx30), Left(vwx40), ty_Integer, de) -> new_ltEs12(vwx30, vwx40) 18.66/7.17 new_ltEs4(Just(vwx300), Just(vwx400), ty_Double) -> new_ltEs17(vwx300, vwx400) 18.66/7.17 new_ltEs10(Left(vwx30), Left(vwx40), ty_Bool, de) -> new_ltEs6(vwx30, vwx40) 18.66/7.17 new_primPlusNat1(Succ(vwx5300), Zero) -> Succ(vwx5300) 18.66/7.17 new_primPlusNat1(Zero, Succ(vwx301000)) -> Succ(vwx301000) 18.66/7.17 new_esEs24(vwx23, vwx24, app(app(app(ty_@3, beg), beh), bfa)) -> new_esEs7(vwx23, vwx24, beg, beh, bfa) 18.66/7.17 new_lt14(vwx300, vwx400) -> new_esEs21(new_compare17(vwx300, vwx400)) 18.66/7.17 new_esEs24(vwx23, vwx24, ty_Bool) -> new_esEs10(vwx23, vwx24) 18.66/7.17 new_ltEs19(vwx302, vwx402, app(app(ty_@2, hh), baa)) -> new_ltEs8(vwx302, vwx402, hh, baa) 18.66/7.17 new_compare6(vwx300, vwx400, h, ba) -> new_compare29(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 18.66/7.17 new_esEs18(vwx232, vwx242, ty_Double) -> new_esEs16(vwx232, vwx242) 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, ty_@0) -> new_esEs15(vwx230, vwx240) 18.66/7.17 new_ltEs18(vwx301, vwx401, ty_Char) -> new_ltEs15(vwx301, vwx401) 18.66/7.17 new_ltEs4(Just(vwx300), Just(vwx400), app(ty_Ratio, cba)) -> new_ltEs11(vwx300, vwx400, cba) 18.66/7.17 new_esEs6(Just(vwx230), Just(vwx240), app(app(ty_@2, bea), beb)) -> new_esEs4(vwx230, vwx240, bea, beb) 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, ty_Char) -> new_esEs17(vwx230, vwx240) 18.66/7.17 new_esEs19(vwx231, vwx241, ty_Float) -> new_esEs13(vwx231, vwx241) 18.66/7.17 new_esEs23(vwx230, vwx240, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_esEs7(vwx230, vwx240, cdf, cdg, cdh) 18.66/7.17 new_esEs20(vwx230, vwx240, ty_Double) -> new_esEs16(vwx230, vwx240) 18.66/7.17 new_esEs18(vwx232, vwx242, ty_Char) -> new_esEs17(vwx232, vwx242) 18.66/7.17 new_primMulInt(Neg(vwx4000), Neg(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 18.66/7.17 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 18.66/7.17 new_ltEs19(vwx302, vwx402, ty_Char) -> new_ltEs15(vwx302, vwx402) 18.66/7.17 new_lt10(vwx300, vwx400, app(app(ty_Either, bc), bd)) -> new_lt12(vwx300, vwx400, bc, bd) 18.66/7.17 new_esEs6(Just(vwx230), Just(vwx240), ty_Bool) -> new_esEs10(vwx230, vwx240) 18.66/7.17 new_esEs5(Left(vwx230), Left(vwx240), app(ty_Ratio, cgf), cee) -> new_esEs8(vwx230, vwx240, cgf) 18.66/7.17 new_esEs6(Just(vwx230), Just(vwx240), app(ty_Maybe, bef)) -> new_esEs6(vwx230, vwx240, bef) 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, ty_Double) -> new_esEs16(vwx230, vwx240) 18.66/7.17 new_ltEs13(GT, EQ) -> False 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, ty_Float) -> new_esEs13(vwx230, vwx240) 18.66/7.17 new_esEs6(Nothing, Just(vwx240), bdd) -> False 18.66/7.17 new_esEs6(Just(vwx230), Nothing, bdd) -> False 18.66/7.17 new_compare12(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.66/7.17 new_esEs6(Nothing, Nothing, bdd) -> True 18.66/7.17 new_esEs18(vwx232, vwx242, ty_@0) -> new_esEs15(vwx232, vwx242) 18.66/7.17 new_lt7(vwx300, vwx400) -> new_esEs21(new_compare9(vwx300, vwx400)) 18.66/7.17 new_esEs22(vwx231, vwx241, app(app(ty_Either, cbf), cbg)) -> new_esEs5(vwx231, vwx241, cbf, cbg) 18.66/7.17 new_esEs23(vwx230, vwx240, app(app(ty_@2, cdd), cde)) -> new_esEs4(vwx230, vwx240, cdd, cde) 18.66/7.17 new_ltEs10(Right(vwx30), Right(vwx40), bba, ty_Double) -> new_ltEs17(vwx30, vwx40) 18.66/7.17 new_esEs25(vwx231, vwx241, ty_Integer) -> new_esEs11(vwx231, vwx241) 18.66/7.17 new_ltEs19(vwx302, vwx402, ty_Float) -> new_ltEs5(vwx302, vwx402) 18.66/7.17 new_esEs24(vwx23, vwx24, app(ty_[], ceg)) -> new_esEs9(vwx23, vwx24, ceg) 18.66/7.17 new_compare11(vwx300, vwx400, ty_Integer) -> new_compare16(vwx300, vwx400) 18.66/7.17 new_compare11(vwx300, vwx400, app(ty_Maybe, bch)) -> new_compare7(vwx300, vwx400, bch) 18.66/7.17 new_ltEs17(vwx30, vwx40) -> new_not(new_compare24(vwx30, vwx40)) 18.66/7.17 new_compare112(vwx300, vwx400, True) -> LT 18.66/7.17 new_compare113(vwx300, vwx400, True, h, ba) -> LT 18.66/7.17 new_not0 -> True 18.66/7.17 new_lt19(vwx300, vwx400, ty_Ordering) -> new_lt14(vwx300, vwx400) 18.66/7.17 new_lt10(vwx300, vwx400, ty_Ordering) -> new_lt14(vwx300, vwx400) 18.66/7.17 new_primMulInt(Pos(vwx4000), Neg(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 18.66/7.17 new_primMulInt(Neg(vwx4000), Pos(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 18.66/7.17 new_esEs19(vwx231, vwx241, app(app(ty_Either, bgd), bge)) -> new_esEs5(vwx231, vwx241, bgd, bge) 18.66/7.17 new_compare11(vwx300, vwx400, ty_Int) -> new_compare9(vwx300, vwx400) 18.66/7.17 new_esEs22(vwx231, vwx241, app(app(ty_@2, ccb), ccc)) -> new_esEs4(vwx231, vwx241, ccb, ccc) 18.66/7.17 new_compare14(vwx300, vwx400, bc, bd) -> new_compare26(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.17 new_ltEs10(Left(vwx30), Left(vwx40), app(app(ty_Either, df), dg), de) -> new_ltEs10(vwx30, vwx40, df, dg) 18.66/7.17 new_esEs19(vwx231, vwx241, app(ty_[], bgg)) -> new_esEs9(vwx231, vwx241, bgg) 18.66/7.17 new_esEs22(vwx231, vwx241, ty_Integer) -> new_esEs11(vwx231, vwx241) 18.66/7.17 new_lt10(vwx300, vwx400, ty_Bool) -> new_lt9(vwx300, vwx400) 18.66/7.17 new_lt20(vwx301, vwx401, ty_Float) -> new_lt11(vwx301, vwx401) 18.66/7.17 new_esEs16(Double(vwx230, vwx231), Double(vwx240, vwx241)) -> new_esEs12(new_sr(vwx230, vwx241), new_sr(vwx231, vwx240)) 18.66/7.17 new_lt20(vwx301, vwx401, ty_@0) -> new_lt6(vwx301, vwx401) 18.66/7.17 new_ltEs19(vwx302, vwx402, ty_@0) -> new_ltEs9(vwx302, vwx402) 18.66/7.17 new_ltEs10(Right(vwx30), Right(vwx40), bba, ty_Char) -> new_ltEs15(vwx30, vwx40) 18.66/7.17 new_sr0(Integer(vwx4000), Integer(vwx3010)) -> Integer(new_primMulInt(vwx4000, vwx3010)) 18.66/7.17 new_ltEs15(vwx30, vwx40) -> new_not(new_compare18(vwx30, vwx40)) 18.66/7.17 new_ltEs18(vwx301, vwx401, app(ty_[], cg)) -> new_ltEs14(vwx301, vwx401, cg) 18.66/7.17 new_ltEs19(vwx302, vwx402, app(app(app(ty_@3, baf), bag), bah)) -> new_ltEs16(vwx302, vwx402, baf, bag, bah) 18.66/7.17 new_esEs7(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), beg, beh, bfa) -> new_asAs(new_esEs20(vwx230, vwx240, beg), new_asAs(new_esEs19(vwx231, vwx241, beh), new_esEs18(vwx232, vwx242, bfa))) 18.66/7.17 new_esEs19(vwx231, vwx241, ty_Bool) -> new_esEs10(vwx231, vwx241) 18.66/7.17 new_ltEs9(vwx30, vwx40) -> new_not(new_compare8(vwx30, vwx40)) 18.66/7.17 new_esEs22(vwx231, vwx241, ty_Int) -> new_esEs12(vwx231, vwx241) 18.66/7.17 new_esEs14(EQ, GT) -> False 18.66/7.17 new_esEs14(GT, EQ) -> False 18.66/7.17 new_ltEs10(Left(vwx30), Right(vwx40), bba, de) -> True 18.66/7.17 new_lt6(vwx300, vwx400) -> new_esEs21(new_compare8(vwx300, vwx400)) 18.66/7.17 new_asAs(True, vwx34) -> vwx34 18.66/7.17 new_esEs20(vwx230, vwx240, ty_@0) -> new_esEs15(vwx230, vwx240) 18.66/7.17 new_ltEs18(vwx301, vwx401, app(app(ty_@2, cc), cd)) -> new_ltEs8(vwx301, vwx401, cc, cd) 18.66/7.17 new_lt16(vwx300, vwx400) -> new_esEs21(new_compare18(vwx300, vwx400)) 18.66/7.17 new_ltEs4(Nothing, Just(vwx400), cah) -> True 18.66/7.17 new_esEs19(vwx231, vwx241, ty_Char) -> new_esEs17(vwx231, vwx241) 18.66/7.17 new_ltEs18(vwx301, vwx401, app(ty_Maybe, da)) -> new_ltEs4(vwx301, vwx401, da) 18.66/7.17 new_compare111(vwx300, vwx400, False, bc, bd) -> GT 18.66/7.17 new_compare26(vwx300, vwx400, False, bc, bd) -> new_compare111(vwx300, vwx400, new_ltEs10(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.17 new_esEs20(vwx230, vwx240, app(ty_[], caa)) -> new_esEs9(vwx230, vwx240, caa) 18.66/7.17 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 18.66/7.17 new_ltEs10(Left(vwx30), Left(vwx40), app(app(ty_@2, cb), bb), de) -> new_ltEs8(vwx30, vwx40, cb, bb) 18.66/7.17 new_compare110(vwx300, vwx400, False) -> GT 18.66/7.17 new_primCompAux00(vwx39, EQ) -> vwx39 18.66/7.17 new_lt10(vwx300, vwx400, ty_Int) -> new_lt7(vwx300, vwx400) 18.66/7.17 new_sr(vwx400, vwx301) -> new_primMulInt(vwx400, vwx301) 18.66/7.17 new_lt20(vwx301, vwx401, app(app(ty_Either, ha), hb)) -> new_lt12(vwx301, vwx401, ha, hb) 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, ty_Int) -> new_esEs12(vwx230, vwx240) 18.66/7.17 new_esEs17(Char(vwx230), Char(vwx240)) -> new_primEqNat0(vwx230, vwx240) 18.66/7.17 new_primMulNat0(Zero, Zero) -> Zero 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, ty_Ordering) -> new_esEs14(vwx230, vwx240) 18.66/7.17 new_lt19(vwx300, vwx400, ty_@0) -> new_lt6(vwx300, vwx400) 18.66/7.17 new_esEs6(Just(vwx230), Just(vwx240), ty_Int) -> new_esEs12(vwx230, vwx240) 18.66/7.17 new_compare25(vwx300, vwx400, False) -> new_compare110(vwx300, vwx400, new_ltEs13(vwx300, vwx400)) 18.66/7.17 new_lt10(vwx300, vwx400, ty_Float) -> new_lt11(vwx300, vwx400) 18.66/7.17 new_compare28(vwx300, vwx400, True, bg, bh, ca) -> EQ 18.66/7.17 new_esEs27(vwx230, vwx240, ty_Float) -> new_esEs13(vwx230, vwx240) 18.66/7.17 new_esEs20(vwx230, vwx240, app(app(ty_Either, bhf), bhg)) -> new_esEs5(vwx230, vwx240, bhf, bhg) 18.66/7.17 new_esEs27(vwx230, vwx240, ty_Integer) -> new_esEs11(vwx230, vwx240) 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, app(app(ty_Either, chf), chg)) -> new_esEs5(vwx230, vwx240, chf, chg) 18.66/7.17 new_lt20(vwx301, vwx401, ty_Ordering) -> new_lt14(vwx301, vwx401) 18.66/7.17 new_esEs6(Just(vwx230), Just(vwx240), ty_Integer) -> new_esEs11(vwx230, vwx240) 18.66/7.17 new_compare11(vwx300, vwx400, ty_Double) -> new_compare24(vwx300, vwx400) 18.66/7.17 new_ltEs19(vwx302, vwx402, app(ty_Ratio, dbb)) -> new_ltEs11(vwx302, vwx402, dbb) 18.66/7.17 new_ltEs10(Left(vwx30), Left(vwx40), ty_Int, de) -> new_ltEs7(vwx30, vwx40) 18.66/7.17 new_ltEs13(EQ, LT) -> False 18.66/7.17 new_primCompAux0(vwx300, vwx400, vwx35, dh) -> new_primCompAux00(vwx35, new_compare11(vwx300, vwx400, dh)) 18.66/7.17 new_compare24(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.66/7.17 new_compare24(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.66/7.17 new_esEs22(vwx231, vwx241, app(ty_Ratio, cbh)) -> new_esEs8(vwx231, vwx241, cbh) 18.66/7.17 new_ltEs6(False, True) -> True 18.66/7.17 new_compare11(vwx300, vwx400, ty_@0) -> new_compare8(vwx300, vwx400) 18.66/7.17 new_ltEs18(vwx301, vwx401, app(ty_Ratio, cfa)) -> new_ltEs11(vwx301, vwx401, cfa) 18.66/7.17 new_ltEs11(vwx30, vwx40, ceb) -> new_not(new_compare15(vwx30, vwx40, ceb)) 18.66/7.17 new_esEs15(@0, @0) -> True 18.66/7.17 new_lt10(vwx300, vwx400, ty_Char) -> new_lt16(vwx300, vwx400) 18.66/7.17 new_lt19(vwx300, vwx400, ty_Int) -> new_lt7(vwx300, vwx400) 18.66/7.17 new_primEqInt(Neg(Succ(vwx2300)), Neg(Zero)) -> False 18.66/7.17 new_primEqInt(Neg(Zero), Neg(Succ(vwx2400))) -> False 18.66/7.17 new_esEs11(Integer(vwx230), Integer(vwx240)) -> new_primEqInt(vwx230, vwx240) 18.66/7.17 new_esEs20(vwx230, vwx240, ty_Bool) -> new_esEs10(vwx230, vwx240) 18.66/7.17 new_ltEs4(Just(vwx300), Just(vwx400), ty_Float) -> new_ltEs5(vwx300, vwx400) 18.66/7.17 new_ltEs10(Right(vwx30), Right(vwx40), bba, ty_@0) -> new_ltEs9(vwx30, vwx40) 18.66/7.17 new_primEqInt(Pos(Succ(vwx2300)), Pos(Succ(vwx2400))) -> new_primEqNat0(vwx2300, vwx2400) 18.66/7.17 new_esEs27(vwx230, vwx240, app(ty_Ratio, cfd)) -> new_esEs8(vwx230, vwx240, cfd) 18.66/7.17 new_compare114(vwx300, vwx400, True, bg, bh, ca) -> LT 18.66/7.17 new_compare7(vwx300, vwx400, bf) -> new_compare23(vwx300, vwx400, new_esEs6(vwx300, vwx400, bf), bf) 18.66/7.17 new_ltEs19(vwx302, vwx402, ty_Ordering) -> new_ltEs13(vwx302, vwx402) 18.66/7.17 new_lt20(vwx301, vwx401, ty_Bool) -> new_lt9(vwx301, vwx401) 18.66/7.17 new_esEs20(vwx230, vwx240, app(ty_Maybe, cag)) -> new_esEs6(vwx230, vwx240, cag) 18.66/7.17 new_lt20(vwx301, vwx401, ty_Int) -> new_lt7(vwx301, vwx401) 18.66/7.17 new_primEqInt(Pos(Succ(vwx2300)), Neg(vwx240)) -> False 18.66/7.17 new_primEqInt(Neg(Succ(vwx2300)), Pos(vwx240)) -> False 18.66/7.17 new_esEs19(vwx231, vwx241, app(ty_Maybe, bhe)) -> new_esEs6(vwx231, vwx241, bhe) 18.66/7.17 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 18.66/7.17 new_ltEs18(vwx301, vwx401, app(app(ty_Either, ce), cf)) -> new_ltEs10(vwx301, vwx401, ce, cf) 18.66/7.17 new_lt19(vwx300, vwx400, ty_Bool) -> new_lt9(vwx300, vwx400) 18.66/7.17 new_esEs22(vwx231, vwx241, ty_Float) -> new_esEs13(vwx231, vwx241) 18.66/7.17 new_lt19(vwx300, vwx400, ty_Double) -> new_lt18(vwx300, vwx400) 18.66/7.17 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 18.66/7.17 new_ltEs10(Right(vwx30), Right(vwx40), bba, app(app(app(ty_@3, bbh), bca), bcb)) -> new_ltEs16(vwx30, vwx40, bbh, bca, bcb) 18.66/7.17 new_compare11(vwx300, vwx400, app(ty_[], bcg)) -> new_compare3(vwx300, vwx400, bcg) 18.66/7.17 new_esEs6(Just(vwx230), Just(vwx240), app(ty_Ratio, bdg)) -> new_esEs8(vwx230, vwx240, bdg) 18.66/7.17 new_esEs12(vwx23, vwx24) -> new_primEqInt(vwx23, vwx24) 18.66/7.17 new_esEs23(vwx230, vwx240, ty_Float) -> new_esEs13(vwx230, vwx240) 18.66/7.17 new_ltEs10(Right(vwx30), Right(vwx40), bba, ty_Float) -> new_ltEs5(vwx30, vwx40) 18.66/7.17 new_compare16(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 18.66/7.17 new_lt20(vwx301, vwx401, ty_Double) -> new_lt18(vwx301, vwx401) 18.66/7.17 new_esEs23(vwx230, vwx240, ty_@0) -> new_esEs15(vwx230, vwx240) 18.66/7.17 new_esEs6(Just(vwx230), Just(vwx240), ty_Float) -> new_esEs13(vwx230, vwx240) 18.66/7.17 new_esEs5(Left(vwx230), Left(vwx240), ty_Double, cee) -> new_esEs16(vwx230, vwx240) 18.66/7.17 new_esEs18(vwx232, vwx242, app(app(ty_Either, bfb), bfc)) -> new_esEs5(vwx232, vwx242, bfb, bfc) 18.66/7.17 new_ltEs10(Right(vwx30), Right(vwx40), bba, app(app(ty_@2, bbb), bbc)) -> new_ltEs8(vwx30, vwx40, bbb, bbc) 18.66/7.17 new_lt4(vwx300, vwx400, h, ba) -> new_esEs21(new_compare6(vwx300, vwx400, h, ba)) 18.66/7.17 new_esEs20(vwx230, vwx240, app(app(app(ty_@3, cad), cae), caf)) -> new_esEs7(vwx230, vwx240, cad, cae, caf) 18.66/7.17 new_esEs22(vwx231, vwx241, ty_Char) -> new_esEs17(vwx231, vwx241) 18.66/7.17 new_compare13(vwx300, vwx400) -> new_compare27(vwx300, vwx400, new_esEs10(vwx300, vwx400)) 18.66/7.17 new_esEs20(vwx230, vwx240, ty_Ordering) -> new_esEs14(vwx230, vwx240) 18.66/7.17 new_ltEs13(LT, LT) -> True 18.66/7.17 new_compare18(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 18.66/7.17 new_esEs5(Left(vwx230), Right(vwx240), ced, cee) -> False 18.66/7.17 new_esEs5(Right(vwx230), Left(vwx240), ced, cee) -> False 18.66/7.17 new_lt19(vwx300, vwx400, ty_Char) -> new_lt16(vwx300, vwx400) 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, app(ty_Ratio, chh)) -> new_esEs8(vwx230, vwx240, chh) 18.66/7.17 new_compare12(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare9(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 18.66/7.17 new_compare12(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare9(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 18.66/7.17 new_compare25(vwx300, vwx400, True) -> EQ 18.66/7.17 new_pePe(False, vwx23, vwx24, vwx25, cec) -> new_asAs(new_esEs24(vwx23, vwx24, cec), vwx25) 18.66/7.17 new_esEs24(vwx23, vwx24, ty_Double) -> new_esEs16(vwx23, vwx24) 18.66/7.17 new_esEs18(vwx232, vwx242, app(ty_Maybe, bgc)) -> new_esEs6(vwx232, vwx242, bgc) 18.66/7.17 new_lt10(vwx300, vwx400, app(ty_Maybe, bf)) -> new_lt5(vwx300, vwx400, bf) 18.66/7.17 new_compare11(vwx300, vwx400, ty_Bool) -> new_compare13(vwx300, vwx400) 18.66/7.17 new_esEs10(True, True) -> True 18.66/7.17 new_lt10(vwx300, vwx400, ty_Double) -> new_lt18(vwx300, vwx400) 18.66/7.17 new_esEs27(vwx230, vwx240, app(app(app(ty_@3, cfh), cga), cgb)) -> new_esEs7(vwx230, vwx240, cfh, cga, cgb) 18.66/7.17 new_lt10(vwx300, vwx400, app(app(app(ty_@3, bg), bh), ca)) -> new_lt17(vwx300, vwx400, bg, bh, ca) 18.66/7.17 new_esEs6(Just(vwx230), Just(vwx240), ty_@0) -> new_esEs15(vwx230, vwx240) 18.66/7.17 new_primPlusNat0(Succ(vwx530), vwx30100) -> Succ(Succ(new_primPlusNat1(vwx530, vwx30100))) 18.66/7.17 new_esEs18(vwx232, vwx242, ty_Bool) -> new_esEs10(vwx232, vwx242) 18.66/7.17 new_ltEs19(vwx302, vwx402, app(app(ty_Either, bab), bac)) -> new_ltEs10(vwx302, vwx402, bab, bac) 18.66/7.17 new_esEs23(vwx230, vwx240, app(ty_Ratio, cdb)) -> new_esEs8(vwx230, vwx240, cdb) 18.66/7.17 new_ltEs19(vwx302, vwx402, ty_Int) -> new_ltEs7(vwx302, vwx402) 18.66/7.17 new_lt5(vwx300, vwx400, bf) -> new_esEs21(new_compare7(vwx300, vwx400, bf)) 18.66/7.17 new_esEs19(vwx231, vwx241, ty_Ordering) -> new_esEs14(vwx231, vwx241) 18.66/7.17 new_lt8(vwx300, vwx400, cbc) -> new_esEs21(new_compare15(vwx300, vwx400, cbc)) 18.66/7.17 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 18.66/7.17 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 18.66/7.17 new_primPlusNat1(Zero, Zero) -> Zero 18.66/7.17 new_lt18(vwx300, vwx400) -> new_esEs21(new_compare24(vwx300, vwx400)) 18.66/7.17 new_lt20(vwx301, vwx401, app(app(ty_@2, gg), gh)) -> new_lt4(vwx301, vwx401, gg, gh) 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, ty_Bool) -> new_esEs10(vwx230, vwx240) 18.66/7.17 new_esEs14(LT, LT) -> True 18.66/7.17 new_esEs27(vwx230, vwx240, app(app(ty_@2, cff), cfg)) -> new_esEs4(vwx230, vwx240, cff, cfg) 18.66/7.17 new_compare11(vwx300, vwx400, app(ty_Ratio, cbb)) -> new_compare15(vwx300, vwx400, cbb) 18.66/7.17 new_esEs14(LT, EQ) -> False 18.66/7.17 new_esEs14(EQ, LT) -> False 18.66/7.17 new_esEs22(vwx231, vwx241, ty_Ordering) -> new_esEs14(vwx231, vwx241) 18.66/7.17 new_esEs18(vwx232, vwx242, app(app(app(ty_@3, bfh), bga), bgb)) -> new_esEs7(vwx232, vwx242, bfh, bga, bgb) 18.66/7.17 new_ltEs4(Just(vwx300), Just(vwx400), ty_Bool) -> new_ltEs6(vwx300, vwx400) 18.66/7.17 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.66/7.17 new_lt12(vwx300, vwx400, bc, bd) -> new_esEs21(new_compare14(vwx300, vwx400, bc, bd)) 18.66/7.17 new_compare27(vwx300, vwx400, False) -> new_compare112(vwx300, vwx400, new_ltEs6(vwx300, vwx400)) 18.66/7.17 new_ltEs4(Just(vwx300), Just(vwx400), ty_Integer) -> new_ltEs12(vwx300, vwx400) 18.66/7.17 new_primMulNat0(Succ(vwx40000), Succ(vwx30100)) -> new_primPlusNat0(new_primMulNat0(vwx40000, Succ(vwx30100)), vwx30100) 18.66/7.17 new_ltEs4(Just(vwx300), Just(vwx400), ty_Ordering) -> new_ltEs13(vwx300, vwx400) 18.66/7.17 new_ltEs10(Right(vwx30), Right(vwx40), bba, ty_Integer) -> new_ltEs12(vwx30, vwx40) 18.66/7.17 new_compare29(vwx300, vwx400, True, h, ba) -> EQ 18.66/7.17 new_esEs18(vwx232, vwx242, ty_Integer) -> new_esEs11(vwx232, vwx242) 18.66/7.17 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 18.66/7.17 new_ltEs13(LT, EQ) -> True 18.66/7.17 new_lt20(vwx301, vwx401, ty_Char) -> new_lt16(vwx301, vwx401) 18.66/7.17 new_esEs26(vwx230, vwx240, ty_Int) -> new_esEs12(vwx230, vwx240) 18.66/7.17 new_esEs27(vwx230, vwx240, app(ty_Maybe, cgc)) -> new_esEs6(vwx230, vwx240, cgc) 18.66/7.17 new_compare3(:(vwx300, vwx301), [], dh) -> GT 18.66/7.17 new_esEs5(Right(vwx230), Right(vwx240), ced, ty_Integer) -> new_esEs11(vwx230, vwx240) 18.66/7.17 new_compare29(vwx300, vwx400, False, h, ba) -> new_compare113(vwx300, vwx400, new_ltEs8(vwx300, vwx400, h, ba), h, ba) 18.66/7.17 new_lt10(vwx300, vwx400, ty_@0) -> new_lt6(vwx300, vwx400) 18.66/7.17 new_compare114(vwx300, vwx400, False, bg, bh, ca) -> GT 18.66/7.17 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.66/7.17 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.66/7.17 new_ltEs10(Left(vwx30), Left(vwx40), ty_Double, de) -> new_ltEs17(vwx30, vwx40) 18.66/7.17 new_compare8(@0, @0) -> EQ 18.66/7.17 new_lt19(vwx300, vwx400, ty_Float) -> new_lt11(vwx300, vwx400) 18.66/7.17 new_esEs9([], [], ceg) -> True 18.66/7.17 new_ltEs19(vwx302, vwx402, app(ty_Maybe, bae)) -> new_ltEs4(vwx302, vwx402, bae) 18.66/7.17 new_compare19(vwx300, vwx400, bg, bh, ca) -> new_compare28(vwx300, vwx400, new_esEs7(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.17 new_esEs27(vwx230, vwx240, ty_Int) -> new_esEs12(vwx230, vwx240) 18.66/7.17 new_lt19(vwx300, vwx400, app(ty_Maybe, gb)) -> new_lt5(vwx300, vwx400, gb) 18.66/7.17 new_primEqNat0(Zero, Zero) -> True 18.66/7.17 new_esEs24(vwx23, vwx24, ty_@0) -> new_esEs15(vwx23, vwx24) 18.66/7.17 new_lt19(vwx300, vwx400, app(app(app(ty_@3, gc), gd), ge)) -> new_lt17(vwx300, vwx400, gc, gd, ge) 18.66/7.17 new_lt9(vwx300, vwx400) -> new_esEs21(new_compare13(vwx300, vwx400)) 18.66/7.17 new_ltEs10(Right(vwx30), Right(vwx40), bba, ty_Ordering) -> new_ltEs13(vwx30, vwx40) 18.66/7.17 new_lt10(vwx300, vwx400, app(app(ty_@2, h), ba)) -> new_lt4(vwx300, vwx400, h, ba) 18.66/7.17 new_not(EQ) -> new_not0 18.66/7.17 new_asAs(False, vwx34) -> False 18.66/7.17 new_esEs20(vwx230, vwx240, ty_Integer) -> new_esEs11(vwx230, vwx240) 18.66/7.17 new_pePe(True, vwx23, vwx24, vwx25, cec) -> True 18.66/7.17 new_esEs24(vwx23, vwx24, app(ty_Ratio, cef)) -> new_esEs8(vwx23, vwx24, cef) 18.66/7.17 new_esEs5(Left(vwx230), Left(vwx240), ty_@0, cee) -> new_esEs15(vwx230, vwx240) 18.66/7.17 new_lt20(vwx301, vwx401, app(app(app(ty_@3, he), hf), hg)) -> new_lt17(vwx301, vwx401, he, hf, hg) 18.66/7.17 new_lt11(vwx300, vwx400) -> new_esEs21(new_compare12(vwx300, vwx400)) 18.66/7.17 new_compare15(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare9(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 18.66/7.17 new_compare23(vwx300, vwx400, False, bf) -> new_compare10(vwx300, vwx400, new_ltEs4(vwx300, vwx400, bf), bf) 18.66/7.17 new_compare27(vwx300, vwx400, True) -> EQ 18.66/7.17 new_ltEs16(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, ff) -> new_pePe(new_lt19(vwx300, vwx400, gf), vwx300, vwx400, new_pePe(new_lt20(vwx301, vwx401, fd), vwx301, vwx401, new_ltEs19(vwx302, vwx402, ff), fd), gf) 18.66/7.17 new_lt20(vwx301, vwx401, app(ty_Maybe, hd)) -> new_lt5(vwx301, vwx401, hd) 18.66/7.17 new_ltEs10(Right(vwx30), Right(vwx40), bba, app(ty_Ratio, ceh)) -> new_ltEs11(vwx30, vwx40, ceh) 18.66/7.17 new_esEs24(vwx23, vwx24, ty_Char) -> new_esEs17(vwx23, vwx24) 18.66/7.17 new_ltEs18(vwx301, vwx401, ty_Int) -> new_ltEs7(vwx301, vwx401) 18.66/7.17 new_esEs5(Left(vwx230), Left(vwx240), app(app(app(ty_@3, chb), chc), chd), cee) -> new_esEs7(vwx230, vwx240, chb, chc, chd) 18.66/7.17 new_esEs18(vwx232, vwx242, app(ty_[], bfe)) -> new_esEs9(vwx232, vwx242, bfe) 18.66/7.17 new_esEs19(vwx231, vwx241, ty_Integer) -> new_esEs11(vwx231, vwx241) 18.66/7.17 new_esEs5(Left(vwx230), Left(vwx240), ty_Char, cee) -> new_esEs17(vwx230, vwx240) 18.66/7.17 18.66/7.17 The set Q consists of the following terms: 18.66/7.17 18.66/7.17 new_esEs14(EQ, EQ) 18.66/7.17 new_esEs6(Just(x0), Just(x1), ty_Ordering) 18.66/7.17 new_primMulNat0(Zero, Succ(x0)) 18.66/7.17 new_ltEs19(x0, x1, ty_Ordering) 18.66/7.17 new_esEs6(Just(x0), Nothing, x1) 18.66/7.17 new_ltEs14(x0, x1, x2) 18.66/7.17 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, ty_Ordering) 18.66/7.17 new_lt20(x0, x1, ty_Ordering) 18.66/7.17 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_esEs18(x0, x1, ty_Char) 18.66/7.17 new_not0 18.66/7.17 new_primEqNat0(Succ(x0), Succ(x1)) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), ty_Bool) 18.66/7.17 new_lt13(x0, x1) 18.66/7.17 new_lt20(x0, x1, ty_Int) 18.66/7.17 new_primPlusNat1(Zero, Zero) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, ty_Int) 18.66/7.17 new_esEs24(x0, x1, ty_Float) 18.66/7.17 new_lt10(x0, x1, ty_Integer) 18.66/7.17 new_esEs19(x0, x1, ty_Double) 18.66/7.17 new_esEs6(Just(x0), Just(x1), ty_Int) 18.66/7.17 new_primPlusNat0(Zero, x0) 18.66/7.17 new_pePe(False, x0, x1, x2, x3) 18.66/7.17 new_ltEs19(x0, x1, ty_Int) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), ty_@0) 18.66/7.17 new_primCompAux00(x0, GT) 18.66/7.17 new_compare110(x0, x1, True) 18.66/7.17 new_esEs21(GT) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.66/7.17 new_lt5(x0, x1, x2) 18.66/7.17 new_esEs26(x0, x1, ty_Int) 18.66/7.17 new_lt7(x0, x1) 18.66/7.17 new_esEs6(Nothing, Just(x0), x1) 18.66/7.17 new_primEqInt(Pos(Zero), Pos(Zero)) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.66/7.17 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.66/7.17 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.66/7.17 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_esEs19(x0, x1, ty_Char) 18.66/7.17 new_ltEs18(x0, x1, ty_Double) 18.66/7.17 new_ltEs19(x0, x1, ty_Char) 18.66/7.17 new_ltEs13(EQ, EQ) 18.66/7.17 new_esEs19(x0, x1, ty_Int) 18.66/7.17 new_ltEs19(x0, x1, ty_Double) 18.66/7.17 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_lt10(x0, x1, ty_@0) 18.66/7.17 new_esEs27(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_esEs20(x0, x1, ty_@0) 18.66/7.17 new_esEs25(x0, x1, ty_Integer) 18.66/7.17 new_primEqInt(Neg(Zero), Neg(Zero)) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), ty_Char) 18.66/7.17 new_esEs19(x0, x1, ty_Ordering) 18.66/7.17 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_lt10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_not(GT) 18.66/7.17 new_asAs(True, x0) 18.66/7.17 new_lt8(x0, x1, x2) 18.66/7.17 new_primEqNat0(Zero, Succ(x0)) 18.66/7.17 new_esEs20(x0, x1, ty_Int) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.66/7.17 new_esEs20(x0, x1, ty_Integer) 18.66/7.17 new_ltEs7(x0, x1) 18.66/7.17 new_esEs27(x0, x1, ty_Float) 18.66/7.17 new_compare25(x0, x1, True) 18.66/7.17 new_ltEs9(x0, x1) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), ty_Integer) 18.66/7.17 new_esEs18(x0, x1, ty_Ordering) 18.66/7.17 new_esEs25(x0, x1, ty_Int) 18.66/7.17 new_primPlusNat1(Zero, Succ(x0)) 18.66/7.17 new_esEs20(x0, x1, ty_Char) 18.66/7.17 new_compare27(x0, x1, True) 18.66/7.17 new_esEs10(True, True) 18.66/7.17 new_ltEs8(@2(x0, x1), @2(x2, x3), x4, x5) 18.66/7.17 new_compare29(x0, x1, True, x2, x3) 18.66/7.17 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.66/7.17 new_primMulNat0(Succ(x0), Zero) 18.66/7.17 new_compare114(x0, x1, True, x2, x3, x4) 18.66/7.17 new_compare11(x0, x1, ty_Bool) 18.66/7.17 new_lt19(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_ltEs15(x0, x1) 18.66/7.17 new_compare11(x0, x1, ty_@0) 18.66/7.17 new_esEs20(x0, x1, ty_Bool) 18.66/7.17 new_compare112(x0, x1, True) 18.66/7.17 new_asAs(False, x0) 18.66/7.17 new_primEqInt(Pos(Zero), Neg(Zero)) 18.66/7.17 new_primEqInt(Neg(Zero), Pos(Zero)) 18.66/7.17 new_primMulInt(Pos(x0), Pos(x1)) 18.66/7.17 new_esEs24(x0, x1, ty_Integer) 18.66/7.17 new_lt11(x0, x1) 18.66/7.17 new_compare11(x0, x1, ty_Char) 18.66/7.17 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.66/7.17 new_esEs22(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_esEs5(Left(x0), Left(x1), ty_Float, x2) 18.66/7.17 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_compare23(x0, x1, True, x2) 18.66/7.17 new_ltEs19(x0, x1, ty_@0) 18.66/7.17 new_compare11(x0, x1, ty_Double) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.66/7.17 new_compare8(@0, @0) 18.66/7.17 new_ltEs18(x0, x1, ty_Ordering) 18.66/7.17 new_esEs26(x0, x1, ty_Integer) 18.66/7.17 new_lt20(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.66/7.17 new_lt20(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_lt19(x0, x1, ty_Float) 18.66/7.17 new_compare11(x0, x1, ty_Int) 18.66/7.17 new_ltEs13(LT, GT) 18.66/7.17 new_esEs22(x0, x1, ty_Double) 18.66/7.17 new_compare10(x0, x1, False, x2) 18.66/7.17 new_ltEs13(GT, LT) 18.66/7.17 new_esEs22(x0, x1, app(ty_[], x2)) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, ty_Ordering) 18.66/7.17 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 18.66/7.17 new_compare111(x0, x1, True, x2, x3) 18.66/7.17 new_lt10(x0, x1, ty_Int) 18.66/7.17 new_esEs18(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_ltEs4(Nothing, Nothing, x0) 18.66/7.17 new_lt19(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_esEs24(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_esEs6(Just(x0), Just(x1), ty_Bool) 18.66/7.17 new_primCmpNat0(Zero, Succ(x0)) 18.66/7.17 new_esEs15(@0, @0) 18.66/7.17 new_pePe(True, x0, x1, x2, x3) 18.66/7.17 new_ltEs18(x0, x1, ty_@0) 18.66/7.17 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_compare11(x0, x1, app(ty_[], x2)) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.66/7.17 new_esEs19(x0, x1, ty_Bool) 18.66/7.17 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 18.66/7.17 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, ty_Float) 18.66/7.17 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 18.66/7.17 new_compare26(x0, x1, True, x2, x3) 18.66/7.17 new_ltEs19(x0, x1, app(ty_[], x2)) 18.66/7.17 new_compare113(x0, x1, False, x2, x3) 18.66/7.17 new_esEs22(x0, x1, ty_Ordering) 18.66/7.17 new_esEs24(x0, x1, ty_Bool) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), ty_Float, x2) 18.66/7.17 new_esEs20(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_esEs23(x0, x1, app(ty_[], x2)) 18.66/7.17 new_esEs5(Left(x0), Left(x1), ty_Bool, x2) 18.66/7.17 new_esEs14(LT, EQ) 18.66/7.17 new_esEs14(EQ, LT) 18.66/7.17 new_esEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_esEs16(Double(x0, x1), Double(x2, x3)) 18.66/7.17 new_lt10(x0, x1, ty_Float) 18.66/7.17 new_esEs20(x0, x1, ty_Ordering) 18.66/7.17 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.66/7.17 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.66/7.17 new_esEs6(Just(x0), Just(x1), ty_Integer) 18.66/7.17 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_esEs20(x0, x1, ty_Double) 18.66/7.17 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_esEs19(x0, x1, ty_Integer) 18.66/7.17 new_esEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.66/7.17 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_lt10(x0, x1, ty_Char) 18.66/7.17 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_esEs14(GT, GT) 18.66/7.17 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_lt19(x0, x1, ty_Double) 18.66/7.17 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_esEs5(Left(x0), Left(x1), ty_Char, x2) 18.66/7.17 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.66/7.17 new_esEs12(x0, x1) 18.66/7.17 new_ltEs19(x0, x1, ty_Bool) 18.66/7.17 new_compare11(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_lt10(x0, x1, ty_Ordering) 18.66/7.17 new_compare10(x0, x1, True, x2) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, ty_Integer) 18.66/7.17 new_lt20(x0, x1, ty_Integer) 18.66/7.17 new_esEs10(False, False) 18.66/7.17 new_compare114(x0, x1, False, x2, x3, x4) 18.66/7.17 new_lt10(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), ty_Int, x2) 18.66/7.17 new_primCmpInt(Neg(Zero), Neg(Zero)) 18.66/7.17 new_lt15(x0, x1, x2) 18.66/7.17 new_sr(x0, x1) 18.66/7.17 new_primEqNat0(Succ(x0), Zero) 18.66/7.17 new_esEs27(x0, x1, ty_@0) 18.66/7.17 new_esEs27(x0, x1, ty_Double) 18.66/7.17 new_esEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.66/7.17 new_esEs18(x0, x1, ty_Double) 18.66/7.17 new_compare11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_primMulNat0(Succ(x0), Succ(x1)) 18.66/7.17 new_primCmpInt(Pos(Zero), Neg(Zero)) 18.66/7.17 new_primCmpInt(Neg(Zero), Pos(Zero)) 18.66/7.17 new_esEs5(Left(x0), Left(x1), ty_Integer, x2) 18.66/7.17 new_lt10(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_esEs8(:%(x0, x1), :%(x2, x3), x4) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), ty_Int) 18.66/7.17 new_esEs18(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_esEs23(x0, x1, ty_Float) 18.66/7.17 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_compare12(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 18.66/7.17 new_primCmpNat0(Succ(x0), Succ(x1)) 18.66/7.17 new_ltEs6(False, False) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, ty_Char) 18.66/7.17 new_compare15(:%(x0, x1), :%(x2, x3), ty_Int) 18.66/7.17 new_esEs14(LT, LT) 18.66/7.17 new_compare13(x0, x1) 18.66/7.17 new_esEs5(Left(x0), Left(x1), ty_Ordering, x2) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.66/7.17 new_lt10(x0, x1, ty_Bool) 18.66/7.17 new_esEs18(x0, x1, app(ty_[], x2)) 18.66/7.17 new_compare11(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.66/7.17 new_lt20(x0, x1, app(ty_[], x2)) 18.66/7.17 new_compare29(x0, x1, False, x2, x3) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, ty_Char) 18.66/7.17 new_lt20(x0, x1, ty_Char) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), ty_Char, x2) 18.66/7.17 new_ltEs5(x0, x1) 18.66/7.17 new_esEs18(x0, x1, ty_@0) 18.66/7.17 new_lt20(x0, x1, ty_Bool) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), ty_Float) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, ty_Int) 18.66/7.17 new_lt9(x0, x1) 18.66/7.17 new_esEs6(Just(x0), Just(x1), ty_Char) 18.66/7.17 new_ltEs11(x0, x1, x2) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, ty_Bool) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.66/7.17 new_ltEs19(x0, x1, ty_Integer) 18.66/7.17 new_lt16(x0, x1) 18.66/7.17 new_esEs22(x0, x1, ty_Bool) 18.66/7.17 new_lt10(x0, x1, app(ty_[], x2)) 18.66/7.17 new_esEs24(x0, x1, ty_Ordering) 18.66/7.17 new_esEs22(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_esEs27(x0, x1, ty_Char) 18.66/7.17 new_compare9(x0, x1) 18.66/7.17 new_esEs9([], :(x0, x1), x2) 18.66/7.17 new_compare113(x0, x1, True, x2, x3) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, ty_Bool) 18.66/7.17 new_ltEs4(Just(x0), Nothing, x1) 18.66/7.17 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.66/7.17 new_esEs22(x0, x1, ty_@0) 18.66/7.17 new_primMulNat0(Zero, Zero) 18.66/7.17 new_lt18(x0, x1) 18.66/7.17 new_esEs19(x0, x1, ty_Float) 18.66/7.17 new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_lt19(x0, x1, ty_@0) 18.66/7.17 new_not(LT) 18.66/7.17 new_esEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.66/7.17 new_compare28(x0, x1, True, x2, x3, x4) 18.66/7.17 new_esEs13(Float(x0, x1), Float(x2, x3)) 18.66/7.17 new_esEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.66/7.17 new_esEs23(x0, x1, ty_Char) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), ty_Bool, x2) 18.66/7.17 new_compare16(Integer(x0), Integer(x1)) 18.66/7.17 new_compare23(x0, x1, False, x2) 18.66/7.17 new_primPlusNat1(Succ(x0), Succ(x1)) 18.66/7.17 new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_compare111(x0, x1, False, x2, x3) 18.66/7.17 new_lt19(x0, x1, ty_Bool) 18.66/7.17 new_esEs27(x0, x1, ty_Int) 18.66/7.17 new_esEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.66/7.17 new_esEs22(x0, x1, ty_Integer) 18.66/7.17 new_esEs24(x0, x1, ty_Int) 18.66/7.17 new_esEs23(x0, x1, ty_@0) 18.66/7.17 new_compare19(x0, x1, x2, x3, x4) 18.66/7.17 new_compare3([], [], x0) 18.66/7.17 new_compare6(x0, x1, x2, x3) 18.66/7.17 new_esEs23(x0, x1, ty_Int) 18.66/7.17 new_esEs27(x0, x1, ty_Ordering) 18.66/7.17 new_esEs24(x0, x1, ty_Double) 18.66/7.17 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_esEs5(Left(x0), Right(x1), x2, x3) 18.66/7.17 new_esEs5(Right(x0), Left(x1), x2, x3) 18.66/7.17 new_lt19(x0, x1, ty_Char) 18.66/7.17 new_esEs6(Just(x0), Just(x1), ty_Float) 18.66/7.17 new_esEs5(Left(x0), Left(x1), ty_Double, x2) 18.66/7.17 new_esEs24(x0, x1, ty_Char) 18.66/7.17 new_lt20(x0, x1, ty_Float) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, ty_Float) 18.66/7.17 new_esEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_compare15(:%(x0, x1), :%(x2, x3), ty_Integer) 18.66/7.17 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_ltEs12(x0, x1) 18.66/7.17 new_compare25(x0, x1, False) 18.66/7.17 new_ltEs18(x0, x1, ty_Integer) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.66/7.17 new_compare3(:(x0, x1), [], x2) 18.66/7.17 new_compare24(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 18.66/7.17 new_compare24(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 18.66/7.17 new_compare24(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 18.66/7.17 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_esEs5(Left(x0), Left(x1), ty_Int, x2) 18.66/7.17 new_esEs21(EQ) 18.66/7.17 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.66/7.17 new_esEs19(x0, x1, app(ty_[], x2)) 18.66/7.17 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_esEs6(Just(x0), Just(x1), app(ty_[], x2)) 18.66/7.17 new_esEs23(x0, x1, ty_Ordering) 18.66/7.17 new_esEs24(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.66/7.17 new_primCompAux0(x0, x1, x2, x3) 18.66/7.17 new_ltEs13(EQ, GT) 18.66/7.17 new_ltEs13(GT, EQ) 18.66/7.17 new_lt10(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_compare12(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 18.66/7.17 new_compare12(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 18.66/7.17 new_esEs23(x0, x1, ty_Bool) 18.66/7.17 new_esEs9(:(x0, x1), [], x2) 18.66/7.17 new_esEs14(EQ, GT) 18.66/7.17 new_esEs14(GT, EQ) 18.66/7.17 new_esEs23(x0, x1, ty_Integer) 18.66/7.17 new_compare11(x0, x1, ty_Float) 18.66/7.17 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_lt19(x0, x1, ty_Int) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), ty_Integer, x2) 18.66/7.17 new_lt4(x0, x1, x2, x3) 18.66/7.17 new_esEs17(Char(x0), Char(x1)) 18.66/7.17 new_compare18(Char(x0), Char(x1)) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, ty_Integer) 18.66/7.17 new_primPlusNat1(Succ(x0), Zero) 18.66/7.17 new_primPlusNat0(Succ(x0), x1) 18.66/7.17 new_esEs21(LT) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), ty_Ordering, x2) 18.66/7.17 new_esEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 18.66/7.17 new_ltEs13(LT, LT) 18.66/7.17 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.66/7.17 new_compare28(x0, x1, False, x2, x3, x4) 18.66/7.17 new_esEs22(x0, x1, ty_Int) 18.66/7.17 new_compare11(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_esEs9([], [], x0) 18.66/7.17 new_ltEs6(True, True) 18.66/7.17 new_compare12(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.66/7.17 new_lt14(x0, x1) 18.66/7.17 new_esEs24(x0, x1, app(ty_[], x2)) 18.66/7.17 new_primCmpNat0(Succ(x0), Zero) 18.66/7.17 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.66/7.17 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_compare17(x0, x1) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.66/7.17 new_esEs22(x0, x1, ty_Char) 18.66/7.17 new_primCmpInt(Pos(Zero), Pos(Zero)) 18.66/7.17 new_ltEs19(x0, x1, ty_Float) 18.66/7.17 new_compare7(x0, x1, x2) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), app(ty_[], x2), x3) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.66/7.17 new_esEs22(x0, x1, ty_Float) 18.66/7.17 new_esEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.66/7.17 new_ltEs10(Right(x0), Left(x1), x2, x3) 18.66/7.17 new_ltEs10(Left(x0), Right(x1), x2, x3) 18.66/7.17 new_esEs4(@2(x0, x1), @2(x2, x3), x4, x5) 18.66/7.17 new_esEs27(x0, x1, app(ty_[], x2)) 18.66/7.17 new_compare3([], :(x0, x1), x2) 18.66/7.17 new_esEs5(Left(x0), Left(x1), ty_@0, x2) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, ty_Double) 18.66/7.17 new_esEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.66/7.17 new_compare110(x0, x1, False) 18.66/7.17 new_esEs6(Just(x0), Just(x1), ty_@0) 18.66/7.17 new_esEs24(x0, x1, ty_@0) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), ty_Ordering) 18.66/7.17 new_ltEs13(GT, GT) 18.66/7.17 new_sr0(Integer(x0), Integer(x1)) 18.66/7.17 new_ltEs13(EQ, LT) 18.66/7.17 new_ltEs13(LT, EQ) 18.66/7.17 new_esEs6(Nothing, Nothing, x0) 18.66/7.17 new_esEs18(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_esEs18(x0, x1, ty_Integer) 18.66/7.17 new_compare112(x0, x1, False) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.66/7.17 new_compare11(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_esEs19(x0, x1, ty_@0) 18.66/7.17 new_esEs20(x0, x1, ty_Float) 18.66/7.17 new_lt17(x0, x1, x2, x3, x4) 18.66/7.17 new_lt10(x0, x1, ty_Double) 18.66/7.17 new_not(EQ) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, ty_@0) 18.66/7.17 new_primMulInt(Pos(x0), Neg(x1)) 18.66/7.17 new_primMulInt(Neg(x0), Pos(x1)) 18.66/7.17 new_esEs23(x0, x1, ty_Double) 18.66/7.17 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_ltEs17(x0, x1) 18.66/7.17 new_lt20(x0, x1, ty_@0) 18.66/7.17 new_esEs27(x0, x1, ty_Integer) 18.66/7.17 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_esEs20(x0, x1, app(ty_[], x2)) 18.66/7.17 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_esEs19(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_esEs9(:(x0, x1), :(x2, x3), x4) 18.66/7.17 new_esEs14(LT, GT) 18.66/7.17 new_esEs14(GT, LT) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), ty_Double) 18.66/7.17 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_ltEs18(x0, x1, ty_Bool) 18.66/7.17 new_compare14(x0, x1, x2, x3) 18.66/7.17 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_lt19(x0, x1, ty_Integer) 18.66/7.17 new_primEqNat0(Zero, Zero) 18.66/7.17 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 18.66/7.17 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 18.66/7.17 new_esEs11(Integer(x0), Integer(x1)) 18.66/7.17 new_compare24(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 18.66/7.17 new_ltEs18(x0, x1, ty_Int) 18.66/7.17 new_esEs18(x0, x1, ty_Bool) 18.66/7.17 new_esEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.66/7.17 new_primCompAux00(x0, LT) 18.66/7.17 new_compare11(x0, x1, ty_Ordering) 18.66/7.17 new_lt10(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_ltEs18(x0, x1, ty_Char) 18.66/7.17 new_compare11(x0, x1, ty_Integer) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.66/7.17 new_ltEs4(Nothing, Just(x0), x1) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.66/7.17 new_ltEs6(True, False) 18.66/7.17 new_ltEs6(False, True) 18.66/7.17 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 18.66/7.17 new_lt12(x0, x1, x2, x3) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.66/7.17 new_ltEs16(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.66/7.17 new_compare27(x0, x1, False) 18.66/7.17 new_esEs18(x0, x1, ty_Float) 18.66/7.17 new_esEs27(x0, x1, app(ty_Ratio, x2)) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.66/7.17 new_lt6(x0, x1) 18.66/7.17 new_lt19(x0, x1, ty_Ordering) 18.66/7.17 new_compare3(:(x0, x1), :(x2, x3), x4) 18.66/7.17 new_esEs18(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), ty_@0, x2) 18.66/7.17 new_ltEs4(Just(x0), Just(x1), app(ty_[], x2)) 18.66/7.17 new_ltEs10(Right(x0), Right(x1), x2, ty_Double) 18.66/7.17 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.66/7.17 new_ltEs10(Left(x0), Left(x1), ty_Double, x2) 18.66/7.17 new_lt20(x0, x1, ty_Double) 18.66/7.17 new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.66/7.17 new_ltEs18(x0, x1, app(ty_[], x2)) 18.66/7.17 new_compare26(x0, x1, False, x2, x3) 18.66/7.17 new_esEs10(False, True) 18.66/7.17 new_esEs10(True, False) 18.66/7.17 new_esEs20(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_esEs19(x0, x1, app(ty_Maybe, x2)) 18.66/7.17 new_esEs6(Just(x0), Just(x1), ty_Double) 18.66/7.17 new_ltEs18(x0, x1, ty_Float) 18.66/7.17 new_esEs5(Right(x0), Right(x1), x2, ty_@0) 18.66/7.17 new_esEs27(x0, x1, ty_Bool) 18.66/7.17 new_primCompAux00(x0, EQ) 18.66/7.17 new_primCmpNat0(Zero, Zero) 18.66/7.17 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 18.66/7.17 new_esEs18(x0, x1, ty_Int) 18.66/7.17 new_lt19(x0, x1, app(ty_[], x2)) 18.66/7.17 new_esEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.66/7.17 new_primMulInt(Neg(x0), Neg(x1)) 18.66/7.17 18.66/7.17 We have to consider all minimal (P,Q,R)-chains. 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (19) QDPSizeChangeProof (EQUIVALENT) 18.66/7.17 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.66/7.17 18.66/7.17 From the DPs we obtained the following set of size-change graphs: 18.66/7.17 *new_compare4(vwx300, vwx400, bf) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bf), bf) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_compare5(vwx300, vwx400, bg, bh, ca) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs1(:(vwx300, vwx301), :(vwx400, vwx401), dh) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, dh), dh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs1(:(vwx300, vwx301), :(vwx400, vwx401), dh) -> new_compare(vwx301, vwx401, dh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_Maybe, da)) -> new_ltEs2(vwx301, vwx401, da) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_Either, ce), cf)) -> new_ltEs0(vwx301, vwx401, ce, cf) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx301, vwx401, db, dc, dd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_lt(vwx300, vwx400, h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_lt0(vwx300, vwx400, bc, bd) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(:(vwx300, vwx301)), Left(:(vwx400, vwx401)), app(ty_[], dh), de) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, dh), dh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_compare(:(vwx300, vwx301), :(vwx400, vwx401), dh) -> new_primCompAux(vwx300, vwx400, new_compare3(vwx301, vwx401, dh), dh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(ty_Maybe, bae)) -> new_ltEs2(vwx302, vwx402, bae) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(app(ty_Either, bab), bac)) -> new_ltEs0(vwx302, vwx402, bab, bac) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(app(app(ty_@3, baf), bag), bah)) -> new_ltEs3(vwx302, vwx402, baf, bag, bah) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_compare21(vwx300, vwx400, False, bf) -> new_ltEs2(vwx300, vwx400, bf) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs2(Just(vwx300), Just(vwx400), app(ty_Maybe, ef)) -> new_ltEs2(vwx300, vwx400, ef) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs2(Just(vwx300), Just(vwx400), app(app(ty_Either, ec), ed)) -> new_ltEs0(vwx300, vwx400, ec, ed) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_compare20(vwx300, vwx400, False, bc, bd) -> new_ltEs0(vwx300, vwx400, bc, bd) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs2(Just(vwx300), Just(vwx400), app(app(app(ty_@3, eg), eh), fa)) -> new_ltEs3(vwx300, vwx400, eg, eh, fa) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_compare22(vwx300, vwx400, False, bg, bh, ca) -> new_ltEs3(vwx300, vwx400, bg, bh, ca) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_lt2(vwx300, vwx400, bf) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bf), bf) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(app(ty_@2, cc), cd)) -> new_ltEs(vwx301, vwx401, cc, cd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(app(ty_@2, hh), baa)) -> new_ltEs(vwx302, vwx402, hh, baa) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs2(Just(vwx300), Just(vwx400), app(app(ty_@2, ea), eb)) -> new_ltEs(vwx300, vwx400, ea, eb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs2(Just(vwx300), Just(vwx400), app(ty_[], ee)) -> new_ltEs1(vwx300, vwx400, ee) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_compare2(vwx300, vwx400, False, h, ba) -> new_ltEs(vwx300, vwx400, h, ba) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_compare0(vwx300, vwx400, h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_lt1(vwx300, vwx400, be) -> new_compare(vwx300, vwx400, be) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, bg), bh), ca), bb) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(app(app(ty_@3, bg), bh), ca)), bb), de) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 18.66/7.17 18.66/7.17 18.66/7.17 *new_lt3(vwx300, vwx400, bg, bh, ca) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, bg, bh, ca), bg, bh, ca) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.66/7.17 18.66/7.17 18.66/7.17 *new_compare(:(vwx300, vwx301), :(vwx400, vwx401), dh) -> new_compare(vwx301, vwx401, dh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_compare1(vwx300, vwx400, bc, bd) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), cb, app(ty_[], cg)) -> new_ltEs1(vwx301, vwx401, cg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, fd, app(ty_[], bad)) -> new_ltEs1(vwx302, vwx402, bad) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_primCompAux(vwx300, vwx400, vwx35, app(ty_Maybe, bch)) -> new_compare4(vwx300, vwx400, bch) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_primCompAux(vwx300, vwx400, vwx35, app(app(ty_@2, bcc), bcd)) -> new_compare0(vwx300, vwx400, bcc, bcd) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], be), bb) -> new_compare(vwx300, vwx400, be) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_primCompAux(vwx300, vwx400, vwx35, app(ty_[], bcg)) -> new_compare(vwx300, vwx400, bcg) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(app(ty_@2, h), ba)), bb), de) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba), h, ba) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_primCompAux(vwx300, vwx400, vwx35, app(app(app(ty_@3, bda), bdb), bdc)) -> new_compare5(vwx300, vwx400, bda, bdb, bdc) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_primCompAux(vwx300, vwx400, vwx35, app(app(ty_Either, bce), bcf)) -> new_compare1(vwx300, vwx400, bce, bcf) 18.66/7.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bc), bd), bb) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, bf), bb) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bf), bf) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(app(ty_Either, bc), bd)), bb), de) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bc, bd), bc, bd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(ty_Maybe, bf)), bb), de) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bf), bf) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Right(vwx30), Right(vwx40), bba, app(ty_Maybe, bbg)) -> new_ltEs2(vwx30, vwx40, bbg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(ty_Maybe, ef)), de) -> new_ltEs2(vwx300, vwx400, ef) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(ty_Maybe, bae)), de) -> new_ltEs2(vwx302, vwx402, bae) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(ty_Maybe, da)), de) -> new_ltEs2(vwx301, vwx401, da) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(app(ty_Either, ec), ed)), de) -> new_ltEs0(vwx300, vwx400, ec, ed) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Right(vwx30), Right(vwx40), bba, app(app(ty_Either, bbd), bbe)) -> new_ltEs0(vwx30, vwx40, bbd, bbe) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(app(ty_Either, bab), bac)), de) -> new_ltEs0(vwx302, vwx402, bab, bac) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(vwx30), Left(vwx40), app(app(ty_Either, df), dg), de) -> new_ltEs0(vwx30, vwx40, df, dg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(app(ty_Either, ce), cf)), de) -> new_ltEs0(vwx301, vwx401, ce, cf) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(app(app(ty_@3, eg), eh), fa)), de) -> new_ltEs3(vwx300, vwx400, eg, eh, fa) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Right(vwx30), Right(vwx40), bba, app(app(app(ty_@3, bbh), bca), bcb)) -> new_ltEs3(vwx30, vwx40, bbh, bca, bcb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(app(app(ty_@3, db), dc), dd)), de) -> new_ltEs3(vwx301, vwx401, db, dc, dd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(app(app(ty_@3, baf), bag), bah)), de) -> new_ltEs3(vwx302, vwx402, baf, bag, bah) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(ty_Maybe, hd)), ff), de) -> new_lt2(vwx301, vwx401, hd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(ty_Maybe, gb)), fd), ff), de) -> new_lt2(vwx300, vwx400, gb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(app(ty_@2, hh), baa)), de) -> new_ltEs(vwx302, vwx402, hh, baa) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(app(ty_@2, cc), cd)), de) -> new_ltEs(vwx301, vwx401, cc, cd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(app(ty_@2, ea), eb)), de) -> new_ltEs(vwx300, vwx400, ea, eb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Right(vwx30), Right(vwx40), bba, app(app(ty_@2, bbb), bbc)) -> new_ltEs(vwx30, vwx40, bbb, bbc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(ty_@2, fb), fc)), fd), ff), de) -> new_lt(vwx300, vwx400, fb, fc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(app(ty_@2, gg), gh)), ff), de) -> new_lt(vwx301, vwx401, gg, gh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(Just(vwx300)), Left(Just(vwx400)), app(ty_Maybe, app(ty_[], ee)), de) -> new_ltEs1(vwx300, vwx400, ee) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Right(vwx30), Right(vwx40), bba, app(ty_[], bbf)) -> new_ltEs1(vwx30, vwx40, bbf) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, cb), app(ty_[], cg)), de) -> new_ltEs1(vwx301, vwx401, cg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), fd), app(ty_[], bad)), de) -> new_ltEs1(vwx302, vwx402, bad) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@2(vwx300, vwx301)), Left(@2(vwx400, vwx401)), app(app(ty_@2, app(ty_[], be)), bb), de) -> new_compare(vwx300, vwx400, be) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(:(vwx300, vwx301)), Left(:(vwx400, vwx401)), app(ty_[], dh), de) -> new_compare(vwx301, vwx401, dh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(app(app(ty_@3, he), hf), hg)), ff), de) -> new_lt3(vwx301, vwx401, he, hf, hg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(app(ty_@3, gc), gd), ge)), fd), ff), de) -> new_lt3(vwx300, vwx400, gc, gd, ge) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(ty_[], hc)), ff), de) -> new_lt1(vwx301, vwx401, hc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(ty_[], ga)), fd), ff), de) -> new_lt1(vwx300, vwx400, ga) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, app(app(ty_Either, fg), fh)), fd), ff), de) -> new_lt0(vwx300, vwx400, fg, fh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs0(Left(@3(vwx300, vwx301, vwx302)), Left(@3(vwx400, vwx401, vwx402)), app(app(app(ty_@3, gf), app(app(ty_Either, ha), hb)), ff), de) -> new_lt0(vwx301, vwx401, ha, hb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(ty_Maybe, hd), ff) -> new_lt2(vwx301, vwx401, hd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, gb), fd, ff) -> new_lt2(vwx300, vwx400, gb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, fb), fc), fd, ff) -> new_lt(vwx300, vwx400, fb, fc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(app(ty_@2, gg), gh), ff) -> new_lt(vwx301, vwx401, gg, gh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, gc), gd), ge), fd, ff) -> new_lt3(vwx300, vwx400, gc, gd, ge) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(app(app(ty_@3, he), hf), hg), ff) -> new_lt3(vwx301, vwx401, he, hf, hg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(ty_[], hc), ff) -> new_lt1(vwx301, vwx401, hc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ga), fd, ff) -> new_lt1(vwx300, vwx400, ga) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gf, app(app(ty_Either, ha), hb), ff) -> new_lt0(vwx301, vwx401, ha, hb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_ltEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, fg), fh), fd, ff) -> new_lt0(vwx300, vwx400, fg, fh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (20) 18.66/7.17 YES 18.66/7.17 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (21) 18.66/7.17 Obligation: 18.66/7.17 Q DP problem: 18.66/7.17 The TRS P consists of the following rules: 18.66/7.17 18.66/7.17 new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 18.66/7.17 18.66/7.17 R is empty. 18.66/7.17 Q is empty. 18.66/7.17 We have to consider all minimal (P,Q,R)-chains. 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (22) QDPSizeChangeProof (EQUIVALENT) 18.66/7.17 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.66/7.17 18.66/7.17 From the DPs we obtained the following set of size-change graphs: 18.66/7.17 *new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 18.66/7.17 The graph contains the following edges 1 > 1, 2 >= 2 18.66/7.17 18.66/7.17 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (23) 18.66/7.17 YES 18.66/7.17 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (24) 18.66/7.17 Obligation: 18.66/7.17 Q DP problem: 18.66/7.17 The TRS P consists of the following rules: 18.66/7.17 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs2(vwx231, vwx241, ff, fg, fh) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(app(ty_@2, bbc), bbd), bba) -> new_esEs1(vwx231, vwx241, bbc, bbd) 18.66/7.17 new_esEs0(Left(vwx230), Left(vwx240), app(app(ty_@2, cf), cg), cd) -> new_esEs1(vwx230, vwx240, cf, cg) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_Maybe, bda), he, bba) -> new_esEs3(vwx230, vwx240, bda) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(app(ty_@2, baa), bab)) -> new_esEs1(vwx232, vwx242, baa, bab) 18.66/7.17 new_esEs3(Just(vwx230), Just(vwx240), app(app(ty_Either, bdb), bdc)) -> new_esEs0(vwx230, vwx240, bdb, bdc) 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(ty_Either, eh), fa)) -> new_esEs0(vwx231, vwx241, eh, fa) 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_Either, gb), gc), gd) -> new_esEs0(vwx230, vwx240, gb, gc) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(ty_Maybe, baf)) -> new_esEs3(vwx232, vwx242, baf) 18.66/7.17 new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_@2, bd), be)) -> new_esEs1(vwx230, vwx240, bd, be) 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_[], ge), gd) -> new_esEs(vwx230, vwx240, ge) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(ty_Maybe, bbh), bba) -> new_esEs3(vwx231, vwx241, bbh) 18.66/7.17 new_esEs0(Right(vwx230), Right(vwx240), de, app(app(ty_Either, df), dg)) -> new_esEs0(vwx230, vwx240, df, dg) 18.66/7.17 new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), h) -> new_esEs(vwx231, vwx241, h) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(ty_[], hh)) -> new_esEs(vwx232, vwx242, hh) 18.66/7.17 new_esEs3(Just(vwx230), Just(vwx240), app(ty_Maybe, beb)) -> new_esEs3(vwx230, vwx240, beb) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(ty_[], bbb), bba) -> new_esEs(vwx231, vwx241, bbb) 18.66/7.17 new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_[], bc)) -> new_esEs(vwx230, vwx240, bc) 18.66/7.17 new_esEs0(Right(vwx230), Right(vwx240), de, app(ty_[], dh)) -> new_esEs(vwx230, vwx240, dh) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_[], bcc), he, bba) -> new_esEs(vwx230, vwx240, bcc) 18.66/7.17 new_esEs0(Left(vwx230), Left(vwx240), app(app(app(ty_@3, da), db), dc), cd) -> new_esEs2(vwx230, vwx240, da, db, dc) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(app(app(ty_@3, bbe), bbf), bbg), bba) -> new_esEs2(vwx231, vwx241, bbe, bbf, bbg) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(app(ty_@3, bcf), bcg), bch), he, bba) -> new_esEs2(vwx230, vwx240, bcf, bcg, bch) 18.66/7.17 new_esEs0(Right(vwx230), Right(vwx240), de, app(ty_Maybe, ef)) -> new_esEs3(vwx230, vwx240, ef) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(app(ty_Either, bag), bah), bba) -> new_esEs0(vwx231, vwx241, bag, bah) 18.66/7.17 new_esEs0(Left(vwx230), Left(vwx240), app(app(ty_Either, cb), cc), cd) -> new_esEs0(vwx230, vwx240, cb, cc) 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(ty_Maybe, ga)) -> new_esEs3(vwx231, vwx241, ga) 18.66/7.17 new_esEs3(Just(vwx230), Just(vwx240), app(ty_[], bdd)) -> new_esEs(vwx230, vwx240, bdd) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(app(ty_Either, hf), hg)) -> new_esEs0(vwx232, vwx242, hf, hg) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_Either, bca), bcb), he, bba) -> new_esEs0(vwx230, vwx240, bca, bcb) 18.66/7.17 new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_Maybe, ca)) -> new_esEs3(vwx230, vwx240, ca) 18.66/7.17 new_esEs0(Right(vwx230), Right(vwx240), de, app(app(ty_@2, ea), eb)) -> new_esEs1(vwx230, vwx240, ea, eb) 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(app(ty_@3, gh), ha), hb), gd) -> new_esEs2(vwx230, vwx240, gh, ha, hb) 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_Maybe, hc), gd) -> new_esEs3(vwx230, vwx240, hc) 18.66/7.17 new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_Either, ba), bb)) -> new_esEs0(vwx230, vwx240, ba, bb) 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_@2, gf), gg), gd) -> new_esEs1(vwx230, vwx240, gf, gg) 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(ty_[], fb)) -> new_esEs(vwx231, vwx241, fb) 18.66/7.17 new_esEs0(Right(vwx230), Right(vwx240), de, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs2(vwx230, vwx240, ec, ed, ee) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs2(vwx232, vwx242, bac, bad, bae) 18.66/7.17 new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(ty_@2, fc), fd)) -> new_esEs1(vwx231, vwx241, fc, fd) 18.66/7.17 new_esEs0(Left(vwx230), Left(vwx240), app(ty_Maybe, dd), cd) -> new_esEs3(vwx230, vwx240, dd) 18.66/7.17 new_esEs3(Just(vwx230), Just(vwx240), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx230, vwx240, bdg, bdh, bea) 18.66/7.17 new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(app(app(ty_@3, bf), bg), bh)) -> new_esEs2(vwx230, vwx240, bf, bg, bh) 18.66/7.17 new_esEs0(Left(vwx230), Left(vwx240), app(ty_[], ce), cd) -> new_esEs(vwx230, vwx240, ce) 18.66/7.17 new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_@2, bcd), bce), he, bba) -> new_esEs1(vwx230, vwx240, bcd, bce) 18.66/7.17 new_esEs3(Just(vwx230), Just(vwx240), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx230, vwx240, bde, bdf) 18.66/7.17 18.66/7.17 R is empty. 18.66/7.17 Q is empty. 18.66/7.17 We have to consider all minimal (P,Q,R)-chains. 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (25) QDPSizeChangeProof (EQUIVALENT) 18.66/7.17 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.66/7.17 18.66/7.17 From the DPs we obtained the following set of size-change graphs: 18.66/7.17 *new_esEs3(Just(vwx230), Just(vwx240), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx230, vwx240, bde, bdf) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs3(Just(vwx230), Just(vwx240), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx230, vwx240, bdg, bdh, bea) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs3(Just(vwx230), Just(vwx240), app(app(ty_Either, bdb), bdc)) -> new_esEs0(vwx230, vwx240, bdb, bdc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_@2, bd), be)) -> new_esEs1(vwx230, vwx240, bd, be) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(app(app(ty_@3, bf), bg), bh)) -> new_esEs2(vwx230, vwx240, bf, bg, bh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_Either, ba), bb)) -> new_esEs0(vwx230, vwx240, ba, bb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs3(Just(vwx230), Just(vwx240), app(ty_Maybe, beb)) -> new_esEs3(vwx230, vwx240, beb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs3(Just(vwx230), Just(vwx240), app(ty_[], bdd)) -> new_esEs(vwx230, vwx240, bdd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_Maybe, ca)) -> new_esEs3(vwx230, vwx240, ca) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(app(ty_@2, bbc), bbd), bba) -> new_esEs1(vwx231, vwx241, bbc, bbd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(app(ty_@2, baa), bab)) -> new_esEs1(vwx232, vwx242, baa, bab) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_@2, bcd), bce), he, bba) -> new_esEs1(vwx230, vwx240, bcd, bce) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(app(app(ty_@3, bbe), bbf), bbg), bba) -> new_esEs2(vwx231, vwx241, bbe, bbf, bbg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(app(ty_@3, bcf), bcg), bch), he, bba) -> new_esEs2(vwx230, vwx240, bcf, bcg, bch) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs2(vwx232, vwx242, bac, bad, bae) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(app(ty_Either, bag), bah), bba) -> new_esEs0(vwx231, vwx241, bag, bah) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(app(ty_Either, hf), hg)) -> new_esEs0(vwx232, vwx242, hf, hg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_Either, bca), bcb), he, bba) -> new_esEs0(vwx230, vwx240, bca, bcb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_Maybe, bda), he, bba) -> new_esEs3(vwx230, vwx240, bda) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(ty_Maybe, baf)) -> new_esEs3(vwx232, vwx242, baf) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(ty_Maybe, bbh), bba) -> new_esEs3(vwx231, vwx241, bbh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, he, app(ty_[], hh)) -> new_esEs(vwx232, vwx242, hh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), hd, app(ty_[], bbb), bba) -> new_esEs(vwx231, vwx241, bbb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs2(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_[], bcc), he, bba) -> new_esEs(vwx230, vwx240, bcc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_@2, gf), gg), gd) -> new_esEs1(vwx230, vwx240, gf, gg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(ty_@2, fc), fd)) -> new_esEs1(vwx231, vwx241, fc, fd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Left(vwx230), Left(vwx240), app(app(ty_@2, cf), cg), cd) -> new_esEs1(vwx230, vwx240, cf, cg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Right(vwx230), Right(vwx240), de, app(app(ty_@2, ea), eb)) -> new_esEs1(vwx230, vwx240, ea, eb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs2(vwx231, vwx241, ff, fg, fh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(app(ty_@3, gh), ha), hb), gd) -> new_esEs2(vwx230, vwx240, gh, ha, hb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(app(ty_Either, eh), fa)) -> new_esEs0(vwx231, vwx241, eh, fa) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_Either, gb), gc), gd) -> new_esEs0(vwx230, vwx240, gb, gc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(ty_Maybe, ga)) -> new_esEs3(vwx231, vwx241, ga) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_Maybe, hc), gd) -> new_esEs3(vwx230, vwx240, hc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_[], ge), gd) -> new_esEs(vwx230, vwx240, ge) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs1(@2(vwx230, vwx231), @2(vwx240, vwx241), eg, app(ty_[], fb)) -> new_esEs(vwx231, vwx241, fb) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Left(vwx230), Left(vwx240), app(app(app(ty_@3, da), db), dc), cd) -> new_esEs2(vwx230, vwx240, da, db, dc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Right(vwx230), Right(vwx240), de, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs2(vwx230, vwx240, ec, ed, ee) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Right(vwx230), Right(vwx240), de, app(app(ty_Either, df), dg)) -> new_esEs0(vwx230, vwx240, df, dg) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Left(vwx230), Left(vwx240), app(app(ty_Either, cb), cc), cd) -> new_esEs0(vwx230, vwx240, cb, cc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Right(vwx230), Right(vwx240), de, app(ty_Maybe, ef)) -> new_esEs3(vwx230, vwx240, ef) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Left(vwx230), Left(vwx240), app(ty_Maybe, dd), cd) -> new_esEs3(vwx230, vwx240, dd) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Right(vwx230), Right(vwx240), de, app(ty_[], dh)) -> new_esEs(vwx230, vwx240, dh) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs0(Left(vwx230), Left(vwx240), app(ty_[], ce), cd) -> new_esEs(vwx230, vwx240, ce) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), h) -> new_esEs(vwx231, vwx241, h) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.66/7.17 18.66/7.17 18.66/7.17 *new_esEs(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_[], bc)) -> new_esEs(vwx230, vwx240, bc) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.66/7.17 18.66/7.17 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (26) 18.66/7.17 YES 18.66/7.17 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (27) 18.66/7.17 Obligation: 18.66/7.17 Q DP problem: 18.66/7.17 The TRS P consists of the following rules: 18.66/7.17 18.66/7.17 new_primEqNat(Succ(vwx2300), Succ(vwx2400)) -> new_primEqNat(vwx2300, vwx2400) 18.66/7.17 18.66/7.17 R is empty. 18.66/7.17 Q is empty. 18.66/7.17 We have to consider all minimal (P,Q,R)-chains. 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (28) QDPSizeChangeProof (EQUIVALENT) 18.66/7.17 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.66/7.17 18.66/7.17 From the DPs we obtained the following set of size-change graphs: 18.66/7.17 *new_primEqNat(Succ(vwx2300), Succ(vwx2400)) -> new_primEqNat(vwx2300, vwx2400) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2 18.66/7.17 18.66/7.17 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (29) 18.66/7.17 YES 18.66/7.17 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (30) 18.66/7.17 Obligation: 18.66/7.17 Q DP problem: 18.66/7.17 The TRS P consists of the following rules: 18.66/7.17 18.66/7.17 new_primPlusNat(Succ(vwx5300), Succ(vwx301000)) -> new_primPlusNat(vwx5300, vwx301000) 18.66/7.17 18.66/7.17 R is empty. 18.66/7.17 Q is empty. 18.66/7.17 We have to consider all minimal (P,Q,R)-chains. 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (31) QDPSizeChangeProof (EQUIVALENT) 18.66/7.17 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.66/7.17 18.66/7.17 From the DPs we obtained the following set of size-change graphs: 18.66/7.17 *new_primPlusNat(Succ(vwx5300), Succ(vwx301000)) -> new_primPlusNat(vwx5300, vwx301000) 18.66/7.17 The graph contains the following edges 1 > 1, 2 > 2 18.66/7.17 18.66/7.17 18.66/7.17 ---------------------------------------- 18.66/7.17 18.66/7.17 (32) 18.66/7.17 YES 18.66/7.23 EOF