14.57/6.18 YES 16.99/6.86 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 16.99/6.86 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 16.99/6.86 16.99/6.86 16.99/6.86 H-Termination with start terms of the given HASKELL could be proven: 16.99/6.86 16.99/6.86 (0) HASKELL 16.99/6.86 (1) CR [EQUIVALENT, 0 ms] 16.99/6.86 (2) HASKELL 16.99/6.86 (3) IFR [EQUIVALENT, 0 ms] 16.99/6.86 (4) HASKELL 16.99/6.86 (5) BR [EQUIVALENT, 0 ms] 16.99/6.86 (6) HASKELL 16.99/6.86 (7) COR [EQUIVALENT, 10 ms] 16.99/6.86 (8) HASKELL 16.99/6.86 (9) LetRed [EQUIVALENT, 30 ms] 16.99/6.86 (10) HASKELL 16.99/6.86 (11) NumRed [SOUND, 0 ms] 16.99/6.86 (12) HASKELL 16.99/6.86 (13) Narrow [SOUND, 0 ms] 16.99/6.86 (14) AND 16.99/6.86 (15) QDP 16.99/6.86 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.99/6.86 (17) YES 16.99/6.86 (18) QDP 16.99/6.86 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.99/6.86 (20) YES 16.99/6.86 (21) QDP 16.99/6.86 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.99/6.86 (23) YES 16.99/6.86 (24) QDP 16.99/6.86 (25) QDPSizeChangeProof [EQUIVALENT, 54 ms] 16.99/6.86 (26) YES 16.99/6.86 (27) QDP 16.99/6.86 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.99/6.86 (29) YES 16.99/6.86 (30) QDP 16.99/6.86 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 16.99/6.86 (32) YES 16.99/6.86 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (0) 16.99/6.86 Obligation: 16.99/6.86 mainModule Main 16.99/6.86 module Main where { 16.99/6.86 import qualified Prelude; 16.99/6.86 } 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (1) CR (EQUIVALENT) 16.99/6.86 Case Reductions: 16.99/6.86 The following Case expression 16.99/6.86 "case compare x y of { 16.99/6.86 EQ -> o; 16.99/6.86 LT -> LT; 16.99/6.86 GT -> GT} 16.99/6.86 " 16.99/6.86 is transformed to 16.99/6.86 "primCompAux0 o EQ = o; 16.99/6.86 primCompAux0 o LT = LT; 16.99/6.86 primCompAux0 o GT = GT; 16.99/6.86 " 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (2) 16.99/6.86 Obligation: 16.99/6.86 mainModule Main 16.99/6.86 module Main where { 16.99/6.86 import qualified Prelude; 16.99/6.86 } 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (3) IFR (EQUIVALENT) 16.99/6.86 If Reductions: 16.99/6.86 The following If expression 16.99/6.86 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 16.99/6.86 is transformed to 16.99/6.86 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 16.99/6.86 primDivNatS0 x y False = Zero; 16.99/6.86 " 16.99/6.86 The following If expression 16.99/6.86 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 16.99/6.86 is transformed to 16.99/6.86 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 16.99/6.86 primModNatS0 x y False = Succ x; 16.99/6.86 " 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (4) 16.99/6.86 Obligation: 16.99/6.86 mainModule Main 16.99/6.86 module Main where { 16.99/6.86 import qualified Prelude; 16.99/6.86 } 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (5) BR (EQUIVALENT) 16.99/6.86 Replaced joker patterns by fresh variables and removed binding patterns. 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (6) 16.99/6.86 Obligation: 16.99/6.86 mainModule Main 16.99/6.86 module Main where { 16.99/6.86 import qualified Prelude; 16.99/6.86 } 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (7) COR (EQUIVALENT) 16.99/6.86 Cond Reductions: 16.99/6.86 The following Function with conditions 16.99/6.86 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 16.99/6.86 " 16.99/6.86 is transformed to 16.99/6.86 "compare x y = compare3 x y; 16.99/6.86 " 16.99/6.86 "compare0 x y True = GT; 16.99/6.86 " 16.99/6.86 "compare2 x y True = EQ; 16.99/6.86 compare2 x y False = compare1 x y (x <= y); 16.99/6.86 " 16.99/6.86 "compare1 x y True = LT; 16.99/6.86 compare1 x y False = compare0 x y otherwise; 16.99/6.86 " 16.99/6.86 "compare3 x y = compare2 x y (x == y); 16.99/6.86 " 16.99/6.86 The following Function with conditions 16.99/6.86 "absReal x|x >= 0x|otherwise`negate` x; 16.99/6.86 " 16.99/6.86 is transformed to 16.99/6.86 "absReal x = absReal2 x; 16.99/6.86 " 16.99/6.86 "absReal0 x True = `negate` x; 16.99/6.86 " 16.99/6.86 "absReal1 x True = x; 16.99/6.86 absReal1 x False = absReal0 x otherwise; 16.99/6.86 " 16.99/6.86 "absReal2 x = absReal1 x (x >= 0); 16.99/6.86 " 16.99/6.86 The following Function with conditions 16.99/6.86 "gcd' x 0 = x; 16.99/6.86 gcd' x y = gcd' y (x `rem` y); 16.99/6.86 " 16.99/6.86 is transformed to 16.99/6.86 "gcd' x zx = gcd'2 x zx; 16.99/6.86 gcd' x y = gcd'0 x y; 16.99/6.86 " 16.99/6.86 "gcd'0 x y = gcd' y (x `rem` y); 16.99/6.86 " 16.99/6.86 "gcd'1 True x zx = x; 16.99/6.86 gcd'1 zy zz vuu = gcd'0 zz vuu; 16.99/6.86 " 16.99/6.86 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 16.99/6.86 gcd'2 vuv vuw = gcd'0 vuv vuw; 16.99/6.86 " 16.99/6.86 The following Function with conditions 16.99/6.86 "gcd 0 0 = error []; 16.99/6.86 gcd x y = gcd' (abs x) (abs y) where { 16.99/6.86 gcd' x 0 = x; 16.99/6.86 gcd' x y = gcd' y (x `rem` y); 16.99/6.86 } 16.99/6.86 ; 16.99/6.86 " 16.99/6.86 is transformed to 16.99/6.86 "gcd vux vuy = gcd3 vux vuy; 16.99/6.86 gcd x y = gcd0 x y; 16.99/6.86 " 16.99/6.86 "gcd0 x y = gcd' (abs x) (abs y) where { 16.99/6.86 gcd' x zx = gcd'2 x zx; 16.99/6.86 gcd' x y = gcd'0 x y; 16.99/6.86 ; 16.99/6.86 gcd'0 x y = gcd' y (x `rem` y); 16.99/6.86 ; 16.99/6.86 gcd'1 True x zx = x; 16.99/6.86 gcd'1 zy zz vuu = gcd'0 zz vuu; 16.99/6.86 ; 16.99/6.86 gcd'2 x zx = gcd'1 (zx == 0) x zx; 16.99/6.86 gcd'2 vuv vuw = gcd'0 vuv vuw; 16.99/6.86 } 16.99/6.86 ; 16.99/6.86 " 16.99/6.86 "gcd1 True vux vuy = error []; 16.99/6.86 gcd1 vuz vvu vvv = gcd0 vvu vvv; 16.99/6.86 " 16.99/6.86 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 16.99/6.86 gcd2 vvw vvx vvy = gcd0 vvx vvy; 16.99/6.86 " 16.99/6.86 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 16.99/6.86 gcd3 vvz vwu = gcd0 vvz vwu; 16.99/6.86 " 16.99/6.86 The following Function with conditions 16.99/6.86 "undefined |Falseundefined; 16.99/6.86 " 16.99/6.86 is transformed to 16.99/6.86 "undefined = undefined1; 16.99/6.86 " 16.99/6.86 "undefined0 True = undefined; 16.99/6.86 " 16.99/6.86 "undefined1 = undefined0 False; 16.99/6.86 " 16.99/6.86 The following Function with conditions 16.99/6.86 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 16.99/6.86 d = gcd x y; 16.99/6.86 } 16.99/6.86 ; 16.99/6.86 " 16.99/6.86 is transformed to 16.99/6.86 "reduce x y = reduce2 x y; 16.99/6.86 " 16.99/6.86 "reduce2 x y = reduce1 x y (y == 0) where { 16.99/6.86 d = gcd x y; 16.99/6.86 ; 16.99/6.86 reduce0 x y True = x `quot` d :% (y `quot` d); 16.99/6.86 ; 16.99/6.86 reduce1 x y True = error []; 16.99/6.86 reduce1 x y False = reduce0 x y otherwise; 16.99/6.86 } 16.99/6.86 ; 16.99/6.86 " 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (8) 16.99/6.86 Obligation: 16.99/6.86 mainModule Main 16.99/6.86 module Main where { 16.99/6.86 import qualified Prelude; 16.99/6.86 } 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (9) LetRed (EQUIVALENT) 16.99/6.86 Let/Where Reductions: 16.99/6.86 The bindings of the following Let/Where expression 16.99/6.86 "gcd' (abs x) (abs y) where { 16.99/6.86 gcd' x zx = gcd'2 x zx; 16.99/6.86 gcd' x y = gcd'0 x y; 16.99/6.86 ; 16.99/6.86 gcd'0 x y = gcd' y (x `rem` y); 16.99/6.86 ; 16.99/6.86 gcd'1 True x zx = x; 16.99/6.86 gcd'1 zy zz vuu = gcd'0 zz vuu; 16.99/6.86 ; 16.99/6.86 gcd'2 x zx = gcd'1 (zx == 0) x zx; 16.99/6.86 gcd'2 vuv vuw = gcd'0 vuv vuw; 16.99/6.86 } 16.99/6.86 " 16.99/6.86 are unpacked to the following functions on top level 16.99/6.86 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 16.99/6.86 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 16.99/6.86 " 16.99/6.86 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 16.99/6.86 gcd0Gcd' x y = gcd0Gcd'0 x y; 16.99/6.86 " 16.99/6.86 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 16.99/6.86 " 16.99/6.86 "gcd0Gcd'1 True x zx = x; 16.99/6.86 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 16.99/6.86 " 16.99/6.86 The bindings of the following Let/Where expression 16.99/6.86 "reduce1 x y (y == 0) where { 16.99/6.86 d = gcd x y; 16.99/6.86 ; 16.99/6.86 reduce0 x y True = x `quot` d :% (y `quot` d); 16.99/6.86 ; 16.99/6.86 reduce1 x y True = error []; 16.99/6.86 reduce1 x y False = reduce0 x y otherwise; 16.99/6.86 } 16.99/6.86 " 16.99/6.86 are unpacked to the following functions on top level 16.99/6.86 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 16.99/6.86 " 16.99/6.86 "reduce2D vwv vww = gcd vwv vww; 16.99/6.86 " 16.99/6.86 "reduce2Reduce1 vwv vww x y True = error []; 16.99/6.86 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 16.99/6.86 " 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (10) 16.99/6.86 Obligation: 16.99/6.86 mainModule Main 16.99/6.86 module Main where { 16.99/6.86 import qualified Prelude; 16.99/6.86 } 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (11) NumRed (SOUND) 16.99/6.86 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (12) 16.99/6.86 Obligation: 16.99/6.86 mainModule Main 16.99/6.86 module Main where { 16.99/6.86 import qualified Prelude; 16.99/6.86 } 16.99/6.86 16.99/6.86 ---------------------------------------- 16.99/6.86 16.99/6.86 (13) Narrow (SOUND) 16.99/6.86 Haskell To QDPs 16.99/6.86 16.99/6.86 digraph dp_graph { 16.99/6.86 node [outthreshold=100, inthreshold=100];1[label="(<=)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 16.99/6.86 3[label="(<=) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 16.99/6.86 4[label="(<=) vwx3 vwx4",fontsize=16,color="blue",shape="box"];1564[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1564[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1564 -> 5[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1565[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1565[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1565 -> 6[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1566[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1566[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1566 -> 7[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1567[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1567[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1567 -> 8[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1568[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1568[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1568 -> 9[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1569[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1569[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1569 -> 10[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1570[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1570[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1570 -> 11[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1571[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1571[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1571 -> 12[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1572[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1572[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1572 -> 13[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1573[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1573[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1573 -> 14[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1574[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1574[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1574 -> 15[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1575[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1575[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1575 -> 16[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1576[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1576[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1576 -> 17[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1577[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 1577[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1577 -> 18[label="",style="solid", color="blue", weight=3]; 16.99/6.86 5[label="(<=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];5 -> 19[label="",style="solid", color="black", weight=3]; 16.99/6.86 6[label="(<=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];6 -> 20[label="",style="solid", color="black", weight=3]; 16.99/6.86 7[label="(<=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];7 -> 21[label="",style="solid", color="black", weight=3]; 16.99/6.86 8[label="(<=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];8 -> 22[label="",style="solid", color="black", weight=3]; 16.99/6.86 9[label="(<=) vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1578[label="vwx3/LT",fontsize=10,color="white",style="solid",shape="box"];9 -> 1578[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1578 -> 23[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1579[label="vwx3/EQ",fontsize=10,color="white",style="solid",shape="box"];9 -> 1579[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1579 -> 24[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1580[label="vwx3/GT",fontsize=10,color="white",style="solid",shape="box"];9 -> 1580[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1580 -> 25[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 10[label="(<=) vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1581[label="vwx3/False",fontsize=10,color="white",style="solid",shape="box"];10 -> 1581[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1581 -> 26[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1582[label="vwx3/True",fontsize=10,color="white",style="solid",shape="box"];10 -> 1582[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1582 -> 27[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 11[label="(<=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];11 -> 28[label="",style="solid", color="black", weight=3]; 16.99/6.86 12[label="(<=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];12 -> 29[label="",style="solid", color="black", weight=3]; 16.99/6.86 13[label="(<=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];13 -> 30[label="",style="solid", color="black", weight=3]; 16.99/6.86 14[label="(<=) vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1583[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];14 -> 1583[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1583 -> 31[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1584[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];14 -> 1584[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1584 -> 32[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 15[label="(<=) vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1585[label="vwx3/(vwx30,vwx31)",fontsize=10,color="white",style="solid",shape="box"];15 -> 1585[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1585 -> 33[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 16[label="(<=) vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1586[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];16 -> 1586[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1586 -> 34[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1587[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];16 -> 1587[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1587 -> 35[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 17[label="(<=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];17 -> 36[label="",style="solid", color="black", weight=3]; 16.99/6.86 18[label="(<=) vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1588[label="vwx3/(vwx30,vwx31,vwx32)",fontsize=10,color="white",style="solid",shape="box"];18 -> 1588[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1588 -> 37[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 19[label="compare vwx3 vwx4 /= GT",fontsize=16,color="black",shape="box"];19 -> 38[label="",style="solid", color="black", weight=3]; 16.99/6.86 20[label="compare vwx3 vwx4 /= GT",fontsize=16,color="black",shape="box"];20 -> 39[label="",style="solid", color="black", weight=3]; 16.99/6.86 21[label="compare vwx3 vwx4 /= GT",fontsize=16,color="black",shape="box"];21 -> 40[label="",style="solid", color="black", weight=3]; 16.99/6.86 22[label="compare vwx3 vwx4 /= GT",fontsize=16,color="black",shape="box"];22 -> 41[label="",style="solid", color="black", weight=3]; 16.99/6.86 23[label="(<=) LT vwx4",fontsize=16,color="burlywood",shape="box"];1589[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];23 -> 1589[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1589 -> 42[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1590[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];23 -> 1590[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1590 -> 43[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1591[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];23 -> 1591[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1591 -> 44[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 24[label="(<=) EQ vwx4",fontsize=16,color="burlywood",shape="box"];1592[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];24 -> 1592[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1592 -> 45[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1593[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];24 -> 1593[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1593 -> 46[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1594[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];24 -> 1594[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1594 -> 47[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 25[label="(<=) GT vwx4",fontsize=16,color="burlywood",shape="box"];1595[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];25 -> 1595[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1595 -> 48[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1596[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];25 -> 1596[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1596 -> 49[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1597[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];25 -> 1597[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1597 -> 50[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 26[label="(<=) False vwx4",fontsize=16,color="burlywood",shape="box"];1598[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];26 -> 1598[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1598 -> 51[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1599[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];26 -> 1599[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1599 -> 52[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 27[label="(<=) True vwx4",fontsize=16,color="burlywood",shape="box"];1600[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];27 -> 1600[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1600 -> 53[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1601[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];27 -> 1601[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1601 -> 54[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 28[label="compare vwx3 vwx4 /= GT",fontsize=16,color="black",shape="box"];28 -> 55[label="",style="solid", color="black", weight=3]; 16.99/6.86 29[label="compare vwx3 vwx4 /= GT",fontsize=16,color="black",shape="box"];29 -> 56[label="",style="solid", color="black", weight=3]; 16.99/6.86 30[label="compare vwx3 vwx4 /= GT",fontsize=16,color="black",shape="box"];30 -> 57[label="",style="solid", color="black", weight=3]; 16.99/6.86 31[label="(<=) Nothing vwx4",fontsize=16,color="burlywood",shape="box"];1602[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];31 -> 1602[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1602 -> 58[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1603[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];31 -> 1603[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1603 -> 59[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 32[label="(<=) Just vwx30 vwx4",fontsize=16,color="burlywood",shape="box"];1604[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];32 -> 1604[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1604 -> 60[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1605[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];32 -> 1605[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1605 -> 61[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 33[label="(<=) (vwx30,vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];1606[label="vwx4/(vwx40,vwx41)",fontsize=10,color="white",style="solid",shape="box"];33 -> 1606[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1606 -> 62[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 34[label="(<=) Left vwx30 vwx4",fontsize=16,color="burlywood",shape="box"];1607[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];34 -> 1607[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1607 -> 63[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1608[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];34 -> 1608[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1608 -> 64[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 35[label="(<=) Right vwx30 vwx4",fontsize=16,color="burlywood",shape="box"];1609[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];35 -> 1609[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1609 -> 65[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1610[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];35 -> 1610[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1610 -> 66[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 36[label="compare vwx3 vwx4 /= GT",fontsize=16,color="black",shape="box"];36 -> 67[label="",style="solid", color="black", weight=3]; 16.99/6.86 37[label="(<=) (vwx30,vwx31,vwx32) vwx4",fontsize=16,color="burlywood",shape="box"];1611[label="vwx4/(vwx40,vwx41,vwx42)",fontsize=10,color="white",style="solid",shape="box"];37 -> 1611[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1611 -> 68[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 38 -> 360[label="",style="dashed", color="red", weight=0]; 16.99/6.86 38[label="not (compare vwx3 vwx4 == GT)",fontsize=16,color="magenta"];38 -> 361[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 39 -> 360[label="",style="dashed", color="red", weight=0]; 16.99/6.86 39[label="not (compare vwx3 vwx4 == GT)",fontsize=16,color="magenta"];39 -> 362[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 40 -> 360[label="",style="dashed", color="red", weight=0]; 16.99/6.86 40[label="not (compare vwx3 vwx4 == GT)",fontsize=16,color="magenta"];40 -> 363[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 41 -> 360[label="",style="dashed", color="red", weight=0]; 16.99/6.86 41[label="not (compare vwx3 vwx4 == GT)",fontsize=16,color="magenta"];41 -> 364[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 42[label="(<=) LT LT",fontsize=16,color="black",shape="box"];42 -> 74[label="",style="solid", color="black", weight=3]; 16.99/6.86 43[label="(<=) LT EQ",fontsize=16,color="black",shape="box"];43 -> 75[label="",style="solid", color="black", weight=3]; 16.99/6.86 44[label="(<=) LT GT",fontsize=16,color="black",shape="box"];44 -> 76[label="",style="solid", color="black", weight=3]; 16.99/6.86 45[label="(<=) EQ LT",fontsize=16,color="black",shape="box"];45 -> 77[label="",style="solid", color="black", weight=3]; 16.99/6.86 46[label="(<=) EQ EQ",fontsize=16,color="black",shape="box"];46 -> 78[label="",style="solid", color="black", weight=3]; 16.99/6.86 47[label="(<=) EQ GT",fontsize=16,color="black",shape="box"];47 -> 79[label="",style="solid", color="black", weight=3]; 16.99/6.86 48[label="(<=) GT LT",fontsize=16,color="black",shape="box"];48 -> 80[label="",style="solid", color="black", weight=3]; 16.99/6.86 49[label="(<=) GT EQ",fontsize=16,color="black",shape="box"];49 -> 81[label="",style="solid", color="black", weight=3]; 16.99/6.86 50[label="(<=) GT GT",fontsize=16,color="black",shape="box"];50 -> 82[label="",style="solid", color="black", weight=3]; 16.99/6.86 51[label="(<=) False False",fontsize=16,color="black",shape="box"];51 -> 83[label="",style="solid", color="black", weight=3]; 16.99/6.86 52[label="(<=) False True",fontsize=16,color="black",shape="box"];52 -> 84[label="",style="solid", color="black", weight=3]; 16.99/6.86 53[label="(<=) True False",fontsize=16,color="black",shape="box"];53 -> 85[label="",style="solid", color="black", weight=3]; 16.99/6.86 54[label="(<=) True True",fontsize=16,color="black",shape="box"];54 -> 86[label="",style="solid", color="black", weight=3]; 16.99/6.86 55 -> 360[label="",style="dashed", color="red", weight=0]; 16.99/6.86 55[label="not (compare vwx3 vwx4 == GT)",fontsize=16,color="magenta"];55 -> 365[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 56 -> 360[label="",style="dashed", color="red", weight=0]; 16.99/6.86 56[label="not (compare vwx3 vwx4 == GT)",fontsize=16,color="magenta"];56 -> 366[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 57 -> 360[label="",style="dashed", color="red", weight=0]; 16.99/6.86 57[label="not (compare vwx3 vwx4 == GT)",fontsize=16,color="magenta"];57 -> 367[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 58[label="(<=) Nothing Nothing",fontsize=16,color="black",shape="box"];58 -> 90[label="",style="solid", color="black", weight=3]; 16.99/6.86 59[label="(<=) Nothing Just vwx40",fontsize=16,color="black",shape="box"];59 -> 91[label="",style="solid", color="black", weight=3]; 16.99/6.86 60[label="(<=) Just vwx30 Nothing",fontsize=16,color="black",shape="box"];60 -> 92[label="",style="solid", color="black", weight=3]; 16.99/6.86 61[label="(<=) Just vwx30 Just vwx40",fontsize=16,color="black",shape="box"];61 -> 93[label="",style="solid", color="black", weight=3]; 16.99/6.86 62[label="(<=) (vwx30,vwx31) (vwx40,vwx41)",fontsize=16,color="black",shape="box"];62 -> 94[label="",style="solid", color="black", weight=3]; 16.99/6.86 63[label="(<=) Left vwx30 Left vwx40",fontsize=16,color="black",shape="box"];63 -> 95[label="",style="solid", color="black", weight=3]; 16.99/6.86 64[label="(<=) Left vwx30 Right vwx40",fontsize=16,color="black",shape="box"];64 -> 96[label="",style="solid", color="black", weight=3]; 16.99/6.86 65[label="(<=) Right vwx30 Left vwx40",fontsize=16,color="black",shape="box"];65 -> 97[label="",style="solid", color="black", weight=3]; 16.99/6.86 66[label="(<=) Right vwx30 Right vwx40",fontsize=16,color="black",shape="box"];66 -> 98[label="",style="solid", color="black", weight=3]; 16.99/6.86 67 -> 360[label="",style="dashed", color="red", weight=0]; 16.99/6.86 67[label="not (compare vwx3 vwx4 == GT)",fontsize=16,color="magenta"];67 -> 368[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 68[label="(<=) (vwx30,vwx31,vwx32) (vwx40,vwx41,vwx42)",fontsize=16,color="black",shape="box"];68 -> 100[label="",style="solid", color="black", weight=3]; 16.99/6.86 361[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];361 -> 382[label="",style="solid", color="black", weight=3]; 16.99/6.86 360[label="not (vwx28 == GT)",fontsize=16,color="burlywood",shape="triangle"];1612[label="vwx28/LT",fontsize=10,color="white",style="solid",shape="box"];360 -> 1612[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1612 -> 383[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1613[label="vwx28/EQ",fontsize=10,color="white",style="solid",shape="box"];360 -> 1613[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1613 -> 384[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1614[label="vwx28/GT",fontsize=10,color="white",style="solid",shape="box"];360 -> 1614[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1614 -> 385[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 362[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1615[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];362 -> 1615[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1615 -> 386[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1616[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];362 -> 1616[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1616 -> 387[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 363[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];363 -> 388[label="",style="solid", color="black", weight=3]; 16.99/6.86 364[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];364 -> 389[label="",style="solid", color="black", weight=3]; 16.99/6.86 74[label="True",fontsize=16,color="green",shape="box"];75[label="True",fontsize=16,color="green",shape="box"];76[label="True",fontsize=16,color="green",shape="box"];77[label="False",fontsize=16,color="green",shape="box"];78[label="True",fontsize=16,color="green",shape="box"];79[label="True",fontsize=16,color="green",shape="box"];80[label="False",fontsize=16,color="green",shape="box"];81[label="False",fontsize=16,color="green",shape="box"];82[label="True",fontsize=16,color="green",shape="box"];83[label="True",fontsize=16,color="green",shape="box"];84[label="True",fontsize=16,color="green",shape="box"];85[label="False",fontsize=16,color="green",shape="box"];86[label="True",fontsize=16,color="green",shape="box"];365[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1617[label="vwx3/()",fontsize=10,color="white",style="solid",shape="box"];365 -> 1617[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1617 -> 390[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 366[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1618[label="vwx3/vwx30 :% vwx31",fontsize=10,color="white",style="solid",shape="box"];366 -> 1618[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1618 -> 391[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 367[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1619[label="vwx3/Integer vwx30",fontsize=10,color="white",style="solid",shape="box"];367 -> 1619[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1619 -> 392[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 90[label="True",fontsize=16,color="green",shape="box"];91[label="True",fontsize=16,color="green",shape="box"];92[label="False",fontsize=16,color="green",shape="box"];93[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];1620[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1620[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1620 -> 112[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1621[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1621[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1621 -> 113[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1622[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1622[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1622 -> 114[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1623[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1623[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1623 -> 115[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1624[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1624[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1624 -> 116[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1625[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1625[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1625 -> 117[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1626[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1626[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1626 -> 118[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1627[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1627[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1627 -> 119[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1628[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1628[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1628 -> 120[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1629[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1629[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1629 -> 121[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1630[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1630[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1630 -> 122[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1631[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1631[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1631 -> 123[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1632[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1632[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1632 -> 124[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1633[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];93 -> 1633[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1633 -> 125[label="",style="solid", color="blue", weight=3]; 16.99/6.86 94 -> 222[label="",style="dashed", color="red", weight=0]; 16.99/6.86 94[label="vwx30 < vwx40 || vwx30 == vwx40 && vwx31 <= vwx41",fontsize=16,color="magenta"];94 -> 223[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 94 -> 224[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 94 -> 225[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 94 -> 226[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 95[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];1634[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1634[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1634 -> 132[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1635[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1635[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1635 -> 133[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1636[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1636[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1636 -> 134[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1637[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1637[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1637 -> 135[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1638[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1638[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1638 -> 136[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1639[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1639[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1639 -> 137[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1640[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1640[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1640 -> 138[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1641[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1641[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1641 -> 139[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1642[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1642[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1642 -> 140[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1643[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1643[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1643 -> 141[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1644[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1644[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1644 -> 142[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1645[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1645[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1645 -> 143[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1646[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1646[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1646 -> 144[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1647[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];95 -> 1647[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1647 -> 145[label="",style="solid", color="blue", weight=3]; 16.99/6.86 96[label="True",fontsize=16,color="green",shape="box"];97[label="False",fontsize=16,color="green",shape="box"];98[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];1648[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1648[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1648 -> 146[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1649[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1649[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1649 -> 147[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1650[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1650[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1650 -> 148[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1651[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1651[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1651 -> 149[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1652[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1652[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1652 -> 150[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1653[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1653[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1653 -> 151[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1654[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1654[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1654 -> 152[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1655[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1655[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1655 -> 153[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1656[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1656[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1656 -> 154[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1657[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1657[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1657 -> 155[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1658[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1658[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1658 -> 156[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1659[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1659[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1659 -> 157[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1660[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1660[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1660 -> 158[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1661[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];98 -> 1661[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1661 -> 159[label="",style="solid", color="blue", weight=3]; 16.99/6.86 368[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];368 -> 393[label="",style="solid", color="black", weight=3]; 16.99/6.86 100 -> 222[label="",style="dashed", color="red", weight=0]; 16.99/6.86 100[label="vwx30 < vwx40 || vwx30 == vwx40 && (vwx31 < vwx41 || vwx31 == vwx41 && vwx32 <= vwx42)",fontsize=16,color="magenta"];100 -> 227[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 100 -> 228[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 100 -> 229[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 100 -> 230[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 382[label="primCmpFloat vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];1662[label="vwx3/Float vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];382 -> 1662[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1662 -> 494[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 383[label="not (LT == GT)",fontsize=16,color="black",shape="box"];383 -> 495[label="",style="solid", color="black", weight=3]; 16.99/6.86 384[label="not (EQ == GT)",fontsize=16,color="black",shape="box"];384 -> 496[label="",style="solid", color="black", weight=3]; 16.99/6.86 385[label="not (GT == GT)",fontsize=16,color="black",shape="box"];385 -> 497[label="",style="solid", color="black", weight=3]; 16.99/6.86 386[label="compare (vwx30 : vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];1663[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];386 -> 1663[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1663 -> 498[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1664[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];386 -> 1664[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1664 -> 499[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 387[label="compare [] vwx4",fontsize=16,color="burlywood",shape="box"];1665[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];387 -> 1665[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1665 -> 500[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1666[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];387 -> 1666[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1666 -> 501[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 388[label="primCmpChar vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];1667[label="vwx3/Char vwx30",fontsize=10,color="white",style="solid",shape="box"];388 -> 1667[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1667 -> 502[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 389[label="primCmpInt vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];1668[label="vwx3/Pos vwx30",fontsize=10,color="white",style="solid",shape="box"];389 -> 1668[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1668 -> 503[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1669[label="vwx3/Neg vwx30",fontsize=10,color="white",style="solid",shape="box"];389 -> 1669[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1669 -> 504[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 390[label="compare () vwx4",fontsize=16,color="burlywood",shape="box"];1670[label="vwx4/()",fontsize=10,color="white",style="solid",shape="box"];390 -> 1670[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1670 -> 505[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 391[label="compare (vwx30 :% vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];1671[label="vwx4/vwx40 :% vwx41",fontsize=10,color="white",style="solid",shape="box"];391 -> 1671[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1671 -> 506[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 392[label="compare (Integer vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];1672[label="vwx4/Integer vwx40",fontsize=10,color="white",style="solid",shape="box"];392 -> 1672[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1672 -> 507[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 112 -> 5[label="",style="dashed", color="red", weight=0]; 16.99/6.86 112[label="vwx30 <= vwx40",fontsize=16,color="magenta"];112 -> 180[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 112 -> 181[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 113 -> 6[label="",style="dashed", color="red", weight=0]; 16.99/6.86 113[label="vwx30 <= vwx40",fontsize=16,color="magenta"];113 -> 182[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 113 -> 183[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 114 -> 7[label="",style="dashed", color="red", weight=0]; 16.99/6.86 114[label="vwx30 <= vwx40",fontsize=16,color="magenta"];114 -> 184[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 114 -> 185[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 115 -> 8[label="",style="dashed", color="red", weight=0]; 16.99/6.86 115[label="vwx30 <= vwx40",fontsize=16,color="magenta"];115 -> 186[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 115 -> 187[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 116 -> 9[label="",style="dashed", color="red", weight=0]; 16.99/6.86 116[label="vwx30 <= vwx40",fontsize=16,color="magenta"];116 -> 188[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 116 -> 189[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 117 -> 10[label="",style="dashed", color="red", weight=0]; 16.99/6.86 117[label="vwx30 <= vwx40",fontsize=16,color="magenta"];117 -> 190[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 117 -> 191[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 118 -> 11[label="",style="dashed", color="red", weight=0]; 16.99/6.86 118[label="vwx30 <= vwx40",fontsize=16,color="magenta"];118 -> 192[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 118 -> 193[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 119 -> 12[label="",style="dashed", color="red", weight=0]; 16.99/6.86 119[label="vwx30 <= vwx40",fontsize=16,color="magenta"];119 -> 194[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 119 -> 195[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 120 -> 13[label="",style="dashed", color="red", weight=0]; 16.99/6.86 120[label="vwx30 <= vwx40",fontsize=16,color="magenta"];120 -> 196[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 120 -> 197[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 121 -> 14[label="",style="dashed", color="red", weight=0]; 16.99/6.86 121[label="vwx30 <= vwx40",fontsize=16,color="magenta"];121 -> 198[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 121 -> 199[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 122 -> 15[label="",style="dashed", color="red", weight=0]; 16.99/6.86 122[label="vwx30 <= vwx40",fontsize=16,color="magenta"];122 -> 200[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 122 -> 201[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 123 -> 16[label="",style="dashed", color="red", weight=0]; 16.99/6.86 123[label="vwx30 <= vwx40",fontsize=16,color="magenta"];123 -> 202[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 123 -> 203[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 124 -> 17[label="",style="dashed", color="red", weight=0]; 16.99/6.86 124[label="vwx30 <= vwx40",fontsize=16,color="magenta"];124 -> 204[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 124 -> 205[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 125 -> 18[label="",style="dashed", color="red", weight=0]; 16.99/6.86 125[label="vwx30 <= vwx40",fontsize=16,color="magenta"];125 -> 206[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 125 -> 207[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 223[label="vwx40",fontsize=16,color="green",shape="box"];224[label="vwx31 <= vwx41",fontsize=16,color="blue",shape="box"];1673[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1673[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1673 -> 239[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1674[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1674[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1674 -> 240[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1675[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1675[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1675 -> 241[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1676[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1676[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1676 -> 242[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1677[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1677[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1677 -> 243[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1678[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1678[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1678 -> 244[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1679[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1679[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1679 -> 245[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1680[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1680[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1680 -> 246[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1681[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1681[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1681 -> 247[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1682[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1682[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1682 -> 248[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1683[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1683[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1683 -> 249[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1684[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1684[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1684 -> 250[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1685[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1685[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1685 -> 251[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1686[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];224 -> 1686[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1686 -> 252[label="",style="solid", color="blue", weight=3]; 16.99/6.86 225[label="vwx30",fontsize=16,color="green",shape="box"];226[label="vwx30 < vwx40",fontsize=16,color="blue",shape="box"];1687[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1687[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1687 -> 253[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1688[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1688[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1688 -> 254[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1689[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1689[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1689 -> 255[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1690[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1690[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1690 -> 256[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1691[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1691[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1691 -> 257[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1692[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1692[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1692 -> 258[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1693[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1693[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1693 -> 259[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1694[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1694[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1694 -> 260[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1695[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1695[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1695 -> 261[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1696[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1696[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1696 -> 262[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1697[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1697[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1697 -> 263[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1698[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1698[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1698 -> 264[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1699[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1699[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1699 -> 265[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1700[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 1700[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1700 -> 266[label="",style="solid", color="blue", weight=3]; 16.99/6.86 222[label="vwx22 || vwx23 == vwx24 && vwx25",fontsize=16,color="burlywood",shape="triangle"];1701[label="vwx22/False",fontsize=10,color="white",style="solid",shape="box"];222 -> 1701[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1701 -> 267[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1702[label="vwx22/True",fontsize=10,color="white",style="solid",shape="box"];222 -> 1702[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1702 -> 268[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 132 -> 5[label="",style="dashed", color="red", weight=0]; 16.99/6.86 132[label="vwx30 <= vwx40",fontsize=16,color="magenta"];132 -> 269[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 132 -> 270[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 133 -> 6[label="",style="dashed", color="red", weight=0]; 16.99/6.86 133[label="vwx30 <= vwx40",fontsize=16,color="magenta"];133 -> 271[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 133 -> 272[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 134 -> 7[label="",style="dashed", color="red", weight=0]; 16.99/6.86 134[label="vwx30 <= vwx40",fontsize=16,color="magenta"];134 -> 273[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 134 -> 274[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 135 -> 8[label="",style="dashed", color="red", weight=0]; 16.99/6.86 135[label="vwx30 <= vwx40",fontsize=16,color="magenta"];135 -> 275[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 135 -> 276[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 136 -> 9[label="",style="dashed", color="red", weight=0]; 16.99/6.86 136[label="vwx30 <= vwx40",fontsize=16,color="magenta"];136 -> 277[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 136 -> 278[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 137 -> 10[label="",style="dashed", color="red", weight=0]; 16.99/6.86 137[label="vwx30 <= vwx40",fontsize=16,color="magenta"];137 -> 279[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 137 -> 280[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 138 -> 11[label="",style="dashed", color="red", weight=0]; 16.99/6.86 138[label="vwx30 <= vwx40",fontsize=16,color="magenta"];138 -> 281[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 138 -> 282[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 139 -> 12[label="",style="dashed", color="red", weight=0]; 16.99/6.86 139[label="vwx30 <= vwx40",fontsize=16,color="magenta"];139 -> 283[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 139 -> 284[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 140 -> 13[label="",style="dashed", color="red", weight=0]; 16.99/6.86 140[label="vwx30 <= vwx40",fontsize=16,color="magenta"];140 -> 285[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 140 -> 286[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 141 -> 14[label="",style="dashed", color="red", weight=0]; 16.99/6.86 141[label="vwx30 <= vwx40",fontsize=16,color="magenta"];141 -> 287[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 141 -> 288[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 142 -> 15[label="",style="dashed", color="red", weight=0]; 16.99/6.86 142[label="vwx30 <= vwx40",fontsize=16,color="magenta"];142 -> 289[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 142 -> 290[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 143 -> 16[label="",style="dashed", color="red", weight=0]; 16.99/6.86 143[label="vwx30 <= vwx40",fontsize=16,color="magenta"];143 -> 291[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 143 -> 292[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 144 -> 17[label="",style="dashed", color="red", weight=0]; 16.99/6.86 144[label="vwx30 <= vwx40",fontsize=16,color="magenta"];144 -> 293[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 144 -> 294[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 145 -> 18[label="",style="dashed", color="red", weight=0]; 16.99/6.86 145[label="vwx30 <= vwx40",fontsize=16,color="magenta"];145 -> 295[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 145 -> 296[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 146 -> 5[label="",style="dashed", color="red", weight=0]; 16.99/6.86 146[label="vwx30 <= vwx40",fontsize=16,color="magenta"];146 -> 297[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 146 -> 298[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 147 -> 6[label="",style="dashed", color="red", weight=0]; 16.99/6.86 147[label="vwx30 <= vwx40",fontsize=16,color="magenta"];147 -> 299[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 147 -> 300[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 148 -> 7[label="",style="dashed", color="red", weight=0]; 16.99/6.86 148[label="vwx30 <= vwx40",fontsize=16,color="magenta"];148 -> 301[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 148 -> 302[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 149 -> 8[label="",style="dashed", color="red", weight=0]; 16.99/6.86 149[label="vwx30 <= vwx40",fontsize=16,color="magenta"];149 -> 303[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 149 -> 304[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 150 -> 9[label="",style="dashed", color="red", weight=0]; 16.99/6.86 150[label="vwx30 <= vwx40",fontsize=16,color="magenta"];150 -> 305[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 150 -> 306[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 151 -> 10[label="",style="dashed", color="red", weight=0]; 16.99/6.86 151[label="vwx30 <= vwx40",fontsize=16,color="magenta"];151 -> 307[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 151 -> 308[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 152 -> 11[label="",style="dashed", color="red", weight=0]; 16.99/6.86 152[label="vwx30 <= vwx40",fontsize=16,color="magenta"];152 -> 309[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 152 -> 310[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 153 -> 12[label="",style="dashed", color="red", weight=0]; 16.99/6.86 153[label="vwx30 <= vwx40",fontsize=16,color="magenta"];153 -> 311[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 153 -> 312[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 154 -> 13[label="",style="dashed", color="red", weight=0]; 16.99/6.86 154[label="vwx30 <= vwx40",fontsize=16,color="magenta"];154 -> 313[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 154 -> 314[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 155 -> 14[label="",style="dashed", color="red", weight=0]; 16.99/6.86 155[label="vwx30 <= vwx40",fontsize=16,color="magenta"];155 -> 315[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 155 -> 316[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 156 -> 15[label="",style="dashed", color="red", weight=0]; 16.99/6.86 156[label="vwx30 <= vwx40",fontsize=16,color="magenta"];156 -> 317[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 156 -> 318[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 157 -> 16[label="",style="dashed", color="red", weight=0]; 16.99/6.86 157[label="vwx30 <= vwx40",fontsize=16,color="magenta"];157 -> 319[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 157 -> 320[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 158 -> 17[label="",style="dashed", color="red", weight=0]; 16.99/6.86 158[label="vwx30 <= vwx40",fontsize=16,color="magenta"];158 -> 321[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 158 -> 322[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 159 -> 18[label="",style="dashed", color="red", weight=0]; 16.99/6.86 159[label="vwx30 <= vwx40",fontsize=16,color="magenta"];159 -> 323[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 159 -> 324[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 393[label="primCmpDouble vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];1703[label="vwx3/Double vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];393 -> 1703[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1703 -> 508[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 227[label="vwx40",fontsize=16,color="green",shape="box"];228 -> 222[label="",style="dashed", color="red", weight=0]; 16.99/6.86 228[label="vwx31 < vwx41 || vwx31 == vwx41 && vwx32 <= vwx42",fontsize=16,color="magenta"];228 -> 327[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 228 -> 328[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 228 -> 329[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 228 -> 330[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 229[label="vwx30",fontsize=16,color="green",shape="box"];230[label="vwx30 < vwx40",fontsize=16,color="blue",shape="box"];1704[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1704[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1704 -> 331[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1705[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1705[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1705 -> 332[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1706[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1706[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1706 -> 333[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1707[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1707[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1707 -> 334[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1708[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1708[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1708 -> 335[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1709[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1709[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1709 -> 336[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1710[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1710[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1710 -> 337[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1711[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1711[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1711 -> 338[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1712[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1712[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1712 -> 339[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1713[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1713[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1713 -> 340[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1714[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1714[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1714 -> 341[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1715[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1715[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1715 -> 342[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1716[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1716[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1716 -> 343[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1717[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 1717[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1717 -> 344[label="",style="solid", color="blue", weight=3]; 16.99/6.86 494[label="primCmpFloat (Float vwx30 vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];1718[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];494 -> 1718[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1718 -> 524[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1719[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];494 -> 1719[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1719 -> 525[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 495[label="not False",fontsize=16,color="black",shape="triangle"];495 -> 526[label="",style="solid", color="black", weight=3]; 16.99/6.86 496 -> 495[label="",style="dashed", color="red", weight=0]; 16.99/6.86 496[label="not False",fontsize=16,color="magenta"];497[label="not True",fontsize=16,color="black",shape="box"];497 -> 527[label="",style="solid", color="black", weight=3]; 16.99/6.86 498[label="compare (vwx30 : vwx31) (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];498 -> 528[label="",style="solid", color="black", weight=3]; 16.99/6.86 499[label="compare (vwx30 : vwx31) []",fontsize=16,color="black",shape="box"];499 -> 529[label="",style="solid", color="black", weight=3]; 16.99/6.86 500[label="compare [] (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];500 -> 530[label="",style="solid", color="black", weight=3]; 16.99/6.86 501[label="compare [] []",fontsize=16,color="black",shape="box"];501 -> 531[label="",style="solid", color="black", weight=3]; 16.99/6.86 502[label="primCmpChar (Char vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];1720[label="vwx4/Char vwx40",fontsize=10,color="white",style="solid",shape="box"];502 -> 1720[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1720 -> 532[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 503[label="primCmpInt (Pos vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];1721[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];503 -> 1721[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1721 -> 533[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1722[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];503 -> 1722[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1722 -> 534[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 504[label="primCmpInt (Neg vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];1723[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];504 -> 1723[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1723 -> 535[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1724[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];504 -> 1724[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1724 -> 536[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 505[label="compare () ()",fontsize=16,color="black",shape="box"];505 -> 537[label="",style="solid", color="black", weight=3]; 16.99/6.86 506[label="compare (vwx30 :% vwx31) (vwx40 :% vwx41)",fontsize=16,color="black",shape="box"];506 -> 538[label="",style="solid", color="black", weight=3]; 16.99/6.86 507[label="compare (Integer vwx30) (Integer vwx40)",fontsize=16,color="black",shape="box"];507 -> 539[label="",style="solid", color="black", weight=3]; 16.99/6.86 180[label="vwx30",fontsize=16,color="green",shape="box"];181[label="vwx40",fontsize=16,color="green",shape="box"];182[label="vwx30",fontsize=16,color="green",shape="box"];183[label="vwx40",fontsize=16,color="green",shape="box"];184[label="vwx30",fontsize=16,color="green",shape="box"];185[label="vwx40",fontsize=16,color="green",shape="box"];186[label="vwx30",fontsize=16,color="green",shape="box"];187[label="vwx40",fontsize=16,color="green",shape="box"];188[label="vwx30",fontsize=16,color="green",shape="box"];189[label="vwx40",fontsize=16,color="green",shape="box"];190[label="vwx30",fontsize=16,color="green",shape="box"];191[label="vwx40",fontsize=16,color="green",shape="box"];192[label="vwx30",fontsize=16,color="green",shape="box"];193[label="vwx40",fontsize=16,color="green",shape="box"];194[label="vwx30",fontsize=16,color="green",shape="box"];195[label="vwx40",fontsize=16,color="green",shape="box"];196[label="vwx30",fontsize=16,color="green",shape="box"];197[label="vwx40",fontsize=16,color="green",shape="box"];198[label="vwx30",fontsize=16,color="green",shape="box"];199[label="vwx40",fontsize=16,color="green",shape="box"];200[label="vwx30",fontsize=16,color="green",shape="box"];201[label="vwx40",fontsize=16,color="green",shape="box"];202[label="vwx30",fontsize=16,color="green",shape="box"];203[label="vwx40",fontsize=16,color="green",shape="box"];204[label="vwx30",fontsize=16,color="green",shape="box"];205[label="vwx40",fontsize=16,color="green",shape="box"];206[label="vwx30",fontsize=16,color="green",shape="box"];207[label="vwx40",fontsize=16,color="green",shape="box"];239 -> 5[label="",style="dashed", color="red", weight=0]; 16.99/6.86 239[label="vwx31 <= vwx41",fontsize=16,color="magenta"];239 -> 394[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 239 -> 395[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 240 -> 6[label="",style="dashed", color="red", weight=0]; 16.99/6.86 240[label="vwx31 <= vwx41",fontsize=16,color="magenta"];240 -> 396[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 240 -> 397[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 241 -> 7[label="",style="dashed", color="red", weight=0]; 16.99/6.86 241[label="vwx31 <= vwx41",fontsize=16,color="magenta"];241 -> 398[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 241 -> 399[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 242 -> 8[label="",style="dashed", color="red", weight=0]; 16.99/6.86 242[label="vwx31 <= vwx41",fontsize=16,color="magenta"];242 -> 400[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 242 -> 401[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 243 -> 9[label="",style="dashed", color="red", weight=0]; 16.99/6.86 243[label="vwx31 <= vwx41",fontsize=16,color="magenta"];243 -> 402[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 243 -> 403[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 244 -> 10[label="",style="dashed", color="red", weight=0]; 16.99/6.86 244[label="vwx31 <= vwx41",fontsize=16,color="magenta"];244 -> 404[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 244 -> 405[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 245 -> 11[label="",style="dashed", color="red", weight=0]; 16.99/6.86 245[label="vwx31 <= vwx41",fontsize=16,color="magenta"];245 -> 406[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 245 -> 407[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 246 -> 12[label="",style="dashed", color="red", weight=0]; 16.99/6.86 246[label="vwx31 <= vwx41",fontsize=16,color="magenta"];246 -> 408[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 246 -> 409[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 247 -> 13[label="",style="dashed", color="red", weight=0]; 16.99/6.86 247[label="vwx31 <= vwx41",fontsize=16,color="magenta"];247 -> 410[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 247 -> 411[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 248 -> 14[label="",style="dashed", color="red", weight=0]; 16.99/6.86 248[label="vwx31 <= vwx41",fontsize=16,color="magenta"];248 -> 412[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 248 -> 413[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 249 -> 15[label="",style="dashed", color="red", weight=0]; 16.99/6.86 249[label="vwx31 <= vwx41",fontsize=16,color="magenta"];249 -> 414[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 249 -> 415[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 250 -> 16[label="",style="dashed", color="red", weight=0]; 16.99/6.86 250[label="vwx31 <= vwx41",fontsize=16,color="magenta"];250 -> 416[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 250 -> 417[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 251 -> 17[label="",style="dashed", color="red", weight=0]; 16.99/6.86 251[label="vwx31 <= vwx41",fontsize=16,color="magenta"];251 -> 418[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 251 -> 419[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 252 -> 18[label="",style="dashed", color="red", weight=0]; 16.99/6.86 252[label="vwx31 <= vwx41",fontsize=16,color="magenta"];252 -> 420[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 252 -> 421[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 253[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];253 -> 422[label="",style="solid", color="black", weight=3]; 16.99/6.86 254[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];254 -> 423[label="",style="solid", color="black", weight=3]; 16.99/6.86 255[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];255 -> 424[label="",style="solid", color="black", weight=3]; 16.99/6.86 256[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];256 -> 425[label="",style="solid", color="black", weight=3]; 16.99/6.86 257[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];257 -> 426[label="",style="solid", color="black", weight=3]; 16.99/6.86 258[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];258 -> 427[label="",style="solid", color="black", weight=3]; 16.99/6.86 259[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];259 -> 428[label="",style="solid", color="black", weight=3]; 16.99/6.86 260[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];260 -> 429[label="",style="solid", color="black", weight=3]; 16.99/6.86 261[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];261 -> 430[label="",style="solid", color="black", weight=3]; 16.99/6.86 262[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];262 -> 431[label="",style="solid", color="black", weight=3]; 16.99/6.86 263[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];263 -> 432[label="",style="solid", color="black", weight=3]; 16.99/6.86 264[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];264 -> 433[label="",style="solid", color="black", weight=3]; 16.99/6.86 265[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];265 -> 434[label="",style="solid", color="black", weight=3]; 16.99/6.86 266[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];266 -> 435[label="",style="solid", color="black", weight=3]; 16.99/6.86 267[label="False || vwx23 == vwx24 && vwx25",fontsize=16,color="black",shape="box"];267 -> 436[label="",style="solid", color="black", weight=3]; 16.99/6.86 268[label="True || vwx23 == vwx24 && vwx25",fontsize=16,color="black",shape="box"];268 -> 437[label="",style="solid", color="black", weight=3]; 16.99/6.86 269[label="vwx30",fontsize=16,color="green",shape="box"];270[label="vwx40",fontsize=16,color="green",shape="box"];271[label="vwx30",fontsize=16,color="green",shape="box"];272[label="vwx40",fontsize=16,color="green",shape="box"];273[label="vwx30",fontsize=16,color="green",shape="box"];274[label="vwx40",fontsize=16,color="green",shape="box"];275[label="vwx30",fontsize=16,color="green",shape="box"];276[label="vwx40",fontsize=16,color="green",shape="box"];277[label="vwx30",fontsize=16,color="green",shape="box"];278[label="vwx40",fontsize=16,color="green",shape="box"];279[label="vwx30",fontsize=16,color="green",shape="box"];280[label="vwx40",fontsize=16,color="green",shape="box"];281[label="vwx30",fontsize=16,color="green",shape="box"];282[label="vwx40",fontsize=16,color="green",shape="box"];283[label="vwx30",fontsize=16,color="green",shape="box"];284[label="vwx40",fontsize=16,color="green",shape="box"];285[label="vwx30",fontsize=16,color="green",shape="box"];286[label="vwx40",fontsize=16,color="green",shape="box"];287[label="vwx30",fontsize=16,color="green",shape="box"];288[label="vwx40",fontsize=16,color="green",shape="box"];289[label="vwx30",fontsize=16,color="green",shape="box"];290[label="vwx40",fontsize=16,color="green",shape="box"];291[label="vwx30",fontsize=16,color="green",shape="box"];292[label="vwx40",fontsize=16,color="green",shape="box"];293[label="vwx30",fontsize=16,color="green",shape="box"];294[label="vwx40",fontsize=16,color="green",shape="box"];295[label="vwx30",fontsize=16,color="green",shape="box"];296[label="vwx40",fontsize=16,color="green",shape="box"];297[label="vwx30",fontsize=16,color="green",shape="box"];298[label="vwx40",fontsize=16,color="green",shape="box"];299[label="vwx30",fontsize=16,color="green",shape="box"];300[label="vwx40",fontsize=16,color="green",shape="box"];301[label="vwx30",fontsize=16,color="green",shape="box"];302[label="vwx40",fontsize=16,color="green",shape="box"];303[label="vwx30",fontsize=16,color="green",shape="box"];304[label="vwx40",fontsize=16,color="green",shape="box"];305[label="vwx30",fontsize=16,color="green",shape="box"];306[label="vwx40",fontsize=16,color="green",shape="box"];307[label="vwx30",fontsize=16,color="green",shape="box"];308[label="vwx40",fontsize=16,color="green",shape="box"];309[label="vwx30",fontsize=16,color="green",shape="box"];310[label="vwx40",fontsize=16,color="green",shape="box"];311[label="vwx30",fontsize=16,color="green",shape="box"];312[label="vwx40",fontsize=16,color="green",shape="box"];313[label="vwx30",fontsize=16,color="green",shape="box"];314[label="vwx40",fontsize=16,color="green",shape="box"];315[label="vwx30",fontsize=16,color="green",shape="box"];316[label="vwx40",fontsize=16,color="green",shape="box"];317[label="vwx30",fontsize=16,color="green",shape="box"];318[label="vwx40",fontsize=16,color="green",shape="box"];319[label="vwx30",fontsize=16,color="green",shape="box"];320[label="vwx40",fontsize=16,color="green",shape="box"];321[label="vwx30",fontsize=16,color="green",shape="box"];322[label="vwx40",fontsize=16,color="green",shape="box"];323[label="vwx30",fontsize=16,color="green",shape="box"];324[label="vwx40",fontsize=16,color="green",shape="box"];508[label="primCmpDouble (Double vwx30 vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];1725[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];508 -> 1725[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1725 -> 540[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1726[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];508 -> 1726[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1726 -> 541[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 327[label="vwx41",fontsize=16,color="green",shape="box"];328[label="vwx32 <= vwx42",fontsize=16,color="blue",shape="box"];1727[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1727[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1727 -> 438[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1728[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1728[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1728 -> 439[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1729[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1729[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1729 -> 440[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1730[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1730[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1730 -> 441[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1731[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1731[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1731 -> 442[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1732[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1732[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1732 -> 443[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1733[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1733[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1733 -> 444[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1734[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1734[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1734 -> 445[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1735[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1735[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1735 -> 446[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1736[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1736[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1736 -> 447[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1737[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1737[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1737 -> 448[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1738[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1738[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1738 -> 449[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1739[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1739[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1739 -> 450[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1740[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];328 -> 1740[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1740 -> 451[label="",style="solid", color="blue", weight=3]; 16.99/6.86 329[label="vwx31",fontsize=16,color="green",shape="box"];330[label="vwx31 < vwx41",fontsize=16,color="blue",shape="box"];1741[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1741[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1741 -> 452[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1742[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1742[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1742 -> 453[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1743[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1743[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1743 -> 454[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1744[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1744[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1744 -> 455[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1745[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1745[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1745 -> 456[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1746[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1746[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1746 -> 457[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1747[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1747[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1747 -> 458[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1748[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1748[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1748 -> 459[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1749[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1749[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1749 -> 460[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1750[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1750[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1750 -> 461[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1751[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1751[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1751 -> 462[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1752[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1752[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1752 -> 463[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1753[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1753[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1753 -> 464[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1754[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 1754[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1754 -> 465[label="",style="solid", color="blue", weight=3]; 16.99/6.86 331 -> 253[label="",style="dashed", color="red", weight=0]; 16.99/6.86 331[label="vwx30 < vwx40",fontsize=16,color="magenta"];331 -> 466[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 331 -> 467[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 332 -> 254[label="",style="dashed", color="red", weight=0]; 16.99/6.86 332[label="vwx30 < vwx40",fontsize=16,color="magenta"];332 -> 468[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 332 -> 469[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 333 -> 255[label="",style="dashed", color="red", weight=0]; 16.99/6.86 333[label="vwx30 < vwx40",fontsize=16,color="magenta"];333 -> 470[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 333 -> 471[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 334 -> 256[label="",style="dashed", color="red", weight=0]; 16.99/6.86 334[label="vwx30 < vwx40",fontsize=16,color="magenta"];334 -> 472[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 334 -> 473[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 335 -> 257[label="",style="dashed", color="red", weight=0]; 16.99/6.86 335[label="vwx30 < vwx40",fontsize=16,color="magenta"];335 -> 474[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 335 -> 475[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 336 -> 258[label="",style="dashed", color="red", weight=0]; 16.99/6.86 336[label="vwx30 < vwx40",fontsize=16,color="magenta"];336 -> 476[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 336 -> 477[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 337 -> 259[label="",style="dashed", color="red", weight=0]; 16.99/6.86 337[label="vwx30 < vwx40",fontsize=16,color="magenta"];337 -> 478[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 337 -> 479[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 338 -> 260[label="",style="dashed", color="red", weight=0]; 16.99/6.86 338[label="vwx30 < vwx40",fontsize=16,color="magenta"];338 -> 480[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 338 -> 481[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 339 -> 261[label="",style="dashed", color="red", weight=0]; 16.99/6.86 339[label="vwx30 < vwx40",fontsize=16,color="magenta"];339 -> 482[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 339 -> 483[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 340 -> 262[label="",style="dashed", color="red", weight=0]; 16.99/6.86 340[label="vwx30 < vwx40",fontsize=16,color="magenta"];340 -> 484[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 340 -> 485[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 341 -> 263[label="",style="dashed", color="red", weight=0]; 16.99/6.86 341[label="vwx30 < vwx40",fontsize=16,color="magenta"];341 -> 486[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 341 -> 487[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 342 -> 264[label="",style="dashed", color="red", weight=0]; 16.99/6.86 342[label="vwx30 < vwx40",fontsize=16,color="magenta"];342 -> 488[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 342 -> 489[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 343 -> 265[label="",style="dashed", color="red", weight=0]; 16.99/6.86 343[label="vwx30 < vwx40",fontsize=16,color="magenta"];343 -> 490[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 343 -> 491[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 344 -> 266[label="",style="dashed", color="red", weight=0]; 16.99/6.86 344[label="vwx30 < vwx40",fontsize=16,color="magenta"];344 -> 492[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 344 -> 493[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 524[label="primCmpFloat (Float vwx30 (Pos vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];1755[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];524 -> 1755[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1755 -> 545[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 525[label="primCmpFloat (Float vwx30 (Neg vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];1756[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];525 -> 1756[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1756 -> 546[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 526[label="True",fontsize=16,color="green",shape="box"];527[label="False",fontsize=16,color="green",shape="box"];528 -> 547[label="",style="dashed", color="red", weight=0]; 16.99/6.86 528[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="magenta"];528 -> 548[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 529[label="GT",fontsize=16,color="green",shape="box"];530[label="LT",fontsize=16,color="green",shape="box"];531[label="EQ",fontsize=16,color="green",shape="box"];532[label="primCmpChar (Char vwx30) (Char vwx40)",fontsize=16,color="black",shape="box"];532 -> 549[label="",style="solid", color="black", weight=3]; 16.99/6.86 533[label="primCmpInt (Pos (Succ vwx300)) vwx4",fontsize=16,color="burlywood",shape="box"];1757[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];533 -> 1757[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1757 -> 550[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1758[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];533 -> 1758[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1758 -> 551[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 534[label="primCmpInt (Pos Zero) vwx4",fontsize=16,color="burlywood",shape="box"];1759[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];534 -> 1759[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1759 -> 552[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1760[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];534 -> 1760[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1760 -> 553[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 535[label="primCmpInt (Neg (Succ vwx300)) vwx4",fontsize=16,color="burlywood",shape="box"];1761[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];535 -> 1761[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1761 -> 554[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1762[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];535 -> 1762[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1762 -> 555[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 536[label="primCmpInt (Neg Zero) vwx4",fontsize=16,color="burlywood",shape="box"];1763[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];536 -> 1763[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1763 -> 556[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1764[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];536 -> 1764[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1764 -> 557[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 537[label="EQ",fontsize=16,color="green",shape="box"];538[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="blue",shape="box"];1765[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];538 -> 1765[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1765 -> 558[label="",style="solid", color="blue", weight=3]; 16.99/6.86 1766[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];538 -> 1766[label="",style="solid", color="blue", weight=9]; 16.99/6.86 1766 -> 559[label="",style="solid", color="blue", weight=3]; 16.99/6.86 539 -> 389[label="",style="dashed", color="red", weight=0]; 16.99/6.86 539[label="primCmpInt vwx30 vwx40",fontsize=16,color="magenta"];539 -> 560[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 539 -> 561[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 394[label="vwx31",fontsize=16,color="green",shape="box"];395[label="vwx41",fontsize=16,color="green",shape="box"];396[label="vwx31",fontsize=16,color="green",shape="box"];397[label="vwx41",fontsize=16,color="green",shape="box"];398[label="vwx31",fontsize=16,color="green",shape="box"];399[label="vwx41",fontsize=16,color="green",shape="box"];400[label="vwx31",fontsize=16,color="green",shape="box"];401[label="vwx41",fontsize=16,color="green",shape="box"];402[label="vwx31",fontsize=16,color="green",shape="box"];403[label="vwx41",fontsize=16,color="green",shape="box"];404[label="vwx31",fontsize=16,color="green",shape="box"];405[label="vwx41",fontsize=16,color="green",shape="box"];406[label="vwx31",fontsize=16,color="green",shape="box"];407[label="vwx41",fontsize=16,color="green",shape="box"];408[label="vwx31",fontsize=16,color="green",shape="box"];409[label="vwx41",fontsize=16,color="green",shape="box"];410[label="vwx31",fontsize=16,color="green",shape="box"];411[label="vwx41",fontsize=16,color="green",shape="box"];412[label="vwx31",fontsize=16,color="green",shape="box"];413[label="vwx41",fontsize=16,color="green",shape="box"];414[label="vwx31",fontsize=16,color="green",shape="box"];415[label="vwx41",fontsize=16,color="green",shape="box"];416[label="vwx31",fontsize=16,color="green",shape="box"];417[label="vwx41",fontsize=16,color="green",shape="box"];418[label="vwx31",fontsize=16,color="green",shape="box"];419[label="vwx41",fontsize=16,color="green",shape="box"];420[label="vwx31",fontsize=16,color="green",shape="box"];421[label="vwx41",fontsize=16,color="green",shape="box"];422 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 422[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];422 -> 510[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 423 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 423[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];423 -> 511[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 424 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 424[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];424 -> 512[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 425 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 425[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];425 -> 513[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 426 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 426[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];426 -> 514[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 427 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 427[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];427 -> 515[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 428 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 428[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];428 -> 516[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 429 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 429[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];429 -> 517[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 430 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 430[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];430 -> 518[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 431 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 431[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];431 -> 519[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 432 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 432[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];432 -> 520[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 433 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 433[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];433 -> 521[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 434 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 434[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];434 -> 522[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 435 -> 509[label="",style="dashed", color="red", weight=0]; 16.99/6.86 435[label="compare vwx30 vwx40 == LT",fontsize=16,color="magenta"];435 -> 523[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 436 -> 542[label="",style="dashed", color="red", weight=0]; 16.99/6.86 436[label="vwx23 == vwx24 && vwx25",fontsize=16,color="magenta"];436 -> 543[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 436 -> 544[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 437[label="True",fontsize=16,color="green",shape="box"];540[label="primCmpDouble (Double vwx30 (Pos vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];1767[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];540 -> 1767[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1767 -> 562[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 541[label="primCmpDouble (Double vwx30 (Neg vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];1768[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];541 -> 1768[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1768 -> 563[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 438 -> 5[label="",style="dashed", color="red", weight=0]; 16.99/6.86 438[label="vwx32 <= vwx42",fontsize=16,color="magenta"];438 -> 564[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 438 -> 565[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 439 -> 6[label="",style="dashed", color="red", weight=0]; 16.99/6.86 439[label="vwx32 <= vwx42",fontsize=16,color="magenta"];439 -> 566[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 439 -> 567[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 440 -> 7[label="",style="dashed", color="red", weight=0]; 16.99/6.86 440[label="vwx32 <= vwx42",fontsize=16,color="magenta"];440 -> 568[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 440 -> 569[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 441 -> 8[label="",style="dashed", color="red", weight=0]; 16.99/6.86 441[label="vwx32 <= vwx42",fontsize=16,color="magenta"];441 -> 570[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 441 -> 571[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 442 -> 9[label="",style="dashed", color="red", weight=0]; 16.99/6.86 442[label="vwx32 <= vwx42",fontsize=16,color="magenta"];442 -> 572[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 442 -> 573[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 443 -> 10[label="",style="dashed", color="red", weight=0]; 16.99/6.86 443[label="vwx32 <= vwx42",fontsize=16,color="magenta"];443 -> 574[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 443 -> 575[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 444 -> 11[label="",style="dashed", color="red", weight=0]; 16.99/6.86 444[label="vwx32 <= vwx42",fontsize=16,color="magenta"];444 -> 576[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 444 -> 577[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 445 -> 12[label="",style="dashed", color="red", weight=0]; 16.99/6.86 445[label="vwx32 <= vwx42",fontsize=16,color="magenta"];445 -> 578[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 445 -> 579[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 446 -> 13[label="",style="dashed", color="red", weight=0]; 16.99/6.86 446[label="vwx32 <= vwx42",fontsize=16,color="magenta"];446 -> 580[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 446 -> 581[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 447 -> 14[label="",style="dashed", color="red", weight=0]; 16.99/6.86 447[label="vwx32 <= vwx42",fontsize=16,color="magenta"];447 -> 582[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 447 -> 583[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 448 -> 15[label="",style="dashed", color="red", weight=0]; 16.99/6.86 448[label="vwx32 <= vwx42",fontsize=16,color="magenta"];448 -> 584[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 448 -> 585[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 449 -> 16[label="",style="dashed", color="red", weight=0]; 16.99/6.86 449[label="vwx32 <= vwx42",fontsize=16,color="magenta"];449 -> 586[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 449 -> 587[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 450 -> 17[label="",style="dashed", color="red", weight=0]; 16.99/6.86 450[label="vwx32 <= vwx42",fontsize=16,color="magenta"];450 -> 588[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 450 -> 589[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 451 -> 18[label="",style="dashed", color="red", weight=0]; 16.99/6.86 451[label="vwx32 <= vwx42",fontsize=16,color="magenta"];451 -> 590[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 451 -> 591[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 452 -> 253[label="",style="dashed", color="red", weight=0]; 16.99/6.86 452[label="vwx31 < vwx41",fontsize=16,color="magenta"];452 -> 592[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 452 -> 593[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 453 -> 254[label="",style="dashed", color="red", weight=0]; 16.99/6.86 453[label="vwx31 < vwx41",fontsize=16,color="magenta"];453 -> 594[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 453 -> 595[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 454 -> 255[label="",style="dashed", color="red", weight=0]; 16.99/6.86 454[label="vwx31 < vwx41",fontsize=16,color="magenta"];454 -> 596[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 454 -> 597[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 455 -> 256[label="",style="dashed", color="red", weight=0]; 16.99/6.86 455[label="vwx31 < vwx41",fontsize=16,color="magenta"];455 -> 598[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 455 -> 599[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 456 -> 257[label="",style="dashed", color="red", weight=0]; 16.99/6.86 456[label="vwx31 < vwx41",fontsize=16,color="magenta"];456 -> 600[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 456 -> 601[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 457 -> 258[label="",style="dashed", color="red", weight=0]; 16.99/6.86 457[label="vwx31 < vwx41",fontsize=16,color="magenta"];457 -> 602[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 457 -> 603[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 458 -> 259[label="",style="dashed", color="red", weight=0]; 16.99/6.86 458[label="vwx31 < vwx41",fontsize=16,color="magenta"];458 -> 604[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 458 -> 605[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 459 -> 260[label="",style="dashed", color="red", weight=0]; 16.99/6.86 459[label="vwx31 < vwx41",fontsize=16,color="magenta"];459 -> 606[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 459 -> 607[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 460 -> 261[label="",style="dashed", color="red", weight=0]; 16.99/6.86 460[label="vwx31 < vwx41",fontsize=16,color="magenta"];460 -> 608[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 460 -> 609[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 461 -> 262[label="",style="dashed", color="red", weight=0]; 16.99/6.86 461[label="vwx31 < vwx41",fontsize=16,color="magenta"];461 -> 610[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 461 -> 611[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 462 -> 263[label="",style="dashed", color="red", weight=0]; 16.99/6.86 462[label="vwx31 < vwx41",fontsize=16,color="magenta"];462 -> 612[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 462 -> 613[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 463 -> 264[label="",style="dashed", color="red", weight=0]; 16.99/6.86 463[label="vwx31 < vwx41",fontsize=16,color="magenta"];463 -> 614[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 463 -> 615[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 464 -> 265[label="",style="dashed", color="red", weight=0]; 16.99/6.86 464[label="vwx31 < vwx41",fontsize=16,color="magenta"];464 -> 616[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 464 -> 617[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 465 -> 266[label="",style="dashed", color="red", weight=0]; 16.99/6.86 465[label="vwx31 < vwx41",fontsize=16,color="magenta"];465 -> 618[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 465 -> 619[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 466[label="vwx30",fontsize=16,color="green",shape="box"];467[label="vwx40",fontsize=16,color="green",shape="box"];468[label="vwx30",fontsize=16,color="green",shape="box"];469[label="vwx40",fontsize=16,color="green",shape="box"];470[label="vwx30",fontsize=16,color="green",shape="box"];471[label="vwx40",fontsize=16,color="green",shape="box"];472[label="vwx30",fontsize=16,color="green",shape="box"];473[label="vwx40",fontsize=16,color="green",shape="box"];474[label="vwx30",fontsize=16,color="green",shape="box"];475[label="vwx40",fontsize=16,color="green",shape="box"];476[label="vwx30",fontsize=16,color="green",shape="box"];477[label="vwx40",fontsize=16,color="green",shape="box"];478[label="vwx30",fontsize=16,color="green",shape="box"];479[label="vwx40",fontsize=16,color="green",shape="box"];480[label="vwx30",fontsize=16,color="green",shape="box"];481[label="vwx40",fontsize=16,color="green",shape="box"];482[label="vwx30",fontsize=16,color="green",shape="box"];483[label="vwx40",fontsize=16,color="green",shape="box"];484[label="vwx30",fontsize=16,color="green",shape="box"];485[label="vwx40",fontsize=16,color="green",shape="box"];486[label="vwx30",fontsize=16,color="green",shape="box"];487[label="vwx40",fontsize=16,color="green",shape="box"];488[label="vwx30",fontsize=16,color="green",shape="box"];489[label="vwx40",fontsize=16,color="green",shape="box"];490[label="vwx30",fontsize=16,color="green",shape="box"];491[label="vwx40",fontsize=16,color="green",shape="box"];492[label="vwx30",fontsize=16,color="green",shape="box"];493[label="vwx40",fontsize=16,color="green",shape="box"];545[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];1769[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];545 -> 1769[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1769 -> 620[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1770[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];545 -> 1770[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1770 -> 621[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 546[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];1771[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];546 -> 1771[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1771 -> 622[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 1772[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];546 -> 1772[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1772 -> 623[label="",style="solid", color="burlywood", weight=3]; 16.99/6.86 548 -> 362[label="",style="dashed", color="red", weight=0]; 16.99/6.86 548[label="compare vwx31 vwx41",fontsize=16,color="magenta"];548 -> 624[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 548 -> 625[label="",style="dashed", color="magenta", weight=3]; 16.99/6.86 547[label="primCompAux vwx30 vwx40 vwx35",fontsize=16,color="black",shape="triangle"];547 -> 626[label="",style="solid", color="black", weight=3]; 16.99/6.86 549[label="primCmpNat vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1773[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];549 -> 1773[label="",style="solid", color="burlywood", weight=9]; 16.99/6.86 1773 -> 668[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1774[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];549 -> 1774[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1774 -> 669[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 550[label="primCmpInt (Pos (Succ vwx300)) (Pos vwx40)",fontsize=16,color="black",shape="box"];550 -> 670[label="",style="solid", color="black", weight=3]; 16.99/6.87 551[label="primCmpInt (Pos (Succ vwx300)) (Neg vwx40)",fontsize=16,color="black",shape="box"];551 -> 671[label="",style="solid", color="black", weight=3]; 16.99/6.87 552[label="primCmpInt (Pos Zero) (Pos vwx40)",fontsize=16,color="burlywood",shape="box"];1775[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];552 -> 1775[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1775 -> 672[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1776[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];552 -> 1776[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1776 -> 673[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 553[label="primCmpInt (Pos Zero) (Neg vwx40)",fontsize=16,color="burlywood",shape="box"];1777[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];553 -> 1777[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1777 -> 674[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1778[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];553 -> 1778[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1778 -> 675[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 554[label="primCmpInt (Neg (Succ vwx300)) (Pos vwx40)",fontsize=16,color="black",shape="box"];554 -> 676[label="",style="solid", color="black", weight=3]; 16.99/6.87 555[label="primCmpInt (Neg (Succ vwx300)) (Neg vwx40)",fontsize=16,color="black",shape="box"];555 -> 677[label="",style="solid", color="black", weight=3]; 16.99/6.87 556[label="primCmpInt (Neg Zero) (Pos vwx40)",fontsize=16,color="burlywood",shape="box"];1779[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];556 -> 1779[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1779 -> 678[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1780[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];556 -> 1780[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1780 -> 679[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 557[label="primCmpInt (Neg Zero) (Neg vwx40)",fontsize=16,color="burlywood",shape="box"];1781[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];557 -> 1781[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1781 -> 680[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1782[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];557 -> 1782[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1782 -> 681[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 558 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 558[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="magenta"];558 -> 682[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 558 -> 683[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 559 -> 367[label="",style="dashed", color="red", weight=0]; 16.99/6.87 559[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="magenta"];559 -> 684[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 559 -> 685[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 560[label="vwx30",fontsize=16,color="green",shape="box"];561[label="vwx40",fontsize=16,color="green",shape="box"];510 -> 361[label="",style="dashed", color="red", weight=0]; 16.99/6.87 510[label="compare vwx30 vwx40",fontsize=16,color="magenta"];510 -> 627[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 510 -> 628[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 509[label="vwx29 == LT",fontsize=16,color="burlywood",shape="triangle"];1783[label="vwx29/LT",fontsize=10,color="white",style="solid",shape="box"];509 -> 1783[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1783 -> 629[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1784[label="vwx29/EQ",fontsize=10,color="white",style="solid",shape="box"];509 -> 1784[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1784 -> 630[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1785[label="vwx29/GT",fontsize=10,color="white",style="solid",shape="box"];509 -> 1785[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1785 -> 631[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 511 -> 362[label="",style="dashed", color="red", weight=0]; 16.99/6.87 511[label="compare vwx30 vwx40",fontsize=16,color="magenta"];511 -> 632[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 511 -> 633[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 512 -> 363[label="",style="dashed", color="red", weight=0]; 16.99/6.87 512[label="compare vwx30 vwx40",fontsize=16,color="magenta"];512 -> 634[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 512 -> 635[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 513 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 513[label="compare vwx30 vwx40",fontsize=16,color="magenta"];513 -> 636[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 513 -> 637[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 514[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];514 -> 638[label="",style="solid", color="black", weight=3]; 16.99/6.87 515[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];515 -> 639[label="",style="solid", color="black", weight=3]; 16.99/6.87 516 -> 365[label="",style="dashed", color="red", weight=0]; 16.99/6.87 516[label="compare vwx30 vwx40",fontsize=16,color="magenta"];516 -> 640[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 516 -> 641[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 517 -> 366[label="",style="dashed", color="red", weight=0]; 16.99/6.87 517[label="compare vwx30 vwx40",fontsize=16,color="magenta"];517 -> 642[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 517 -> 643[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 518 -> 367[label="",style="dashed", color="red", weight=0]; 16.99/6.87 518[label="compare vwx30 vwx40",fontsize=16,color="magenta"];518 -> 644[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 518 -> 645[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 519[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];519 -> 646[label="",style="solid", color="black", weight=3]; 16.99/6.87 520[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];520 -> 647[label="",style="solid", color="black", weight=3]; 16.99/6.87 521[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];521 -> 648[label="",style="solid", color="black", weight=3]; 16.99/6.87 522 -> 368[label="",style="dashed", color="red", weight=0]; 16.99/6.87 522[label="compare vwx30 vwx40",fontsize=16,color="magenta"];522 -> 649[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 522 -> 650[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 523[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];523 -> 651[label="",style="solid", color="black", weight=3]; 16.99/6.87 543[label="vwx23 == vwx24",fontsize=16,color="blue",shape="box"];1786[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1786[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1786 -> 652[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1787[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1787[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1787 -> 653[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1788[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1788[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1788 -> 654[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1789[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1789[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1789 -> 655[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1790[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1790[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1790 -> 656[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1791[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1791[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1791 -> 657[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1792[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1792[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1792 -> 658[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1793[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1793[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1793 -> 659[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1794[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1794[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1794 -> 660[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1795[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1795[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1795 -> 661[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1796[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1796[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1796 -> 662[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1797[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1797[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1797 -> 663[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1798[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1798[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1798 -> 664[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1799[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];543 -> 1799[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1799 -> 665[label="",style="solid", color="blue", weight=3]; 16.99/6.87 544[label="vwx25",fontsize=16,color="green",shape="box"];542[label="vwx33 && vwx34",fontsize=16,color="burlywood",shape="triangle"];1800[label="vwx33/False",fontsize=10,color="white",style="solid",shape="box"];542 -> 1800[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1800 -> 666[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1801[label="vwx33/True",fontsize=10,color="white",style="solid",shape="box"];542 -> 1801[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1801 -> 667[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 562[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];1802[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];562 -> 1802[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1802 -> 686[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1803[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];562 -> 1803[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1803 -> 687[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 563[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];1804[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];563 -> 1804[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1804 -> 688[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1805[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];563 -> 1805[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1805 -> 689[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 564[label="vwx32",fontsize=16,color="green",shape="box"];565[label="vwx42",fontsize=16,color="green",shape="box"];566[label="vwx32",fontsize=16,color="green",shape="box"];567[label="vwx42",fontsize=16,color="green",shape="box"];568[label="vwx32",fontsize=16,color="green",shape="box"];569[label="vwx42",fontsize=16,color="green",shape="box"];570[label="vwx32",fontsize=16,color="green",shape="box"];571[label="vwx42",fontsize=16,color="green",shape="box"];572[label="vwx32",fontsize=16,color="green",shape="box"];573[label="vwx42",fontsize=16,color="green",shape="box"];574[label="vwx32",fontsize=16,color="green",shape="box"];575[label="vwx42",fontsize=16,color="green",shape="box"];576[label="vwx32",fontsize=16,color="green",shape="box"];577[label="vwx42",fontsize=16,color="green",shape="box"];578[label="vwx32",fontsize=16,color="green",shape="box"];579[label="vwx42",fontsize=16,color="green",shape="box"];580[label="vwx32",fontsize=16,color="green",shape="box"];581[label="vwx42",fontsize=16,color="green",shape="box"];582[label="vwx32",fontsize=16,color="green",shape="box"];583[label="vwx42",fontsize=16,color="green",shape="box"];584[label="vwx32",fontsize=16,color="green",shape="box"];585[label="vwx42",fontsize=16,color="green",shape="box"];586[label="vwx32",fontsize=16,color="green",shape="box"];587[label="vwx42",fontsize=16,color="green",shape="box"];588[label="vwx32",fontsize=16,color="green",shape="box"];589[label="vwx42",fontsize=16,color="green",shape="box"];590[label="vwx32",fontsize=16,color="green",shape="box"];591[label="vwx42",fontsize=16,color="green",shape="box"];592[label="vwx31",fontsize=16,color="green",shape="box"];593[label="vwx41",fontsize=16,color="green",shape="box"];594[label="vwx31",fontsize=16,color="green",shape="box"];595[label="vwx41",fontsize=16,color="green",shape="box"];596[label="vwx31",fontsize=16,color="green",shape="box"];597[label="vwx41",fontsize=16,color="green",shape="box"];598[label="vwx31",fontsize=16,color="green",shape="box"];599[label="vwx41",fontsize=16,color="green",shape="box"];600[label="vwx31",fontsize=16,color="green",shape="box"];601[label="vwx41",fontsize=16,color="green",shape="box"];602[label="vwx31",fontsize=16,color="green",shape="box"];603[label="vwx41",fontsize=16,color="green",shape="box"];604[label="vwx31",fontsize=16,color="green",shape="box"];605[label="vwx41",fontsize=16,color="green",shape="box"];606[label="vwx31",fontsize=16,color="green",shape="box"];607[label="vwx41",fontsize=16,color="green",shape="box"];608[label="vwx31",fontsize=16,color="green",shape="box"];609[label="vwx41",fontsize=16,color="green",shape="box"];610[label="vwx31",fontsize=16,color="green",shape="box"];611[label="vwx41",fontsize=16,color="green",shape="box"];612[label="vwx31",fontsize=16,color="green",shape="box"];613[label="vwx41",fontsize=16,color="green",shape="box"];614[label="vwx31",fontsize=16,color="green",shape="box"];615[label="vwx41",fontsize=16,color="green",shape="box"];616[label="vwx31",fontsize=16,color="green",shape="box"];617[label="vwx41",fontsize=16,color="green",shape="box"];618[label="vwx31",fontsize=16,color="green",shape="box"];619[label="vwx41",fontsize=16,color="green",shape="box"];620[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];620 -> 690[label="",style="solid", color="black", weight=3]; 16.99/6.87 621[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];621 -> 691[label="",style="solid", color="black", weight=3]; 16.99/6.87 622[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];622 -> 692[label="",style="solid", color="black", weight=3]; 16.99/6.87 623[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];623 -> 693[label="",style="solid", color="black", weight=3]; 16.99/6.87 624[label="vwx31",fontsize=16,color="green",shape="box"];625[label="vwx41",fontsize=16,color="green",shape="box"];626 -> 694[label="",style="dashed", color="red", weight=0]; 16.99/6.87 626[label="primCompAux0 vwx35 (compare vwx30 vwx40)",fontsize=16,color="magenta"];626 -> 695[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 626 -> 696[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 668[label="primCmpNat (Succ vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1806[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];668 -> 1806[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1806 -> 697[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1807[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];668 -> 1807[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1807 -> 698[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 669[label="primCmpNat Zero vwx40",fontsize=16,color="burlywood",shape="box"];1808[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];669 -> 1808[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1808 -> 699[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1809[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];669 -> 1809[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1809 -> 700[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 670 -> 549[label="",style="dashed", color="red", weight=0]; 16.99/6.87 670[label="primCmpNat (Succ vwx300) vwx40",fontsize=16,color="magenta"];670 -> 701[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 670 -> 702[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 671[label="GT",fontsize=16,color="green",shape="box"];672[label="primCmpInt (Pos Zero) (Pos (Succ vwx400))",fontsize=16,color="black",shape="box"];672 -> 703[label="",style="solid", color="black", weight=3]; 16.99/6.87 673[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];673 -> 704[label="",style="solid", color="black", weight=3]; 16.99/6.87 674[label="primCmpInt (Pos Zero) (Neg (Succ vwx400))",fontsize=16,color="black",shape="box"];674 -> 705[label="",style="solid", color="black", weight=3]; 16.99/6.87 675[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];675 -> 706[label="",style="solid", color="black", weight=3]; 16.99/6.87 676[label="LT",fontsize=16,color="green",shape="box"];677 -> 549[label="",style="dashed", color="red", weight=0]; 16.99/6.87 677[label="primCmpNat vwx40 (Succ vwx300)",fontsize=16,color="magenta"];677 -> 707[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 677 -> 708[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 678[label="primCmpInt (Neg Zero) (Pos (Succ vwx400))",fontsize=16,color="black",shape="box"];678 -> 709[label="",style="solid", color="black", weight=3]; 16.99/6.87 679[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];679 -> 710[label="",style="solid", color="black", weight=3]; 16.99/6.87 680[label="primCmpInt (Neg Zero) (Neg (Succ vwx400))",fontsize=16,color="black",shape="box"];680 -> 711[label="",style="solid", color="black", weight=3]; 16.99/6.87 681[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];681 -> 712[label="",style="solid", color="black", weight=3]; 16.99/6.87 682[label="vwx30 * vwx41",fontsize=16,color="black",shape="triangle"];682 -> 713[label="",style="solid", color="black", weight=3]; 16.99/6.87 683 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 683[label="vwx40 * vwx31",fontsize=16,color="magenta"];683 -> 714[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 683 -> 715[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 684[label="vwx30 * vwx41",fontsize=16,color="burlywood",shape="triangle"];1810[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];684 -> 1810[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1810 -> 716[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 685 -> 684[label="",style="dashed", color="red", weight=0]; 16.99/6.87 685[label="vwx40 * vwx31",fontsize=16,color="magenta"];685 -> 717[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 685 -> 718[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 627[label="vwx30",fontsize=16,color="green",shape="box"];628[label="vwx40",fontsize=16,color="green",shape="box"];629[label="LT == LT",fontsize=16,color="black",shape="box"];629 -> 719[label="",style="solid", color="black", weight=3]; 16.99/6.87 630[label="EQ == LT",fontsize=16,color="black",shape="box"];630 -> 720[label="",style="solid", color="black", weight=3]; 16.99/6.87 631[label="GT == LT",fontsize=16,color="black",shape="box"];631 -> 721[label="",style="solid", color="black", weight=3]; 16.99/6.87 632[label="vwx30",fontsize=16,color="green",shape="box"];633[label="vwx40",fontsize=16,color="green",shape="box"];634[label="vwx30",fontsize=16,color="green",shape="box"];635[label="vwx40",fontsize=16,color="green",shape="box"];636[label="vwx30",fontsize=16,color="green",shape="box"];637[label="vwx40",fontsize=16,color="green",shape="box"];638[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];638 -> 722[label="",style="solid", color="black", weight=3]; 16.99/6.87 639[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];639 -> 723[label="",style="solid", color="black", weight=3]; 16.99/6.87 640[label="vwx30",fontsize=16,color="green",shape="box"];641[label="vwx40",fontsize=16,color="green",shape="box"];642[label="vwx30",fontsize=16,color="green",shape="box"];643[label="vwx40",fontsize=16,color="green",shape="box"];644[label="vwx30",fontsize=16,color="green",shape="box"];645[label="vwx40",fontsize=16,color="green",shape="box"];646[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];646 -> 724[label="",style="solid", color="black", weight=3]; 16.99/6.87 647[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];647 -> 725[label="",style="solid", color="black", weight=3]; 16.99/6.87 648[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];648 -> 726[label="",style="solid", color="black", weight=3]; 16.99/6.87 649[label="vwx30",fontsize=16,color="green",shape="box"];650[label="vwx40",fontsize=16,color="green",shape="box"];651[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];651 -> 727[label="",style="solid", color="black", weight=3]; 16.99/6.87 652[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1811[label="vwx23/(vwx230,vwx231,vwx232)",fontsize=10,color="white",style="solid",shape="box"];652 -> 1811[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1811 -> 728[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 653[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];653 -> 729[label="",style="solid", color="black", weight=3]; 16.99/6.87 654[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1812[label="vwx23/(vwx230,vwx231)",fontsize=10,color="white",style="solid",shape="box"];654 -> 1812[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1812 -> 730[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 655[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];655 -> 731[label="",style="solid", color="black", weight=3]; 16.99/6.87 656[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1813[label="vwx23/Integer vwx230",fontsize=10,color="white",style="solid",shape="box"];656 -> 1813[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1813 -> 732[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 657[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1814[label="vwx23/False",fontsize=10,color="white",style="solid",shape="box"];657 -> 1814[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1814 -> 733[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1815[label="vwx23/True",fontsize=10,color="white",style="solid",shape="box"];657 -> 1815[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1815 -> 734[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 658[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1816[label="vwx23/vwx230 :% vwx231",fontsize=10,color="white",style="solid",shape="box"];658 -> 1816[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1816 -> 735[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 659[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];659 -> 736[label="",style="solid", color="black", weight=3]; 16.99/6.87 660[label="vwx23 == vwx24",fontsize=16,color="black",shape="triangle"];660 -> 737[label="",style="solid", color="black", weight=3]; 16.99/6.87 661[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1817[label="vwx23/LT",fontsize=10,color="white",style="solid",shape="box"];661 -> 1817[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1817 -> 738[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1818[label="vwx23/EQ",fontsize=10,color="white",style="solid",shape="box"];661 -> 1818[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1818 -> 739[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1819[label="vwx23/GT",fontsize=10,color="white",style="solid",shape="box"];661 -> 1819[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1819 -> 740[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 662[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1820[label="vwx23/Nothing",fontsize=10,color="white",style="solid",shape="box"];662 -> 1820[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1820 -> 741[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1821[label="vwx23/Just vwx230",fontsize=10,color="white",style="solid",shape="box"];662 -> 1821[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1821 -> 742[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 663[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1822[label="vwx23/Left vwx230",fontsize=10,color="white",style="solid",shape="box"];663 -> 1822[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1822 -> 743[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1823[label="vwx23/Right vwx230",fontsize=10,color="white",style="solid",shape="box"];663 -> 1823[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1823 -> 744[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 664[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1824[label="vwx23/vwx230 : vwx231",fontsize=10,color="white",style="solid",shape="box"];664 -> 1824[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1824 -> 745[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1825[label="vwx23/[]",fontsize=10,color="white",style="solid",shape="box"];664 -> 1825[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1825 -> 746[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 665[label="vwx23 == vwx24",fontsize=16,color="burlywood",shape="triangle"];1826[label="vwx23/()",fontsize=10,color="white",style="solid",shape="box"];665 -> 1826[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1826 -> 747[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 666[label="False && vwx34",fontsize=16,color="black",shape="box"];666 -> 748[label="",style="solid", color="black", weight=3]; 16.99/6.87 667[label="True && vwx34",fontsize=16,color="black",shape="box"];667 -> 749[label="",style="solid", color="black", weight=3]; 16.99/6.87 686[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];686 -> 750[label="",style="solid", color="black", weight=3]; 16.99/6.87 687[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];687 -> 751[label="",style="solid", color="black", weight=3]; 16.99/6.87 688[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];688 -> 752[label="",style="solid", color="black", weight=3]; 16.99/6.87 689[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];689 -> 753[label="",style="solid", color="black", weight=3]; 16.99/6.87 690 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 690[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];690 -> 754[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 690 -> 755[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 691 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 691[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];691 -> 756[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 691 -> 757[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 692 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 692[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];692 -> 758[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 692 -> 759[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 693 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 693[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];693 -> 760[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 693 -> 761[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 695[label="vwx35",fontsize=16,color="green",shape="box"];696[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];1827[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1827[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1827 -> 762[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1828[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1828[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1828 -> 763[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1829[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1829[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1829 -> 764[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1830[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1830[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1830 -> 765[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1831[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1831[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1831 -> 766[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1832[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1832[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1832 -> 767[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1833[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1833[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1833 -> 768[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1834[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1834[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1834 -> 769[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1835[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1835[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1835 -> 770[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1836[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1836[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1836 -> 771[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1837[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1837[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1837 -> 772[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1838[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1838[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1838 -> 773[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1839[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1839[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1839 -> 774[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1840[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];696 -> 1840[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1840 -> 775[label="",style="solid", color="blue", weight=3]; 16.99/6.87 694[label="primCompAux0 vwx39 vwx40",fontsize=16,color="burlywood",shape="triangle"];1841[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];694 -> 1841[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1841 -> 776[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1842[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];694 -> 1842[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1842 -> 777[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1843[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];694 -> 1843[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1843 -> 778[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 697[label="primCmpNat (Succ vwx300) (Succ vwx400)",fontsize=16,color="black",shape="box"];697 -> 779[label="",style="solid", color="black", weight=3]; 16.99/6.87 698[label="primCmpNat (Succ vwx300) Zero",fontsize=16,color="black",shape="box"];698 -> 780[label="",style="solid", color="black", weight=3]; 16.99/6.87 699[label="primCmpNat Zero (Succ vwx400)",fontsize=16,color="black",shape="box"];699 -> 781[label="",style="solid", color="black", weight=3]; 16.99/6.87 700[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];700 -> 782[label="",style="solid", color="black", weight=3]; 16.99/6.87 701[label="vwx40",fontsize=16,color="green",shape="box"];702[label="Succ vwx300",fontsize=16,color="green",shape="box"];703 -> 549[label="",style="dashed", color="red", weight=0]; 16.99/6.87 703[label="primCmpNat Zero (Succ vwx400)",fontsize=16,color="magenta"];703 -> 783[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 703 -> 784[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 704[label="EQ",fontsize=16,color="green",shape="box"];705[label="GT",fontsize=16,color="green",shape="box"];706[label="EQ",fontsize=16,color="green",shape="box"];707[label="Succ vwx300",fontsize=16,color="green",shape="box"];708[label="vwx40",fontsize=16,color="green",shape="box"];709[label="LT",fontsize=16,color="green",shape="box"];710[label="EQ",fontsize=16,color="green",shape="box"];711 -> 549[label="",style="dashed", color="red", weight=0]; 16.99/6.87 711[label="primCmpNat (Succ vwx400) Zero",fontsize=16,color="magenta"];711 -> 785[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 711 -> 786[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 712[label="EQ",fontsize=16,color="green",shape="box"];713[label="primMulInt vwx30 vwx41",fontsize=16,color="burlywood",shape="triangle"];1844[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];713 -> 1844[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1844 -> 787[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1845[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];713 -> 1845[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1845 -> 788[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 714[label="vwx31",fontsize=16,color="green",shape="box"];715[label="vwx40",fontsize=16,color="green",shape="box"];716[label="Integer vwx300 * vwx41",fontsize=16,color="burlywood",shape="box"];1846[label="vwx41/Integer vwx410",fontsize=10,color="white",style="solid",shape="box"];716 -> 1846[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1846 -> 789[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 717[label="vwx31",fontsize=16,color="green",shape="box"];718[label="vwx40",fontsize=16,color="green",shape="box"];719[label="True",fontsize=16,color="green",shape="box"];720[label="False",fontsize=16,color="green",shape="box"];721[label="False",fontsize=16,color="green",shape="box"];722 -> 790[label="",style="dashed", color="red", weight=0]; 16.99/6.87 722[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];722 -> 791[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 723 -> 792[label="",style="dashed", color="red", weight=0]; 16.99/6.87 723[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];723 -> 793[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 724 -> 794[label="",style="dashed", color="red", weight=0]; 16.99/6.87 724[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];724 -> 795[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 725 -> 796[label="",style="dashed", color="red", weight=0]; 16.99/6.87 725[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];725 -> 797[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 726 -> 798[label="",style="dashed", color="red", weight=0]; 16.99/6.87 726[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];726 -> 799[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 727 -> 800[label="",style="dashed", color="red", weight=0]; 16.99/6.87 727[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];727 -> 801[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 728[label="(vwx230,vwx231,vwx232) == vwx24",fontsize=16,color="burlywood",shape="box"];1847[label="vwx24/(vwx240,vwx241,vwx242)",fontsize=10,color="white",style="solid",shape="box"];728 -> 1847[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1847 -> 802[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 729[label="primEqChar vwx23 vwx24",fontsize=16,color="burlywood",shape="box"];1848[label="vwx23/Char vwx230",fontsize=10,color="white",style="solid",shape="box"];729 -> 1848[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1848 -> 803[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 730[label="(vwx230,vwx231) == vwx24",fontsize=16,color="burlywood",shape="box"];1849[label="vwx24/(vwx240,vwx241)",fontsize=10,color="white",style="solid",shape="box"];730 -> 1849[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1849 -> 804[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 731[label="primEqDouble vwx23 vwx24",fontsize=16,color="burlywood",shape="box"];1850[label="vwx23/Double vwx230 vwx231",fontsize=10,color="white",style="solid",shape="box"];731 -> 1850[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1850 -> 805[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 732[label="Integer vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1851[label="vwx24/Integer vwx240",fontsize=10,color="white",style="solid",shape="box"];732 -> 1851[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1851 -> 806[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 733[label="False == vwx24",fontsize=16,color="burlywood",shape="box"];1852[label="vwx24/False",fontsize=10,color="white",style="solid",shape="box"];733 -> 1852[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1852 -> 807[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1853[label="vwx24/True",fontsize=10,color="white",style="solid",shape="box"];733 -> 1853[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1853 -> 808[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 734[label="True == vwx24",fontsize=16,color="burlywood",shape="box"];1854[label="vwx24/False",fontsize=10,color="white",style="solid",shape="box"];734 -> 1854[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1854 -> 809[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1855[label="vwx24/True",fontsize=10,color="white",style="solid",shape="box"];734 -> 1855[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1855 -> 810[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 735[label="vwx230 :% vwx231 == vwx24",fontsize=16,color="burlywood",shape="box"];1856[label="vwx24/vwx240 :% vwx241",fontsize=10,color="white",style="solid",shape="box"];735 -> 1856[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1856 -> 811[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 736[label="primEqInt vwx23 vwx24",fontsize=16,color="burlywood",shape="triangle"];1857[label="vwx23/Pos vwx230",fontsize=10,color="white",style="solid",shape="box"];736 -> 1857[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1857 -> 812[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1858[label="vwx23/Neg vwx230",fontsize=10,color="white",style="solid",shape="box"];736 -> 1858[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1858 -> 813[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 737[label="primEqFloat vwx23 vwx24",fontsize=16,color="burlywood",shape="box"];1859[label="vwx23/Float vwx230 vwx231",fontsize=10,color="white",style="solid",shape="box"];737 -> 1859[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1859 -> 814[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 738[label="LT == vwx24",fontsize=16,color="burlywood",shape="box"];1860[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];738 -> 1860[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1860 -> 815[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1861[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];738 -> 1861[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1861 -> 816[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1862[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];738 -> 1862[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1862 -> 817[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 739[label="EQ == vwx24",fontsize=16,color="burlywood",shape="box"];1863[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];739 -> 1863[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1863 -> 818[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1864[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];739 -> 1864[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1864 -> 819[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1865[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];739 -> 1865[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1865 -> 820[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 740[label="GT == vwx24",fontsize=16,color="burlywood",shape="box"];1866[label="vwx24/LT",fontsize=10,color="white",style="solid",shape="box"];740 -> 1866[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1866 -> 821[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1867[label="vwx24/EQ",fontsize=10,color="white",style="solid",shape="box"];740 -> 1867[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1867 -> 822[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1868[label="vwx24/GT",fontsize=10,color="white",style="solid",shape="box"];740 -> 1868[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1868 -> 823[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 741[label="Nothing == vwx24",fontsize=16,color="burlywood",shape="box"];1869[label="vwx24/Nothing",fontsize=10,color="white",style="solid",shape="box"];741 -> 1869[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1869 -> 824[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1870[label="vwx24/Just vwx240",fontsize=10,color="white",style="solid",shape="box"];741 -> 1870[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1870 -> 825[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 742[label="Just vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1871[label="vwx24/Nothing",fontsize=10,color="white",style="solid",shape="box"];742 -> 1871[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1871 -> 826[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1872[label="vwx24/Just vwx240",fontsize=10,color="white",style="solid",shape="box"];742 -> 1872[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1872 -> 827[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 743[label="Left vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1873[label="vwx24/Left vwx240",fontsize=10,color="white",style="solid",shape="box"];743 -> 1873[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1873 -> 828[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1874[label="vwx24/Right vwx240",fontsize=10,color="white",style="solid",shape="box"];743 -> 1874[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1874 -> 829[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 744[label="Right vwx230 == vwx24",fontsize=16,color="burlywood",shape="box"];1875[label="vwx24/Left vwx240",fontsize=10,color="white",style="solid",shape="box"];744 -> 1875[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1875 -> 830[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1876[label="vwx24/Right vwx240",fontsize=10,color="white",style="solid",shape="box"];744 -> 1876[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1876 -> 831[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 745[label="vwx230 : vwx231 == vwx24",fontsize=16,color="burlywood",shape="box"];1877[label="vwx24/vwx240 : vwx241",fontsize=10,color="white",style="solid",shape="box"];745 -> 1877[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1877 -> 832[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1878[label="vwx24/[]",fontsize=10,color="white",style="solid",shape="box"];745 -> 1878[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1878 -> 833[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 746[label="[] == vwx24",fontsize=16,color="burlywood",shape="box"];1879[label="vwx24/vwx240 : vwx241",fontsize=10,color="white",style="solid",shape="box"];746 -> 1879[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1879 -> 834[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1880[label="vwx24/[]",fontsize=10,color="white",style="solid",shape="box"];746 -> 1880[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1880 -> 835[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 747[label="() == vwx24",fontsize=16,color="burlywood",shape="box"];1881[label="vwx24/()",fontsize=10,color="white",style="solid",shape="box"];747 -> 1881[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1881 -> 836[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 748[label="False",fontsize=16,color="green",shape="box"];749[label="vwx34",fontsize=16,color="green",shape="box"];750 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 750[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];750 -> 837[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 750 -> 838[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 751 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 751[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];751 -> 839[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 751 -> 840[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 752 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 752[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];752 -> 841[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 752 -> 842[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 753 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 753[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];753 -> 843[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 753 -> 844[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 754 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 754[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];754 -> 845[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 754 -> 846[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 755 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 755[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];755 -> 847[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 755 -> 848[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 756 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 756[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];756 -> 849[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 756 -> 850[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 757 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 757[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];757 -> 851[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 757 -> 852[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 758 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 758[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];758 -> 853[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 758 -> 854[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 759 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 759[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];759 -> 855[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 759 -> 856[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 760 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 760[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];760 -> 857[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 760 -> 858[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 761 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 761[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];761 -> 859[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 761 -> 860[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 762 -> 361[label="",style="dashed", color="red", weight=0]; 16.99/6.87 762[label="compare vwx30 vwx40",fontsize=16,color="magenta"];762 -> 861[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 762 -> 862[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 763 -> 362[label="",style="dashed", color="red", weight=0]; 16.99/6.87 763[label="compare vwx30 vwx40",fontsize=16,color="magenta"];763 -> 863[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 763 -> 864[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 764 -> 363[label="",style="dashed", color="red", weight=0]; 16.99/6.87 764[label="compare vwx30 vwx40",fontsize=16,color="magenta"];764 -> 865[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 764 -> 866[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 765 -> 364[label="",style="dashed", color="red", weight=0]; 16.99/6.87 765[label="compare vwx30 vwx40",fontsize=16,color="magenta"];765 -> 867[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 765 -> 868[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 766 -> 514[label="",style="dashed", color="red", weight=0]; 16.99/6.87 766[label="compare vwx30 vwx40",fontsize=16,color="magenta"];766 -> 869[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 766 -> 870[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 767 -> 515[label="",style="dashed", color="red", weight=0]; 16.99/6.87 767[label="compare vwx30 vwx40",fontsize=16,color="magenta"];767 -> 871[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 767 -> 872[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 768 -> 365[label="",style="dashed", color="red", weight=0]; 16.99/6.87 768[label="compare vwx30 vwx40",fontsize=16,color="magenta"];768 -> 873[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 768 -> 874[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 769 -> 366[label="",style="dashed", color="red", weight=0]; 16.99/6.87 769[label="compare vwx30 vwx40",fontsize=16,color="magenta"];769 -> 875[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 769 -> 876[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 770 -> 367[label="",style="dashed", color="red", weight=0]; 16.99/6.87 770[label="compare vwx30 vwx40",fontsize=16,color="magenta"];770 -> 877[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 770 -> 878[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 771 -> 519[label="",style="dashed", color="red", weight=0]; 16.99/6.87 771[label="compare vwx30 vwx40",fontsize=16,color="magenta"];771 -> 879[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 771 -> 880[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 772 -> 520[label="",style="dashed", color="red", weight=0]; 16.99/6.87 772[label="compare vwx30 vwx40",fontsize=16,color="magenta"];772 -> 881[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 772 -> 882[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 773 -> 521[label="",style="dashed", color="red", weight=0]; 16.99/6.87 773[label="compare vwx30 vwx40",fontsize=16,color="magenta"];773 -> 883[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 773 -> 884[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 774 -> 368[label="",style="dashed", color="red", weight=0]; 16.99/6.87 774[label="compare vwx30 vwx40",fontsize=16,color="magenta"];774 -> 885[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 774 -> 886[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 775 -> 523[label="",style="dashed", color="red", weight=0]; 16.99/6.87 775[label="compare vwx30 vwx40",fontsize=16,color="magenta"];775 -> 887[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 775 -> 888[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 776[label="primCompAux0 vwx39 LT",fontsize=16,color="black",shape="box"];776 -> 889[label="",style="solid", color="black", weight=3]; 16.99/6.87 777[label="primCompAux0 vwx39 EQ",fontsize=16,color="black",shape="box"];777 -> 890[label="",style="solid", color="black", weight=3]; 16.99/6.87 778[label="primCompAux0 vwx39 GT",fontsize=16,color="black",shape="box"];778 -> 891[label="",style="solid", color="black", weight=3]; 16.99/6.87 779 -> 549[label="",style="dashed", color="red", weight=0]; 16.99/6.87 779[label="primCmpNat vwx300 vwx400",fontsize=16,color="magenta"];779 -> 892[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 779 -> 893[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 780[label="GT",fontsize=16,color="green",shape="box"];781[label="LT",fontsize=16,color="green",shape="box"];782[label="EQ",fontsize=16,color="green",shape="box"];783[label="Succ vwx400",fontsize=16,color="green",shape="box"];784[label="Zero",fontsize=16,color="green",shape="box"];785[label="Zero",fontsize=16,color="green",shape="box"];786[label="Succ vwx400",fontsize=16,color="green",shape="box"];787[label="primMulInt (Pos vwx300) vwx41",fontsize=16,color="burlywood",shape="box"];1882[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];787 -> 1882[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1882 -> 894[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1883[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];787 -> 1883[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1883 -> 895[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 788[label="primMulInt (Neg vwx300) vwx41",fontsize=16,color="burlywood",shape="box"];1884[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];788 -> 1884[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1884 -> 896[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1885[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];788 -> 1885[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1885 -> 897[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 789[label="Integer vwx300 * Integer vwx410",fontsize=16,color="black",shape="box"];789 -> 898[label="",style="solid", color="black", weight=3]; 16.99/6.87 791 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 791[label="vwx30 == vwx40",fontsize=16,color="magenta"];791 -> 899[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 791 -> 900[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 790[label="compare2 vwx30 vwx40 vwx41",fontsize=16,color="burlywood",shape="triangle"];1886[label="vwx41/False",fontsize=10,color="white",style="solid",shape="box"];790 -> 1886[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1886 -> 901[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1887[label="vwx41/True",fontsize=10,color="white",style="solid",shape="box"];790 -> 1887[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1887 -> 902[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 793 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 793[label="vwx30 == vwx40",fontsize=16,color="magenta"];793 -> 903[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 793 -> 904[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 792[label="compare2 vwx30 vwx40 vwx42",fontsize=16,color="burlywood",shape="triangle"];1888[label="vwx42/False",fontsize=10,color="white",style="solid",shape="box"];792 -> 1888[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1888 -> 905[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1889[label="vwx42/True",fontsize=10,color="white",style="solid",shape="box"];792 -> 1889[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1889 -> 906[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 795 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 795[label="vwx30 == vwx40",fontsize=16,color="magenta"];795 -> 907[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 795 -> 908[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 794[label="compare2 vwx30 vwx40 vwx43",fontsize=16,color="burlywood",shape="triangle"];1890[label="vwx43/False",fontsize=10,color="white",style="solid",shape="box"];794 -> 1890[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1890 -> 909[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1891[label="vwx43/True",fontsize=10,color="white",style="solid",shape="box"];794 -> 1891[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1891 -> 910[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 797 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 797[label="vwx30 == vwx40",fontsize=16,color="magenta"];797 -> 911[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 797 -> 912[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 796[label="compare2 vwx30 vwx40 vwx44",fontsize=16,color="burlywood",shape="triangle"];1892[label="vwx44/False",fontsize=10,color="white",style="solid",shape="box"];796 -> 1892[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1892 -> 913[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1893[label="vwx44/True",fontsize=10,color="white",style="solid",shape="box"];796 -> 1893[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1893 -> 914[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 799 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 799[label="vwx30 == vwx40",fontsize=16,color="magenta"];799 -> 915[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 799 -> 916[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 798[label="compare2 vwx30 vwx40 vwx45",fontsize=16,color="burlywood",shape="triangle"];1894[label="vwx45/False",fontsize=10,color="white",style="solid",shape="box"];798 -> 1894[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1894 -> 917[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1895[label="vwx45/True",fontsize=10,color="white",style="solid",shape="box"];798 -> 1895[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1895 -> 918[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 801 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 801[label="vwx30 == vwx40",fontsize=16,color="magenta"];801 -> 919[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 801 -> 920[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 800[label="compare2 vwx30 vwx40 vwx46",fontsize=16,color="burlywood",shape="triangle"];1896[label="vwx46/False",fontsize=10,color="white",style="solid",shape="box"];800 -> 1896[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1896 -> 921[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1897[label="vwx46/True",fontsize=10,color="white",style="solid",shape="box"];800 -> 1897[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1897 -> 922[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 802[label="(vwx230,vwx231,vwx232) == (vwx240,vwx241,vwx242)",fontsize=16,color="black",shape="box"];802 -> 923[label="",style="solid", color="black", weight=3]; 16.99/6.87 803[label="primEqChar (Char vwx230) vwx24",fontsize=16,color="burlywood",shape="box"];1898[label="vwx24/Char vwx240",fontsize=10,color="white",style="solid",shape="box"];803 -> 1898[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1898 -> 924[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 804[label="(vwx230,vwx231) == (vwx240,vwx241)",fontsize=16,color="black",shape="box"];804 -> 925[label="",style="solid", color="black", weight=3]; 16.99/6.87 805[label="primEqDouble (Double vwx230 vwx231) vwx24",fontsize=16,color="burlywood",shape="box"];1899[label="vwx24/Double vwx240 vwx241",fontsize=10,color="white",style="solid",shape="box"];805 -> 1899[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1899 -> 926[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 806[label="Integer vwx230 == Integer vwx240",fontsize=16,color="black",shape="box"];806 -> 927[label="",style="solid", color="black", weight=3]; 16.99/6.87 807[label="False == False",fontsize=16,color="black",shape="box"];807 -> 928[label="",style="solid", color="black", weight=3]; 16.99/6.87 808[label="False == True",fontsize=16,color="black",shape="box"];808 -> 929[label="",style="solid", color="black", weight=3]; 16.99/6.87 809[label="True == False",fontsize=16,color="black",shape="box"];809 -> 930[label="",style="solid", color="black", weight=3]; 16.99/6.87 810[label="True == True",fontsize=16,color="black",shape="box"];810 -> 931[label="",style="solid", color="black", weight=3]; 16.99/6.87 811[label="vwx230 :% vwx231 == vwx240 :% vwx241",fontsize=16,color="black",shape="box"];811 -> 932[label="",style="solid", color="black", weight=3]; 16.99/6.87 812[label="primEqInt (Pos vwx230) vwx24",fontsize=16,color="burlywood",shape="box"];1900[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];812 -> 1900[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1900 -> 933[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1901[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];812 -> 1901[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1901 -> 934[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 813[label="primEqInt (Neg vwx230) vwx24",fontsize=16,color="burlywood",shape="box"];1902[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];813 -> 1902[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1902 -> 935[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1903[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];813 -> 1903[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1903 -> 936[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 814[label="primEqFloat (Float vwx230 vwx231) vwx24",fontsize=16,color="burlywood",shape="box"];1904[label="vwx24/Float vwx240 vwx241",fontsize=10,color="white",style="solid",shape="box"];814 -> 1904[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1904 -> 937[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 815[label="LT == LT",fontsize=16,color="black",shape="box"];815 -> 938[label="",style="solid", color="black", weight=3]; 16.99/6.87 816[label="LT == EQ",fontsize=16,color="black",shape="box"];816 -> 939[label="",style="solid", color="black", weight=3]; 16.99/6.87 817[label="LT == GT",fontsize=16,color="black",shape="box"];817 -> 940[label="",style="solid", color="black", weight=3]; 16.99/6.87 818[label="EQ == LT",fontsize=16,color="black",shape="box"];818 -> 941[label="",style="solid", color="black", weight=3]; 16.99/6.87 819[label="EQ == EQ",fontsize=16,color="black",shape="box"];819 -> 942[label="",style="solid", color="black", weight=3]; 16.99/6.87 820[label="EQ == GT",fontsize=16,color="black",shape="box"];820 -> 943[label="",style="solid", color="black", weight=3]; 16.99/6.87 821[label="GT == LT",fontsize=16,color="black",shape="box"];821 -> 944[label="",style="solid", color="black", weight=3]; 16.99/6.87 822[label="GT == EQ",fontsize=16,color="black",shape="box"];822 -> 945[label="",style="solid", color="black", weight=3]; 16.99/6.87 823[label="GT == GT",fontsize=16,color="black",shape="box"];823 -> 946[label="",style="solid", color="black", weight=3]; 16.99/6.87 824[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];824 -> 947[label="",style="solid", color="black", weight=3]; 16.99/6.87 825[label="Nothing == Just vwx240",fontsize=16,color="black",shape="box"];825 -> 948[label="",style="solid", color="black", weight=3]; 16.99/6.87 826[label="Just vwx230 == Nothing",fontsize=16,color="black",shape="box"];826 -> 949[label="",style="solid", color="black", weight=3]; 16.99/6.87 827[label="Just vwx230 == Just vwx240",fontsize=16,color="black",shape="box"];827 -> 950[label="",style="solid", color="black", weight=3]; 16.99/6.87 828[label="Left vwx230 == Left vwx240",fontsize=16,color="black",shape="box"];828 -> 951[label="",style="solid", color="black", weight=3]; 16.99/6.87 829[label="Left vwx230 == Right vwx240",fontsize=16,color="black",shape="box"];829 -> 952[label="",style="solid", color="black", weight=3]; 16.99/6.87 830[label="Right vwx230 == Left vwx240",fontsize=16,color="black",shape="box"];830 -> 953[label="",style="solid", color="black", weight=3]; 16.99/6.87 831[label="Right vwx230 == Right vwx240",fontsize=16,color="black",shape="box"];831 -> 954[label="",style="solid", color="black", weight=3]; 16.99/6.87 832[label="vwx230 : vwx231 == vwx240 : vwx241",fontsize=16,color="black",shape="box"];832 -> 955[label="",style="solid", color="black", weight=3]; 16.99/6.87 833[label="vwx230 : vwx231 == []",fontsize=16,color="black",shape="box"];833 -> 956[label="",style="solid", color="black", weight=3]; 16.99/6.87 834[label="[] == vwx240 : vwx241",fontsize=16,color="black",shape="box"];834 -> 957[label="",style="solid", color="black", weight=3]; 16.99/6.87 835[label="[] == []",fontsize=16,color="black",shape="box"];835 -> 958[label="",style="solid", color="black", weight=3]; 16.99/6.87 836[label="() == ()",fontsize=16,color="black",shape="box"];836 -> 959[label="",style="solid", color="black", weight=3]; 16.99/6.87 837 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 837[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];837 -> 960[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 837 -> 961[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 838 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 838[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];838 -> 962[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 838 -> 963[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 839 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 839[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];839 -> 964[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 839 -> 965[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 840 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 840[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];840 -> 966[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 840 -> 967[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 841 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 841[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];841 -> 968[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 841 -> 969[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 842 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 842[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];842 -> 970[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 842 -> 971[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 843 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 843[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];843 -> 972[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 843 -> 973[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 844 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 844[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];844 -> 974[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 844 -> 975[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 845[label="Pos vwx410",fontsize=16,color="green",shape="box"];846[label="vwx30",fontsize=16,color="green",shape="box"];847[label="vwx40",fontsize=16,color="green",shape="box"];848[label="Pos vwx310",fontsize=16,color="green",shape="box"];849[label="Pos vwx410",fontsize=16,color="green",shape="box"];850[label="vwx30",fontsize=16,color="green",shape="box"];851[label="vwx40",fontsize=16,color="green",shape="box"];852[label="Neg vwx310",fontsize=16,color="green",shape="box"];853[label="Neg vwx410",fontsize=16,color="green",shape="box"];854[label="vwx30",fontsize=16,color="green",shape="box"];855[label="vwx40",fontsize=16,color="green",shape="box"];856[label="Pos vwx310",fontsize=16,color="green",shape="box"];857[label="Neg vwx410",fontsize=16,color="green",shape="box"];858[label="vwx30",fontsize=16,color="green",shape="box"];859[label="vwx40",fontsize=16,color="green",shape="box"];860[label="Neg vwx310",fontsize=16,color="green",shape="box"];861[label="vwx30",fontsize=16,color="green",shape="box"];862[label="vwx40",fontsize=16,color="green",shape="box"];863[label="vwx30",fontsize=16,color="green",shape="box"];864[label="vwx40",fontsize=16,color="green",shape="box"];865[label="vwx30",fontsize=16,color="green",shape="box"];866[label="vwx40",fontsize=16,color="green",shape="box"];867[label="vwx30",fontsize=16,color="green",shape="box"];868[label="vwx40",fontsize=16,color="green",shape="box"];869[label="vwx30",fontsize=16,color="green",shape="box"];870[label="vwx40",fontsize=16,color="green",shape="box"];871[label="vwx30",fontsize=16,color="green",shape="box"];872[label="vwx40",fontsize=16,color="green",shape="box"];873[label="vwx30",fontsize=16,color="green",shape="box"];874[label="vwx40",fontsize=16,color="green",shape="box"];875[label="vwx30",fontsize=16,color="green",shape="box"];876[label="vwx40",fontsize=16,color="green",shape="box"];877[label="vwx30",fontsize=16,color="green",shape="box"];878[label="vwx40",fontsize=16,color="green",shape="box"];879[label="vwx30",fontsize=16,color="green",shape="box"];880[label="vwx40",fontsize=16,color="green",shape="box"];881[label="vwx30",fontsize=16,color="green",shape="box"];882[label="vwx40",fontsize=16,color="green",shape="box"];883[label="vwx30",fontsize=16,color="green",shape="box"];884[label="vwx40",fontsize=16,color="green",shape="box"];885[label="vwx30",fontsize=16,color="green",shape="box"];886[label="vwx40",fontsize=16,color="green",shape="box"];887[label="vwx30",fontsize=16,color="green",shape="box"];888[label="vwx40",fontsize=16,color="green",shape="box"];889[label="LT",fontsize=16,color="green",shape="box"];890[label="vwx39",fontsize=16,color="green",shape="box"];891[label="GT",fontsize=16,color="green",shape="box"];892[label="vwx400",fontsize=16,color="green",shape="box"];893[label="vwx300",fontsize=16,color="green",shape="box"];894[label="primMulInt (Pos vwx300) (Pos vwx410)",fontsize=16,color="black",shape="box"];894 -> 976[label="",style="solid", color="black", weight=3]; 16.99/6.87 895[label="primMulInt (Pos vwx300) (Neg vwx410)",fontsize=16,color="black",shape="box"];895 -> 977[label="",style="solid", color="black", weight=3]; 16.99/6.87 896[label="primMulInt (Neg vwx300) (Pos vwx410)",fontsize=16,color="black",shape="box"];896 -> 978[label="",style="solid", color="black", weight=3]; 16.99/6.87 897[label="primMulInt (Neg vwx300) (Neg vwx410)",fontsize=16,color="black",shape="box"];897 -> 979[label="",style="solid", color="black", weight=3]; 16.99/6.87 898[label="Integer (primMulInt vwx300 vwx410)",fontsize=16,color="green",shape="box"];898 -> 980[label="",style="dashed", color="green", weight=3]; 16.99/6.87 899[label="vwx40",fontsize=16,color="green",shape="box"];900[label="vwx30",fontsize=16,color="green",shape="box"];901[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];901 -> 981[label="",style="solid", color="black", weight=3]; 16.99/6.87 902[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];902 -> 982[label="",style="solid", color="black", weight=3]; 16.99/6.87 903[label="vwx40",fontsize=16,color="green",shape="box"];904[label="vwx30",fontsize=16,color="green",shape="box"];905[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];905 -> 983[label="",style="solid", color="black", weight=3]; 16.99/6.87 906[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];906 -> 984[label="",style="solid", color="black", weight=3]; 16.99/6.87 907[label="vwx40",fontsize=16,color="green",shape="box"];908[label="vwx30",fontsize=16,color="green",shape="box"];909[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];909 -> 985[label="",style="solid", color="black", weight=3]; 16.99/6.87 910[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];910 -> 986[label="",style="solid", color="black", weight=3]; 16.99/6.87 911[label="vwx40",fontsize=16,color="green",shape="box"];912[label="vwx30",fontsize=16,color="green",shape="box"];913[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];913 -> 987[label="",style="solid", color="black", weight=3]; 16.99/6.87 914[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];914 -> 988[label="",style="solid", color="black", weight=3]; 16.99/6.87 915[label="vwx40",fontsize=16,color="green",shape="box"];916[label="vwx30",fontsize=16,color="green",shape="box"];917[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];917 -> 989[label="",style="solid", color="black", weight=3]; 16.99/6.87 918[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];918 -> 990[label="",style="solid", color="black", weight=3]; 16.99/6.87 919[label="vwx40",fontsize=16,color="green",shape="box"];920[label="vwx30",fontsize=16,color="green",shape="box"];921[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];921 -> 991[label="",style="solid", color="black", weight=3]; 16.99/6.87 922[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];922 -> 992[label="",style="solid", color="black", weight=3]; 16.99/6.87 923 -> 542[label="",style="dashed", color="red", weight=0]; 16.99/6.87 923[label="vwx230 == vwx240 && vwx231 == vwx241 && vwx232 == vwx242",fontsize=16,color="magenta"];923 -> 993[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 923 -> 994[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 924[label="primEqChar (Char vwx230) (Char vwx240)",fontsize=16,color="black",shape="box"];924 -> 995[label="",style="solid", color="black", weight=3]; 16.99/6.87 925 -> 542[label="",style="dashed", color="red", weight=0]; 16.99/6.87 925[label="vwx230 == vwx240 && vwx231 == vwx241",fontsize=16,color="magenta"];925 -> 996[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 925 -> 997[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 926[label="primEqDouble (Double vwx230 vwx231) (Double vwx240 vwx241)",fontsize=16,color="black",shape="box"];926 -> 998[label="",style="solid", color="black", weight=3]; 16.99/6.87 927 -> 736[label="",style="dashed", color="red", weight=0]; 16.99/6.87 927[label="primEqInt vwx230 vwx240",fontsize=16,color="magenta"];927 -> 999[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 927 -> 1000[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 928[label="True",fontsize=16,color="green",shape="box"];929[label="False",fontsize=16,color="green",shape="box"];930[label="False",fontsize=16,color="green",shape="box"];931[label="True",fontsize=16,color="green",shape="box"];932 -> 542[label="",style="dashed", color="red", weight=0]; 16.99/6.87 932[label="vwx230 == vwx240 && vwx231 == vwx241",fontsize=16,color="magenta"];932 -> 1001[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 932 -> 1002[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 933[label="primEqInt (Pos (Succ vwx2300)) vwx24",fontsize=16,color="burlywood",shape="box"];1905[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];933 -> 1905[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1905 -> 1003[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1906[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];933 -> 1906[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1906 -> 1004[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 934[label="primEqInt (Pos Zero) vwx24",fontsize=16,color="burlywood",shape="box"];1907[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];934 -> 1907[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1907 -> 1005[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1908[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];934 -> 1908[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1908 -> 1006[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 935[label="primEqInt (Neg (Succ vwx2300)) vwx24",fontsize=16,color="burlywood",shape="box"];1909[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];935 -> 1909[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1909 -> 1007[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1910[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];935 -> 1910[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1910 -> 1008[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 936[label="primEqInt (Neg Zero) vwx24",fontsize=16,color="burlywood",shape="box"];1911[label="vwx24/Pos vwx240",fontsize=10,color="white",style="solid",shape="box"];936 -> 1911[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1911 -> 1009[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1912[label="vwx24/Neg vwx240",fontsize=10,color="white",style="solid",shape="box"];936 -> 1912[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1912 -> 1010[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 937[label="primEqFloat (Float vwx230 vwx231) (Float vwx240 vwx241)",fontsize=16,color="black",shape="box"];937 -> 1011[label="",style="solid", color="black", weight=3]; 16.99/6.87 938[label="True",fontsize=16,color="green",shape="box"];939[label="False",fontsize=16,color="green",shape="box"];940[label="False",fontsize=16,color="green",shape="box"];941[label="False",fontsize=16,color="green",shape="box"];942[label="True",fontsize=16,color="green",shape="box"];943[label="False",fontsize=16,color="green",shape="box"];944[label="False",fontsize=16,color="green",shape="box"];945[label="False",fontsize=16,color="green",shape="box"];946[label="True",fontsize=16,color="green",shape="box"];947[label="True",fontsize=16,color="green",shape="box"];948[label="False",fontsize=16,color="green",shape="box"];949[label="False",fontsize=16,color="green",shape="box"];950[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1913[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1913[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1913 -> 1012[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1914[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1914[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1914 -> 1013[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1915[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1915[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1915 -> 1014[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1916[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1916[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1916 -> 1015[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1917[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1917[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1917 -> 1016[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1918[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1918[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1918 -> 1017[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1919[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1919[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1919 -> 1018[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1920[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1920[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1920 -> 1019[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1921[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1921[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1921 -> 1020[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1922[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1922[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1922 -> 1021[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1923[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1923[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1923 -> 1022[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1924[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1924[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1924 -> 1023[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1925[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1925[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1925 -> 1024[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1926[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 1926[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1926 -> 1025[label="",style="solid", color="blue", weight=3]; 16.99/6.87 951[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1927[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1927[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1927 -> 1026[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1928[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1928[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1928 -> 1027[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1929[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1929[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1929 -> 1028[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1930[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1930[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1930 -> 1029[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1931[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1931[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1931 -> 1030[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1932[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1932[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1932 -> 1031[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1933[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1933[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1933 -> 1032[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1934[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1934[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1934 -> 1033[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1935[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1935[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1935 -> 1034[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1936[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1936[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1936 -> 1035[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1937[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1937[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1937 -> 1036[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1938[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1938[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1938 -> 1037[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1939[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1939[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1939 -> 1038[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1940[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];951 -> 1940[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1940 -> 1039[label="",style="solid", color="blue", weight=3]; 16.99/6.87 952[label="False",fontsize=16,color="green",shape="box"];953[label="False",fontsize=16,color="green",shape="box"];954[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1941[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1941[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1941 -> 1040[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1942[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1942[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1942 -> 1041[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1943[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1943[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1943 -> 1042[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1944[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1944[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1944 -> 1043[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1945[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1945[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1945 -> 1044[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1946[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1946[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1946 -> 1045[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1947[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1947[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1947 -> 1046[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1948[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1948[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1948 -> 1047[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1949[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1949[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1949 -> 1048[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1950[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1950[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1950 -> 1049[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1951[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1951[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1951 -> 1050[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1952[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1952[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1952 -> 1051[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1953[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1953[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1953 -> 1052[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1954[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 1954[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1954 -> 1053[label="",style="solid", color="blue", weight=3]; 16.99/6.87 955 -> 542[label="",style="dashed", color="red", weight=0]; 16.99/6.87 955[label="vwx230 == vwx240 && vwx231 == vwx241",fontsize=16,color="magenta"];955 -> 1054[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 955 -> 1055[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 956[label="False",fontsize=16,color="green",shape="box"];957[label="False",fontsize=16,color="green",shape="box"];958[label="True",fontsize=16,color="green",shape="box"];959[label="True",fontsize=16,color="green",shape="box"];960[label="Pos vwx410",fontsize=16,color="green",shape="box"];961[label="vwx30",fontsize=16,color="green",shape="box"];962[label="vwx40",fontsize=16,color="green",shape="box"];963[label="Pos vwx310",fontsize=16,color="green",shape="box"];964[label="Pos vwx410",fontsize=16,color="green",shape="box"];965[label="vwx30",fontsize=16,color="green",shape="box"];966[label="vwx40",fontsize=16,color="green",shape="box"];967[label="Neg vwx310",fontsize=16,color="green",shape="box"];968[label="Neg vwx410",fontsize=16,color="green",shape="box"];969[label="vwx30",fontsize=16,color="green",shape="box"];970[label="vwx40",fontsize=16,color="green",shape="box"];971[label="Pos vwx310",fontsize=16,color="green",shape="box"];972[label="Neg vwx410",fontsize=16,color="green",shape="box"];973[label="vwx30",fontsize=16,color="green",shape="box"];974[label="vwx40",fontsize=16,color="green",shape="box"];975[label="Neg vwx310",fontsize=16,color="green",shape="box"];976[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];976 -> 1056[label="",style="dashed", color="green", weight=3]; 16.99/6.87 977[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];977 -> 1057[label="",style="dashed", color="green", weight=3]; 16.99/6.87 978[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];978 -> 1058[label="",style="dashed", color="green", weight=3]; 16.99/6.87 979[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];979 -> 1059[label="",style="dashed", color="green", weight=3]; 16.99/6.87 980 -> 713[label="",style="dashed", color="red", weight=0]; 16.99/6.87 980[label="primMulInt vwx300 vwx410",fontsize=16,color="magenta"];980 -> 1060[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 980 -> 1061[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 981 -> 1062[label="",style="dashed", color="red", weight=0]; 16.99/6.87 981[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];981 -> 1063[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 982[label="EQ",fontsize=16,color="green",shape="box"];983 -> 1064[label="",style="dashed", color="red", weight=0]; 16.99/6.87 983[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];983 -> 1065[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 984[label="EQ",fontsize=16,color="green",shape="box"];985 -> 1066[label="",style="dashed", color="red", weight=0]; 16.99/6.87 985[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];985 -> 1067[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 986[label="EQ",fontsize=16,color="green",shape="box"];987 -> 1068[label="",style="dashed", color="red", weight=0]; 16.99/6.87 987[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];987 -> 1069[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 988[label="EQ",fontsize=16,color="green",shape="box"];989 -> 1070[label="",style="dashed", color="red", weight=0]; 16.99/6.87 989[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];989 -> 1071[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 990[label="EQ",fontsize=16,color="green",shape="box"];991 -> 1072[label="",style="dashed", color="red", weight=0]; 16.99/6.87 991[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];991 -> 1073[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 992[label="EQ",fontsize=16,color="green",shape="box"];993[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1955[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1955[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1955 -> 1074[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1956[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1956[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1956 -> 1075[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1957[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1957[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1957 -> 1076[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1958[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1958[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1958 -> 1077[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1959[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1959[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1959 -> 1078[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1960[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1960[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1960 -> 1079[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1961[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1961[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1961 -> 1080[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1962[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1962[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1962 -> 1081[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1963[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1963[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1963 -> 1082[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1964[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1964[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1964 -> 1083[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1965[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1965[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1965 -> 1084[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1966[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1966[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1966 -> 1085[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1967[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1967[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1967 -> 1086[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1968[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];993 -> 1968[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1968 -> 1087[label="",style="solid", color="blue", weight=3]; 16.99/6.87 994 -> 542[label="",style="dashed", color="red", weight=0]; 16.99/6.87 994[label="vwx231 == vwx241 && vwx232 == vwx242",fontsize=16,color="magenta"];994 -> 1088[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 994 -> 1089[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 995[label="primEqNat vwx230 vwx240",fontsize=16,color="burlywood",shape="triangle"];1969[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];995 -> 1969[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1969 -> 1090[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1970[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];995 -> 1970[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 1970 -> 1091[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 996[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1971[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1971[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1971 -> 1092[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1972[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1972[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1972 -> 1093[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1973[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1973[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1973 -> 1094[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1974[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1974[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1974 -> 1095[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1975[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1975[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1975 -> 1096[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1976[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1976[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1976 -> 1097[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1977[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1977[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1977 -> 1098[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1978[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1978[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1978 -> 1099[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1979[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1979[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1979 -> 1100[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1980[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1980[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1980 -> 1101[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1981[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1981[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1981 -> 1102[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1982[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1982[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1982 -> 1103[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1983[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1983[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1983 -> 1104[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1984[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];996 -> 1984[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1984 -> 1105[label="",style="solid", color="blue", weight=3]; 16.99/6.87 997[label="vwx231 == vwx241",fontsize=16,color="blue",shape="box"];1985[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1985[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1985 -> 1106[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1986[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1986[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1986 -> 1107[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1987[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1987[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1987 -> 1108[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1988[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1988[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1988 -> 1109[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1989[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1989[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1989 -> 1110[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1990[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1990[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1990 -> 1111[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1991[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1991[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1991 -> 1112[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1992[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1992[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1992 -> 1113[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1993[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1993[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1993 -> 1114[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1994[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1994[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1994 -> 1115[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1995[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1995[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1995 -> 1116[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1996[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1996[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1996 -> 1117[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1997[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1997[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1997 -> 1118[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1998[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];997 -> 1998[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1998 -> 1119[label="",style="solid", color="blue", weight=3]; 16.99/6.87 998 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 998[label="vwx230 * vwx241 == vwx231 * vwx240",fontsize=16,color="magenta"];998 -> 1120[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 998 -> 1121[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 999[label="vwx240",fontsize=16,color="green",shape="box"];1000[label="vwx230",fontsize=16,color="green",shape="box"];1001[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];1999[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 1999[label="",style="solid", color="blue", weight=9]; 16.99/6.87 1999 -> 1122[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2000[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 2000[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2000 -> 1123[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1002[label="vwx231 == vwx241",fontsize=16,color="blue",shape="box"];2001[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 2001[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2001 -> 1124[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2002[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1002 -> 2002[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2002 -> 1125[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1003[label="primEqInt (Pos (Succ vwx2300)) (Pos vwx240)",fontsize=16,color="burlywood",shape="box"];2003[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1003 -> 2003[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2003 -> 1126[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2004[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1003 -> 2004[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2004 -> 1127[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1004[label="primEqInt (Pos (Succ vwx2300)) (Neg vwx240)",fontsize=16,color="black",shape="box"];1004 -> 1128[label="",style="solid", color="black", weight=3]; 16.99/6.87 1005[label="primEqInt (Pos Zero) (Pos vwx240)",fontsize=16,color="burlywood",shape="box"];2005[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1005 -> 2005[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2005 -> 1129[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2006[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1005 -> 2006[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2006 -> 1130[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1006[label="primEqInt (Pos Zero) (Neg vwx240)",fontsize=16,color="burlywood",shape="box"];2007[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1006 -> 2007[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2007 -> 1131[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2008[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1006 -> 2008[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2008 -> 1132[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1007[label="primEqInt (Neg (Succ vwx2300)) (Pos vwx240)",fontsize=16,color="black",shape="box"];1007 -> 1133[label="",style="solid", color="black", weight=3]; 16.99/6.87 1008[label="primEqInt (Neg (Succ vwx2300)) (Neg vwx240)",fontsize=16,color="burlywood",shape="box"];2009[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1008 -> 2009[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2009 -> 1134[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2010[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1008 -> 2010[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2010 -> 1135[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1009[label="primEqInt (Neg Zero) (Pos vwx240)",fontsize=16,color="burlywood",shape="box"];2011[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1009 -> 2011[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2011 -> 1136[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2012[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1009 -> 2012[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2012 -> 1137[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1010[label="primEqInt (Neg Zero) (Neg vwx240)",fontsize=16,color="burlywood",shape="box"];2013[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1010 -> 2013[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2013 -> 1138[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2014[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1010 -> 2014[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2014 -> 1139[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1011 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1011[label="vwx230 * vwx241 == vwx231 * vwx240",fontsize=16,color="magenta"];1011 -> 1140[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1011 -> 1141[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1012 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1012[label="vwx230 == vwx240",fontsize=16,color="magenta"];1012 -> 1142[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1012 -> 1143[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1013 -> 653[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1013[label="vwx230 == vwx240",fontsize=16,color="magenta"];1013 -> 1144[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1013 -> 1145[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1014 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1014[label="vwx230 == vwx240",fontsize=16,color="magenta"];1014 -> 1146[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1014 -> 1147[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1015 -> 655[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1015[label="vwx230 == vwx240",fontsize=16,color="magenta"];1015 -> 1148[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1015 -> 1149[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1016 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1016[label="vwx230 == vwx240",fontsize=16,color="magenta"];1016 -> 1150[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1016 -> 1151[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1017 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1017[label="vwx230 == vwx240",fontsize=16,color="magenta"];1017 -> 1152[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1017 -> 1153[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1018 -> 658[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1018[label="vwx230 == vwx240",fontsize=16,color="magenta"];1018 -> 1154[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1018 -> 1155[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1019 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1019[label="vwx230 == vwx240",fontsize=16,color="magenta"];1019 -> 1156[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1019 -> 1157[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1020 -> 660[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1020[label="vwx230 == vwx240",fontsize=16,color="magenta"];1020 -> 1158[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1020 -> 1159[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1021 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1021[label="vwx230 == vwx240",fontsize=16,color="magenta"];1021 -> 1160[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1021 -> 1161[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1022 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1022[label="vwx230 == vwx240",fontsize=16,color="magenta"];1022 -> 1162[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1022 -> 1163[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1023 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1023[label="vwx230 == vwx240",fontsize=16,color="magenta"];1023 -> 1164[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1023 -> 1165[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1024 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1024[label="vwx230 == vwx240",fontsize=16,color="magenta"];1024 -> 1166[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1024 -> 1167[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1025 -> 665[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1025[label="vwx230 == vwx240",fontsize=16,color="magenta"];1025 -> 1168[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1025 -> 1169[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1026 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1026[label="vwx230 == vwx240",fontsize=16,color="magenta"];1026 -> 1170[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1026 -> 1171[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1027 -> 653[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1027[label="vwx230 == vwx240",fontsize=16,color="magenta"];1027 -> 1172[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1027 -> 1173[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1028 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1028[label="vwx230 == vwx240",fontsize=16,color="magenta"];1028 -> 1174[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1028 -> 1175[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1029 -> 655[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1029[label="vwx230 == vwx240",fontsize=16,color="magenta"];1029 -> 1176[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1029 -> 1177[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1030 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1030[label="vwx230 == vwx240",fontsize=16,color="magenta"];1030 -> 1178[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1030 -> 1179[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1031 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1031[label="vwx230 == vwx240",fontsize=16,color="magenta"];1031 -> 1180[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1031 -> 1181[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1032 -> 658[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1032[label="vwx230 == vwx240",fontsize=16,color="magenta"];1032 -> 1182[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1032 -> 1183[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1033 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1033[label="vwx230 == vwx240",fontsize=16,color="magenta"];1033 -> 1184[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1033 -> 1185[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1034 -> 660[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1034[label="vwx230 == vwx240",fontsize=16,color="magenta"];1034 -> 1186[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1034 -> 1187[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1035 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1035[label="vwx230 == vwx240",fontsize=16,color="magenta"];1035 -> 1188[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1035 -> 1189[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1036 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1036[label="vwx230 == vwx240",fontsize=16,color="magenta"];1036 -> 1190[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1036 -> 1191[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1037 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1037[label="vwx230 == vwx240",fontsize=16,color="magenta"];1037 -> 1192[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1037 -> 1193[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1038 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1038[label="vwx230 == vwx240",fontsize=16,color="magenta"];1038 -> 1194[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1038 -> 1195[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1039 -> 665[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1039[label="vwx230 == vwx240",fontsize=16,color="magenta"];1039 -> 1196[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1039 -> 1197[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1040 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1040[label="vwx230 == vwx240",fontsize=16,color="magenta"];1040 -> 1198[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1040 -> 1199[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1041 -> 653[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1041[label="vwx230 == vwx240",fontsize=16,color="magenta"];1041 -> 1200[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1041 -> 1201[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1042 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1042[label="vwx230 == vwx240",fontsize=16,color="magenta"];1042 -> 1202[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1042 -> 1203[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1043 -> 655[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1043[label="vwx230 == vwx240",fontsize=16,color="magenta"];1043 -> 1204[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1043 -> 1205[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1044 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1044[label="vwx230 == vwx240",fontsize=16,color="magenta"];1044 -> 1206[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1044 -> 1207[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1045 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1045[label="vwx230 == vwx240",fontsize=16,color="magenta"];1045 -> 1208[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1045 -> 1209[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1046 -> 658[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1046[label="vwx230 == vwx240",fontsize=16,color="magenta"];1046 -> 1210[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1046 -> 1211[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1047 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1047[label="vwx230 == vwx240",fontsize=16,color="magenta"];1047 -> 1212[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1047 -> 1213[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1048 -> 660[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1048[label="vwx230 == vwx240",fontsize=16,color="magenta"];1048 -> 1214[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1048 -> 1215[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1049 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1049[label="vwx230 == vwx240",fontsize=16,color="magenta"];1049 -> 1216[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1049 -> 1217[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1050 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1050[label="vwx230 == vwx240",fontsize=16,color="magenta"];1050 -> 1218[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1050 -> 1219[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1051 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1051[label="vwx230 == vwx240",fontsize=16,color="magenta"];1051 -> 1220[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1051 -> 1221[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1052 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1052[label="vwx230 == vwx240",fontsize=16,color="magenta"];1052 -> 1222[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1052 -> 1223[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1053 -> 665[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1053[label="vwx230 == vwx240",fontsize=16,color="magenta"];1053 -> 1224[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1053 -> 1225[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1054[label="vwx230 == vwx240",fontsize=16,color="blue",shape="box"];2015[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2015[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2015 -> 1226[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2016[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2016[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2016 -> 1227[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2017[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2017[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2017 -> 1228[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2018[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2018[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2018 -> 1229[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2019[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2019[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2019 -> 1230[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2020[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2020[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2020 -> 1231[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2021[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2021[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2021 -> 1232[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2022[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2022[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2022 -> 1233[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2023[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2023[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2023 -> 1234[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2024[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2024[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2024 -> 1235[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2025[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2025[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2025 -> 1236[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2026[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2026[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2026 -> 1237[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2027[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2027[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2027 -> 1238[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2028[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1054 -> 2028[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2028 -> 1239[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1055 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1055[label="vwx231 == vwx241",fontsize=16,color="magenta"];1055 -> 1240[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1055 -> 1241[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1056[label="primMulNat vwx300 vwx410",fontsize=16,color="burlywood",shape="triangle"];2029[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1056 -> 2029[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2029 -> 1242[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2030[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1056 -> 2030[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2030 -> 1243[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1057 -> 1056[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1057[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];1057 -> 1244[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1058 -> 1056[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1058[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];1058 -> 1245[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1059 -> 1056[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1059[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];1059 -> 1246[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1059 -> 1247[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1060[label="vwx410",fontsize=16,color="green",shape="box"];1061[label="vwx300",fontsize=16,color="green",shape="box"];1063 -> 9[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1063[label="vwx30 <= vwx40",fontsize=16,color="magenta"];1063 -> 1248[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1063 -> 1249[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1062[label="compare1 vwx30 vwx40 vwx47",fontsize=16,color="burlywood",shape="triangle"];2031[label="vwx47/False",fontsize=10,color="white",style="solid",shape="box"];1062 -> 2031[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2031 -> 1250[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2032[label="vwx47/True",fontsize=10,color="white",style="solid",shape="box"];1062 -> 2032[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2032 -> 1251[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1065 -> 10[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1065[label="vwx30 <= vwx40",fontsize=16,color="magenta"];1065 -> 1252[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1065 -> 1253[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1064[label="compare1 vwx30 vwx40 vwx48",fontsize=16,color="burlywood",shape="triangle"];2033[label="vwx48/False",fontsize=10,color="white",style="solid",shape="box"];1064 -> 2033[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2033 -> 1254[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2034[label="vwx48/True",fontsize=10,color="white",style="solid",shape="box"];1064 -> 2034[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2034 -> 1255[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1067 -> 14[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1067[label="vwx30 <= vwx40",fontsize=16,color="magenta"];1067 -> 1256[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1067 -> 1257[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1066[label="compare1 vwx30 vwx40 vwx49",fontsize=16,color="burlywood",shape="triangle"];2035[label="vwx49/False",fontsize=10,color="white",style="solid",shape="box"];1066 -> 2035[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2035 -> 1258[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2036[label="vwx49/True",fontsize=10,color="white",style="solid",shape="box"];1066 -> 2036[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2036 -> 1259[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1069 -> 15[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1069[label="vwx30 <= vwx40",fontsize=16,color="magenta"];1069 -> 1260[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1069 -> 1261[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1068[label="compare1 vwx30 vwx40 vwx50",fontsize=16,color="burlywood",shape="triangle"];2037[label="vwx50/False",fontsize=10,color="white",style="solid",shape="box"];1068 -> 2037[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2037 -> 1262[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2038[label="vwx50/True",fontsize=10,color="white",style="solid",shape="box"];1068 -> 2038[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2038 -> 1263[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1071 -> 16[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1071[label="vwx30 <= vwx40",fontsize=16,color="magenta"];1071 -> 1264[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1071 -> 1265[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1070[label="compare1 vwx30 vwx40 vwx51",fontsize=16,color="burlywood",shape="triangle"];2039[label="vwx51/False",fontsize=10,color="white",style="solid",shape="box"];1070 -> 2039[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2039 -> 1266[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2040[label="vwx51/True",fontsize=10,color="white",style="solid",shape="box"];1070 -> 2040[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2040 -> 1267[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1073 -> 18[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1073[label="vwx30 <= vwx40",fontsize=16,color="magenta"];1073 -> 1268[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1073 -> 1269[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1072[label="compare1 vwx30 vwx40 vwx52",fontsize=16,color="burlywood",shape="triangle"];2041[label="vwx52/False",fontsize=10,color="white",style="solid",shape="box"];1072 -> 2041[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2041 -> 1270[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2042[label="vwx52/True",fontsize=10,color="white",style="solid",shape="box"];1072 -> 2042[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2042 -> 1271[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1074 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1074[label="vwx230 == vwx240",fontsize=16,color="magenta"];1074 -> 1272[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1074 -> 1273[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1075 -> 653[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1075[label="vwx230 == vwx240",fontsize=16,color="magenta"];1075 -> 1274[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1075 -> 1275[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1076 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1076[label="vwx230 == vwx240",fontsize=16,color="magenta"];1076 -> 1276[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1076 -> 1277[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1077 -> 655[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1077[label="vwx230 == vwx240",fontsize=16,color="magenta"];1077 -> 1278[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1077 -> 1279[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1078 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1078[label="vwx230 == vwx240",fontsize=16,color="magenta"];1078 -> 1280[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1078 -> 1281[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1079 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1079[label="vwx230 == vwx240",fontsize=16,color="magenta"];1079 -> 1282[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1079 -> 1283[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1080 -> 658[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1080[label="vwx230 == vwx240",fontsize=16,color="magenta"];1080 -> 1284[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1080 -> 1285[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1081 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1081[label="vwx230 == vwx240",fontsize=16,color="magenta"];1081 -> 1286[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1081 -> 1287[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1082 -> 660[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1082[label="vwx230 == vwx240",fontsize=16,color="magenta"];1082 -> 1288[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1082 -> 1289[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1083 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1083[label="vwx230 == vwx240",fontsize=16,color="magenta"];1083 -> 1290[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1083 -> 1291[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1084 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1084[label="vwx230 == vwx240",fontsize=16,color="magenta"];1084 -> 1292[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1084 -> 1293[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1085 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1085[label="vwx230 == vwx240",fontsize=16,color="magenta"];1085 -> 1294[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1085 -> 1295[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1086 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1086[label="vwx230 == vwx240",fontsize=16,color="magenta"];1086 -> 1296[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1086 -> 1297[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1087 -> 665[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1087[label="vwx230 == vwx240",fontsize=16,color="magenta"];1087 -> 1298[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1087 -> 1299[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1088[label="vwx231 == vwx241",fontsize=16,color="blue",shape="box"];2043[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2043[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2043 -> 1300[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2044[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2044[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2044 -> 1301[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2045[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2045[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2045 -> 1302[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2046[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2046[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2046 -> 1303[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2047[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2047[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2047 -> 1304[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2048[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2048[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2048 -> 1305[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2049[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2049[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2049 -> 1306[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2050[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2050[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2050 -> 1307[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2051[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2051[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2051 -> 1308[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2052[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2052[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2052 -> 1309[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2053[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2053[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2053 -> 1310[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2054[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2054[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2054 -> 1311[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2055[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2055[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2055 -> 1312[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2056[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2056[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2056 -> 1313[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1089[label="vwx232 == vwx242",fontsize=16,color="blue",shape="box"];2057[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2057[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2057 -> 1314[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2058[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2058[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2058 -> 1315[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2059[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2059[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2059 -> 1316[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2060[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2060[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2060 -> 1317[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2061[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2061[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2061 -> 1318[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2062[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2062[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2062 -> 1319[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2063[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2063[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2063 -> 1320[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2064[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2064[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2064 -> 1321[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2065[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2065[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2065 -> 1322[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2066[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2066[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2066 -> 1323[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2067[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2067[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2067 -> 1324[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2068[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2068[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2068 -> 1325[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2069[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2069[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2069 -> 1326[label="",style="solid", color="blue", weight=3]; 16.99/6.87 2070[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2070[label="",style="solid", color="blue", weight=9]; 16.99/6.87 2070 -> 1327[label="",style="solid", color="blue", weight=3]; 16.99/6.87 1090[label="primEqNat (Succ vwx2300) vwx240",fontsize=16,color="burlywood",shape="box"];2071[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1090 -> 2071[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2071 -> 1328[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2072[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1090 -> 2072[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2072 -> 1329[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1091[label="primEqNat Zero vwx240",fontsize=16,color="burlywood",shape="box"];2073[label="vwx240/Succ vwx2400",fontsize=10,color="white",style="solid",shape="box"];1091 -> 2073[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2073 -> 1330[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2074[label="vwx240/Zero",fontsize=10,color="white",style="solid",shape="box"];1091 -> 2074[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2074 -> 1331[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1092 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1092[label="vwx230 == vwx240",fontsize=16,color="magenta"];1092 -> 1332[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1092 -> 1333[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1093 -> 653[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1093[label="vwx230 == vwx240",fontsize=16,color="magenta"];1093 -> 1334[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1093 -> 1335[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1094 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1094[label="vwx230 == vwx240",fontsize=16,color="magenta"];1094 -> 1336[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1094 -> 1337[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1095 -> 655[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1095[label="vwx230 == vwx240",fontsize=16,color="magenta"];1095 -> 1338[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1095 -> 1339[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1096 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1096[label="vwx230 == vwx240",fontsize=16,color="magenta"];1096 -> 1340[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1096 -> 1341[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1097 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1097[label="vwx230 == vwx240",fontsize=16,color="magenta"];1097 -> 1342[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1097 -> 1343[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1098 -> 658[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1098[label="vwx230 == vwx240",fontsize=16,color="magenta"];1098 -> 1344[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1098 -> 1345[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1099 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1099[label="vwx230 == vwx240",fontsize=16,color="magenta"];1099 -> 1346[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1099 -> 1347[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1100 -> 660[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1100[label="vwx230 == vwx240",fontsize=16,color="magenta"];1100 -> 1348[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1100 -> 1349[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1101 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1101[label="vwx230 == vwx240",fontsize=16,color="magenta"];1101 -> 1350[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1101 -> 1351[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1102 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1102[label="vwx230 == vwx240",fontsize=16,color="magenta"];1102 -> 1352[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1102 -> 1353[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1103 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1103[label="vwx230 == vwx240",fontsize=16,color="magenta"];1103 -> 1354[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1103 -> 1355[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1104 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1104[label="vwx230 == vwx240",fontsize=16,color="magenta"];1104 -> 1356[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1104 -> 1357[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1105 -> 665[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1105[label="vwx230 == vwx240",fontsize=16,color="magenta"];1105 -> 1358[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1105 -> 1359[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1106 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1106[label="vwx231 == vwx241",fontsize=16,color="magenta"];1106 -> 1360[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1106 -> 1361[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1107 -> 653[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1107[label="vwx231 == vwx241",fontsize=16,color="magenta"];1107 -> 1362[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1107 -> 1363[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1108 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1108[label="vwx231 == vwx241",fontsize=16,color="magenta"];1108 -> 1364[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1108 -> 1365[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1109 -> 655[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1109[label="vwx231 == vwx241",fontsize=16,color="magenta"];1109 -> 1366[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1109 -> 1367[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1110 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1110[label="vwx231 == vwx241",fontsize=16,color="magenta"];1110 -> 1368[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1110 -> 1369[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1111 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1111[label="vwx231 == vwx241",fontsize=16,color="magenta"];1111 -> 1370[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1111 -> 1371[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1112 -> 658[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1112[label="vwx231 == vwx241",fontsize=16,color="magenta"];1112 -> 1372[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1112 -> 1373[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1113 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1113[label="vwx231 == vwx241",fontsize=16,color="magenta"];1113 -> 1374[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1113 -> 1375[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1114 -> 660[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1114[label="vwx231 == vwx241",fontsize=16,color="magenta"];1114 -> 1376[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1114 -> 1377[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1115 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1115[label="vwx231 == vwx241",fontsize=16,color="magenta"];1115 -> 1378[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1115 -> 1379[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1116 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1116[label="vwx231 == vwx241",fontsize=16,color="magenta"];1116 -> 1380[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1116 -> 1381[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1117 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1117[label="vwx231 == vwx241",fontsize=16,color="magenta"];1117 -> 1382[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1117 -> 1383[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1118 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1118[label="vwx231 == vwx241",fontsize=16,color="magenta"];1118 -> 1384[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1118 -> 1385[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1119 -> 665[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1119[label="vwx231 == vwx241",fontsize=16,color="magenta"];1119 -> 1386[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1119 -> 1387[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1120 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1120[label="vwx231 * vwx240",fontsize=16,color="magenta"];1120 -> 1388[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1120 -> 1389[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1121 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1121[label="vwx230 * vwx241",fontsize=16,color="magenta"];1121 -> 1390[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1121 -> 1391[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1122 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1122[label="vwx230 == vwx240",fontsize=16,color="magenta"];1122 -> 1392[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1122 -> 1393[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1123 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1123[label="vwx230 == vwx240",fontsize=16,color="magenta"];1123 -> 1394[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1123 -> 1395[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1124 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1124[label="vwx231 == vwx241",fontsize=16,color="magenta"];1124 -> 1396[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1124 -> 1397[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1125 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1125[label="vwx231 == vwx241",fontsize=16,color="magenta"];1125 -> 1398[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1125 -> 1399[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1126[label="primEqInt (Pos (Succ vwx2300)) (Pos (Succ vwx2400))",fontsize=16,color="black",shape="box"];1126 -> 1400[label="",style="solid", color="black", weight=3]; 16.99/6.87 1127[label="primEqInt (Pos (Succ vwx2300)) (Pos Zero)",fontsize=16,color="black",shape="box"];1127 -> 1401[label="",style="solid", color="black", weight=3]; 16.99/6.87 1128[label="False",fontsize=16,color="green",shape="box"];1129[label="primEqInt (Pos Zero) (Pos (Succ vwx2400))",fontsize=16,color="black",shape="box"];1129 -> 1402[label="",style="solid", color="black", weight=3]; 16.99/6.87 1130[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1130 -> 1403[label="",style="solid", color="black", weight=3]; 16.99/6.87 1131[label="primEqInt (Pos Zero) (Neg (Succ vwx2400))",fontsize=16,color="black",shape="box"];1131 -> 1404[label="",style="solid", color="black", weight=3]; 16.99/6.87 1132[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1132 -> 1405[label="",style="solid", color="black", weight=3]; 16.99/6.87 1133[label="False",fontsize=16,color="green",shape="box"];1134[label="primEqInt (Neg (Succ vwx2300)) (Neg (Succ vwx2400))",fontsize=16,color="black",shape="box"];1134 -> 1406[label="",style="solid", color="black", weight=3]; 16.99/6.87 1135[label="primEqInt (Neg (Succ vwx2300)) (Neg Zero)",fontsize=16,color="black",shape="box"];1135 -> 1407[label="",style="solid", color="black", weight=3]; 16.99/6.87 1136[label="primEqInt (Neg Zero) (Pos (Succ vwx2400))",fontsize=16,color="black",shape="box"];1136 -> 1408[label="",style="solid", color="black", weight=3]; 16.99/6.87 1137[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1137 -> 1409[label="",style="solid", color="black", weight=3]; 16.99/6.87 1138[label="primEqInt (Neg Zero) (Neg (Succ vwx2400))",fontsize=16,color="black",shape="box"];1138 -> 1410[label="",style="solid", color="black", weight=3]; 16.99/6.87 1139[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1139 -> 1411[label="",style="solid", color="black", weight=3]; 16.99/6.87 1140 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1140[label="vwx231 * vwx240",fontsize=16,color="magenta"];1140 -> 1412[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1140 -> 1413[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1141 -> 682[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1141[label="vwx230 * vwx241",fontsize=16,color="magenta"];1141 -> 1414[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1141 -> 1415[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1142[label="vwx240",fontsize=16,color="green",shape="box"];1143[label="vwx230",fontsize=16,color="green",shape="box"];1144[label="vwx240",fontsize=16,color="green",shape="box"];1145[label="vwx230",fontsize=16,color="green",shape="box"];1146[label="vwx240",fontsize=16,color="green",shape="box"];1147[label="vwx230",fontsize=16,color="green",shape="box"];1148[label="vwx240",fontsize=16,color="green",shape="box"];1149[label="vwx230",fontsize=16,color="green",shape="box"];1150[label="vwx240",fontsize=16,color="green",shape="box"];1151[label="vwx230",fontsize=16,color="green",shape="box"];1152[label="vwx240",fontsize=16,color="green",shape="box"];1153[label="vwx230",fontsize=16,color="green",shape="box"];1154[label="vwx240",fontsize=16,color="green",shape="box"];1155[label="vwx230",fontsize=16,color="green",shape="box"];1156[label="vwx240",fontsize=16,color="green",shape="box"];1157[label="vwx230",fontsize=16,color="green",shape="box"];1158[label="vwx240",fontsize=16,color="green",shape="box"];1159[label="vwx230",fontsize=16,color="green",shape="box"];1160[label="vwx240",fontsize=16,color="green",shape="box"];1161[label="vwx230",fontsize=16,color="green",shape="box"];1162[label="vwx240",fontsize=16,color="green",shape="box"];1163[label="vwx230",fontsize=16,color="green",shape="box"];1164[label="vwx240",fontsize=16,color="green",shape="box"];1165[label="vwx230",fontsize=16,color="green",shape="box"];1166[label="vwx240",fontsize=16,color="green",shape="box"];1167[label="vwx230",fontsize=16,color="green",shape="box"];1168[label="vwx240",fontsize=16,color="green",shape="box"];1169[label="vwx230",fontsize=16,color="green",shape="box"];1170[label="vwx240",fontsize=16,color="green",shape="box"];1171[label="vwx230",fontsize=16,color="green",shape="box"];1172[label="vwx240",fontsize=16,color="green",shape="box"];1173[label="vwx230",fontsize=16,color="green",shape="box"];1174[label="vwx240",fontsize=16,color="green",shape="box"];1175[label="vwx230",fontsize=16,color="green",shape="box"];1176[label="vwx240",fontsize=16,color="green",shape="box"];1177[label="vwx230",fontsize=16,color="green",shape="box"];1178[label="vwx240",fontsize=16,color="green",shape="box"];1179[label="vwx230",fontsize=16,color="green",shape="box"];1180[label="vwx240",fontsize=16,color="green",shape="box"];1181[label="vwx230",fontsize=16,color="green",shape="box"];1182[label="vwx240",fontsize=16,color="green",shape="box"];1183[label="vwx230",fontsize=16,color="green",shape="box"];1184[label="vwx240",fontsize=16,color="green",shape="box"];1185[label="vwx230",fontsize=16,color="green",shape="box"];1186[label="vwx240",fontsize=16,color="green",shape="box"];1187[label="vwx230",fontsize=16,color="green",shape="box"];1188[label="vwx240",fontsize=16,color="green",shape="box"];1189[label="vwx230",fontsize=16,color="green",shape="box"];1190[label="vwx240",fontsize=16,color="green",shape="box"];1191[label="vwx230",fontsize=16,color="green",shape="box"];1192[label="vwx240",fontsize=16,color="green",shape="box"];1193[label="vwx230",fontsize=16,color="green",shape="box"];1194[label="vwx240",fontsize=16,color="green",shape="box"];1195[label="vwx230",fontsize=16,color="green",shape="box"];1196[label="vwx240",fontsize=16,color="green",shape="box"];1197[label="vwx230",fontsize=16,color="green",shape="box"];1198[label="vwx240",fontsize=16,color="green",shape="box"];1199[label="vwx230",fontsize=16,color="green",shape="box"];1200[label="vwx240",fontsize=16,color="green",shape="box"];1201[label="vwx230",fontsize=16,color="green",shape="box"];1202[label="vwx240",fontsize=16,color="green",shape="box"];1203[label="vwx230",fontsize=16,color="green",shape="box"];1204[label="vwx240",fontsize=16,color="green",shape="box"];1205[label="vwx230",fontsize=16,color="green",shape="box"];1206[label="vwx240",fontsize=16,color="green",shape="box"];1207[label="vwx230",fontsize=16,color="green",shape="box"];1208[label="vwx240",fontsize=16,color="green",shape="box"];1209[label="vwx230",fontsize=16,color="green",shape="box"];1210[label="vwx240",fontsize=16,color="green",shape="box"];1211[label="vwx230",fontsize=16,color="green",shape="box"];1212[label="vwx240",fontsize=16,color="green",shape="box"];1213[label="vwx230",fontsize=16,color="green",shape="box"];1214[label="vwx240",fontsize=16,color="green",shape="box"];1215[label="vwx230",fontsize=16,color="green",shape="box"];1216[label="vwx240",fontsize=16,color="green",shape="box"];1217[label="vwx230",fontsize=16,color="green",shape="box"];1218[label="vwx240",fontsize=16,color="green",shape="box"];1219[label="vwx230",fontsize=16,color="green",shape="box"];1220[label="vwx240",fontsize=16,color="green",shape="box"];1221[label="vwx230",fontsize=16,color="green",shape="box"];1222[label="vwx240",fontsize=16,color="green",shape="box"];1223[label="vwx230",fontsize=16,color="green",shape="box"];1224[label="vwx240",fontsize=16,color="green",shape="box"];1225[label="vwx230",fontsize=16,color="green",shape="box"];1226 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1226[label="vwx230 == vwx240",fontsize=16,color="magenta"];1226 -> 1416[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1226 -> 1417[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1227 -> 653[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1227[label="vwx230 == vwx240",fontsize=16,color="magenta"];1227 -> 1418[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1227 -> 1419[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1228 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1228[label="vwx230 == vwx240",fontsize=16,color="magenta"];1228 -> 1420[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1228 -> 1421[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1229 -> 655[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1229[label="vwx230 == vwx240",fontsize=16,color="magenta"];1229 -> 1422[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1229 -> 1423[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1230 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1230[label="vwx230 == vwx240",fontsize=16,color="magenta"];1230 -> 1424[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1230 -> 1425[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1231 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1231[label="vwx230 == vwx240",fontsize=16,color="magenta"];1231 -> 1426[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1231 -> 1427[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1232 -> 658[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1232[label="vwx230 == vwx240",fontsize=16,color="magenta"];1232 -> 1428[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1232 -> 1429[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1233 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1233[label="vwx230 == vwx240",fontsize=16,color="magenta"];1233 -> 1430[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1233 -> 1431[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1234 -> 660[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1234[label="vwx230 == vwx240",fontsize=16,color="magenta"];1234 -> 1432[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1234 -> 1433[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1235 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1235[label="vwx230 == vwx240",fontsize=16,color="magenta"];1235 -> 1434[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1235 -> 1435[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1236 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1236[label="vwx230 == vwx240",fontsize=16,color="magenta"];1236 -> 1436[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1236 -> 1437[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1237 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1237[label="vwx230 == vwx240",fontsize=16,color="magenta"];1237 -> 1438[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1237 -> 1439[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1238 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1238[label="vwx230 == vwx240",fontsize=16,color="magenta"];1238 -> 1440[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1238 -> 1441[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1239 -> 665[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1239[label="vwx230 == vwx240",fontsize=16,color="magenta"];1239 -> 1442[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1239 -> 1443[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1240[label="vwx241",fontsize=16,color="green",shape="box"];1241[label="vwx231",fontsize=16,color="green",shape="box"];1242[label="primMulNat (Succ vwx3000) vwx410",fontsize=16,color="burlywood",shape="box"];2075[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];1242 -> 2075[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2075 -> 1444[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2076[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];1242 -> 2076[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2076 -> 1445[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1243[label="primMulNat Zero vwx410",fontsize=16,color="burlywood",shape="box"];2077[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];1243 -> 2077[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2077 -> 1446[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2078[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];1243 -> 2078[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2078 -> 1447[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1244[label="vwx410",fontsize=16,color="green",shape="box"];1245[label="vwx300",fontsize=16,color="green",shape="box"];1246[label="vwx410",fontsize=16,color="green",shape="box"];1247[label="vwx300",fontsize=16,color="green",shape="box"];1248[label="vwx30",fontsize=16,color="green",shape="box"];1249[label="vwx40",fontsize=16,color="green",shape="box"];1250[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1250 -> 1448[label="",style="solid", color="black", weight=3]; 16.99/6.87 1251[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1251 -> 1449[label="",style="solid", color="black", weight=3]; 16.99/6.87 1252[label="vwx30",fontsize=16,color="green",shape="box"];1253[label="vwx40",fontsize=16,color="green",shape="box"];1254[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1254 -> 1450[label="",style="solid", color="black", weight=3]; 16.99/6.87 1255[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1255 -> 1451[label="",style="solid", color="black", weight=3]; 16.99/6.87 1256[label="vwx30",fontsize=16,color="green",shape="box"];1257[label="vwx40",fontsize=16,color="green",shape="box"];1258[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1258 -> 1452[label="",style="solid", color="black", weight=3]; 16.99/6.87 1259[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1259 -> 1453[label="",style="solid", color="black", weight=3]; 16.99/6.87 1260[label="vwx30",fontsize=16,color="green",shape="box"];1261[label="vwx40",fontsize=16,color="green",shape="box"];1262[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1262 -> 1454[label="",style="solid", color="black", weight=3]; 16.99/6.87 1263[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1263 -> 1455[label="",style="solid", color="black", weight=3]; 16.99/6.87 1264[label="vwx30",fontsize=16,color="green",shape="box"];1265[label="vwx40",fontsize=16,color="green",shape="box"];1266[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1266 -> 1456[label="",style="solid", color="black", weight=3]; 16.99/6.87 1267[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1267 -> 1457[label="",style="solid", color="black", weight=3]; 16.99/6.87 1268[label="vwx30",fontsize=16,color="green",shape="box"];1269[label="vwx40",fontsize=16,color="green",shape="box"];1270[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];1270 -> 1458[label="",style="solid", color="black", weight=3]; 16.99/6.87 1271[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1271 -> 1459[label="",style="solid", color="black", weight=3]; 16.99/6.87 1272[label="vwx240",fontsize=16,color="green",shape="box"];1273[label="vwx230",fontsize=16,color="green",shape="box"];1274[label="vwx240",fontsize=16,color="green",shape="box"];1275[label="vwx230",fontsize=16,color="green",shape="box"];1276[label="vwx240",fontsize=16,color="green",shape="box"];1277[label="vwx230",fontsize=16,color="green",shape="box"];1278[label="vwx240",fontsize=16,color="green",shape="box"];1279[label="vwx230",fontsize=16,color="green",shape="box"];1280[label="vwx240",fontsize=16,color="green",shape="box"];1281[label="vwx230",fontsize=16,color="green",shape="box"];1282[label="vwx240",fontsize=16,color="green",shape="box"];1283[label="vwx230",fontsize=16,color="green",shape="box"];1284[label="vwx240",fontsize=16,color="green",shape="box"];1285[label="vwx230",fontsize=16,color="green",shape="box"];1286[label="vwx240",fontsize=16,color="green",shape="box"];1287[label="vwx230",fontsize=16,color="green",shape="box"];1288[label="vwx240",fontsize=16,color="green",shape="box"];1289[label="vwx230",fontsize=16,color="green",shape="box"];1290[label="vwx240",fontsize=16,color="green",shape="box"];1291[label="vwx230",fontsize=16,color="green",shape="box"];1292[label="vwx240",fontsize=16,color="green",shape="box"];1293[label="vwx230",fontsize=16,color="green",shape="box"];1294[label="vwx240",fontsize=16,color="green",shape="box"];1295[label="vwx230",fontsize=16,color="green",shape="box"];1296[label="vwx240",fontsize=16,color="green",shape="box"];1297[label="vwx230",fontsize=16,color="green",shape="box"];1298[label="vwx240",fontsize=16,color="green",shape="box"];1299[label="vwx230",fontsize=16,color="green",shape="box"];1300 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1300[label="vwx231 == vwx241",fontsize=16,color="magenta"];1300 -> 1460[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1300 -> 1461[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1301 -> 653[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1301[label="vwx231 == vwx241",fontsize=16,color="magenta"];1301 -> 1462[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1301 -> 1463[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1302 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1302[label="vwx231 == vwx241",fontsize=16,color="magenta"];1302 -> 1464[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1302 -> 1465[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1303 -> 655[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1303[label="vwx231 == vwx241",fontsize=16,color="magenta"];1303 -> 1466[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1303 -> 1467[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1304 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1304[label="vwx231 == vwx241",fontsize=16,color="magenta"];1304 -> 1468[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1304 -> 1469[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1305 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1305[label="vwx231 == vwx241",fontsize=16,color="magenta"];1305 -> 1470[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1305 -> 1471[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1306 -> 658[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1306[label="vwx231 == vwx241",fontsize=16,color="magenta"];1306 -> 1472[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1306 -> 1473[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1307 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1307[label="vwx231 == vwx241",fontsize=16,color="magenta"];1307 -> 1474[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1307 -> 1475[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1308 -> 660[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1308[label="vwx231 == vwx241",fontsize=16,color="magenta"];1308 -> 1476[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1308 -> 1477[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1309 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1309[label="vwx231 == vwx241",fontsize=16,color="magenta"];1309 -> 1478[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1309 -> 1479[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1310 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1310[label="vwx231 == vwx241",fontsize=16,color="magenta"];1310 -> 1480[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1310 -> 1481[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1311 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1311[label="vwx231 == vwx241",fontsize=16,color="magenta"];1311 -> 1482[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1311 -> 1483[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1312 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1312[label="vwx231 == vwx241",fontsize=16,color="magenta"];1312 -> 1484[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1312 -> 1485[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1313 -> 665[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1313[label="vwx231 == vwx241",fontsize=16,color="magenta"];1313 -> 1486[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1313 -> 1487[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1314 -> 652[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1314[label="vwx232 == vwx242",fontsize=16,color="magenta"];1314 -> 1488[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1314 -> 1489[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1315 -> 653[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1315[label="vwx232 == vwx242",fontsize=16,color="magenta"];1315 -> 1490[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1315 -> 1491[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1316 -> 654[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1316[label="vwx232 == vwx242",fontsize=16,color="magenta"];1316 -> 1492[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1316 -> 1493[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1317 -> 655[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1317[label="vwx232 == vwx242",fontsize=16,color="magenta"];1317 -> 1494[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1317 -> 1495[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1318 -> 656[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1318[label="vwx232 == vwx242",fontsize=16,color="magenta"];1318 -> 1496[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1318 -> 1497[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1319 -> 657[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1319[label="vwx232 == vwx242",fontsize=16,color="magenta"];1319 -> 1498[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1319 -> 1499[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1320 -> 658[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1320[label="vwx232 == vwx242",fontsize=16,color="magenta"];1320 -> 1500[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1320 -> 1501[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1321 -> 659[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1321[label="vwx232 == vwx242",fontsize=16,color="magenta"];1321 -> 1502[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1321 -> 1503[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1322 -> 660[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1322[label="vwx232 == vwx242",fontsize=16,color="magenta"];1322 -> 1504[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1322 -> 1505[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1323 -> 661[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1323[label="vwx232 == vwx242",fontsize=16,color="magenta"];1323 -> 1506[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1323 -> 1507[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1324 -> 662[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1324[label="vwx232 == vwx242",fontsize=16,color="magenta"];1324 -> 1508[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1324 -> 1509[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1325 -> 663[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1325[label="vwx232 == vwx242",fontsize=16,color="magenta"];1325 -> 1510[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1325 -> 1511[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1326 -> 664[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1326[label="vwx232 == vwx242",fontsize=16,color="magenta"];1326 -> 1512[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1326 -> 1513[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1327 -> 665[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1327[label="vwx232 == vwx242",fontsize=16,color="magenta"];1327 -> 1514[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1327 -> 1515[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1328[label="primEqNat (Succ vwx2300) (Succ vwx2400)",fontsize=16,color="black",shape="box"];1328 -> 1516[label="",style="solid", color="black", weight=3]; 16.99/6.87 1329[label="primEqNat (Succ vwx2300) Zero",fontsize=16,color="black",shape="box"];1329 -> 1517[label="",style="solid", color="black", weight=3]; 16.99/6.87 1330[label="primEqNat Zero (Succ vwx2400)",fontsize=16,color="black",shape="box"];1330 -> 1518[label="",style="solid", color="black", weight=3]; 16.99/6.87 1331[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1331 -> 1519[label="",style="solid", color="black", weight=3]; 16.99/6.87 1332[label="vwx240",fontsize=16,color="green",shape="box"];1333[label="vwx230",fontsize=16,color="green",shape="box"];1334[label="vwx240",fontsize=16,color="green",shape="box"];1335[label="vwx230",fontsize=16,color="green",shape="box"];1336[label="vwx240",fontsize=16,color="green",shape="box"];1337[label="vwx230",fontsize=16,color="green",shape="box"];1338[label="vwx240",fontsize=16,color="green",shape="box"];1339[label="vwx230",fontsize=16,color="green",shape="box"];1340[label="vwx240",fontsize=16,color="green",shape="box"];1341[label="vwx230",fontsize=16,color="green",shape="box"];1342[label="vwx240",fontsize=16,color="green",shape="box"];1343[label="vwx230",fontsize=16,color="green",shape="box"];1344[label="vwx240",fontsize=16,color="green",shape="box"];1345[label="vwx230",fontsize=16,color="green",shape="box"];1346[label="vwx240",fontsize=16,color="green",shape="box"];1347[label="vwx230",fontsize=16,color="green",shape="box"];1348[label="vwx240",fontsize=16,color="green",shape="box"];1349[label="vwx230",fontsize=16,color="green",shape="box"];1350[label="vwx240",fontsize=16,color="green",shape="box"];1351[label="vwx230",fontsize=16,color="green",shape="box"];1352[label="vwx240",fontsize=16,color="green",shape="box"];1353[label="vwx230",fontsize=16,color="green",shape="box"];1354[label="vwx240",fontsize=16,color="green",shape="box"];1355[label="vwx230",fontsize=16,color="green",shape="box"];1356[label="vwx240",fontsize=16,color="green",shape="box"];1357[label="vwx230",fontsize=16,color="green",shape="box"];1358[label="vwx240",fontsize=16,color="green",shape="box"];1359[label="vwx230",fontsize=16,color="green",shape="box"];1360[label="vwx241",fontsize=16,color="green",shape="box"];1361[label="vwx231",fontsize=16,color="green",shape="box"];1362[label="vwx241",fontsize=16,color="green",shape="box"];1363[label="vwx231",fontsize=16,color="green",shape="box"];1364[label="vwx241",fontsize=16,color="green",shape="box"];1365[label="vwx231",fontsize=16,color="green",shape="box"];1366[label="vwx241",fontsize=16,color="green",shape="box"];1367[label="vwx231",fontsize=16,color="green",shape="box"];1368[label="vwx241",fontsize=16,color="green",shape="box"];1369[label="vwx231",fontsize=16,color="green",shape="box"];1370[label="vwx241",fontsize=16,color="green",shape="box"];1371[label="vwx231",fontsize=16,color="green",shape="box"];1372[label="vwx241",fontsize=16,color="green",shape="box"];1373[label="vwx231",fontsize=16,color="green",shape="box"];1374[label="vwx241",fontsize=16,color="green",shape="box"];1375[label="vwx231",fontsize=16,color="green",shape="box"];1376[label="vwx241",fontsize=16,color="green",shape="box"];1377[label="vwx231",fontsize=16,color="green",shape="box"];1378[label="vwx241",fontsize=16,color="green",shape="box"];1379[label="vwx231",fontsize=16,color="green",shape="box"];1380[label="vwx241",fontsize=16,color="green",shape="box"];1381[label="vwx231",fontsize=16,color="green",shape="box"];1382[label="vwx241",fontsize=16,color="green",shape="box"];1383[label="vwx231",fontsize=16,color="green",shape="box"];1384[label="vwx241",fontsize=16,color="green",shape="box"];1385[label="vwx231",fontsize=16,color="green",shape="box"];1386[label="vwx241",fontsize=16,color="green",shape="box"];1387[label="vwx231",fontsize=16,color="green",shape="box"];1388[label="vwx240",fontsize=16,color="green",shape="box"];1389[label="vwx231",fontsize=16,color="green",shape="box"];1390[label="vwx241",fontsize=16,color="green",shape="box"];1391[label="vwx230",fontsize=16,color="green",shape="box"];1392[label="vwx240",fontsize=16,color="green",shape="box"];1393[label="vwx230",fontsize=16,color="green",shape="box"];1394[label="vwx240",fontsize=16,color="green",shape="box"];1395[label="vwx230",fontsize=16,color="green",shape="box"];1396[label="vwx241",fontsize=16,color="green",shape="box"];1397[label="vwx231",fontsize=16,color="green",shape="box"];1398[label="vwx241",fontsize=16,color="green",shape="box"];1399[label="vwx231",fontsize=16,color="green",shape="box"];1400 -> 995[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1400[label="primEqNat vwx2300 vwx2400",fontsize=16,color="magenta"];1400 -> 1520[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1400 -> 1521[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1401[label="False",fontsize=16,color="green",shape="box"];1402[label="False",fontsize=16,color="green",shape="box"];1403[label="True",fontsize=16,color="green",shape="box"];1404[label="False",fontsize=16,color="green",shape="box"];1405[label="True",fontsize=16,color="green",shape="box"];1406 -> 995[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1406[label="primEqNat vwx2300 vwx2400",fontsize=16,color="magenta"];1406 -> 1522[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1406 -> 1523[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1407[label="False",fontsize=16,color="green",shape="box"];1408[label="False",fontsize=16,color="green",shape="box"];1409[label="True",fontsize=16,color="green",shape="box"];1410[label="False",fontsize=16,color="green",shape="box"];1411[label="True",fontsize=16,color="green",shape="box"];1412[label="vwx240",fontsize=16,color="green",shape="box"];1413[label="vwx231",fontsize=16,color="green",shape="box"];1414[label="vwx241",fontsize=16,color="green",shape="box"];1415[label="vwx230",fontsize=16,color="green",shape="box"];1416[label="vwx240",fontsize=16,color="green",shape="box"];1417[label="vwx230",fontsize=16,color="green",shape="box"];1418[label="vwx240",fontsize=16,color="green",shape="box"];1419[label="vwx230",fontsize=16,color="green",shape="box"];1420[label="vwx240",fontsize=16,color="green",shape="box"];1421[label="vwx230",fontsize=16,color="green",shape="box"];1422[label="vwx240",fontsize=16,color="green",shape="box"];1423[label="vwx230",fontsize=16,color="green",shape="box"];1424[label="vwx240",fontsize=16,color="green",shape="box"];1425[label="vwx230",fontsize=16,color="green",shape="box"];1426[label="vwx240",fontsize=16,color="green",shape="box"];1427[label="vwx230",fontsize=16,color="green",shape="box"];1428[label="vwx240",fontsize=16,color="green",shape="box"];1429[label="vwx230",fontsize=16,color="green",shape="box"];1430[label="vwx240",fontsize=16,color="green",shape="box"];1431[label="vwx230",fontsize=16,color="green",shape="box"];1432[label="vwx240",fontsize=16,color="green",shape="box"];1433[label="vwx230",fontsize=16,color="green",shape="box"];1434[label="vwx240",fontsize=16,color="green",shape="box"];1435[label="vwx230",fontsize=16,color="green",shape="box"];1436[label="vwx240",fontsize=16,color="green",shape="box"];1437[label="vwx230",fontsize=16,color="green",shape="box"];1438[label="vwx240",fontsize=16,color="green",shape="box"];1439[label="vwx230",fontsize=16,color="green",shape="box"];1440[label="vwx240",fontsize=16,color="green",shape="box"];1441[label="vwx230",fontsize=16,color="green",shape="box"];1442[label="vwx240",fontsize=16,color="green",shape="box"];1443[label="vwx230",fontsize=16,color="green",shape="box"];1444[label="primMulNat (Succ vwx3000) (Succ vwx4100)",fontsize=16,color="black",shape="box"];1444 -> 1524[label="",style="solid", color="black", weight=3]; 16.99/6.87 1445[label="primMulNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];1445 -> 1525[label="",style="solid", color="black", weight=3]; 16.99/6.87 1446[label="primMulNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];1446 -> 1526[label="",style="solid", color="black", weight=3]; 16.99/6.87 1447[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1447 -> 1527[label="",style="solid", color="black", weight=3]; 16.99/6.87 1448[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];1448 -> 1528[label="",style="solid", color="black", weight=3]; 16.99/6.87 1449[label="LT",fontsize=16,color="green",shape="box"];1450[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];1450 -> 1529[label="",style="solid", color="black", weight=3]; 16.99/6.87 1451[label="LT",fontsize=16,color="green",shape="box"];1452[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];1452 -> 1530[label="",style="solid", color="black", weight=3]; 16.99/6.87 1453[label="LT",fontsize=16,color="green",shape="box"];1454[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];1454 -> 1531[label="",style="solid", color="black", weight=3]; 16.99/6.87 1455[label="LT",fontsize=16,color="green",shape="box"];1456[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];1456 -> 1532[label="",style="solid", color="black", weight=3]; 16.99/6.87 1457[label="LT",fontsize=16,color="green",shape="box"];1458[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];1458 -> 1533[label="",style="solid", color="black", weight=3]; 16.99/6.87 1459[label="LT",fontsize=16,color="green",shape="box"];1460[label="vwx241",fontsize=16,color="green",shape="box"];1461[label="vwx231",fontsize=16,color="green",shape="box"];1462[label="vwx241",fontsize=16,color="green",shape="box"];1463[label="vwx231",fontsize=16,color="green",shape="box"];1464[label="vwx241",fontsize=16,color="green",shape="box"];1465[label="vwx231",fontsize=16,color="green",shape="box"];1466[label="vwx241",fontsize=16,color="green",shape="box"];1467[label="vwx231",fontsize=16,color="green",shape="box"];1468[label="vwx241",fontsize=16,color="green",shape="box"];1469[label="vwx231",fontsize=16,color="green",shape="box"];1470[label="vwx241",fontsize=16,color="green",shape="box"];1471[label="vwx231",fontsize=16,color="green",shape="box"];1472[label="vwx241",fontsize=16,color="green",shape="box"];1473[label="vwx231",fontsize=16,color="green",shape="box"];1474[label="vwx241",fontsize=16,color="green",shape="box"];1475[label="vwx231",fontsize=16,color="green",shape="box"];1476[label="vwx241",fontsize=16,color="green",shape="box"];1477[label="vwx231",fontsize=16,color="green",shape="box"];1478[label="vwx241",fontsize=16,color="green",shape="box"];1479[label="vwx231",fontsize=16,color="green",shape="box"];1480[label="vwx241",fontsize=16,color="green",shape="box"];1481[label="vwx231",fontsize=16,color="green",shape="box"];1482[label="vwx241",fontsize=16,color="green",shape="box"];1483[label="vwx231",fontsize=16,color="green",shape="box"];1484[label="vwx241",fontsize=16,color="green",shape="box"];1485[label="vwx231",fontsize=16,color="green",shape="box"];1486[label="vwx241",fontsize=16,color="green",shape="box"];1487[label="vwx231",fontsize=16,color="green",shape="box"];1488[label="vwx242",fontsize=16,color="green",shape="box"];1489[label="vwx232",fontsize=16,color="green",shape="box"];1490[label="vwx242",fontsize=16,color="green",shape="box"];1491[label="vwx232",fontsize=16,color="green",shape="box"];1492[label="vwx242",fontsize=16,color="green",shape="box"];1493[label="vwx232",fontsize=16,color="green",shape="box"];1494[label="vwx242",fontsize=16,color="green",shape="box"];1495[label="vwx232",fontsize=16,color="green",shape="box"];1496[label="vwx242",fontsize=16,color="green",shape="box"];1497[label="vwx232",fontsize=16,color="green",shape="box"];1498[label="vwx242",fontsize=16,color="green",shape="box"];1499[label="vwx232",fontsize=16,color="green",shape="box"];1500[label="vwx242",fontsize=16,color="green",shape="box"];1501[label="vwx232",fontsize=16,color="green",shape="box"];1502[label="vwx242",fontsize=16,color="green",shape="box"];1503[label="vwx232",fontsize=16,color="green",shape="box"];1504[label="vwx242",fontsize=16,color="green",shape="box"];1505[label="vwx232",fontsize=16,color="green",shape="box"];1506[label="vwx242",fontsize=16,color="green",shape="box"];1507[label="vwx232",fontsize=16,color="green",shape="box"];1508[label="vwx242",fontsize=16,color="green",shape="box"];1509[label="vwx232",fontsize=16,color="green",shape="box"];1510[label="vwx242",fontsize=16,color="green",shape="box"];1511[label="vwx232",fontsize=16,color="green",shape="box"];1512[label="vwx242",fontsize=16,color="green",shape="box"];1513[label="vwx232",fontsize=16,color="green",shape="box"];1514[label="vwx242",fontsize=16,color="green",shape="box"];1515[label="vwx232",fontsize=16,color="green",shape="box"];1516 -> 995[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1516[label="primEqNat vwx2300 vwx2400",fontsize=16,color="magenta"];1516 -> 1534[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1516 -> 1535[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1517[label="False",fontsize=16,color="green",shape="box"];1518[label="False",fontsize=16,color="green",shape="box"];1519[label="True",fontsize=16,color="green",shape="box"];1520[label="vwx2400",fontsize=16,color="green",shape="box"];1521[label="vwx2300",fontsize=16,color="green",shape="box"];1522[label="vwx2400",fontsize=16,color="green",shape="box"];1523[label="vwx2300",fontsize=16,color="green",shape="box"];1524 -> 1536[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1524[label="primPlusNat (primMulNat vwx3000 (Succ vwx4100)) (Succ vwx4100)",fontsize=16,color="magenta"];1524 -> 1537[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1525[label="Zero",fontsize=16,color="green",shape="box"];1526[label="Zero",fontsize=16,color="green",shape="box"];1527[label="Zero",fontsize=16,color="green",shape="box"];1528[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1528 -> 1538[label="",style="solid", color="black", weight=3]; 16.99/6.87 1529[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1529 -> 1539[label="",style="solid", color="black", weight=3]; 16.99/6.87 1530[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1530 -> 1540[label="",style="solid", color="black", weight=3]; 16.99/6.87 1531[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1531 -> 1541[label="",style="solid", color="black", weight=3]; 16.99/6.87 1532[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1532 -> 1542[label="",style="solid", color="black", weight=3]; 16.99/6.87 1533[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];1533 -> 1543[label="",style="solid", color="black", weight=3]; 16.99/6.87 1534[label="vwx2400",fontsize=16,color="green",shape="box"];1535[label="vwx2300",fontsize=16,color="green",shape="box"];1537 -> 1056[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1537[label="primMulNat vwx3000 (Succ vwx4100)",fontsize=16,color="magenta"];1537 -> 1544[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1537 -> 1545[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1536[label="primPlusNat vwx53 (Succ vwx4100)",fontsize=16,color="burlywood",shape="triangle"];2079[label="vwx53/Succ vwx530",fontsize=10,color="white",style="solid",shape="box"];1536 -> 2079[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2079 -> 1546[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2080[label="vwx53/Zero",fontsize=10,color="white",style="solid",shape="box"];1536 -> 2080[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2080 -> 1547[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1538[label="GT",fontsize=16,color="green",shape="box"];1539[label="GT",fontsize=16,color="green",shape="box"];1540[label="GT",fontsize=16,color="green",shape="box"];1541[label="GT",fontsize=16,color="green",shape="box"];1542[label="GT",fontsize=16,color="green",shape="box"];1543[label="GT",fontsize=16,color="green",shape="box"];1544[label="Succ vwx4100",fontsize=16,color="green",shape="box"];1545[label="vwx3000",fontsize=16,color="green",shape="box"];1546[label="primPlusNat (Succ vwx530) (Succ vwx4100)",fontsize=16,color="black",shape="box"];1546 -> 1548[label="",style="solid", color="black", weight=3]; 16.99/6.87 1547[label="primPlusNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];1547 -> 1549[label="",style="solid", color="black", weight=3]; 16.99/6.87 1548[label="Succ (Succ (primPlusNat vwx530 vwx4100))",fontsize=16,color="green",shape="box"];1548 -> 1550[label="",style="dashed", color="green", weight=3]; 16.99/6.87 1549[label="Succ vwx4100",fontsize=16,color="green",shape="box"];1550[label="primPlusNat vwx530 vwx4100",fontsize=16,color="burlywood",shape="triangle"];2081[label="vwx530/Succ vwx5300",fontsize=10,color="white",style="solid",shape="box"];1550 -> 2081[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2081 -> 1551[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2082[label="vwx530/Zero",fontsize=10,color="white",style="solid",shape="box"];1550 -> 2082[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2082 -> 1552[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1551[label="primPlusNat (Succ vwx5300) vwx4100",fontsize=16,color="burlywood",shape="box"];2083[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];1551 -> 2083[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2083 -> 1553[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2084[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];1551 -> 2084[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2084 -> 1554[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1552[label="primPlusNat Zero vwx4100",fontsize=16,color="burlywood",shape="box"];2085[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];1552 -> 2085[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2085 -> 1555[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 2086[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];1552 -> 2086[label="",style="solid", color="burlywood", weight=9]; 16.99/6.87 2086 -> 1556[label="",style="solid", color="burlywood", weight=3]; 16.99/6.87 1553[label="primPlusNat (Succ vwx5300) (Succ vwx41000)",fontsize=16,color="black",shape="box"];1553 -> 1557[label="",style="solid", color="black", weight=3]; 16.99/6.87 1554[label="primPlusNat (Succ vwx5300) Zero",fontsize=16,color="black",shape="box"];1554 -> 1558[label="",style="solid", color="black", weight=3]; 16.99/6.87 1555[label="primPlusNat Zero (Succ vwx41000)",fontsize=16,color="black",shape="box"];1555 -> 1559[label="",style="solid", color="black", weight=3]; 16.99/6.87 1556[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1556 -> 1560[label="",style="solid", color="black", weight=3]; 16.99/6.87 1557[label="Succ (Succ (primPlusNat vwx5300 vwx41000))",fontsize=16,color="green",shape="box"];1557 -> 1561[label="",style="dashed", color="green", weight=3]; 16.99/6.87 1558[label="Succ vwx5300",fontsize=16,color="green",shape="box"];1559[label="Succ vwx41000",fontsize=16,color="green",shape="box"];1560[label="Zero",fontsize=16,color="green",shape="box"];1561 -> 1550[label="",style="dashed", color="red", weight=0]; 16.99/6.87 1561[label="primPlusNat vwx5300 vwx41000",fontsize=16,color="magenta"];1561 -> 1562[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1561 -> 1563[label="",style="dashed", color="magenta", weight=3]; 16.99/6.87 1562[label="vwx5300",fontsize=16,color="green",shape="box"];1563[label="vwx41000",fontsize=16,color="green",shape="box"];} 16.99/6.87 16.99/6.87 ---------------------------------------- 16.99/6.87 16.99/6.87 (14) 16.99/6.87 Complex Obligation (AND) 16.99/6.87 16.99/6.87 ---------------------------------------- 16.99/6.87 16.99/6.87 (15) 16.99/6.87 Obligation: 16.99/6.87 Q DP problem: 16.99/6.87 The TRS P consists of the following rules: 16.99/6.87 16.99/6.87 new_primCmpNat(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat(vwx300, vwx400) 16.99/6.87 16.99/6.87 R is empty. 16.99/6.87 Q is empty. 16.99/6.87 We have to consider all minimal (P,Q,R)-chains. 16.99/6.87 ---------------------------------------- 16.99/6.87 16.99/6.87 (16) QDPSizeChangeProof (EQUIVALENT) 16.99/6.87 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. 16.99/6.87 16.99/6.87 From the DPs we obtained the following set of size-change graphs: 16.99/6.87 *new_primCmpNat(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat(vwx300, vwx400) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2 16.99/6.87 16.99/6.87 16.99/6.87 ---------------------------------------- 16.99/6.87 16.99/6.87 (17) 16.99/6.87 YES 16.99/6.87 16.99/6.87 ---------------------------------------- 16.99/6.87 16.99/6.87 (18) 16.99/6.87 Obligation: 16.99/6.87 Q DP problem: 16.99/6.87 The TRS P consists of the following rules: 16.99/6.87 16.99/6.87 new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 16.99/6.87 16.99/6.87 R is empty. 16.99/6.87 Q is empty. 16.99/6.87 We have to consider all minimal (P,Q,R)-chains. 16.99/6.87 ---------------------------------------- 16.99/6.87 16.99/6.87 (19) QDPSizeChangeProof (EQUIVALENT) 16.99/6.87 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. 16.99/6.87 16.99/6.87 From the DPs we obtained the following set of size-change graphs: 16.99/6.87 *new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 16.99/6.87 The graph contains the following edges 1 > 1, 2 >= 2 16.99/6.87 16.99/6.87 16.99/6.87 ---------------------------------------- 16.99/6.87 16.99/6.87 (20) 16.99/6.87 YES 16.99/6.87 16.99/6.87 ---------------------------------------- 16.99/6.87 16.99/6.87 (21) 16.99/6.87 Obligation: 16.99/6.87 Q DP problem: 16.99/6.87 The TRS P consists of the following rules: 16.99/6.87 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_Maybe, ff), fb) -> new_esEs1(vwx230, vwx240, ff) 16.99/6.87 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx230, vwx240, bdg, bdh) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx232, vwx242, df, dg, dh) 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx231, vwx241, gh) 16.99/6.87 new_esEs2(Left(vwx230), Left(vwx240), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx230, vwx240, bbc) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx232, vwx242, ef) 16.99/6.87 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx230, vwx240, bcc, bcd) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx231, vwx241, cg, da) 16.99/6.87 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx230, vwx240, bcf, bcg) 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx230, vwx240, eg, eh, fa) 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx231, vwx241, gf, gg) 16.99/6.87 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx230, vwx240, bbh, bca, bcb) 16.99/6.87 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx230, vwx240, bce) 16.99/6.87 new_esEs1(Just(vwx230), Just(vwx240), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx230, vwx240, bab, bac) 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx231, vwx241, ha, hb) 16.99/6.87 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_Maybe, bdf)) -> new_esEs1(vwx230, vwx240, bdf) 16.99/6.87 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_[], bea)) -> new_esEs3(vwx230, vwx240, bea) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx230, vwx240, bg) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(ty_[], de), bd) -> new_esEs3(vwx231, vwx241, de) 16.99/6.87 new_esEs2(Right(vwx230), Right(vwx240), bbg, app(ty_[], bch)) -> new_esEs3(vwx230, vwx240, bch) 16.99/6.87 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx230, vwx240, bdd, bde) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_[], cb), bc, bd) -> new_esEs3(vwx230, vwx240, cb) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx231, vwx241, db) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx231, vwx241, cd, ce, cf) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx232, vwx242, ed, ee) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx232, vwx242, ea, eb) 16.99/6.87 new_esEs1(Just(vwx230), Just(vwx240), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx230, vwx240, hd, he, hf) 16.99/6.87 new_esEs2(Left(vwx230), Left(vwx240), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx230, vwx240, bbd, bbe) 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_[], ga), fb) -> new_esEs3(vwx230, vwx240, ga) 16.99/6.87 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), beb) -> new_esEs3(vwx231, vwx241, beb) 16.99/6.87 new_esEs2(Left(vwx230), Left(vwx240), app(ty_[], bbf), bah) -> new_esEs3(vwx230, vwx240, bbf) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx232, vwx242, ec) 16.99/6.87 new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx230, vwx240, bda, bdb, bdc) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx231, vwx241, dc, dd) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx230, vwx240, h, ba, bb) 16.99/6.87 new_esEs1(Just(vwx230), Just(vwx240), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx230, vwx240, hg, hh) 16.99/6.87 new_esEs2(Left(vwx230), Left(vwx240), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx230, vwx240, bba, bbb) 16.99/6.87 new_esEs2(Left(vwx230), Left(vwx240), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx230, vwx240, bae, baf, bag) 16.99/6.87 new_esEs1(Just(vwx230), Just(vwx240), app(ty_[], bad)) -> new_esEs3(vwx230, vwx240, bad) 16.99/6.87 new_esEs1(Just(vwx230), Just(vwx240), app(ty_Maybe, baa)) -> new_esEs1(vwx230, vwx240, baa) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx230, vwx240, bh, ca) 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx230, vwx240, fc, fd) 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx230, vwx240, fg, fh) 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(ty_[], hc)) -> new_esEs3(vwx231, vwx241, hc) 16.99/6.87 new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx230, vwx240, be, bf) 16.99/6.87 new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx231, vwx241, gc, gd, ge) 16.99/6.87 16.99/6.87 R is empty. 16.99/6.87 Q is empty. 16.99/6.87 We have to consider all minimal (P,Q,R)-chains. 16.99/6.87 ---------------------------------------- 16.99/6.87 16.99/6.87 (22) QDPSizeChangeProof (EQUIVALENT) 16.99/6.87 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. 16.99/6.87 16.99/6.87 From the DPs we obtained the following set of size-change graphs: 16.99/6.87 *new_esEs1(Just(vwx230), Just(vwx240), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx230, vwx240, hg, hh) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs1(Just(vwx230), Just(vwx240), app(ty_[], bad)) -> new_esEs3(vwx230, vwx240, bad) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs1(Just(vwx230), Just(vwx240), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx230, vwx240, hd, he, hf) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs1(Just(vwx230), Just(vwx240), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx230, vwx240, bab, bac) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs1(Just(vwx230), Just(vwx240), app(ty_Maybe, baa)) -> new_esEs1(vwx230, vwx240, baa) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx230, vwx240, bdd, bde) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx230, vwx240, bda, bdb, bdc) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx230, vwx240, bdg, bdh) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_Maybe, bdf)) -> new_esEs1(vwx230, vwx240, bdf) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx230, vwx240, bcc, bcd) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Left(vwx230), Left(vwx240), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx230, vwx240, bba, bbb) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx231, vwx241, cg, da) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx232, vwx242, ea, eb) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx230, vwx240, be, bf) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx231, vwx241, gf, gg) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx230, vwx240, fc, fd) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(ty_[], bch)) -> new_esEs3(vwx230, vwx240, bch) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Left(vwx230), Left(vwx240), app(ty_[], bbf), bah) -> new_esEs3(vwx230, vwx240, bbf) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx230, vwx240, bbh, bca, bcb) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Left(vwx230), Left(vwx240), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx230, vwx240, bae, baf, bag) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx230, vwx240, bcf, bcg) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Left(vwx230), Left(vwx240), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx230, vwx240, bbd, bbe) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Left(vwx230), Left(vwx240), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx230, vwx240, bbc) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs2(Right(vwx230), Right(vwx240), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx230, vwx240, bce) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx232, vwx242, ef) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(ty_[], de), bd) -> new_esEs3(vwx231, vwx241, de) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_[], cb), bc, bd) -> new_esEs3(vwx230, vwx240, cb) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), app(ty_[], bea)) -> new_esEs3(vwx230, vwx240, bea) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs3(:(vwx230, vwx231), :(vwx240, vwx241), beb) -> new_esEs3(vwx231, vwx241, beb) 16.99/6.87 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 16.99/6.87 16.99/6.87 16.99/6.87 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_[], ga), fb) -> new_esEs3(vwx230, vwx240, ga) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(ty_[], hc)) -> new_esEs3(vwx231, vwx241, hc) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx232, vwx242, df, dg, dh) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx231, vwx241, cd, ce, cf) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx230, vwx240, h, ba, bb) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx232, vwx242, ed, ee) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx231, vwx241, dc, dd) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx230, vwx240, bh, ca) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx230, vwx240, bg) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx231, vwx241, db) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx232, vwx242, ec) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx230, vwx240, eg, eh, fa) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx231, vwx241, gc, gd, ge) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx231, vwx241, ha, hb) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx230, vwx240, fg, fh) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), app(ty_Maybe, ff), fb) -> new_esEs1(vwx230, vwx240, ff) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_esEs0(@2(vwx230, vwx231), @2(vwx240, vwx241), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx231, vwx241, gh) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (23) 16.99/6.88 YES 16.99/6.88 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (24) 16.99/6.88 Obligation: 16.99/6.88 Q DP problem: 16.99/6.88 The TRS P consists of the following rules: 16.99/6.88 16.99/6.88 new_primCompAux(vwx30, vwx40, vwx35, app(ty_[], ba)) -> new_compare0(vwx30, vwx40, ba) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(ty_Maybe, bah)) -> new_ltEs0(vwx32, vwx42, bah) 16.99/6.88 new_ltEs0(Just(vwx30), Just(vwx40), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx30, vwx40, db, dc, dd) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs3(vwx31, vwx41, ed, ee, ef) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(app(ty_@2, bdd), bde), baf, bca) -> new_lt1(vwx30, vwx40, bdd, bde) 16.99/6.88 new_compare21(vwx30, vwx40, False, fa, fb) -> new_ltEs1(vwx30, vwx40, fa, fb) 16.99/6.88 new_ltEs0(Just(vwx30), Just(vwx40), app(ty_[], cc)) -> new_ltEs(vwx30, vwx40, cc) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(ty_[], bbh), bca) -> new_lt(vwx31, vwx41, bbh) 16.99/6.88 new_compare3(vwx30, vwx40, fc, fd) -> new_compare22(vwx30, vwx40, new_esEs6(vwx30, vwx40, fc, fd), fc, fd) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(ty_[], bdb), baf, bca) -> new_lt(vwx30, vwx40, bdb) 16.99/6.88 new_primCompAux(vwx30, vwx40, vwx35, app(ty_Maybe, bb)) -> new_compare1(vwx30, vwx40, bb) 16.99/6.88 new_ltEs0(Just(vwx30), Just(vwx40), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx30, vwx40, cg, da) 16.99/6.88 new_primCompAux(vwx30, vwx40, vwx35, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx30, vwx40, bg, bh, ca) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(app(ty_@3, ff), fg), fh), eh) -> new_compare23(vwx30, vwx40, new_esEs7(vwx30, vwx40, ff, fg, fh), ff, fg, fh) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(ty_Maybe, dg)) -> new_ltEs0(vwx31, vwx41, dg) 16.99/6.88 new_ltEs2(Left(vwx30), Left(vwx40), app(ty_[], ga), gb) -> new_ltEs(vwx30, vwx40, ga) 16.99/6.88 new_compare22(vwx30, vwx40, False, fc, fd) -> new_ltEs2(vwx30, vwx40, fc, fd) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(app(ty_Either, bce), bcf), bca) -> new_lt2(vwx31, vwx41, bce, bcf) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx31, vwx41, dh, ea) 16.99/6.88 new_lt0(vwx30, vwx40, cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(ty_Maybe, bcb), bca) -> new_lt0(vwx31, vwx41, bcb) 16.99/6.88 new_compare1(vwx30, vwx40, cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_Either, fc), fd), eh) -> new_compare22(vwx30, vwx40, new_esEs6(vwx30, vwx40, fc, fd), fc, fd) 16.99/6.88 new_ltEs2(Left(vwx30), Left(vwx40), app(app(app(ty_@3, gh), ha), hb), gb) -> new_ltEs3(vwx30, vwx40, gh, ha, hb) 16.99/6.88 new_primCompAux(vwx30, vwx40, vwx35, app(app(ty_@2, bc), bd)) -> new_compare2(vwx30, vwx40, bc, bd) 16.99/6.88 new_compare4(vwx30, vwx40, ff, fg, fh) -> new_compare23(vwx30, vwx40, new_esEs7(vwx30, vwx40, ff, fg, fh), ff, fg, fh) 16.99/6.88 new_ltEs(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare0(vwx31, vwx41, h) 16.99/6.88 new_compare20(vwx30, vwx40, False, cb) -> new_ltEs0(vwx30, vwx40, cb) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_ltEs3(vwx32, vwx42, bbe, bbf, bbg) 16.99/6.88 new_ltEs2(Right(vwx30), Right(vwx40), hc, app(app(ty_Either, hh), baa)) -> new_ltEs2(vwx30, vwx40, hh, baa) 16.99/6.88 new_lt3(vwx30, vwx40, ff, fg, fh) -> new_compare23(vwx30, vwx40, new_esEs7(vwx30, vwx40, ff, fg, fh), ff, fg, fh) 16.99/6.88 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(app(ty_Either, bbc), bbd)) -> new_ltEs2(vwx32, vwx42, bbc, bbd) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(app(ty_@2, bcc), bcd), bca) -> new_lt1(vwx31, vwx41, bcc, bcd) 16.99/6.88 new_ltEs2(Right(vwx30), Right(vwx40), hc, app(ty_Maybe, he)) -> new_ltEs0(vwx30, vwx40, he) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(ty_[], eg), eh) -> new_compare0(vwx30, vwx40, eg) 16.99/6.88 new_ltEs0(Just(vwx30), Just(vwx40), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx30, vwx40, ce, cf) 16.99/6.88 new_lt2(vwx30, vwx40, fc, fd) -> new_compare22(vwx30, vwx40, new_esEs6(vwx30, vwx40, fc, fd), fc, fd) 16.99/6.88 new_compare2(vwx30, vwx40, fa, fb) -> new_compare21(vwx30, vwx40, new_esEs5(vwx30, vwx40, fa, fb), fa, fb) 16.99/6.88 new_ltEs2(Left(vwx30), Left(vwx40), app(ty_Maybe, gc), gb) -> new_ltEs0(vwx30, vwx40, gc) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(ty_[], bag)) -> new_ltEs(vwx32, vwx42, bag) 16.99/6.88 new_ltEs2(Right(vwx30), Right(vwx40), hc, app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs3(vwx30, vwx40, bab, bac, bad) 16.99/6.88 new_ltEs0(Just(vwx30), Just(vwx40), app(ty_Maybe, cd)) -> new_ltEs0(vwx30, vwx40, cd) 16.99/6.88 new_ltEs2(Left(vwx30), Left(vwx40), app(app(ty_@2, gd), ge), gb) -> new_ltEs1(vwx30, vwx40, gd, ge) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(ty_Maybe, cb), eh) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 16.99/6.88 new_lt(vwx30, vwx40, eg) -> new_compare0(vwx30, vwx40, eg) 16.99/6.88 new_ltEs2(Left(vwx30), Left(vwx40), app(app(ty_Either, gf), gg), gb) -> new_ltEs2(vwx30, vwx40, gf, gg) 16.99/6.88 new_primCompAux(vwx30, vwx40, vwx35, app(app(ty_Either, be), bf)) -> new_compare3(vwx30, vwx40, be, bf) 16.99/6.88 new_ltEs(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(ty_[], df)) -> new_ltEs(vwx31, vwx41, df) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(app(app(ty_@3, bdh), bea), beb), baf, bca) -> new_lt3(vwx30, vwx40, bdh, bea, beb) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(app(ty_@2, bba), bbb)) -> new_ltEs1(vwx32, vwx42, bba, bbb) 16.99/6.88 new_lt1(vwx30, vwx40, fa, fb) -> new_compare21(vwx30, vwx40, new_esEs5(vwx30, vwx40, fa, fb), fa, fb) 16.99/6.88 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare0(vwx31, vwx41, h) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(ty_Maybe, bdc), baf, bca) -> new_lt0(vwx30, vwx40, bdc) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(app(ty_Either, eb), ec)) -> new_ltEs2(vwx31, vwx41, eb, ec) 16.99/6.88 new_ltEs2(Right(vwx30), Right(vwx40), hc, app(app(ty_@2, hf), hg)) -> new_ltEs1(vwx30, vwx40, hf, hg) 16.99/6.88 new_ltEs2(Right(vwx30), Right(vwx40), hc, app(ty_[], hd)) -> new_ltEs(vwx30, vwx40, hd) 16.99/6.88 new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_@2, fa), fb), eh) -> new_compare21(vwx30, vwx40, new_esEs5(vwx30, vwx40, fa, fb), fa, fb) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(app(ty_Either, bdf), bdg), baf, bca) -> new_lt2(vwx30, vwx40, bdf, bdg) 16.99/6.88 new_compare23(vwx30, vwx40, False, ff, fg, fh) -> new_ltEs3(vwx30, vwx40, ff, fg, fh) 16.99/6.88 new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(app(app(ty_@3, bcg), bch), bda), bca) -> new_lt3(vwx31, vwx41, bcg, bch, bda) 16.99/6.88 16.99/6.88 The TRS R consists of the following rules: 16.99/6.88 16.99/6.88 new_esEs27(vwx230, vwx240, app(ty_Ratio, dbd)) -> new_esEs13(vwx230, vwx240, dbd) 16.99/6.88 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 16.99/6.88 new_primCmpInt(Neg(Succ(vwx300)), Pos(vwx40)) -> LT 16.99/6.88 new_compare10(vwx30, vwx40, True, ff, fg, fh) -> LT 16.99/6.88 new_primPlusNat0(Zero, Zero) -> Zero 16.99/6.88 new_esEs23(vwx231, vwx241, app(ty_[], cgd)) -> new_esEs17(vwx231, vwx241, cgd) 16.99/6.88 new_ltEs10(False, False) -> True 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, ty_Char) -> new_ltEs7(vwx30, vwx40) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), ty_Float) -> new_esEs15(vwx230, vwx240) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), app(ty_Ratio, bec), gb) -> new_ltEs12(vwx30, vwx40, bec) 16.99/6.88 new_esEs21(vwx232, vwx242, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs7(vwx232, vwx242, cce, ccf, ccg) 16.99/6.88 new_esEs20(vwx231, vwx241, ty_Ordering) -> new_esEs16(vwx231, vwx241) 16.99/6.88 new_compare112(vwx30, vwx40, True, cb) -> LT 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, ty_Integer) -> new_ltEs13(vwx30, vwx40) 16.99/6.88 new_compare(:(vwx30, vwx31), [], h) -> GT 16.99/6.88 new_esEs23(vwx231, vwx241, ty_Integer) -> new_esEs9(vwx231, vwx241) 16.99/6.88 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 16.99/6.88 new_compare18(Double(vwx30, Neg(vwx310)), Double(vwx40, Neg(vwx410))) -> new_compare7(new_sr(vwx30, Neg(vwx410)), new_sr(Neg(vwx310), vwx40)) 16.99/6.88 new_ltEs19(vwx32, vwx42, ty_Ordering) -> new_ltEs9(vwx32, vwx42) 16.99/6.88 new_esEs8(EQ) -> False 16.99/6.88 new_primCmpInt(Pos(Zero), Neg(Succ(vwx400))) -> GT 16.99/6.88 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux0(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 16.99/6.88 new_esEs21(vwx232, vwx242, ty_Int) -> new_esEs14(vwx232, vwx242) 16.99/6.88 new_compare28(vwx30, vwx40, False, fc, fd) -> new_compare114(vwx30, vwx40, new_ltEs4(vwx30, vwx40, fc, fd), fc, fd) 16.99/6.88 new_esEs18(@0, @0) -> True 16.99/6.88 new_primCmpInt(Neg(Succ(vwx300)), Neg(vwx40)) -> new_primCmpNat0(vwx40, Succ(vwx300)) 16.99/6.88 new_esEs20(vwx231, vwx241, ty_Double) -> new_esEs11(vwx231, vwx241) 16.99/6.88 new_ltEs19(vwx32, vwx42, ty_@0) -> new_ltEs11(vwx32, vwx42) 16.99/6.88 new_ltEs9(LT, LT) -> True 16.99/6.88 new_primMulNat0(Succ(vwx3000), Succ(vwx4100)) -> new_primPlusNat1(new_primMulNat0(vwx3000, Succ(vwx4100)), vwx4100) 16.99/6.88 new_lt9(vwx30, vwx40) -> new_esEs8(new_compare11(vwx30, vwx40)) 16.99/6.88 new_compare113(vwx30, vwx40, False) -> GT 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), ty_@0) -> new_ltEs11(vwx30, vwx40) 16.99/6.88 new_esEs10(Char(vwx230), Char(vwx240)) -> new_primEqNat0(vwx230, vwx240) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), ty_Float, gb) -> new_ltEs5(vwx30, vwx40) 16.99/6.88 new_ltEs14(Nothing, Just(vwx40), dca) -> True 16.99/6.88 new_ltEs18(vwx31, vwx41, ty_Float) -> new_ltEs5(vwx31, vwx41) 16.99/6.88 new_esEs19(vwx230, vwx240, ty_Double) -> new_esEs11(vwx230, vwx240) 16.99/6.88 new_compare26(vwx30, vwx40, True) -> EQ 16.99/6.88 new_primEqInt(Pos(Succ(vwx2300)), Pos(Zero)) -> False 16.99/6.88 new_primEqInt(Pos(Zero), Pos(Succ(vwx2400))) -> False 16.99/6.88 new_esEs20(vwx231, vwx241, app(app(ty_@2, cbf), cbg)) -> new_esEs5(vwx231, vwx241, cbf, cbg) 16.99/6.88 new_ltEs13(vwx3, vwx4) -> new_not(new_compare14(vwx3, vwx4)) 16.99/6.88 new_esEs8(GT) -> False 16.99/6.88 new_ltEs19(vwx32, vwx42, app(ty_[], bag)) -> new_ltEs6(vwx32, vwx42, bag) 16.99/6.88 new_esEs27(vwx230, vwx240, ty_Integer) -> new_esEs9(vwx230, vwx240) 16.99/6.88 new_esEs19(vwx230, vwx240, app(app(ty_@2, cad), cae)) -> new_esEs5(vwx230, vwx240, cad, cae) 16.99/6.88 new_esEs27(vwx230, vwx240, app(ty_[], dbh)) -> new_esEs17(vwx230, vwx240, dbh) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), ty_Double, bfc) -> new_esEs11(vwx230, vwx240) 16.99/6.88 new_esEs22(vwx230, vwx240, app(ty_Maybe, ceg)) -> new_esEs4(vwx230, vwx240, ceg) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), ty_Float, bfc) -> new_esEs15(vwx230, vwx240) 16.99/6.88 new_primEqNat0(Succ(vwx2300), Succ(vwx2400)) -> new_primEqNat0(vwx2300, vwx2400) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, app(ty_Ratio, bed)) -> new_ltEs12(vwx30, vwx40, bed) 16.99/6.88 new_esEs19(vwx230, vwx240, ty_Float) -> new_esEs15(vwx230, vwx240) 16.99/6.88 new_esEs22(vwx230, vwx240, app(ty_Ratio, cef)) -> new_esEs13(vwx230, vwx240, cef) 16.99/6.88 new_compare17(vwx30, vwx40, fc, fd) -> new_compare28(vwx30, vwx40, new_esEs6(vwx30, vwx40, fc, fd), fc, fd) 16.99/6.88 new_esEs16(EQ, GT) -> False 16.99/6.88 new_esEs16(GT, EQ) -> False 16.99/6.88 new_lt11(vwx30, vwx40) -> new_esEs8(new_compare12(vwx30, vwx40)) 16.99/6.88 new_not(LT) -> new_not0 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), app(app(app(ty_@3, gh), ha), hb), gb) -> new_ltEs17(vwx30, vwx40, gh, ha, hb) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), ty_Ordering, bfc) -> new_esEs16(vwx230, vwx240) 16.99/6.88 new_esEs24(vwx23, vwx24, ty_Ordering) -> new_esEs16(vwx23, vwx24) 16.99/6.88 new_primCompAux00(vwx39, LT) -> LT 16.99/6.88 new_primCmpNat0(Zero, Zero) -> EQ 16.99/6.88 new_compare9(vwx30, vwx40, ty_Int) -> new_compare7(vwx30, vwx40) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), app(ty_[], bgb), bfc) -> new_esEs17(vwx230, vwx240, bgb) 16.99/6.88 new_esEs23(vwx231, vwx241, app(ty_Ratio, cfh)) -> new_esEs13(vwx231, vwx241, cfh) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), app(app(ty_@2, chd), che)) -> new_esEs5(vwx230, vwx240, chd, che) 16.99/6.88 new_esEs23(vwx231, vwx241, ty_Bool) -> new_esEs12(vwx231, vwx241) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), ty_Int) -> new_esEs14(vwx230, vwx240) 16.99/6.88 new_primEqNat0(Succ(vwx2300), Zero) -> False 16.99/6.88 new_primEqNat0(Zero, Succ(vwx2400)) -> False 16.99/6.88 new_esEs19(vwx230, vwx240, app(app(app(ty_@3, caa), cab), cac)) -> new_esEs7(vwx230, vwx240, caa, cab, cac) 16.99/6.88 new_esEs24(vwx23, vwx24, ty_Double) -> new_esEs11(vwx23, vwx24) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, ty_Char) -> new_esEs10(vwx230, vwx240) 16.99/6.88 new_esEs19(vwx230, vwx240, ty_Int) -> new_esEs14(vwx230, vwx240) 16.99/6.88 new_esEs23(vwx231, vwx241, ty_@0) -> new_esEs18(vwx231, vwx241) 16.99/6.88 new_esEs25(vwx230, vwx240, ty_Int) -> new_esEs14(vwx230, vwx240) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), ty_Double) -> new_ltEs16(vwx30, vwx40) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), ty_Int, bfc) -> new_esEs14(vwx230, vwx240) 16.99/6.88 new_primCompAux00(vwx39, GT) -> GT 16.99/6.88 new_esEs16(LT, EQ) -> False 16.99/6.88 new_esEs16(EQ, LT) -> False 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), app(app(app(ty_@3, cha), chb), chc)) -> new_esEs7(vwx230, vwx240, cha, chb, chc) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), app(ty_[], cc)) -> new_ltEs6(vwx30, vwx40, cc) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), ty_Double, gb) -> new_ltEs16(vwx30, vwx40) 16.99/6.88 new_ltEs18(vwx31, vwx41, ty_Double) -> new_ltEs16(vwx31, vwx41) 16.99/6.88 new_lt20(vwx30, vwx40, ty_Integer) -> new_lt13(vwx30, vwx40) 16.99/6.88 new_esEs5(@2(vwx230, vwx231), @2(vwx240, vwx241), cdg, cdh) -> new_asAs(new_esEs22(vwx230, vwx240, cdg), new_esEs23(vwx231, vwx241, cdh)) 16.99/6.88 new_compare9(vwx30, vwx40, app(app(ty_Either, be), bf)) -> new_compare17(vwx30, vwx40, be, bf) 16.99/6.88 new_lt20(vwx30, vwx40, ty_Char) -> new_lt9(vwx30, vwx40) 16.99/6.88 new_primCmpInt(Pos(Succ(vwx300)), Neg(vwx40)) -> GT 16.99/6.88 new_lt12(vwx30, vwx40, beg) -> new_esEs8(new_compare13(vwx30, vwx40, beg)) 16.99/6.88 new_ltEs18(vwx31, vwx41, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs17(vwx31, vwx41, ed, ee, ef) 16.99/6.88 new_esEs26(vwx231, vwx241, ty_Int) -> new_esEs14(vwx231, vwx241) 16.99/6.88 new_compare110(vwx30, vwx40, True, fa, fb) -> LT 16.99/6.88 new_esEs24(vwx23, vwx24, ty_@0) -> new_esEs18(vwx23, vwx24) 16.99/6.88 new_ltEs15(@2(vwx30, vwx31), @2(vwx40, vwx41), de, eh) -> new_pePe(new_lt7(vwx30, vwx40, de), vwx30, vwx40, new_ltEs18(vwx31, vwx41, eh), de) 16.99/6.88 new_compare13(:%(vwx30, vwx31), :%(vwx40, vwx41), ty_Integer) -> new_compare14(new_sr0(vwx30, vwx41), new_sr0(vwx40, vwx31)) 16.99/6.88 new_compare19(vwx30, vwx40, ff, fg, fh) -> new_compare24(vwx30, vwx40, new_esEs7(vwx30, vwx40, ff, fg, fh), ff, fg, fh) 16.99/6.88 new_lt19(vwx31, vwx41, ty_Integer) -> new_lt13(vwx31, vwx41) 16.99/6.88 new_primCmpNat0(Zero, Succ(vwx400)) -> LT 16.99/6.88 new_esEs21(vwx232, vwx242, app(app(ty_@2, cch), cda)) -> new_esEs5(vwx232, vwx242, cch, cda) 16.99/6.88 new_esEs19(vwx230, vwx240, ty_Ordering) -> new_esEs16(vwx230, vwx240) 16.99/6.88 new_lt7(vwx30, vwx40, app(app(ty_Either, fc), fd)) -> new_lt16(vwx30, vwx40, fc, fd) 16.99/6.88 new_compare25(vwx30, vwx40, False) -> new_compare113(vwx30, vwx40, new_ltEs10(vwx30, vwx40)) 16.99/6.88 new_esEs19(vwx230, vwx240, ty_@0) -> new_esEs18(vwx230, vwx240) 16.99/6.88 new_primCmpNat0(Succ(vwx300), Zero) -> GT 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, ty_@0) -> new_esEs18(vwx230, vwx240) 16.99/6.88 new_ltEs19(vwx32, vwx42, ty_Char) -> new_ltEs7(vwx32, vwx42) 16.99/6.88 new_compare24(vwx30, vwx40, False, ff, fg, fh) -> new_compare10(vwx30, vwx40, new_ltEs17(vwx30, vwx40, ff, fg, fh), ff, fg, fh) 16.99/6.88 new_lt7(vwx30, vwx40, ty_Ordering) -> new_lt4(vwx30, vwx40) 16.99/6.88 new_esEs12(False, False) -> True 16.99/6.88 new_esEs27(vwx230, vwx240, ty_Bool) -> new_esEs12(vwx230, vwx240) 16.99/6.88 new_compare114(vwx30, vwx40, True, fc, fd) -> LT 16.99/6.88 new_esEs22(vwx230, vwx240, app(app(ty_Either, ceh), cfa)) -> new_esEs6(vwx230, vwx240, ceh, cfa) 16.99/6.88 new_primCompAux0(vwx30, vwx40, vwx35, h) -> new_primCompAux00(vwx35, new_compare9(vwx30, vwx40, h)) 16.99/6.88 new_compare12(vwx30, vwx40) -> new_compare25(vwx30, vwx40, new_esEs12(vwx30, vwx40)) 16.99/6.88 new_esEs22(vwx230, vwx240, ty_Float) -> new_esEs15(vwx230, vwx240) 16.99/6.88 new_ltEs19(vwx32, vwx42, app(ty_Maybe, bah)) -> new_ltEs14(vwx32, vwx42, bah) 16.99/6.88 new_esEs17([], [], cgh) -> True 16.99/6.88 new_ltEs19(vwx32, vwx42, ty_Double) -> new_ltEs16(vwx32, vwx42) 16.99/6.88 new_compare11(Char(vwx30), Char(vwx40)) -> new_primCmpNat0(vwx30, vwx40) 16.99/6.88 new_primEqInt(Pos(Zero), Neg(Succ(vwx2400))) -> False 16.99/6.88 new_primEqInt(Neg(Zero), Pos(Succ(vwx2400))) -> False 16.99/6.88 new_esEs23(vwx231, vwx241, app(ty_Maybe, cga)) -> new_esEs4(vwx231, vwx241, cga) 16.99/6.88 new_lt19(vwx31, vwx41, ty_Char) -> new_lt9(vwx31, vwx41) 16.99/6.88 new_ltEs10(True, False) -> False 16.99/6.88 new_esEs22(vwx230, vwx240, ty_Int) -> new_esEs14(vwx230, vwx240) 16.99/6.88 new_ltEs18(vwx31, vwx41, ty_@0) -> new_ltEs11(vwx31, vwx41) 16.99/6.88 new_ltEs18(vwx31, vwx41, ty_Ordering) -> new_ltEs9(vwx31, vwx41) 16.99/6.88 new_esEs19(vwx230, vwx240, app(ty_Maybe, cag)) -> new_esEs4(vwx230, vwx240, cag) 16.99/6.88 new_compare6(Float(vwx30, Pos(vwx310)), Float(vwx40, Neg(vwx410))) -> new_compare7(new_sr(vwx30, Pos(vwx410)), new_sr(Neg(vwx310), vwx40)) 16.99/6.88 new_compare6(Float(vwx30, Neg(vwx310)), Float(vwx40, Pos(vwx410))) -> new_compare7(new_sr(vwx30, Neg(vwx410)), new_sr(Pos(vwx310), vwx40)) 16.99/6.88 new_primEqInt(Neg(Succ(vwx2300)), Neg(Succ(vwx2400))) -> new_primEqNat0(vwx2300, vwx2400) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, app(app(ty_@2, bgg), bgh)) -> new_esEs5(vwx230, vwx240, bgg, bgh) 16.99/6.88 new_primCmpInt(Neg(Zero), Pos(Succ(vwx400))) -> LT 16.99/6.88 new_compare114(vwx30, vwx40, False, fc, fd) -> GT 16.99/6.88 new_esEs22(vwx230, vwx240, ty_Char) -> new_esEs10(vwx230, vwx240) 16.99/6.88 new_primMulInt(Pos(vwx300), Pos(vwx410)) -> Pos(new_primMulNat0(vwx300, vwx410)) 16.99/6.88 new_compare27(vwx30, vwx40, False, fa, fb) -> new_compare110(vwx30, vwx40, new_ltEs15(vwx30, vwx40, fa, fb), fa, fb) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), ty_Float) -> new_ltEs5(vwx30, vwx40) 16.99/6.88 new_esEs20(vwx231, vwx241, ty_Float) -> new_esEs15(vwx231, vwx241) 16.99/6.88 new_esEs24(vwx23, vwx24, app(app(ty_Either, bgc), bfc)) -> new_esEs6(vwx23, vwx24, bgc, bfc) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), ty_Bool, gb) -> new_ltEs10(vwx30, vwx40) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, ty_Ordering) -> new_ltEs9(vwx30, vwx40) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), app(app(ty_Either, bfh), bga), bfc) -> new_esEs6(vwx230, vwx240, bfh, bga) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, ty_@0) -> new_ltEs11(vwx30, vwx40) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), ty_Char) -> new_ltEs7(vwx30, vwx40) 16.99/6.88 new_esEs22(vwx230, vwx240, app(app(app(ty_@3, cea), ceb), cec)) -> new_esEs7(vwx230, vwx240, cea, ceb, cec) 16.99/6.88 new_primMulNat0(Succ(vwx3000), Zero) -> Zero 16.99/6.88 new_primMulNat0(Zero, Succ(vwx4100)) -> Zero 16.99/6.88 new_esEs24(vwx23, vwx24, ty_Integer) -> new_esEs9(vwx23, vwx24) 16.99/6.88 new_ltEs9(GT, EQ) -> False 16.99/6.88 new_compare9(vwx30, vwx40, app(ty_[], ba)) -> new_compare(vwx30, vwx40, ba) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), app(ty_Ratio, bff), bfc) -> new_esEs13(vwx230, vwx240, bff) 16.99/6.88 new_lt19(vwx31, vwx41, ty_Float) -> new_lt8(vwx31, vwx41) 16.99/6.88 new_ltEs11(vwx3, vwx4) -> new_not(new_compare8(vwx3, vwx4)) 16.99/6.88 new_ltEs19(vwx32, vwx42, ty_Integer) -> new_ltEs13(vwx32, vwx42) 16.99/6.88 new_primPlusNat1(Succ(vwx530), vwx4100) -> Succ(Succ(new_primPlusNat0(vwx530, vwx4100))) 16.99/6.88 new_compare26(vwx30, vwx40, False) -> new_compare111(vwx30, vwx40, new_ltEs9(vwx30, vwx40)) 16.99/6.88 new_compare9(vwx30, vwx40, ty_Ordering) -> new_compare5(vwx30, vwx40) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), ty_Char, bfc) -> new_esEs10(vwx230, vwx240) 16.99/6.88 new_esEs24(vwx23, vwx24, ty_Char) -> new_esEs10(vwx23, vwx24) 16.99/6.88 new_primPlusNat0(Succ(vwx5300), Zero) -> Succ(vwx5300) 16.99/6.88 new_primPlusNat0(Zero, Succ(vwx41000)) -> Succ(vwx41000) 16.99/6.88 new_lt6(vwx30, vwx40, eg) -> new_esEs8(new_compare(vwx30, vwx40, eg)) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), app(ty_Maybe, cd)) -> new_ltEs14(vwx30, vwx40, cd) 16.99/6.88 new_not(GT) -> False 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs17(vwx30, vwx40, bab, bac, bad) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), app(ty_Ratio, chf)) -> new_esEs13(vwx230, vwx240, chf) 16.99/6.88 new_primPlusNat1(Zero, vwx4100) -> Succ(vwx4100) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, app(app(app(ty_@3, bgd), bge), bgf)) -> new_esEs7(vwx230, vwx240, bgd, bge, bgf) 16.99/6.88 new_compare9(vwx30, vwx40, app(ty_Maybe, bb)) -> new_compare15(vwx30, vwx40, bb) 16.99/6.88 new_compare7(vwx3, vwx4) -> new_primCmpInt(vwx3, vwx4) 16.99/6.88 new_esEs22(vwx230, vwx240, ty_@0) -> new_esEs18(vwx230, vwx240) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), ty_Integer) -> new_ltEs13(vwx30, vwx40) 16.99/6.88 new_compare111(vwx30, vwx40, True) -> LT 16.99/6.88 new_esEs16(LT, GT) -> False 16.99/6.88 new_esEs16(GT, LT) -> False 16.99/6.88 new_esEs24(vwx23, vwx24, ty_Int) -> new_esEs14(vwx23, vwx24) 16.99/6.88 new_esEs20(vwx231, vwx241, app(ty_Maybe, cca)) -> new_esEs4(vwx231, vwx241, cca) 16.99/6.88 new_esEs24(vwx23, vwx24, ty_Bool) -> new_esEs12(vwx23, vwx24) 16.99/6.88 new_esEs20(vwx231, vwx241, ty_@0) -> new_esEs18(vwx231, vwx241) 16.99/6.88 new_esEs24(vwx23, vwx24, app(app(app(ty_@3, bhf), bhg), bhh)) -> new_esEs7(vwx23, vwx24, bhf, bhg, bhh) 16.99/6.88 new_compare9(vwx30, vwx40, ty_Integer) -> new_compare14(vwx30, vwx40) 16.99/6.88 new_esEs23(vwx231, vwx241, app(app(ty_@2, cff), cfg)) -> new_esEs5(vwx231, vwx241, cff, cfg) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), app(app(ty_@2, bfd), bfe), bfc) -> new_esEs5(vwx230, vwx240, bfd, bfe) 16.99/6.88 new_ltEs10(False, True) -> True 16.99/6.88 new_esEs23(vwx231, vwx241, ty_Char) -> new_esEs10(vwx231, vwx241) 16.99/6.88 new_lt7(vwx30, vwx40, app(ty_Maybe, cb)) -> new_lt14(vwx30, vwx40, cb) 16.99/6.88 new_ltEs9(GT, GT) -> True 16.99/6.88 new_esEs26(vwx231, vwx241, ty_Integer) -> new_esEs9(vwx231, vwx241) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), ty_Ordering) -> new_ltEs9(vwx30, vwx40) 16.99/6.88 new_esEs23(vwx231, vwx241, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs7(vwx231, vwx241, cfc, cfd, cfe) 16.99/6.88 new_esEs21(vwx232, vwx242, app(ty_Maybe, cdc)) -> new_esEs4(vwx232, vwx242, cdc) 16.99/6.88 new_primMulInt(Neg(vwx300), Neg(vwx410)) -> Pos(new_primMulNat0(vwx300, vwx410)) 16.99/6.88 new_primCmpInt(Pos(Zero), Pos(Succ(vwx400))) -> new_primCmpNat0(Zero, Succ(vwx400)) 16.99/6.88 new_esEs21(vwx232, vwx242, app(ty_Ratio, cdb)) -> new_esEs13(vwx232, vwx242, cdb) 16.99/6.88 new_compare([], :(vwx40, vwx41), h) -> LT 16.99/6.88 new_esEs25(vwx230, vwx240, ty_Integer) -> new_esEs9(vwx230, vwx240) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), app(ty_Maybe, gc), gb) -> new_ltEs14(vwx30, vwx40, gc) 16.99/6.88 new_lt7(vwx30, vwx40, ty_Integer) -> new_lt13(vwx30, vwx40) 16.99/6.88 new_esEs24(vwx23, vwx24, app(app(ty_@2, cdg), cdh)) -> new_esEs5(vwx23, vwx24, cdg, cdh) 16.99/6.88 new_lt19(vwx31, vwx41, ty_Bool) -> new_lt11(vwx31, vwx41) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), ty_Bool, bfc) -> new_esEs12(vwx230, vwx240) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), ty_@0) -> new_esEs18(vwx230, vwx240) 16.99/6.88 new_ltEs8(vwx3, vwx4) -> new_not(new_compare7(vwx3, vwx4)) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), app(ty_Maybe, chg)) -> new_esEs4(vwx230, vwx240, chg) 16.99/6.88 new_compare18(Double(vwx30, Pos(vwx310)), Double(vwx40, Pos(vwx410))) -> new_compare7(new_sr(vwx30, Pos(vwx410)), new_sr(Pos(vwx310), vwx40)) 16.99/6.88 new_compare16(vwx30, vwx40, fa, fb) -> new_compare27(vwx30, vwx40, new_esEs5(vwx30, vwx40, fa, fb), fa, fb) 16.99/6.88 new_ltEs18(vwx31, vwx41, app(ty_Maybe, dg)) -> new_ltEs14(vwx31, vwx41, dg) 16.99/6.88 new_esEs21(vwx232, vwx242, ty_@0) -> new_esEs18(vwx232, vwx242) 16.99/6.88 new_esEs23(vwx231, vwx241, ty_Int) -> new_esEs14(vwx231, vwx241) 16.99/6.88 new_esEs23(vwx231, vwx241, app(app(ty_Either, cgb), cgc)) -> new_esEs6(vwx231, vwx241, cgb, cgc) 16.99/6.88 new_ltEs19(vwx32, vwx42, ty_Float) -> new_ltEs5(vwx32, vwx42) 16.99/6.88 new_esEs21(vwx232, vwx242, ty_Float) -> new_esEs15(vwx232, vwx242) 16.99/6.88 new_esEs21(vwx232, vwx242, app(app(ty_Either, cdd), cde)) -> new_esEs6(vwx232, vwx242, cdd, cde) 16.99/6.88 new_lt20(vwx30, vwx40, ty_Bool) -> new_lt11(vwx30, vwx40) 16.99/6.88 new_lt8(vwx30, vwx40) -> new_esEs8(new_compare6(vwx30, vwx40)) 16.99/6.88 new_not0 -> True 16.99/6.88 new_lt15(vwx30, vwx40, fa, fb) -> new_esEs8(new_compare16(vwx30, vwx40, fa, fb)) 16.99/6.88 new_lt19(vwx31, vwx41, app(ty_Maybe, bcb)) -> new_lt14(vwx31, vwx41, bcb) 16.99/6.88 new_esEs27(vwx230, vwx240, app(app(ty_@2, dbb), dbc)) -> new_esEs5(vwx230, vwx240, dbb, dbc) 16.99/6.88 new_primMulInt(Pos(vwx300), Neg(vwx410)) -> Neg(new_primMulNat0(vwx300, vwx410)) 16.99/6.88 new_primMulInt(Neg(vwx300), Pos(vwx410)) -> Neg(new_primMulNat0(vwx300, vwx410)) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), ty_Integer) -> new_esEs9(vwx230, vwx240) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), ty_Integer, bfc) -> new_esEs9(vwx230, vwx240) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, app(app(ty_Either, hh), baa)) -> new_ltEs4(vwx30, vwx40, hh, baa) 16.99/6.88 new_lt7(vwx30, vwx40, app(ty_[], eg)) -> new_lt6(vwx30, vwx40, eg) 16.99/6.88 new_esEs24(vwx23, vwx24, app(ty_Maybe, cgg)) -> new_esEs4(vwx23, vwx24, cgg) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, app(app(ty_Either, bhc), bhd)) -> new_esEs6(vwx230, vwx240, bhc, bhd) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), app(ty_[], dab)) -> new_esEs17(vwx230, vwx240, dab) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, ty_Float) -> new_ltEs5(vwx30, vwx40) 16.99/6.88 new_ltEs18(vwx31, vwx41, ty_Integer) -> new_ltEs13(vwx31, vwx41) 16.99/6.88 new_compare10(vwx30, vwx40, False, ff, fg, fh) -> GT 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), app(app(ty_Either, cg), da)) -> new_ltEs4(vwx30, vwx40, cg, da) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), ty_Integer, gb) -> new_ltEs13(vwx30, vwx40) 16.99/6.88 new_sr0(Integer(vwx300), Integer(vwx410)) -> Integer(new_primMulInt(vwx300, vwx410)) 16.99/6.88 new_esEs27(vwx230, vwx240, ty_Double) -> new_esEs11(vwx230, vwx240) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), ty_Int, gb) -> new_ltEs8(vwx30, vwx40) 16.99/6.88 new_esEs16(GT, GT) -> True 16.99/6.88 new_compare24(vwx30, vwx40, True, ff, fg, fh) -> EQ 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), app(app(ty_Either, chh), daa)) -> new_esEs6(vwx230, vwx240, chh, daa) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, ty_Double) -> new_esEs11(vwx230, vwx240) 16.99/6.88 new_ltEs17(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, bca) -> new_pePe(new_lt20(vwx30, vwx40, bae), vwx30, vwx40, new_pePe(new_lt19(vwx31, vwx41, baf), vwx31, vwx41, new_ltEs19(vwx32, vwx42, bca), baf), bae) 16.99/6.88 new_lt20(vwx30, vwx40, app(app(app(ty_@3, bdh), bea), beb)) -> new_lt18(vwx30, vwx40, bdh, bea, beb) 16.99/6.88 new_esEs20(vwx231, vwx241, app(ty_Ratio, cbh)) -> new_esEs13(vwx231, vwx241, cbh) 16.99/6.88 new_esEs23(vwx231, vwx241, ty_Float) -> new_esEs15(vwx231, vwx241) 16.99/6.88 new_esEs27(vwx230, vwx240, ty_Ordering) -> new_esEs16(vwx230, vwx240) 16.99/6.88 new_lt18(vwx30, vwx40, ff, fg, fh) -> new_esEs8(new_compare19(vwx30, vwx40, ff, fg, fh)) 16.99/6.88 new_esEs21(vwx232, vwx242, ty_Integer) -> new_esEs9(vwx232, vwx242) 16.99/6.88 new_lt10(vwx30, vwx40) -> new_esEs8(new_compare7(vwx30, vwx40)) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, ty_Float) -> new_esEs15(vwx230, vwx240) 16.99/6.88 new_ltEs19(vwx32, vwx42, app(app(ty_@2, bba), bbb)) -> new_ltEs15(vwx32, vwx42, bba, bbb) 16.99/6.88 new_ltEs18(vwx31, vwx41, ty_Int) -> new_ltEs8(vwx31, vwx41) 16.99/6.88 new_lt7(vwx30, vwx40, ty_@0) -> new_lt5(vwx30, vwx40) 16.99/6.88 new_lt20(vwx30, vwx40, ty_Int) -> new_lt10(vwx30, vwx40) 16.99/6.88 new_asAs(True, vwx34) -> vwx34 16.99/6.88 new_lt19(vwx31, vwx41, ty_Ordering) -> new_lt4(vwx31, vwx41) 16.99/6.88 new_lt20(vwx30, vwx40, ty_Float) -> new_lt8(vwx30, vwx40) 16.99/6.88 new_esEs19(vwx230, vwx240, app(ty_[], cbb)) -> new_esEs17(vwx230, vwx240, cbb) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), ty_Int) -> new_ltEs8(vwx30, vwx40) 16.99/6.88 new_lt19(vwx31, vwx41, ty_Double) -> new_lt17(vwx31, vwx41) 16.99/6.88 new_compare113(vwx30, vwx40, True) -> LT 16.99/6.88 new_lt19(vwx31, vwx41, app(app(app(ty_@3, bcg), bch), bda)) -> new_lt18(vwx31, vwx41, bcg, bch, bda) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), ty_Char, gb) -> new_ltEs7(vwx30, vwx40) 16.99/6.88 new_esEs6(Left(vwx230), Right(vwx240), bgc, bfc) -> False 16.99/6.88 new_esEs6(Right(vwx230), Left(vwx240), bgc, bfc) -> False 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), app(ty_Ratio, dcb)) -> new_ltEs12(vwx30, vwx40, dcb) 16.99/6.88 new_esEs21(vwx232, vwx242, ty_Bool) -> new_esEs12(vwx232, vwx242) 16.99/6.88 new_esEs19(vwx230, vwx240, app(ty_Ratio, caf)) -> new_esEs13(vwx230, vwx240, caf) 16.99/6.88 new_esEs17(:(vwx230, vwx231), :(vwx240, vwx241), cgh) -> new_asAs(new_esEs27(vwx230, vwx240, cgh), new_esEs17(vwx231, vwx241, cgh)) 16.99/6.88 new_esEs22(vwx230, vwx240, ty_Double) -> new_esEs11(vwx230, vwx240) 16.99/6.88 new_compare9(vwx30, vwx40, app(app(app(ty_@3, bg), bh), ca)) -> new_compare19(vwx30, vwx40, bg, bh, ca) 16.99/6.88 new_ltEs18(vwx31, vwx41, ty_Char) -> new_ltEs7(vwx31, vwx41) 16.99/6.88 new_lt7(vwx30, vwx40, ty_Float) -> new_lt8(vwx30, vwx40) 16.99/6.88 new_ltEs5(vwx3, vwx4) -> new_not(new_compare6(vwx3, vwx4)) 16.99/6.88 new_ltEs19(vwx32, vwx42, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_ltEs17(vwx32, vwx42, bbe, bbf, bbg) 16.99/6.88 new_primCmpInt(Pos(Succ(vwx300)), Pos(vwx40)) -> new_primCmpNat0(Succ(vwx300), vwx40) 16.99/6.88 new_lt19(vwx31, vwx41, ty_Int) -> new_lt10(vwx31, vwx41) 16.99/6.88 new_ltEs6(vwx3, vwx4, h) -> new_not(new_compare(vwx3, vwx4, h)) 16.99/6.88 new_primCompAux00(vwx39, EQ) -> vwx39 16.99/6.88 new_sr(vwx30, vwx41) -> new_primMulInt(vwx30, vwx41) 16.99/6.88 new_esEs12(False, True) -> False 16.99/6.88 new_esEs12(True, False) -> False 16.99/6.88 new_esEs23(vwx231, vwx241, ty_Double) -> new_esEs11(vwx231, vwx241) 16.99/6.88 new_primMulNat0(Zero, Zero) -> Zero 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), ty_Bool) -> new_esEs12(vwx230, vwx240) 16.99/6.88 new_ltEs10(True, True) -> True 16.99/6.88 new_lt4(vwx30, vwx40) -> new_esEs8(new_compare5(vwx30, vwx40)) 16.99/6.88 new_esEs12(True, True) -> True 16.99/6.88 new_lt7(vwx30, vwx40, app(app(app(ty_@3, ff), fg), fh)) -> new_lt18(vwx30, vwx40, ff, fg, fh) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), app(ty_Maybe, bfg), bfc) -> new_esEs4(vwx230, vwx240, bfg) 16.99/6.88 new_compare111(vwx30, vwx40, False) -> GT 16.99/6.88 new_esEs22(vwx230, vwx240, app(app(ty_@2, ced), cee)) -> new_esEs5(vwx230, vwx240, ced, cee) 16.99/6.88 new_ltEs7(vwx3, vwx4) -> new_not(new_compare11(vwx3, vwx4)) 16.99/6.88 new_lt14(vwx30, vwx40, cb) -> new_esEs8(new_compare15(vwx30, vwx40, cb)) 16.99/6.88 new_ltEs18(vwx31, vwx41, app(app(ty_Either, eb), ec)) -> new_ltEs4(vwx31, vwx41, eb, ec) 16.99/6.88 new_esEs4(Nothing, Nothing, cgg) -> True 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), app(app(ty_@2, gd), ge), gb) -> new_ltEs15(vwx30, vwx40, gd, ge) 16.99/6.88 new_esEs4(Nothing, Just(vwx240), cgg) -> False 16.99/6.88 new_esEs4(Just(vwx230), Nothing, cgg) -> False 16.99/6.88 new_esEs20(vwx231, vwx241, app(ty_[], ccd)) -> new_esEs17(vwx231, vwx241, ccd) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, ty_Ordering) -> new_esEs16(vwx230, vwx240) 16.99/6.88 new_lt7(vwx30, vwx40, app(app(ty_@2, fa), fb)) -> new_lt15(vwx30, vwx40, fa, fb) 16.99/6.88 new_esEs9(Integer(vwx230), Integer(vwx240)) -> new_primEqInt(vwx230, vwx240) 16.99/6.88 new_lt20(vwx30, vwx40, ty_Ordering) -> new_lt4(vwx30, vwx40) 16.99/6.88 new_esEs24(vwx23, vwx24, app(ty_Ratio, cgf)) -> new_esEs13(vwx23, vwx24, cgf) 16.99/6.88 new_esEs13(:%(vwx230, vwx231), :%(vwx240, vwx241), cgf) -> new_asAs(new_esEs25(vwx230, vwx240, cgf), new_esEs26(vwx231, vwx241, cgf)) 16.99/6.88 new_esEs19(vwx230, vwx240, app(app(ty_Either, cah), cba)) -> new_esEs6(vwx230, vwx240, cah, cba) 16.99/6.88 new_compare6(Float(vwx30, Pos(vwx310)), Float(vwx40, Pos(vwx410))) -> new_compare7(new_sr(vwx30, Pos(vwx410)), new_sr(Pos(vwx310), vwx40)) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, app(ty_Maybe, bhb)) -> new_esEs4(vwx230, vwx240, bhb) 16.99/6.88 new_esEs8(LT) -> True 16.99/6.88 new_ltEs9(GT, LT) -> False 16.99/6.88 new_compare9(vwx30, vwx40, ty_Bool) -> new_compare12(vwx30, vwx40) 16.99/6.88 new_lt13(vwx30, vwx40) -> new_esEs8(new_compare14(vwx30, vwx40)) 16.99/6.88 new_ltEs16(vwx3, vwx4) -> new_not(new_compare18(vwx3, vwx4)) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, app(app(ty_@2, hf), hg)) -> new_ltEs15(vwx30, vwx40, hf, hg) 16.99/6.88 new_esEs21(vwx232, vwx242, app(ty_[], cdf)) -> new_esEs17(vwx232, vwx242, cdf) 16.99/6.88 new_lt20(vwx30, vwx40, app(ty_Maybe, bdc)) -> new_lt14(vwx30, vwx40, bdc) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, app(ty_[], hd)) -> new_ltEs6(vwx30, vwx40, hd) 16.99/6.88 new_primEqInt(Neg(Succ(vwx2300)), Neg(Zero)) -> False 16.99/6.88 new_primEqInt(Neg(Zero), Neg(Succ(vwx2400))) -> False 16.99/6.88 new_compare([], [], h) -> EQ 16.99/6.88 new_esEs14(vwx23, vwx24) -> new_primEqInt(vwx23, vwx24) 16.99/6.88 new_primEqInt(Pos(Succ(vwx2300)), Pos(Succ(vwx2400))) -> new_primEqNat0(vwx2300, vwx2400) 16.99/6.88 new_ltEs9(EQ, GT) -> True 16.99/6.88 new_ltEs18(vwx31, vwx41, app(ty_[], df)) -> new_ltEs6(vwx31, vwx41, df) 16.99/6.88 new_compare9(vwx30, vwx40, ty_Char) -> new_compare11(vwx30, vwx40) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), app(app(ty_@2, ce), cf)) -> new_ltEs15(vwx30, vwx40, ce, cf) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), app(ty_[], ga), gb) -> new_ltEs6(vwx30, vwx40, ga) 16.99/6.88 new_esEs20(vwx231, vwx241, app(app(ty_Either, ccb), ccc)) -> new_esEs6(vwx231, vwx241, ccb, ccc) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), app(app(ty_Either, gf), gg), gb) -> new_ltEs4(vwx30, vwx40, gf, gg) 16.99/6.88 new_ltEs18(vwx31, vwx41, app(app(ty_@2, dh), ea)) -> new_ltEs15(vwx31, vwx41, dh, ea) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), ty_Char) -> new_esEs10(vwx230, vwx240) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs17(vwx30, vwx40, db, dc, dd) 16.99/6.88 new_esEs15(Float(vwx230, vwx231), Float(vwx240, vwx241)) -> new_esEs14(new_sr(vwx230, vwx241), new_sr(vwx231, vwx240)) 16.99/6.88 new_lt16(vwx30, vwx40, fc, fd) -> new_esEs8(new_compare17(vwx30, vwx40, fc, fd)) 16.99/6.88 new_ltEs14(Just(vwx30), Nothing, dca) -> False 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, ty_Double) -> new_ltEs16(vwx30, vwx40) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, ty_Int) -> new_esEs14(vwx230, vwx240) 16.99/6.88 new_ltEs14(Nothing, Nothing, dca) -> True 16.99/6.88 new_primEqInt(Pos(Succ(vwx2300)), Neg(vwx240)) -> False 16.99/6.88 new_primEqInt(Neg(Succ(vwx2300)), Pos(vwx240)) -> False 16.99/6.88 new_lt7(vwx30, vwx40, ty_Bool) -> new_lt11(vwx30, vwx40) 16.99/6.88 new_primCmpInt(Neg(Zero), Neg(Succ(vwx400))) -> new_primCmpNat0(Succ(vwx400), Zero) 16.99/6.88 new_esEs16(EQ, EQ) -> True 16.99/6.88 new_esEs21(vwx232, vwx242, ty_Char) -> new_esEs10(vwx232, vwx242) 16.99/6.88 new_ltEs19(vwx32, vwx42, app(ty_Ratio, dad)) -> new_ltEs12(vwx32, vwx42, dad) 16.99/6.88 new_esEs22(vwx230, vwx240, ty_Bool) -> new_esEs12(vwx230, vwx240) 16.99/6.88 new_compare5(vwx30, vwx40) -> new_compare26(vwx30, vwx40, new_esEs16(vwx30, vwx40)) 16.99/6.88 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 16.99/6.88 new_lt19(vwx31, vwx41, ty_@0) -> new_lt5(vwx31, vwx41) 16.99/6.88 new_lt7(vwx30, vwx40, ty_Double) -> new_lt17(vwx30, vwx40) 16.99/6.88 new_lt20(vwx30, vwx40, app(ty_Ratio, daf)) -> new_lt12(vwx30, vwx40, daf) 16.99/6.88 new_esEs20(vwx231, vwx241, ty_Int) -> new_esEs14(vwx231, vwx241) 16.99/6.88 new_lt20(vwx30, vwx40, app(app(ty_@2, bdd), bde)) -> new_lt15(vwx30, vwx40, bdd, bde) 16.99/6.88 new_esEs20(vwx231, vwx241, ty_Char) -> new_esEs10(vwx231, vwx241) 16.99/6.88 new_esEs24(vwx23, vwx24, ty_Float) -> new_esEs15(vwx23, vwx24) 16.99/6.88 new_esEs7(@3(vwx230, vwx231, vwx232), @3(vwx240, vwx241, vwx242), bhf, bhg, bhh) -> new_asAs(new_esEs19(vwx230, vwx240, bhf), new_asAs(new_esEs20(vwx231, vwx241, bhg), new_esEs21(vwx232, vwx242, bhh))) 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, app(ty_Ratio, bha)) -> new_esEs13(vwx230, vwx240, bha) 16.99/6.88 new_esEs24(vwx23, vwx24, app(ty_[], cgh)) -> new_esEs17(vwx23, vwx24, cgh) 16.99/6.88 new_esEs20(vwx231, vwx241, app(app(app(ty_@3, cbc), cbd), cbe)) -> new_esEs7(vwx231, vwx241, cbc, cbd, cbe) 16.99/6.88 new_esEs16(LT, LT) -> True 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, ty_Bool) -> new_esEs12(vwx230, vwx240) 16.99/6.88 new_primPlusNat0(Succ(vwx5300), Succ(vwx41000)) -> Succ(Succ(new_primPlusNat0(vwx5300, vwx41000))) 16.99/6.88 new_esEs27(vwx230, vwx240, ty_@0) -> new_esEs18(vwx230, vwx240) 16.99/6.88 new_lt17(vwx30, vwx40) -> new_esEs8(new_compare18(vwx30, vwx40)) 16.99/6.88 new_esEs20(vwx231, vwx241, ty_Bool) -> new_esEs12(vwx231, vwx241) 16.99/6.88 new_esEs22(vwx230, vwx240, ty_Integer) -> new_esEs9(vwx230, vwx240) 16.99/6.88 new_esEs27(vwx230, vwx240, ty_Char) -> new_esEs10(vwx230, vwx240) 16.99/6.88 new_compare9(vwx30, vwx40, app(ty_Ratio, bee)) -> new_compare13(vwx30, vwx40, bee) 16.99/6.88 new_ltEs12(vwx3, vwx4, dac) -> new_not(new_compare13(vwx3, vwx4, dac)) 16.99/6.88 new_ltEs18(vwx31, vwx41, app(ty_Ratio, bef)) -> new_ltEs12(vwx31, vwx41, bef) 16.99/6.88 new_esEs19(vwx230, vwx240, ty_Char) -> new_esEs10(vwx230, vwx240) 16.99/6.88 new_compare27(vwx30, vwx40, True, fa, fb) -> EQ 16.99/6.88 new_compare25(vwx30, vwx40, True) -> EQ 16.99/6.88 new_pePe(False, vwx23, vwx24, vwx25, cge) -> new_asAs(new_esEs24(vwx23, vwx24, cge), vwx25) 16.99/6.88 new_lt5(vwx30, vwx40) -> new_esEs8(new_compare8(vwx30, vwx40)) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), ty_Ordering, gb) -> new_ltEs9(vwx30, vwx40) 16.99/6.88 new_ltEs4(Left(vwx30), Right(vwx40), hc, gb) -> True 16.99/6.88 new_esEs27(vwx230, vwx240, app(app(app(ty_@3, dag), dah), dba)) -> new_esEs7(vwx230, vwx240, dag, dah, dba) 16.99/6.88 new_compare9(vwx30, vwx40, ty_@0) -> new_compare8(vwx30, vwx40) 16.99/6.88 new_ltEs4(Left(vwx30), Left(vwx40), ty_@0, gb) -> new_ltEs11(vwx30, vwx40) 16.99/6.88 new_compare6(Float(vwx30, Neg(vwx310)), Float(vwx40, Neg(vwx410))) -> new_compare7(new_sr(vwx30, Neg(vwx410)), new_sr(Neg(vwx310), vwx40)) 16.99/6.88 new_ltEs14(Just(vwx30), Just(vwx40), ty_Bool) -> new_ltEs10(vwx30, vwx40) 16.99/6.88 new_ltEs9(LT, EQ) -> True 16.99/6.88 new_compare15(vwx30, vwx40, cb) -> new_compare29(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), ty_Ordering) -> new_esEs16(vwx230, vwx240) 16.99/6.88 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 16.99/6.88 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 16.99/6.88 new_compare9(vwx30, vwx40, app(app(ty_@2, bc), bd)) -> new_compare16(vwx30, vwx40, bc, bd) 16.99/6.88 new_lt20(vwx30, vwx40, ty_Double) -> new_lt17(vwx30, vwx40) 16.99/6.88 new_lt19(vwx31, vwx41, app(ty_Ratio, dae)) -> new_lt12(vwx31, vwx41, dae) 16.99/6.88 new_lt7(vwx30, vwx40, app(ty_Ratio, beg)) -> new_lt12(vwx30, vwx40, beg) 16.99/6.88 new_esEs22(vwx230, vwx240, app(ty_[], cfb)) -> new_esEs17(vwx230, vwx240, cfb) 16.99/6.88 new_ltEs18(vwx31, vwx41, ty_Bool) -> new_ltEs10(vwx31, vwx41) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), ty_@0, bfc) -> new_esEs18(vwx230, vwx240) 16.99/6.88 new_esEs21(vwx232, vwx242, ty_Ordering) -> new_esEs16(vwx232, vwx242) 16.99/6.88 new_lt7(vwx30, vwx40, ty_Int) -> new_lt10(vwx30, vwx40) 16.99/6.88 new_ltEs9(LT, GT) -> True 16.99/6.88 new_esEs27(vwx230, vwx240, app(app(ty_Either, dbf), dbg)) -> new_esEs6(vwx230, vwx240, dbf, dbg) 16.99/6.88 new_lt20(vwx30, vwx40, ty_@0) -> new_lt5(vwx30, vwx40) 16.99/6.88 new_esEs27(vwx230, vwx240, ty_Int) -> new_esEs14(vwx230, vwx240) 16.99/6.88 new_compare18(Double(vwx30, Pos(vwx310)), Double(vwx40, Neg(vwx410))) -> new_compare7(new_sr(vwx30, Pos(vwx410)), new_sr(Neg(vwx310), vwx40)) 16.99/6.88 new_compare18(Double(vwx30, Neg(vwx310)), Double(vwx40, Pos(vwx410))) -> new_compare7(new_sr(vwx30, Neg(vwx410)), new_sr(Pos(vwx310), vwx40)) 16.99/6.88 new_esEs4(Just(vwx230), Just(vwx240), ty_Double) -> new_esEs11(vwx230, vwx240) 16.99/6.88 new_ltEs19(vwx32, vwx42, app(app(ty_Either, bbc), bbd)) -> new_ltEs4(vwx32, vwx42, bbc, bbd) 16.99/6.88 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, app(ty_[], bhe)) -> new_esEs17(vwx230, vwx240, bhe) 16.99/6.88 new_lt20(vwx30, vwx40, app(app(ty_Either, bdf), bdg)) -> new_lt16(vwx30, vwx40, bdf, bdg) 16.99/6.88 new_esEs6(Left(vwx230), Left(vwx240), app(app(app(ty_@3, beh), bfa), bfb), bfc) -> new_esEs7(vwx230, vwx240, beh, bfa, bfb) 16.99/6.88 new_primCmpNat0(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 16.99/6.88 new_compare29(vwx30, vwx40, True, cb) -> EQ 16.99/6.88 new_compare13(:%(vwx30, vwx31), :%(vwx40, vwx41), ty_Int) -> new_compare7(new_sr(vwx30, vwx41), new_sr(vwx40, vwx31)) 16.99/6.88 new_esEs11(Double(vwx230, vwx231), Double(vwx240, vwx241)) -> new_esEs14(new_sr(vwx230, vwx241), new_sr(vwx231, vwx240)) 16.99/6.88 new_esEs27(vwx230, vwx240, app(ty_Maybe, dbe)) -> new_esEs4(vwx230, vwx240, dbe) 16.99/6.88 new_esEs23(vwx231, vwx241, ty_Ordering) -> new_esEs16(vwx231, vwx241) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, ty_Bool) -> new_ltEs10(vwx30, vwx40) 16.99/6.88 new_compare29(vwx30, vwx40, False, cb) -> new_compare112(vwx30, vwx40, new_ltEs14(vwx30, vwx40, cb), cb) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, app(ty_Maybe, he)) -> new_ltEs14(vwx30, vwx40, he) 16.99/6.88 new_lt19(vwx31, vwx41, app(app(ty_@2, bcc), bcd)) -> new_lt15(vwx31, vwx41, bcc, bcd) 16.99/6.88 new_esEs27(vwx230, vwx240, ty_Float) -> new_esEs15(vwx230, vwx240) 16.99/6.88 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 16.99/6.88 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 16.99/6.88 new_compare8(@0, @0) -> EQ 16.99/6.88 new_lt7(vwx30, vwx40, ty_Char) -> new_lt9(vwx30, vwx40) 16.99/6.88 new_ltEs9(EQ, LT) -> False 16.99/6.88 new_compare110(vwx30, vwx40, False, fa, fb) -> GT 16.99/6.88 new_esEs6(Right(vwx230), Right(vwx240), bgc, ty_Integer) -> new_esEs9(vwx230, vwx240) 16.99/6.88 new_primEqNat0(Zero, Zero) -> True 16.99/6.88 new_esEs21(vwx232, vwx242, ty_Double) -> new_esEs11(vwx232, vwx242) 16.99/6.88 new_ltEs19(vwx32, vwx42, ty_Bool) -> new_ltEs10(vwx32, vwx42) 16.99/6.88 new_lt20(vwx30, vwx40, app(ty_[], bdb)) -> new_lt6(vwx30, vwx40, bdb) 16.99/6.88 new_not(EQ) -> new_not0 16.99/6.88 new_compare9(vwx30, vwx40, ty_Double) -> new_compare18(vwx30, vwx40) 16.99/6.88 new_esEs22(vwx230, vwx240, ty_Ordering) -> new_esEs16(vwx230, vwx240) 16.99/6.88 new_asAs(False, vwx34) -> False 16.99/6.88 new_esEs17(:(vwx230, vwx231), [], cgh) -> False 16.99/6.88 new_esEs17([], :(vwx240, vwx241), cgh) -> False 16.99/6.88 new_esEs19(vwx230, vwx240, ty_Bool) -> new_esEs12(vwx230, vwx240) 16.99/6.88 new_esEs19(vwx230, vwx240, ty_Integer) -> new_esEs9(vwx230, vwx240) 16.99/6.88 new_pePe(True, vwx23, vwx24, vwx25, cge) -> True 16.99/6.88 new_compare9(vwx30, vwx40, ty_Float) -> new_compare6(vwx30, vwx40) 16.99/6.88 new_esEs20(vwx231, vwx241, ty_Integer) -> new_esEs9(vwx231, vwx241) 16.99/6.88 new_compare28(vwx30, vwx40, True, fc, fd) -> EQ 16.99/6.88 new_ltEs19(vwx32, vwx42, ty_Int) -> new_ltEs8(vwx32, vwx42) 16.99/6.88 new_ltEs4(Right(vwx30), Right(vwx40), hc, ty_Int) -> new_ltEs8(vwx30, vwx40) 16.99/6.88 new_ltEs4(Right(vwx30), Left(vwx40), hc, gb) -> False 16.99/6.88 new_compare112(vwx30, vwx40, False, cb) -> GT 16.99/6.88 new_lt19(vwx31, vwx41, app(ty_[], bbh)) -> new_lt6(vwx31, vwx41, bbh) 16.99/6.88 new_ltEs9(EQ, EQ) -> True 16.99/6.88 new_compare14(Integer(vwx30), Integer(vwx40)) -> new_primCmpInt(vwx30, vwx40) 16.99/6.88 new_lt19(vwx31, vwx41, app(app(ty_Either, bce), bcf)) -> new_lt16(vwx31, vwx41, bce, bcf) 16.99/6.88 16.99/6.88 The set Q consists of the following terms: 16.99/6.88 16.99/6.88 new_ltEs4(Left(x0), Left(x1), ty_Int, x2) 16.99/6.88 new_compare9(x0, x1, ty_Bool) 16.99/6.88 new_esEs6(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, ty_Int) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), ty_Integer) 16.99/6.88 new_esEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 16.99/6.88 new_esEs20(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_esEs22(x0, x1, app(ty_[], x2)) 16.99/6.88 new_esEs23(x0, x1, app(ty_[], x2)) 16.99/6.88 new_esEs23(x0, x1, ty_@0) 16.99/6.88 new_esEs17([], [], x0) 16.99/6.88 new_compare17(x0, x1, x2, x3) 16.99/6.88 new_lt19(x0, x1, ty_Double) 16.99/6.88 new_lt7(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_compare28(x0, x1, True, x2, x3) 16.99/6.88 new_not0 16.99/6.88 new_primEqNat0(Succ(x0), Succ(x1)) 16.99/6.88 new_primCompAux0(x0, x1, x2, x3) 16.99/6.88 new_esEs4(Just(x0), Just(x1), ty_Int) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, ty_Ordering) 16.99/6.88 new_esEs24(x0, x1, ty_Float) 16.99/6.88 new_esEs21(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_esEs6(Left(x0), Left(x1), ty_Double, x2) 16.99/6.88 new_lt19(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), app(ty_Ratio, x2)) 16.99/6.88 new_esEs27(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_lt14(x0, x1, x2) 16.99/6.88 new_primCompAux00(x0, GT) 16.99/6.88 new_compare13(:%(x0, x1), :%(x2, x3), ty_Int) 16.99/6.88 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_esEs22(x0, x1, ty_Char) 16.99/6.88 new_esEs6(Left(x0), Left(x1), ty_Ordering, x2) 16.99/6.88 new_compare18(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 16.99/6.88 new_compare18(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 16.99/6.88 new_primEqInt(Pos(Zero), Pos(Zero)) 16.99/6.88 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 16.99/6.88 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 16.99/6.88 new_esEs4(Just(x0), Just(x1), ty_Double) 16.99/6.88 new_esEs4(Just(x0), Just(x1), ty_Char) 16.99/6.88 new_esEs17([], :(x0, x1), x2) 16.99/6.88 new_compare9(x0, x1, ty_Integer) 16.99/6.88 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_compare29(x0, x1, False, x2) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), ty_Double, x2) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), ty_Ordering, x2) 16.99/6.88 new_esEs19(x0, x1, ty_Float) 16.99/6.88 new_compare18(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 16.99/6.88 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_esEs19(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_pePe(True, x0, x1, x2, x3) 16.99/6.88 new_esEs16(EQ, EQ) 16.99/6.88 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_esEs22(x0, x1, ty_Bool) 16.99/6.88 new_ltEs17(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), ty_Char, x2) 16.99/6.88 new_ltEs9(EQ, EQ) 16.99/6.88 new_primEqInt(Neg(Zero), Neg(Zero)) 16.99/6.88 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_not(GT) 16.99/6.88 new_esEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 16.99/6.88 new_asAs(True, x0) 16.99/6.88 new_compare9(x0, x1, ty_@0) 16.99/6.88 new_primEqNat0(Zero, Succ(x0)) 16.99/6.88 new_esEs23(x0, x1, ty_Bool) 16.99/6.88 new_compare15(x0, x1, x2) 16.99/6.88 new_esEs12(False, True) 16.99/6.88 new_esEs12(True, False) 16.99/6.88 new_esEs19(x0, x1, ty_Integer) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 16.99/6.88 new_esEs23(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_esEs8(LT) 16.99/6.88 new_esEs27(x0, x1, ty_Float) 16.99/6.88 new_ltEs15(@2(x0, x1), @2(x2, x3), x4, x5) 16.99/6.88 new_compare9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_esEs6(Left(x0), Left(x1), ty_Int, x2) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 16.99/6.88 new_esEs21(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_esEs22(x0, x1, ty_Int) 16.99/6.88 new_lt20(x0, x1, ty_Ordering) 16.99/6.88 new_compare9(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_lt19(x0, x1, ty_Char) 16.99/6.88 new_esEs19(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_esEs6(Left(x0), Left(x1), ty_Char, x2) 16.99/6.88 new_esEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_compare113(x0, x1, False) 16.99/6.88 new_compare27(x0, x1, False, x2, x3) 16.99/6.88 new_esEs27(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_ltEs10(False, False) 16.99/6.88 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_compare18(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 16.99/6.88 new_asAs(False, x0) 16.99/6.88 new_esEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 16.99/6.88 new_esEs6(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 16.99/6.88 new_primEqInt(Pos(Zero), Neg(Zero)) 16.99/6.88 new_primEqInt(Neg(Zero), Pos(Zero)) 16.99/6.88 new_esEs4(Just(x0), Just(x1), ty_@0) 16.99/6.88 new_esEs24(x0, x1, ty_Integer) 16.99/6.88 new_esEs22(x0, x1, ty_@0) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 16.99/6.88 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_esEs19(x0, x1, app(ty_[], x2)) 16.99/6.88 new_primPlusNat1(Zero, x0) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 16.99/6.88 new_compare8(@0, @0) 16.99/6.88 new_compare13(:%(x0, x1), :%(x2, x3), ty_Integer) 16.99/6.88 new_esEs23(x0, x1, ty_Integer) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, ty_Float) 16.99/6.88 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_compare([], [], x0) 16.99/6.88 new_ltEs13(x0, x1) 16.99/6.88 new_lt19(x0, x1, ty_Int) 16.99/6.88 new_lt7(x0, x1, ty_Float) 16.99/6.88 new_ltEs19(x0, x1, ty_Float) 16.99/6.88 new_esEs22(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_ltEs6(x0, x1, x2) 16.99/6.88 new_compare9(x0, x1, app(ty_[], x2)) 16.99/6.88 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_esEs23(x0, x1, ty_Double) 16.99/6.88 new_lt19(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_lt11(x0, x1) 16.99/6.88 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_lt10(x0, x1) 16.99/6.88 new_lt19(x0, x1, ty_@0) 16.99/6.88 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 16.99/6.88 new_ltEs9(GT, GT) 16.99/6.88 new_esEs23(x0, x1, ty_Ordering) 16.99/6.88 new_esEs16(LT, GT) 16.99/6.88 new_esEs16(GT, LT) 16.99/6.88 new_lt7(x0, x1, ty_@0) 16.99/6.88 new_ltEs12(x0, x1, x2) 16.99/6.88 new_ltEs16(x0, x1) 16.99/6.88 new_ltEs11(x0, x1) 16.99/6.88 new_esEs19(x0, x1, ty_@0) 16.99/6.88 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_ltEs14(Nothing, Nothing, x0) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), ty_Int) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), ty_Char) 16.99/6.88 new_lt19(x0, x1, ty_Bool) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 16.99/6.88 new_ltEs9(LT, EQ) 16.99/6.88 new_ltEs9(EQ, LT) 16.99/6.88 new_lt8(x0, x1) 16.99/6.88 new_esEs6(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 16.99/6.88 new_ltEs8(x0, x1) 16.99/6.88 new_esEs24(x0, x1, ty_Bool) 16.99/6.88 new_primMulInt(Pos(x0), Neg(x1)) 16.99/6.88 new_primMulInt(Neg(x0), Pos(x1)) 16.99/6.88 new_esEs4(Just(x0), Just(x1), app(ty_[], x2)) 16.99/6.88 new_esEs20(x0, x1, ty_Int) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), ty_Bool, x2) 16.99/6.88 new_compare9(x0, x1, ty_Double) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), ty_Ordering) 16.99/6.88 new_esEs22(x0, x1, ty_Double) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 16.99/6.88 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 16.99/6.88 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 16.99/6.88 new_esEs20(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_sr0(Integer(x0), Integer(x1)) 16.99/6.88 new_esEs20(x0, x1, ty_Char) 16.99/6.88 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_esEs6(Left(x0), Left(x1), app(ty_[], x2), x3) 16.99/6.88 new_primMulInt(Neg(x0), Neg(x1)) 16.99/6.88 new_lt20(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_lt4(x0, x1) 16.99/6.88 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), ty_Float) 16.99/6.88 new_esEs6(Left(x0), Left(x1), ty_@0, x2) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, ty_Integer) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 16.99/6.88 new_compare28(x0, x1, False, x2, x3) 16.99/6.88 new_esEs21(x0, x1, ty_Double) 16.99/6.88 new_esEs24(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_primCmpInt(Neg(Zero), Neg(Zero)) 16.99/6.88 new_esEs11(Double(x0, x1), Double(x2, x3)) 16.99/6.88 new_compare111(x0, x1, True) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, ty_Ordering) 16.99/6.88 new_compare24(x0, x1, False, x2, x3, x4) 16.99/6.88 new_primEqNat0(Succ(x0), Zero) 16.99/6.88 new_esEs27(x0, x1, ty_@0) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 16.99/6.88 new_esEs27(x0, x1, ty_Double) 16.99/6.88 new_compare9(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_esEs26(x0, x1, ty_Int) 16.99/6.88 new_ltEs18(x0, x1, ty_Double) 16.99/6.88 new_primCmpInt(Pos(Zero), Neg(Zero)) 16.99/6.88 new_primCmpInt(Neg(Zero), Pos(Zero)) 16.99/6.88 new_lt20(x0, x1, ty_Double) 16.99/6.88 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_esEs9(Integer(x0), Integer(x1)) 16.99/6.88 new_ltEs9(LT, LT) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 16.99/6.88 new_esEs17(:(x0, x1), [], x2) 16.99/6.88 new_esEs16(EQ, GT) 16.99/6.88 new_esEs16(GT, EQ) 16.99/6.88 new_lt19(x0, x1, ty_Integer) 16.99/6.88 new_esEs23(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_esEs25(x0, x1, ty_Integer) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), ty_Float, x2) 16.99/6.88 new_sr(x0, x1) 16.99/6.88 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 16.99/6.88 new_esEs6(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, ty_Integer) 16.99/6.88 new_esEs8(EQ) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, ty_Char) 16.99/6.88 new_compare26(x0, x1, True) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, ty_Bool) 16.99/6.88 new_ltEs19(x0, x1, ty_Ordering) 16.99/6.88 new_compare114(x0, x1, True, x2, x3) 16.99/6.88 new_lt20(x0, x1, ty_@0) 16.99/6.88 new_esEs22(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_lt12(x0, x1, x2) 16.99/6.88 new_esEs20(x0, x1, ty_Float) 16.99/6.88 new_ltEs18(x0, x1, ty_@0) 16.99/6.88 new_lt19(x0, x1, ty_Ordering) 16.99/6.88 new_compare10(x0, x1, False, x2, x3, x4) 16.99/6.88 new_lt9(x0, x1) 16.99/6.88 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_ltEs4(Left(x0), Right(x1), x2, x3) 16.99/6.88 new_ltEs4(Right(x0), Left(x1), x2, x3) 16.99/6.88 new_esEs19(x0, x1, ty_Double) 16.99/6.88 new_ltEs19(x0, x1, ty_Integer) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), ty_Bool) 16.99/6.88 new_lt7(x0, x1, ty_Double) 16.99/6.88 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_compare(:(x0, x1), [], x2) 16.99/6.88 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_esEs24(x0, x1, ty_Ordering) 16.99/6.88 new_esEs24(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_esEs6(Left(x0), Right(x1), x2, x3) 16.99/6.88 new_esEs6(Right(x0), Left(x1), x2, x3) 16.99/6.88 new_esEs27(x0, x1, ty_Char) 16.99/6.88 new_ltEs19(x0, x1, ty_@0) 16.99/6.88 new_primMulNat0(Zero, Zero) 16.99/6.88 new_lt7(x0, x1, ty_Ordering) 16.99/6.88 new_ltEs14(Nothing, Just(x0), x1) 16.99/6.88 new_compare110(x0, x1, True, x2, x3) 16.99/6.88 new_compare10(x0, x1, True, x2, x3, x4) 16.99/6.88 new_not(LT) 16.99/6.88 new_ltEs18(x0, x1, ty_Char) 16.99/6.88 new_lt19(x0, x1, ty_Float) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, ty_Char) 16.99/6.88 new_lt15(x0, x1, x2, x3) 16.99/6.88 new_compare6(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 16.99/6.88 new_primPlusNat1(Succ(x0), x1) 16.99/6.88 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 16.99/6.88 new_compare25(x0, x1, True) 16.99/6.88 new_compare5(x0, x1) 16.99/6.88 new_compare19(x0, x1, x2, x3, x4) 16.99/6.88 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, ty_Float) 16.99/6.88 new_esEs27(x0, x1, ty_Int) 16.99/6.88 new_esEs6(Left(x0), Left(x1), ty_Float, x2) 16.99/6.88 new_ltEs10(True, False) 16.99/6.88 new_ltEs10(False, True) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 16.99/6.88 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 16.99/6.88 new_lt7(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_lt19(x0, x1, app(ty_[], x2)) 16.99/6.88 new_compare6(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 16.99/6.88 new_compare6(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 16.99/6.88 new_esEs24(x0, x1, ty_Int) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 16.99/6.88 new_esEs24(x0, x1, ty_Double) 16.99/6.88 new_esEs27(x0, x1, ty_Ordering) 16.99/6.88 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_esEs20(x0, x1, ty_Bool) 16.99/6.88 new_compare12(x0, x1) 16.99/6.88 new_ltEs19(x0, x1, ty_Bool) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, ty_Bool) 16.99/6.88 new_esEs24(x0, x1, ty_Char) 16.99/6.88 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_ltEs18(x0, x1, ty_Bool) 16.99/6.88 new_primPlusNat0(Zero, Zero) 16.99/6.88 new_primPlusNat0(Succ(x0), Succ(x1)) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 16.99/6.88 new_esEs21(x0, x1, ty_@0) 16.99/6.88 new_compare24(x0, x1, True, x2, x3, x4) 16.99/6.88 new_ltEs18(x0, x1, ty_Ordering) 16.99/6.88 new_esEs4(Just(x0), Nothing, x1) 16.99/6.88 new_esEs6(Left(x0), Left(x1), ty_Integer, x2) 16.99/6.88 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 16.99/6.88 new_compare([], :(x0, x1), x2) 16.99/6.88 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 16.99/6.88 new_esEs12(False, False) 16.99/6.88 new_ltEs19(x0, x1, ty_Char) 16.99/6.88 new_esEs26(x0, x1, ty_Integer) 16.99/6.88 new_esEs6(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 16.99/6.88 new_compare16(x0, x1, x2, x3) 16.99/6.88 new_lt7(x0, x1, ty_Char) 16.99/6.88 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, ty_Double) 16.99/6.88 new_ltEs19(x0, x1, ty_Int) 16.99/6.88 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_compare14(Integer(x0), Integer(x1)) 16.99/6.88 new_esEs19(x0, x1, ty_Ordering) 16.99/6.88 new_lt7(x0, x1, ty_Int) 16.99/6.88 new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_primMulInt(Pos(x0), Pos(x1)) 16.99/6.88 new_esEs25(x0, x1, ty_Int) 16.99/6.88 new_ltEs18(x0, x1, ty_Integer) 16.99/6.88 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 16.99/6.88 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 16.99/6.88 new_esEs20(x0, x1, app(ty_[], x2)) 16.99/6.88 new_esEs22(x0, x1, ty_Float) 16.99/6.88 new_primCmpNat0(Succ(x0), Zero) 16.99/6.88 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_lt17(x0, x1) 16.99/6.88 new_lt20(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_compare9(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, ty_Int) 16.99/6.88 new_compare112(x0, x1, True, x2) 16.99/6.88 new_primMulNat0(Succ(x0), Zero) 16.99/6.88 new_compare25(x0, x1, False) 16.99/6.88 new_esEs5(@2(x0, x1), @2(x2, x3), x4, x5) 16.99/6.88 new_compare6(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 16.99/6.88 new_esEs21(x0, x1, ty_Float) 16.99/6.88 new_esEs15(Float(x0, x1), Float(x2, x3)) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, ty_@0) 16.99/6.88 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 16.99/6.88 new_esEs4(Just(x0), Just(x1), ty_Float) 16.99/6.88 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 16.99/6.88 new_esEs20(x0, x1, ty_Integer) 16.99/6.88 new_esEs6(Left(x0), Left(x1), ty_Bool, x2) 16.99/6.88 new_ltEs18(x0, x1, app(ty_[], x2)) 16.99/6.88 new_primCmpInt(Pos(Zero), Pos(Zero)) 16.99/6.88 new_primCmpNat0(Zero, Succ(x0)) 16.99/6.88 new_esEs17(:(x0, x1), :(x2, x3), x4) 16.99/6.88 new_primMulNat0(Succ(x0), Succ(x1)) 16.99/6.88 new_esEs23(x0, x1, ty_Float) 16.99/6.88 new_esEs20(x0, x1, ty_Ordering) 16.99/6.88 new_lt7(x0, x1, ty_Bool) 16.99/6.88 new_esEs21(x0, x1, ty_Char) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 16.99/6.88 new_lt5(x0, x1) 16.99/6.88 new_ltEs7(x0, x1) 16.99/6.88 new_compare9(x0, x1, ty_Float) 16.99/6.88 new_ltEs19(x0, x1, ty_Double) 16.99/6.88 new_lt13(x0, x1) 16.99/6.88 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 16.99/6.88 new_pePe(False, x0, x1, x2, x3) 16.99/6.88 new_compare9(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_compare110(x0, x1, False, x2, x3) 16.99/6.88 new_esEs21(x0, x1, ty_Int) 16.99/6.88 new_esEs21(x0, x1, app(ty_[], x2)) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), app(ty_[], x2)) 16.99/6.88 new_esEs24(x0, x1, ty_@0) 16.99/6.88 new_ltEs5(x0, x1) 16.99/6.88 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), ty_Integer, x2) 16.99/6.88 new_compare11(Char(x0), Char(x1)) 16.99/6.88 new_lt20(x0, x1, ty_Integer) 16.99/6.88 new_esEs4(Nothing, Just(x0), x1) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, app(ty_[], x3)) 16.99/6.88 new_compare9(x0, x1, ty_Int) 16.99/6.88 new_compare112(x0, x1, False, x2) 16.99/6.88 new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) 16.99/6.88 new_not(EQ) 16.99/6.88 new_compare26(x0, x1, False) 16.99/6.88 new_esEs8(GT) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 16.99/6.88 new_esEs13(:%(x0, x1), :%(x2, x3), x4) 16.99/6.88 new_esEs27(x0, x1, ty_Integer) 16.99/6.88 new_ltEs19(x0, x1, app(ty_[], x2)) 16.99/6.88 new_compare114(x0, x1, False, x2, x3) 16.99/6.88 new_esEs20(x0, x1, ty_Double) 16.99/6.88 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 16.99/6.88 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 16.99/6.88 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_compare9(x0, x1, ty_Ordering) 16.99/6.88 new_esEs18(@0, @0) 16.99/6.88 new_primPlusNat0(Succ(x0), Zero) 16.99/6.88 new_primPlusNat0(Zero, Succ(x0)) 16.99/6.88 new_lt6(x0, x1, x2) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 16.99/6.88 new_esEs4(Just(x0), Just(x1), ty_Bool) 16.99/6.88 new_ltEs9(GT, EQ) 16.99/6.88 new_ltEs9(EQ, GT) 16.99/6.88 new_primEqNat0(Zero, Zero) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), app(ty_Maybe, x2)) 16.99/6.88 new_lt20(x0, x1, ty_Bool) 16.99/6.88 new_esEs12(True, True) 16.99/6.88 new_esEs19(x0, x1, ty_Int) 16.99/6.88 new_esEs23(x0, x1, ty_Char) 16.99/6.88 new_esEs14(x0, x1) 16.99/6.88 new_compare113(x0, x1, True) 16.99/6.88 new_esEs16(LT, LT) 16.99/6.88 new_primCompAux00(x0, LT) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), ty_@0) 16.99/6.88 new_esEs10(Char(x0), Char(x1)) 16.99/6.88 new_compare27(x0, x1, True, x2, x3) 16.99/6.88 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_compare111(x0, x1, False) 16.99/6.88 new_primMulNat0(Zero, Succ(x0)) 16.99/6.88 new_esEs21(x0, x1, ty_Bool) 16.99/6.88 new_ltEs14(Just(x0), Just(x1), ty_Double) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), ty_@0, x2) 16.99/6.88 new_esEs21(x0, x1, ty_Ordering) 16.99/6.88 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 16.99/6.88 new_lt20(x0, x1, ty_Float) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, ty_@0) 16.99/6.88 new_ltEs14(Just(x0), Nothing, x1) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 16.99/6.88 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 16.99/6.88 new_compare9(x0, x1, ty_Char) 16.99/6.88 new_esEs27(x0, x1, app(ty_[], x2)) 16.99/6.88 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 16.99/6.88 new_esEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 16.99/6.88 new_esEs23(x0, x1, ty_Int) 16.99/6.88 new_ltEs18(x0, x1, ty_Int) 16.99/6.88 new_esEs20(x0, x1, ty_@0) 16.99/6.88 new_ltEs4(Right(x0), Right(x1), x2, ty_Double) 16.99/6.88 new_esEs24(x0, x1, app(ty_[], x2)) 16.99/6.88 new_lt7(x0, x1, app(ty_[], x2)) 16.99/6.88 new_lt20(x0, x1, app(ty_[], x2)) 16.99/6.88 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 16.99/6.88 new_esEs19(x0, x1, ty_Bool) 16.99/6.88 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 16.99/6.88 new_lt20(x0, x1, ty_Char) 16.99/6.88 new_lt18(x0, x1, x2, x3, x4) 16.99/6.88 new_esEs19(x0, x1, ty_Char) 16.99/6.88 new_esEs22(x0, x1, ty_Integer) 16.99/6.88 new_esEs4(Just(x0), Just(x1), ty_Ordering) 16.99/6.88 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 16.99/6.88 new_esEs21(x0, x1, ty_Integer) 16.99/6.88 new_esEs4(Just(x0), Just(x1), ty_Integer) 16.99/6.88 new_esEs16(LT, EQ) 16.99/6.88 new_esEs16(EQ, LT) 16.99/6.88 new_ltEs10(True, True) 16.99/6.88 new_primCmpNat0(Succ(x0), Succ(x1)) 16.99/6.88 new_esEs22(x0, x1, ty_Ordering) 16.99/6.88 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 16.99/6.88 new_lt16(x0, x1, x2, x3) 16.99/6.88 new_compare29(x0, x1, True, x2) 16.99/6.88 new_ltEs18(x0, x1, ty_Float) 16.99/6.88 new_esEs27(x0, x1, ty_Bool) 16.99/6.88 new_compare7(x0, x1) 16.99/6.88 new_lt20(x0, x1, ty_Int) 16.99/6.88 new_compare(:(x0, x1), :(x2, x3), x4) 16.99/6.88 new_primCompAux00(x0, EQ) 16.99/6.88 new_primCmpNat0(Zero, Zero) 16.99/6.88 new_esEs4(Nothing, Nothing, x0) 16.99/6.88 new_ltEs9(GT, LT) 16.99/6.88 new_ltEs9(LT, GT) 16.99/6.88 new_esEs16(GT, GT) 16.99/6.88 new_ltEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 16.99/6.88 new_lt7(x0, x1, ty_Integer) 16.99/6.88 16.99/6.88 We have to consider all minimal (P,Q,R)-chains. 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (25) QDPSizeChangeProof (EQUIVALENT) 16.99/6.88 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. 16.99/6.88 16.99/6.88 From the DPs we obtained the following set of size-change graphs: 16.99/6.88 *new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare0(vwx31, vwx41, h) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs0(Just(vwx30), Just(vwx40), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx30, vwx40, db, dc, dd) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs0(Just(vwx30), Just(vwx40), app(ty_Maybe, cd)) -> new_ltEs0(vwx30, vwx40, cd) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_ltEs3(vwx32, vwx42, bbe, bbf, bbg) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(ty_Maybe, bah)) -> new_ltEs0(vwx32, vwx42, bah) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs0(Just(vwx30), Just(vwx40), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx30, vwx40, ce, cf) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(app(ty_@2, bba), bbb)) -> new_ltEs1(vwx32, vwx42, bba, bbb) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_lt1(vwx30, vwx40, fa, fb) -> new_compare21(vwx30, vwx40, new_esEs5(vwx30, vwx40, fa, fb), fa, fb) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs3(vwx31, vwx41, ed, ee, ef) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(ty_Maybe, dg)) -> new_ltEs0(vwx31, vwx41, dg) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx31, vwx41, dh, ea) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_@2, fa), fb), eh) -> new_compare21(vwx30, vwx40, new_esEs5(vwx30, vwx40, fa, fb), fa, fb) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_compare2(vwx30, vwx40, fa, fb) -> new_compare21(vwx30, vwx40, new_esEs5(vwx30, vwx40, fa, fb), fa, fb) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare0(vwx31, vwx41, h) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_lt(vwx30, vwx40, eg) -> new_compare0(vwx30, vwx40, eg) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_compare22(vwx30, vwx40, False, fc, fd) -> new_ltEs2(vwx30, vwx40, fc, fd) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_primCompAux(vwx30, vwx40, vwx35, app(app(ty_Either, be), bf)) -> new_compare3(vwx30, vwx40, be, bf) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_compare1(vwx30, vwx40, cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_compare23(vwx30, vwx40, False, ff, fg, fh) -> new_ltEs3(vwx30, vwx40, ff, fg, fh) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_compare20(vwx30, vwx40, False, cb) -> new_ltEs0(vwx30, vwx40, cb) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_compare21(vwx30, vwx40, False, fa, fb) -> new_ltEs1(vwx30, vwx40, fa, fb) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_compare4(vwx30, vwx40, ff, fg, fh) -> new_compare23(vwx30, vwx40, new_esEs7(vwx30, vwx40, ff, fg, fh), ff, fg, fh) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs0(Just(vwx30), Just(vwx40), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx30, vwx40, cg, da) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs0(Just(vwx30), Just(vwx40), app(ty_[], cc)) -> new_ltEs(vwx30, vwx40, cc) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(app(ty_Either, bbc), bbd)) -> new_ltEs2(vwx32, vwx42, bbc, bbd) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(app(ty_Either, eb), ec)) -> new_ltEs2(vwx31, vwx41, eb, ec) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(ty_Either, fc), fd), eh) -> new_compare22(vwx30, vwx40, new_esEs6(vwx30, vwx40, fc, fd), fc, fd) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_lt2(vwx30, vwx40, fc, fd) -> new_compare22(vwx30, vwx40, new_esEs6(vwx30, vwx40, fc, fd), fc, fd) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_compare3(vwx30, vwx40, fc, fd) -> new_compare22(vwx30, vwx40, new_esEs6(vwx30, vwx40, fc, fd), fc, fd) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_lt0(vwx30, vwx40, cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_primCompAux(vwx30, vwx40, vwx35, app(ty_Maybe, bb)) -> new_compare1(vwx30, vwx40, bb) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_primCompAux(vwx30, vwx40, vwx35, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx30, vwx40, bg, bh, ca) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, baf, app(ty_[], bag)) -> new_ltEs(vwx32, vwx42, bag) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), de, app(ty_[], df)) -> new_ltEs(vwx31, vwx41, df) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(ty_Maybe, cb), eh) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(ty_[], eg), eh) -> new_compare0(vwx30, vwx40, eg) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs1(@2(vwx30, vwx31), @2(vwx40, vwx41), app(app(app(ty_@3, ff), fg), fh), eh) -> new_compare23(vwx30, vwx40, new_esEs7(vwx30, vwx40, ff, fg, fh), ff, fg, fh) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 16.99/6.88 16.99/6.88 16.99/6.88 *new_primCompAux(vwx30, vwx40, vwx35, app(ty_[], ba)) -> new_compare0(vwx30, vwx40, ba) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_primCompAux(vwx30, vwx40, vwx35, app(app(ty_@2, bc), bd)) -> new_compare2(vwx30, vwx40, bc, bd) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_lt3(vwx30, vwx40, ff, fg, fh) -> new_compare23(vwx30, vwx40, new_esEs7(vwx30, vwx40, ff, fg, fh), ff, fg, fh) 16.99/6.88 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Left(vwx30), Left(vwx40), app(app(app(ty_@3, gh), ha), hb), gb) -> new_ltEs3(vwx30, vwx40, gh, ha, hb) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Right(vwx30), Right(vwx40), hc, app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs3(vwx30, vwx40, bab, bac, bad) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(ty_Maybe, bcb), bca) -> new_lt0(vwx31, vwx41, bcb) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(ty_Maybe, bdc), baf, bca) -> new_lt0(vwx30, vwx40, bdc) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(app(app(ty_@3, bdh), bea), beb), baf, bca) -> new_lt3(vwx30, vwx40, bdh, bea, beb) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(app(app(ty_@3, bcg), bch), bda), bca) -> new_lt3(vwx31, vwx41, bcg, bch, bda) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(app(ty_Either, bce), bcf), bca) -> new_lt2(vwx31, vwx41, bce, bcf) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(app(ty_Either, bdf), bdg), baf, bca) -> new_lt2(vwx30, vwx40, bdf, bdg) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(ty_[], bbh), bca) -> new_lt(vwx31, vwx41, bbh) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(ty_[], bdb), baf, bca) -> new_lt(vwx30, vwx40, bdb) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), app(app(ty_@2, bdd), bde), baf, bca) -> new_lt1(vwx30, vwx40, bdd, bde) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), bae, app(app(ty_@2, bcc), bcd), bca) -> new_lt1(vwx31, vwx41, bcc, bcd) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Right(vwx30), Right(vwx40), hc, app(ty_Maybe, he)) -> new_ltEs0(vwx30, vwx40, he) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Left(vwx30), Left(vwx40), app(ty_Maybe, gc), gb) -> new_ltEs0(vwx30, vwx40, gc) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Left(vwx30), Left(vwx40), app(app(ty_@2, gd), ge), gb) -> new_ltEs1(vwx30, vwx40, gd, ge) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Right(vwx30), Right(vwx40), hc, app(app(ty_@2, hf), hg)) -> new_ltEs1(vwx30, vwx40, hf, hg) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Right(vwx30), Right(vwx40), hc, app(app(ty_Either, hh), baa)) -> new_ltEs2(vwx30, vwx40, hh, baa) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Left(vwx30), Left(vwx40), app(app(ty_Either, gf), gg), gb) -> new_ltEs2(vwx30, vwx40, gf, gg) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Left(vwx30), Left(vwx40), app(ty_[], ga), gb) -> new_ltEs(vwx30, vwx40, ga) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 16.99/6.88 16.99/6.88 16.99/6.88 *new_ltEs2(Right(vwx30), Right(vwx40), hc, app(ty_[], hd)) -> new_ltEs(vwx30, vwx40, hd) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 16.99/6.88 16.99/6.88 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (26) 16.99/6.88 YES 16.99/6.88 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (27) 16.99/6.88 Obligation: 16.99/6.88 Q DP problem: 16.99/6.88 The TRS P consists of the following rules: 16.99/6.88 16.99/6.88 new_primEqNat(Succ(vwx2300), Succ(vwx2400)) -> new_primEqNat(vwx2300, vwx2400) 16.99/6.88 16.99/6.88 R is empty. 16.99/6.88 Q is empty. 16.99/6.88 We have to consider all minimal (P,Q,R)-chains. 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (28) QDPSizeChangeProof (EQUIVALENT) 16.99/6.88 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. 16.99/6.88 16.99/6.88 From the DPs we obtained the following set of size-change graphs: 16.99/6.88 *new_primEqNat(Succ(vwx2300), Succ(vwx2400)) -> new_primEqNat(vwx2300, vwx2400) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2 16.99/6.88 16.99/6.88 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (29) 16.99/6.88 YES 16.99/6.88 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (30) 16.99/6.88 Obligation: 16.99/6.88 Q DP problem: 16.99/6.88 The TRS P consists of the following rules: 16.99/6.88 16.99/6.88 new_primPlusNat(Succ(vwx5300), Succ(vwx41000)) -> new_primPlusNat(vwx5300, vwx41000) 16.99/6.88 16.99/6.88 R is empty. 16.99/6.88 Q is empty. 16.99/6.88 We have to consider all minimal (P,Q,R)-chains. 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (31) QDPSizeChangeProof (EQUIVALENT) 16.99/6.88 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. 16.99/6.88 16.99/6.88 From the DPs we obtained the following set of size-change graphs: 16.99/6.88 *new_primPlusNat(Succ(vwx5300), Succ(vwx41000)) -> new_primPlusNat(vwx5300, vwx41000) 16.99/6.88 The graph contains the following edges 1 > 1, 2 > 2 16.99/6.88 16.99/6.88 16.99/6.88 ---------------------------------------- 16.99/6.88 16.99/6.88 (32) 16.99/6.88 YES 17.13/6.95 EOF