15.78/6.90 YES 18.18/7.60 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 18.18/7.60 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.18/7.60 18.18/7.60 18.18/7.60 H-Termination with start terms of the given HASKELL could be proven: 18.18/7.60 18.18/7.60 (0) HASKELL 18.18/7.60 (1) CR [EQUIVALENT, 0 ms] 18.18/7.60 (2) HASKELL 18.18/7.60 (3) IFR [EQUIVALENT, 0 ms] 18.18/7.60 (4) HASKELL 18.18/7.60 (5) BR [EQUIVALENT, 0 ms] 18.18/7.60 (6) HASKELL 18.18/7.60 (7) COR [EQUIVALENT, 10 ms] 18.18/7.60 (8) HASKELL 18.18/7.60 (9) LetRed [EQUIVALENT, 0 ms] 18.18/7.60 (10) HASKELL 18.18/7.60 (11) NumRed [SOUND, 0 ms] 18.18/7.60 (12) HASKELL 18.18/7.60 (13) Narrow [SOUND, 0 ms] 18.18/7.60 (14) AND 18.18/7.60 (15) QDP 18.18/7.60 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.18/7.60 (17) YES 18.18/7.60 (18) QDP 18.18/7.60 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.18/7.60 (20) YES 18.18/7.60 (21) QDP 18.18/7.60 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.18/7.60 (23) YES 18.18/7.60 (24) QDP 18.18/7.60 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.18/7.60 (26) YES 18.18/7.60 (27) QDP 18.18/7.60 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.18/7.60 (29) YES 18.18/7.60 (30) QDP 18.18/7.60 (31) QDPSizeChangeProof [EQUIVALENT, 98 ms] 18.18/7.60 (32) YES 18.18/7.60 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (0) 18.18/7.60 Obligation: 18.18/7.60 mainModule Main 18.18/7.60 module Main where { 18.18/7.60 import qualified Prelude; 18.18/7.60 } 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (1) CR (EQUIVALENT) 18.18/7.60 Case Reductions: 18.18/7.60 The following Case expression 18.18/7.60 "case compare x y of { 18.18/7.60 EQ -> o; 18.18/7.60 LT -> LT; 18.18/7.60 GT -> GT} 18.18/7.60 " 18.18/7.60 is transformed to 18.18/7.60 "primCompAux0 o EQ = o; 18.18/7.60 primCompAux0 o LT = LT; 18.18/7.60 primCompAux0 o GT = GT; 18.18/7.60 " 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (2) 18.18/7.60 Obligation: 18.18/7.60 mainModule Main 18.18/7.60 module Main where { 18.18/7.60 import qualified Prelude; 18.18/7.60 } 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (3) IFR (EQUIVALENT) 18.18/7.60 If Reductions: 18.18/7.60 The following If expression 18.18/7.60 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 18.18/7.60 is transformed to 18.18/7.60 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 18.18/7.60 primDivNatS0 x y False = Zero; 18.18/7.60 " 18.18/7.60 The following If expression 18.18/7.60 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 18.18/7.60 is transformed to 18.18/7.60 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 18.18/7.60 primModNatS0 x y False = Succ x; 18.18/7.60 " 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (4) 18.18/7.60 Obligation: 18.18/7.60 mainModule Main 18.18/7.60 module Main where { 18.18/7.60 import qualified Prelude; 18.18/7.60 } 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (5) BR (EQUIVALENT) 18.18/7.60 Replaced joker patterns by fresh variables and removed binding patterns. 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (6) 18.18/7.60 Obligation: 18.18/7.60 mainModule Main 18.18/7.60 module Main where { 18.18/7.60 import qualified Prelude; 18.18/7.60 } 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (7) COR (EQUIVALENT) 18.18/7.60 Cond Reductions: 18.18/7.60 The following Function with conditions 18.18/7.60 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 18.18/7.60 " 18.18/7.60 is transformed to 18.18/7.60 "compare x y = compare3 x y; 18.18/7.60 " 18.18/7.60 "compare0 x y True = GT; 18.18/7.60 " 18.18/7.60 "compare2 x y True = EQ; 18.18/7.60 compare2 x y False = compare1 x y (x <= y); 18.18/7.60 " 18.18/7.60 "compare1 x y True = LT; 18.18/7.60 compare1 x y False = compare0 x y otherwise; 18.18/7.60 " 18.18/7.60 "compare3 x y = compare2 x y (x == y); 18.18/7.60 " 18.18/7.60 The following Function with conditions 18.18/7.60 "absReal x|x >= 0x|otherwise`negate` x; 18.18/7.60 " 18.18/7.60 is transformed to 18.18/7.60 "absReal x = absReal2 x; 18.18/7.60 " 18.18/7.60 "absReal0 x True = `negate` x; 18.18/7.60 " 18.18/7.60 "absReal1 x True = x; 18.18/7.60 absReal1 x False = absReal0 x otherwise; 18.18/7.60 " 18.18/7.60 "absReal2 x = absReal1 x (x >= 0); 18.18/7.60 " 18.18/7.60 The following Function with conditions 18.18/7.60 "gcd' x 0 = x; 18.18/7.60 gcd' x y = gcd' y (x `rem` y); 18.18/7.60 " 18.18/7.60 is transformed to 18.18/7.60 "gcd' x zx = gcd'2 x zx; 18.18/7.60 gcd' x y = gcd'0 x y; 18.18/7.60 " 18.18/7.60 "gcd'0 x y = gcd' y (x `rem` y); 18.18/7.60 " 18.18/7.60 "gcd'1 True x zx = x; 18.18/7.60 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.18/7.60 " 18.18/7.60 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.18/7.60 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.18/7.60 " 18.18/7.60 The following Function with conditions 18.18/7.60 "gcd 0 0 = error []; 18.18/7.60 gcd x y = gcd' (abs x) (abs y) where { 18.18/7.60 gcd' x 0 = x; 18.18/7.60 gcd' x y = gcd' y (x `rem` y); 18.18/7.60 } 18.18/7.60 ; 18.18/7.60 " 18.18/7.60 is transformed to 18.18/7.60 "gcd vux vuy = gcd3 vux vuy; 18.18/7.60 gcd x y = gcd0 x y; 18.18/7.60 " 18.18/7.60 "gcd0 x y = gcd' (abs x) (abs y) where { 18.18/7.60 gcd' x zx = gcd'2 x zx; 18.18/7.60 gcd' x y = gcd'0 x y; 18.18/7.60 ; 18.18/7.60 gcd'0 x y = gcd' y (x `rem` y); 18.18/7.60 ; 18.18/7.60 gcd'1 True x zx = x; 18.18/7.60 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.18/7.60 ; 18.18/7.60 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.18/7.60 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.18/7.60 } 18.18/7.60 ; 18.18/7.60 " 18.18/7.60 "gcd1 True vux vuy = error []; 18.18/7.60 gcd1 vuz vvu vvv = gcd0 vvu vvv; 18.18/7.60 " 18.18/7.60 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 18.18/7.60 gcd2 vvw vvx vvy = gcd0 vvx vvy; 18.18/7.60 " 18.18/7.60 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 18.18/7.60 gcd3 vvz vwu = gcd0 vvz vwu; 18.18/7.60 " 18.18/7.60 The following Function with conditions 18.18/7.60 "undefined |Falseundefined; 18.18/7.60 " 18.18/7.60 is transformed to 18.18/7.60 "undefined = undefined1; 18.18/7.60 " 18.18/7.60 "undefined0 True = undefined; 18.18/7.60 " 18.18/7.60 "undefined1 = undefined0 False; 18.18/7.60 " 18.18/7.60 The following Function with conditions 18.18/7.60 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 18.18/7.60 d = gcd x y; 18.18/7.60 } 18.18/7.60 ; 18.18/7.60 " 18.18/7.60 is transformed to 18.18/7.60 "reduce x y = reduce2 x y; 18.18/7.60 " 18.18/7.60 "reduce2 x y = reduce1 x y (y == 0) where { 18.18/7.60 d = gcd x y; 18.18/7.60 ; 18.18/7.60 reduce0 x y True = x `quot` d :% (y `quot` d); 18.18/7.60 ; 18.18/7.60 reduce1 x y True = error []; 18.18/7.60 reduce1 x y False = reduce0 x y otherwise; 18.18/7.60 } 18.18/7.60 ; 18.18/7.60 " 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (8) 18.18/7.60 Obligation: 18.18/7.60 mainModule Main 18.18/7.60 module Main where { 18.18/7.60 import qualified Prelude; 18.18/7.60 } 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (9) LetRed (EQUIVALENT) 18.18/7.60 Let/Where Reductions: 18.18/7.60 The bindings of the following Let/Where expression 18.18/7.60 "gcd' (abs x) (abs y) where { 18.18/7.60 gcd' x zx = gcd'2 x zx; 18.18/7.60 gcd' x y = gcd'0 x y; 18.18/7.60 ; 18.18/7.60 gcd'0 x y = gcd' y (x `rem` y); 18.18/7.60 ; 18.18/7.60 gcd'1 True x zx = x; 18.18/7.60 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.18/7.60 ; 18.18/7.60 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.18/7.60 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.18/7.60 } 18.18/7.60 " 18.18/7.60 are unpacked to the following functions on top level 18.18/7.60 "gcd0Gcd'1 True x zx = x; 18.18/7.60 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 18.18/7.60 " 18.18/7.60 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 18.18/7.60 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 18.18/7.60 " 18.18/7.60 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 18.18/7.60 gcd0Gcd' x y = gcd0Gcd'0 x y; 18.18/7.60 " 18.18/7.60 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 18.18/7.60 " 18.18/7.60 The bindings of the following Let/Where expression 18.18/7.60 "reduce1 x y (y == 0) where { 18.18/7.60 d = gcd x y; 18.18/7.60 ; 18.18/7.60 reduce0 x y True = x `quot` d :% (y `quot` d); 18.18/7.60 ; 18.18/7.60 reduce1 x y True = error []; 18.18/7.60 reduce1 x y False = reduce0 x y otherwise; 18.18/7.60 } 18.18/7.60 " 18.18/7.60 are unpacked to the following functions on top level 18.18/7.60 "reduce2D vwv vww = gcd vwv vww; 18.18/7.60 " 18.18/7.60 "reduce2Reduce1 vwv vww x y True = error []; 18.18/7.60 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 18.18/7.60 " 18.18/7.60 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 18.18/7.60 " 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (10) 18.18/7.60 Obligation: 18.18/7.60 mainModule Main 18.18/7.60 module Main where { 18.18/7.60 import qualified Prelude; 18.18/7.60 } 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (11) NumRed (SOUND) 18.18/7.60 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (12) 18.18/7.60 Obligation: 18.18/7.60 mainModule Main 18.18/7.60 module Main where { 18.18/7.60 import qualified Prelude; 18.18/7.60 } 18.18/7.60 18.18/7.60 ---------------------------------------- 18.18/7.60 18.18/7.60 (13) Narrow (SOUND) 18.18/7.60 Haskell To QDPs 18.18/7.60 18.18/7.60 digraph dp_graph { 18.18/7.60 node [outthreshold=100, inthreshold=100];1[label="compare",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.18/7.60 3[label="compare vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 18.18/7.60 4[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 18.18/7.60 5[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 18.18/7.60 6[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];1677[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];6 -> 1677[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1677 -> 7[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1678[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];6 -> 1678[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1678 -> 8[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 7[label="compare2 Nothing vwx4 (Nothing == vwx4)",fontsize=16,color="burlywood",shape="box"];1679[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];7 -> 1679[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1679 -> 9[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1680[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];7 -> 1680[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1680 -> 10[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 8[label="compare2 (Just vwx30) vwx4 (Just vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];1681[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];8 -> 1681[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1681 -> 11[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1682[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 1682[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1682 -> 12[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 9[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];9 -> 13[label="",style="solid", color="black", weight=3]; 18.18/7.60 10[label="compare2 Nothing (Just vwx40) (Nothing == Just vwx40)",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 18.18/7.60 11[label="compare2 (Just vwx30) Nothing (Just vwx30 == Nothing)",fontsize=16,color="black",shape="box"];11 -> 15[label="",style="solid", color="black", weight=3]; 18.18/7.60 12[label="compare2 (Just vwx30) (Just vwx40) (Just vwx30 == Just vwx40)",fontsize=16,color="black",shape="box"];12 -> 16[label="",style="solid", color="black", weight=3]; 18.18/7.60 13[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];13 -> 17[label="",style="solid", color="black", weight=3]; 18.18/7.60 14[label="compare2 Nothing (Just vwx40) False",fontsize=16,color="black",shape="box"];14 -> 18[label="",style="solid", color="black", weight=3]; 18.18/7.60 15[label="compare2 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];15 -> 19[label="",style="solid", color="black", weight=3]; 18.18/7.60 16 -> 20[label="",style="dashed", color="red", weight=0]; 18.18/7.60 16[label="compare2 (Just vwx30) (Just vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];16 -> 21[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 16 -> 22[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 16 -> 23[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 17[label="EQ",fontsize=16,color="green",shape="box"];18[label="compare1 Nothing (Just vwx40) (Nothing <= Just vwx40)",fontsize=16,color="black",shape="box"];18 -> 24[label="",style="solid", color="black", weight=3]; 18.18/7.60 19[label="compare1 (Just vwx30) Nothing (Just vwx30 <= Nothing)",fontsize=16,color="black",shape="box"];19 -> 25[label="",style="solid", color="black", weight=3]; 18.18/7.60 21[label="vwx40",fontsize=16,color="green",shape="box"];22[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];1683[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1683[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1683 -> 26[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1684[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1684[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1684 -> 27[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1685[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1685[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1685 -> 28[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1686[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1686[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1686 -> 29[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1687[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1687[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1687 -> 30[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1688[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1688[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1688 -> 31[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1689[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1689[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1689 -> 32[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1690[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1690[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1690 -> 33[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1691[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1691[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1691 -> 34[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1692[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1692[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1692 -> 35[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1693[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1693[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1693 -> 36[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1694[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1694[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1694 -> 37[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1695[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1695[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1695 -> 38[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1696[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 1696[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1696 -> 39[label="",style="solid", color="blue", weight=3]; 18.18/7.60 23[label="vwx30",fontsize=16,color="green",shape="box"];20[label="compare2 (Just vwx9) (Just vwx10) vwx11",fontsize=16,color="burlywood",shape="triangle"];1697[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];20 -> 1697[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1697 -> 40[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1698[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];20 -> 1698[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1698 -> 41[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 24[label="compare1 Nothing (Just vwx40) True",fontsize=16,color="black",shape="box"];24 -> 42[label="",style="solid", color="black", weight=3]; 18.18/7.60 25[label="compare1 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];25 -> 43[label="",style="solid", color="black", weight=3]; 18.18/7.60 26[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1699[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];26 -> 1699[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1699 -> 44[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 27[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];27 -> 45[label="",style="solid", color="black", weight=3]; 18.18/7.60 28[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1700[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];28 -> 1700[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1700 -> 46[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 29[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];29 -> 47[label="",style="solid", color="black", weight=3]; 18.18/7.60 30[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1701[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];30 -> 1701[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1701 -> 48[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 31[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1702[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];31 -> 1702[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1702 -> 49[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1703[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];31 -> 1703[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1703 -> 50[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 32[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1704[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];32 -> 1704[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1704 -> 51[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 33[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];33 -> 52[label="",style="solid", color="black", weight=3]; 18.18/7.60 34[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];34 -> 53[label="",style="solid", color="black", weight=3]; 18.18/7.60 35[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1705[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];35 -> 1705[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1705 -> 54[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1706[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];35 -> 1706[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1706 -> 55[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1707[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];35 -> 1707[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1707 -> 56[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 36[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1708[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];36 -> 1708[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1708 -> 57[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1709[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];36 -> 1709[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1709 -> 58[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 37[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1710[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];37 -> 1710[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1710 -> 59[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1711[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];37 -> 1711[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1711 -> 60[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 38[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1712[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];38 -> 1712[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1712 -> 61[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1713[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];38 -> 1713[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1713 -> 62[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 39[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];1714[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];39 -> 1714[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1714 -> 63[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 40[label="compare2 (Just vwx9) (Just vwx10) False",fontsize=16,color="black",shape="box"];40 -> 64[label="",style="solid", color="black", weight=3]; 18.18/7.60 41[label="compare2 (Just vwx9) (Just vwx10) True",fontsize=16,color="black",shape="box"];41 -> 65[label="",style="solid", color="black", weight=3]; 18.18/7.60 42[label="LT",fontsize=16,color="green",shape="box"];43[label="compare0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];43 -> 66[label="",style="solid", color="black", weight=3]; 18.18/7.60 44[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];1715[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];44 -> 1715[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1715 -> 67[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 45[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1716[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];45 -> 1716[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1716 -> 68[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 46[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];1717[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];46 -> 1717[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1717 -> 69[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 47[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1718[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];47 -> 1718[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1718 -> 70[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 48[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];1719[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];48 -> 1719[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1719 -> 71[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 49[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];1720[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];49 -> 1720[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1720 -> 72[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1721[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];49 -> 1721[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1721 -> 73[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 50[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];1722[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];50 -> 1722[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1722 -> 74[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1723[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];50 -> 1723[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1723 -> 75[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 51[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];1724[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];51 -> 1724[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1724 -> 76[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 52[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1725[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];52 -> 1725[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1725 -> 77[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1726[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];52 -> 1726[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1726 -> 78[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 53[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1727[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];53 -> 1727[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1727 -> 79[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 54[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];1728[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];54 -> 1728[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1728 -> 80[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1729[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];54 -> 1729[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1729 -> 81[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1730[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];54 -> 1730[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1730 -> 82[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 55[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];1731[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];55 -> 1731[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1731 -> 83[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1732[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];55 -> 1732[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1732 -> 84[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1733[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];55 -> 1733[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1733 -> 85[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 56[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];1734[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];56 -> 1734[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1734 -> 86[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1735[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];56 -> 1735[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1735 -> 87[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1736[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];56 -> 1736[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1736 -> 88[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 57[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];1737[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];57 -> 1737[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1737 -> 89[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1738[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];57 -> 1738[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1738 -> 90[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 58[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];1739[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];58 -> 1739[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1739 -> 91[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1740[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];58 -> 1740[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1740 -> 92[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 59[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];1741[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];59 -> 1741[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1741 -> 93[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1742[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];59 -> 1742[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1742 -> 94[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 60[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];1743[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];60 -> 1743[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1743 -> 95[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1744[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];60 -> 1744[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1744 -> 96[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 61[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];1745[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];61 -> 1745[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1745 -> 97[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1746[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];61 -> 1746[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1746 -> 98[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 62[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];1747[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];62 -> 1747[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1747 -> 99[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1748[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];62 -> 1748[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1748 -> 100[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 63[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];1749[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];63 -> 1749[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1749 -> 101[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 64 -> 141[label="",style="dashed", color="red", weight=0]; 18.18/7.60 64[label="compare1 (Just vwx9) (Just vwx10) (Just vwx9 <= Just vwx10)",fontsize=16,color="magenta"];64 -> 142[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 64 -> 143[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 64 -> 144[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 65[label="EQ",fontsize=16,color="green",shape="box"];66[label="compare0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];66 -> 103[label="",style="solid", color="black", weight=3]; 18.18/7.60 67[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];67 -> 104[label="",style="solid", color="black", weight=3]; 18.18/7.60 68[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1750[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];68 -> 1750[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1750 -> 105[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 69[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];69 -> 106[label="",style="solid", color="black", weight=3]; 18.18/7.60 70[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1751[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];70 -> 1751[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1751 -> 107[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 71[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];71 -> 108[label="",style="solid", color="black", weight=3]; 18.18/7.60 72[label="False == False",fontsize=16,color="black",shape="box"];72 -> 109[label="",style="solid", color="black", weight=3]; 18.18/7.60 73[label="False == True",fontsize=16,color="black",shape="box"];73 -> 110[label="",style="solid", color="black", weight=3]; 18.18/7.60 74[label="True == False",fontsize=16,color="black",shape="box"];74 -> 111[label="",style="solid", color="black", weight=3]; 18.18/7.60 75[label="True == True",fontsize=16,color="black",shape="box"];75 -> 112[label="",style="solid", color="black", weight=3]; 18.18/7.60 76[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];76 -> 113[label="",style="solid", color="black", weight=3]; 18.18/7.60 77[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1752[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];77 -> 1752[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1752 -> 114[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1753[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];77 -> 1753[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1753 -> 115[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 78[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1754[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];78 -> 1754[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1754 -> 116[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1755[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];78 -> 1755[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1755 -> 117[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 79[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1756[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];79 -> 1756[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1756 -> 118[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 80[label="LT == LT",fontsize=16,color="black",shape="box"];80 -> 119[label="",style="solid", color="black", weight=3]; 18.18/7.60 81[label="LT == EQ",fontsize=16,color="black",shape="box"];81 -> 120[label="",style="solid", color="black", weight=3]; 18.18/7.60 82[label="LT == GT",fontsize=16,color="black",shape="box"];82 -> 121[label="",style="solid", color="black", weight=3]; 18.18/7.60 83[label="EQ == LT",fontsize=16,color="black",shape="box"];83 -> 122[label="",style="solid", color="black", weight=3]; 18.18/7.60 84[label="EQ == EQ",fontsize=16,color="black",shape="box"];84 -> 123[label="",style="solid", color="black", weight=3]; 18.18/7.60 85[label="EQ == GT",fontsize=16,color="black",shape="box"];85 -> 124[label="",style="solid", color="black", weight=3]; 18.18/7.60 86[label="GT == LT",fontsize=16,color="black",shape="box"];86 -> 125[label="",style="solid", color="black", weight=3]; 18.18/7.60 87[label="GT == EQ",fontsize=16,color="black",shape="box"];87 -> 126[label="",style="solid", color="black", weight=3]; 18.18/7.60 88[label="GT == GT",fontsize=16,color="black",shape="box"];88 -> 127[label="",style="solid", color="black", weight=3]; 18.18/7.60 89[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];89 -> 128[label="",style="solid", color="black", weight=3]; 18.18/7.60 90[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];90 -> 129[label="",style="solid", color="black", weight=3]; 18.18/7.60 91[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];91 -> 130[label="",style="solid", color="black", weight=3]; 18.18/7.60 92[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];92 -> 131[label="",style="solid", color="black", weight=3]; 18.18/7.60 93[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];93 -> 132[label="",style="solid", color="black", weight=3]; 18.18/7.60 94[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];94 -> 133[label="",style="solid", color="black", weight=3]; 18.18/7.60 95[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];95 -> 134[label="",style="solid", color="black", weight=3]; 18.18/7.60 96[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];96 -> 135[label="",style="solid", color="black", weight=3]; 18.18/7.60 97[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];97 -> 136[label="",style="solid", color="black", weight=3]; 18.18/7.60 98[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];98 -> 137[label="",style="solid", color="black", weight=3]; 18.18/7.60 99[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];99 -> 138[label="",style="solid", color="black", weight=3]; 18.18/7.60 100[label="[] == []",fontsize=16,color="black",shape="box"];100 -> 139[label="",style="solid", color="black", weight=3]; 18.18/7.60 101[label="() == ()",fontsize=16,color="black",shape="box"];101 -> 140[label="",style="solid", color="black", weight=3]; 18.18/7.60 142[label="vwx10",fontsize=16,color="green",shape="box"];143[label="vwx9",fontsize=16,color="green",shape="box"];144[label="Just vwx9 <= Just vwx10",fontsize=16,color="black",shape="box"];144 -> 148[label="",style="solid", color="black", weight=3]; 18.18/7.60 141[label="compare1 (Just vwx16) (Just vwx17) vwx18",fontsize=16,color="burlywood",shape="triangle"];1757[label="vwx18/False",fontsize=10,color="white",style="solid",shape="box"];141 -> 1757[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1757 -> 149[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1758[label="vwx18/True",fontsize=10,color="white",style="solid",shape="box"];141 -> 1758[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1758 -> 150[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 103[label="GT",fontsize=16,color="green",shape="box"];104 -> 252[label="",style="dashed", color="red", weight=0]; 18.18/7.60 104[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];104 -> 253[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 104 -> 254[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 105[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];105 -> 157[label="",style="solid", color="black", weight=3]; 18.18/7.60 106 -> 252[label="",style="dashed", color="red", weight=0]; 18.18/7.60 106[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];106 -> 255[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 106 -> 256[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 107[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];107 -> 168[label="",style="solid", color="black", weight=3]; 18.18/7.60 108 -> 52[label="",style="dashed", color="red", weight=0]; 18.18/7.60 108[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];108 -> 169[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 108 -> 170[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 109[label="True",fontsize=16,color="green",shape="box"];110[label="False",fontsize=16,color="green",shape="box"];111[label="False",fontsize=16,color="green",shape="box"];112[label="True",fontsize=16,color="green",shape="box"];113 -> 252[label="",style="dashed", color="red", weight=0]; 18.18/7.60 113[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];113 -> 257[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 113 -> 258[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 114[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1759[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];114 -> 1759[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1759 -> 171[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1760[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];114 -> 1760[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1760 -> 172[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 115[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1761[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];115 -> 1761[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1761 -> 173[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1762[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];115 -> 1762[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1762 -> 174[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 116[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1763[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];116 -> 1763[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1763 -> 175[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1764[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];116 -> 1764[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1764 -> 176[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 117[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1765[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];117 -> 1765[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1765 -> 177[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1766[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];117 -> 1766[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1766 -> 178[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 118[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];118 -> 179[label="",style="solid", color="black", weight=3]; 18.18/7.60 119[label="True",fontsize=16,color="green",shape="box"];120[label="False",fontsize=16,color="green",shape="box"];121[label="False",fontsize=16,color="green",shape="box"];122[label="False",fontsize=16,color="green",shape="box"];123[label="True",fontsize=16,color="green",shape="box"];124[label="False",fontsize=16,color="green",shape="box"];125[label="False",fontsize=16,color="green",shape="box"];126[label="False",fontsize=16,color="green",shape="box"];127[label="True",fontsize=16,color="green",shape="box"];128[label="True",fontsize=16,color="green",shape="box"];129[label="False",fontsize=16,color="green",shape="box"];130[label="False",fontsize=16,color="green",shape="box"];131[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1767[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1767[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1767 -> 180[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1768[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1768[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1768 -> 181[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1769[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1769[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1769 -> 182[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1770[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1770[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1770 -> 183[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1771[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1771[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1771 -> 184[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1772[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1772[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1772 -> 185[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1773[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1773[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1773 -> 186[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1774[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1774[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1774 -> 187[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1775[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1775[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1775 -> 188[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1776[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1776[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1776 -> 189[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1777[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1777[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1777 -> 190[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1778[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1778[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1778 -> 191[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1779[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1779[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1779 -> 192[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1780[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];131 -> 1780[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1780 -> 193[label="",style="solid", color="blue", weight=3]; 18.18/7.60 132[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1781[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1781[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1781 -> 194[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1782[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1782[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1782 -> 195[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1783[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1783[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1783 -> 196[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1784[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1784[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1784 -> 197[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1785[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1785[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1785 -> 198[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1786[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1786[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1786 -> 199[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1787[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1787[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1787 -> 200[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1788[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1788[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1788 -> 201[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1789[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1789[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1789 -> 202[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1790[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1790[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1790 -> 203[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1791[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1791[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1791 -> 204[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1792[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1792[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1792 -> 205[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1793[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1793[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1793 -> 206[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1794[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];132 -> 1794[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1794 -> 207[label="",style="solid", color="blue", weight=3]; 18.18/7.60 133[label="False",fontsize=16,color="green",shape="box"];134[label="False",fontsize=16,color="green",shape="box"];135[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1795[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1795[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1795 -> 208[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1796[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1796[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1796 -> 209[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1797[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1797[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1797 -> 210[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1798[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1798[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1798 -> 211[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1799[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1799[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1799 -> 212[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1800[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1800[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1800 -> 213[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1801[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1801[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1801 -> 214[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1802[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1802[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1802 -> 215[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1803[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1803[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1803 -> 216[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1804[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1804[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1804 -> 217[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1805[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1805[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1805 -> 218[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1806[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1806[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1806 -> 219[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1807[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1807[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1807 -> 220[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1808[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];135 -> 1808[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1808 -> 221[label="",style="solid", color="blue", weight=3]; 18.18/7.60 136 -> 252[label="",style="dashed", color="red", weight=0]; 18.18/7.60 136[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];136 -> 259[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 136 -> 260[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 137[label="False",fontsize=16,color="green",shape="box"];138[label="False",fontsize=16,color="green",shape="box"];139[label="True",fontsize=16,color="green",shape="box"];140[label="True",fontsize=16,color="green",shape="box"];148[label="vwx9 <= vwx10",fontsize=16,color="blue",shape="box"];1809[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1809[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1809 -> 222[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1810[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1810[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1810 -> 223[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1811[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1811[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1811 -> 224[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1812[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1812[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1812 -> 225[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1813[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1813[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1813 -> 226[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1814[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1814[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1814 -> 227[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1815[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1815[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1815 -> 228[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1816[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1816[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1816 -> 229[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1817[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1817[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1817 -> 230[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1818[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1818[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1818 -> 231[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1819[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1819[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1819 -> 232[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1820[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1820[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1820 -> 233[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1821[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1821[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1821 -> 234[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1822[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];148 -> 1822[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1822 -> 235[label="",style="solid", color="blue", weight=3]; 18.18/7.60 149[label="compare1 (Just vwx16) (Just vwx17) False",fontsize=16,color="black",shape="box"];149 -> 236[label="",style="solid", color="black", weight=3]; 18.18/7.60 150[label="compare1 (Just vwx16) (Just vwx17) True",fontsize=16,color="black",shape="box"];150 -> 237[label="",style="solid", color="black", weight=3]; 18.18/7.60 253 -> 252[label="",style="dashed", color="red", weight=0]; 18.18/7.60 253[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];253 -> 264[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 253 -> 265[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 254[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1823[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1823[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1823 -> 266[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1824[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1824[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1824 -> 267[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1825[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1825[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1825 -> 268[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1826[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1826[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1826 -> 269[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1827[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1827[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1827 -> 270[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1828[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1828[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1828 -> 271[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1829[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1829[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1829 -> 272[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1830[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1830[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1830 -> 273[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1831[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1831[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1831 -> 274[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1832[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1832[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1832 -> 275[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1833[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1833[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1833 -> 276[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1834[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1834[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1834 -> 277[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1835[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1835[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1835 -> 278[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1836[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];254 -> 1836[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1836 -> 279[label="",style="solid", color="blue", weight=3]; 18.18/7.60 252[label="vwx25 && vwx37",fontsize=16,color="burlywood",shape="triangle"];1837[label="vwx25/False",fontsize=10,color="white",style="solid",shape="box"];252 -> 1837[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1837 -> 280[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1838[label="vwx25/True",fontsize=10,color="white",style="solid",shape="box"];252 -> 1838[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1838 -> 281[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 157[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];1839[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];157 -> 1839[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1839 -> 282[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1840[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];157 -> 1840[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1840 -> 283[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 255[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];1841[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1841[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1841 -> 284[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1842[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1842[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1842 -> 285[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1843[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1843[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1843 -> 286[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1844[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1844[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1844 -> 287[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1845[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1845[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1845 -> 288[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1846[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1846[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1846 -> 289[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1847[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1847[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1847 -> 290[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1848[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1848[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1848 -> 291[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1849[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1849[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1849 -> 292[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1850[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1850[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1850 -> 293[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1851[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1851[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1851 -> 294[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1852[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1852[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1852 -> 295[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1853[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1853[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1853 -> 296[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1854[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 1854[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1854 -> 297[label="",style="solid", color="blue", weight=3]; 18.18/7.60 256[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1855[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1855[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1855 -> 298[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1856[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1856[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1856 -> 299[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1857[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1857[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1857 -> 300[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1858[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1858[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1858 -> 301[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1859[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1859[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1859 -> 302[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1860[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1860[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1860 -> 303[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1861[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1861[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1861 -> 304[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1862[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1862[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1862 -> 305[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1863[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1863[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1863 -> 306[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1864[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1864[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1864 -> 307[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1865[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1865[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1865 -> 308[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1866[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1866[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1866 -> 309[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1867[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1867[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1867 -> 310[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1868[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];256 -> 1868[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1868 -> 311[label="",style="solid", color="blue", weight=3]; 18.18/7.60 168 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.60 168[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];168 -> 312[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 168 -> 313[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 169[label="vwx400",fontsize=16,color="green",shape="box"];170[label="vwx300",fontsize=16,color="green",shape="box"];257[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];1869[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 1869[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1869 -> 314[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1870[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 1870[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1870 -> 315[label="",style="solid", color="blue", weight=3]; 18.18/7.60 258[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1871[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];258 -> 1871[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1871 -> 316[label="",style="solid", color="blue", weight=3]; 18.18/7.60 1872[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];258 -> 1872[label="",style="solid", color="blue", weight=9]; 18.18/7.60 1872 -> 317[label="",style="solid", color="blue", weight=3]; 18.18/7.60 171[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1873[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];171 -> 1873[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1873 -> 318[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1874[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];171 -> 1874[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1874 -> 319[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 172[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];172 -> 320[label="",style="solid", color="black", weight=3]; 18.18/7.60 173[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1875[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];173 -> 1875[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1875 -> 321[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1876[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];173 -> 1876[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1876 -> 322[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 174[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1877[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];174 -> 1877[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1877 -> 323[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1878[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];174 -> 1878[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1878 -> 324[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 175[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];175 -> 325[label="",style="solid", color="black", weight=3]; 18.18/7.60 176[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1879[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];176 -> 1879[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1879 -> 326[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1880[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];176 -> 1880[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1880 -> 327[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 177[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1881[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];177 -> 1881[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1881 -> 328[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1882[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];177 -> 1882[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1882 -> 329[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 178[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1883[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];178 -> 1883[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1883 -> 330[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 1884[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];178 -> 1884[label="",style="solid", color="burlywood", weight=9]; 18.18/7.60 1884 -> 331[label="",style="solid", color="burlywood", weight=3]; 18.18/7.60 179 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.60 179[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];179 -> 332[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 179 -> 333[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 180 -> 26[label="",style="dashed", color="red", weight=0]; 18.18/7.60 180[label="vwx300 == vwx400",fontsize=16,color="magenta"];180 -> 334[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 180 -> 335[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 181 -> 27[label="",style="dashed", color="red", weight=0]; 18.18/7.60 181[label="vwx300 == vwx400",fontsize=16,color="magenta"];181 -> 336[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 181 -> 337[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 182 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.60 182[label="vwx300 == vwx400",fontsize=16,color="magenta"];182 -> 338[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 182 -> 339[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 183 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.60 183[label="vwx300 == vwx400",fontsize=16,color="magenta"];183 -> 340[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 183 -> 341[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 184 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.60 184[label="vwx300 == vwx400",fontsize=16,color="magenta"];184 -> 342[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 184 -> 343[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 185 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.60 185[label="vwx300 == vwx400",fontsize=16,color="magenta"];185 -> 344[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 185 -> 345[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 186 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.60 186[label="vwx300 == vwx400",fontsize=16,color="magenta"];186 -> 346[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 186 -> 347[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 187 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.60 187[label="vwx300 == vwx400",fontsize=16,color="magenta"];187 -> 348[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 187 -> 349[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 188 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.60 188[label="vwx300 == vwx400",fontsize=16,color="magenta"];188 -> 350[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 188 -> 351[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 189 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.60 189[label="vwx300 == vwx400",fontsize=16,color="magenta"];189 -> 352[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 189 -> 353[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 190 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.60 190[label="vwx300 == vwx400",fontsize=16,color="magenta"];190 -> 354[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 190 -> 355[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 191 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.60 191[label="vwx300 == vwx400",fontsize=16,color="magenta"];191 -> 356[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 191 -> 357[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 192 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.60 192[label="vwx300 == vwx400",fontsize=16,color="magenta"];192 -> 358[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 192 -> 359[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 193 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.60 193[label="vwx300 == vwx400",fontsize=16,color="magenta"];193 -> 360[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 193 -> 361[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 194 -> 26[label="",style="dashed", color="red", weight=0]; 18.18/7.60 194[label="vwx300 == vwx400",fontsize=16,color="magenta"];194 -> 362[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 194 -> 363[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 195 -> 27[label="",style="dashed", color="red", weight=0]; 18.18/7.60 195[label="vwx300 == vwx400",fontsize=16,color="magenta"];195 -> 364[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 195 -> 365[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 196 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.60 196[label="vwx300 == vwx400",fontsize=16,color="magenta"];196 -> 366[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 196 -> 367[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 197 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.60 197[label="vwx300 == vwx400",fontsize=16,color="magenta"];197 -> 368[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 197 -> 369[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 198 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.60 198[label="vwx300 == vwx400",fontsize=16,color="magenta"];198 -> 370[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 198 -> 371[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 199 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.60 199[label="vwx300 == vwx400",fontsize=16,color="magenta"];199 -> 372[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 199 -> 373[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 200 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.60 200[label="vwx300 == vwx400",fontsize=16,color="magenta"];200 -> 374[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 200 -> 375[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 201 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.60 201[label="vwx300 == vwx400",fontsize=16,color="magenta"];201 -> 376[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 201 -> 377[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 202 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.60 202[label="vwx300 == vwx400",fontsize=16,color="magenta"];202 -> 378[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 202 -> 379[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 203 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.60 203[label="vwx300 == vwx400",fontsize=16,color="magenta"];203 -> 380[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 203 -> 381[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 204 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.60 204[label="vwx300 == vwx400",fontsize=16,color="magenta"];204 -> 382[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 204 -> 383[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 205 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.60 205[label="vwx300 == vwx400",fontsize=16,color="magenta"];205 -> 384[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 205 -> 385[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 206 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.60 206[label="vwx300 == vwx400",fontsize=16,color="magenta"];206 -> 386[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 206 -> 387[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 207 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.60 207[label="vwx300 == vwx400",fontsize=16,color="magenta"];207 -> 388[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 207 -> 389[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 208 -> 26[label="",style="dashed", color="red", weight=0]; 18.18/7.60 208[label="vwx300 == vwx400",fontsize=16,color="magenta"];208 -> 390[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 208 -> 391[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 209 -> 27[label="",style="dashed", color="red", weight=0]; 18.18/7.60 209[label="vwx300 == vwx400",fontsize=16,color="magenta"];209 -> 392[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 209 -> 393[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 210 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.60 210[label="vwx300 == vwx400",fontsize=16,color="magenta"];210 -> 394[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 210 -> 395[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 211 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.60 211[label="vwx300 == vwx400",fontsize=16,color="magenta"];211 -> 396[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 211 -> 397[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 212 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.60 212[label="vwx300 == vwx400",fontsize=16,color="magenta"];212 -> 398[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 212 -> 399[label="",style="dashed", color="magenta", weight=3]; 18.18/7.60 213 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.60 213[label="vwx300 == vwx400",fontsize=16,color="magenta"];213 -> 400[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 213 -> 401[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 214 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.61 214[label="vwx300 == vwx400",fontsize=16,color="magenta"];214 -> 402[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 214 -> 403[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 215 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.61 215[label="vwx300 == vwx400",fontsize=16,color="magenta"];215 -> 404[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 215 -> 405[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 216 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.61 216[label="vwx300 == vwx400",fontsize=16,color="magenta"];216 -> 406[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 216 -> 407[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 217 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.61 217[label="vwx300 == vwx400",fontsize=16,color="magenta"];217 -> 408[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 217 -> 409[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 218 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.61 218[label="vwx300 == vwx400",fontsize=16,color="magenta"];218 -> 410[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 218 -> 411[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 219 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.61 219[label="vwx300 == vwx400",fontsize=16,color="magenta"];219 -> 412[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 219 -> 413[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 220 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.61 220[label="vwx300 == vwx400",fontsize=16,color="magenta"];220 -> 414[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 220 -> 415[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 221 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.61 221[label="vwx300 == vwx400",fontsize=16,color="magenta"];221 -> 416[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 221 -> 417[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 259 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.61 259[label="vwx301 == vwx401",fontsize=16,color="magenta"];259 -> 418[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 259 -> 419[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 260[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];1885[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1885[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1885 -> 420[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1886[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1886[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1886 -> 421[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1887[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1887[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1887 -> 422[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1888[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1888[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1888 -> 423[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1889[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1889[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1889 -> 424[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1890[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1890[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1890 -> 425[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1891[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1891[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1891 -> 426[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1892[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1892[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1892 -> 427[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1893[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1893[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1893 -> 428[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1894[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1894[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1894 -> 429[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1895[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1895[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1895 -> 430[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1896[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1896[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1896 -> 431[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1897[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1897[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1897 -> 432[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1898[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];260 -> 1898[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1898 -> 433[label="",style="solid", color="blue", weight=3]; 18.18/7.61 222[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];222 -> 434[label="",style="solid", color="black", weight=3]; 18.18/7.61 223[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];223 -> 435[label="",style="solid", color="black", weight=3]; 18.18/7.61 224[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];224 -> 436[label="",style="solid", color="black", weight=3]; 18.18/7.61 225[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];225 -> 437[label="",style="solid", color="black", weight=3]; 18.18/7.61 226[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];1899[label="vwx9/LT",fontsize=10,color="white",style="solid",shape="box"];226 -> 1899[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1899 -> 438[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 1900[label="vwx9/EQ",fontsize=10,color="white",style="solid",shape="box"];226 -> 1900[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1900 -> 439[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 1901[label="vwx9/GT",fontsize=10,color="white",style="solid",shape="box"];226 -> 1901[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1901 -> 440[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 227[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];1902[label="vwx9/False",fontsize=10,color="white",style="solid",shape="box"];227 -> 1902[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1902 -> 441[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 1903[label="vwx9/True",fontsize=10,color="white",style="solid",shape="box"];227 -> 1903[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1903 -> 442[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 228[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];228 -> 443[label="",style="solid", color="black", weight=3]; 18.18/7.61 229[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];229 -> 444[label="",style="solid", color="black", weight=3]; 18.18/7.61 230[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];230 -> 445[label="",style="solid", color="black", weight=3]; 18.18/7.61 231[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];1904[label="vwx9/Nothing",fontsize=10,color="white",style="solid",shape="box"];231 -> 1904[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1904 -> 446[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 1905[label="vwx9/Just vwx90",fontsize=10,color="white",style="solid",shape="box"];231 -> 1905[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1905 -> 447[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 232[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];1906[label="vwx9/(vwx90,vwx91)",fontsize=10,color="white",style="solid",shape="box"];232 -> 1906[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1906 -> 448[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 233[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];1907[label="vwx9/Left vwx90",fontsize=10,color="white",style="solid",shape="box"];233 -> 1907[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1907 -> 449[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 1908[label="vwx9/Right vwx90",fontsize=10,color="white",style="solid",shape="box"];233 -> 1908[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1908 -> 450[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 234[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];234 -> 451[label="",style="solid", color="black", weight=3]; 18.18/7.61 235[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];1909[label="vwx9/(vwx90,vwx91,vwx92)",fontsize=10,color="white",style="solid",shape="box"];235 -> 1909[label="",style="solid", color="burlywood", weight=9]; 18.18/7.61 1909 -> 452[label="",style="solid", color="burlywood", weight=3]; 18.18/7.61 236[label="compare0 (Just vwx16) (Just vwx17) otherwise",fontsize=16,color="black",shape="box"];236 -> 453[label="",style="solid", color="black", weight=3]; 18.18/7.61 237[label="LT",fontsize=16,color="green",shape="box"];264[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];1910[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1910[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1910 -> 454[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1911[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1911[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1911 -> 455[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1912[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1912[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1912 -> 456[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1913[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1913[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1913 -> 457[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1914[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1914[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1914 -> 458[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1915[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1915[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1915 -> 459[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1916[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1916[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1916 -> 460[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1917[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1917[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1917 -> 461[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1918[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1918[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1918 -> 462[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1919[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1919[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1919 -> 463[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1920[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1920[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1920 -> 464[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1921[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1921[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1921 -> 465[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1922[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1922[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1922 -> 466[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1923[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];264 -> 1923[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1923 -> 467[label="",style="solid", color="blue", weight=3]; 18.18/7.61 265[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];1924[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1924[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1924 -> 468[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1925[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1925[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1925 -> 469[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1926[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1926[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1926 -> 470[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1927[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1927[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1927 -> 471[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1928[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1928[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1928 -> 472[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1929[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1929[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1929 -> 473[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1930[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1930[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1930 -> 474[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1931[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1931[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1931 -> 475[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1932[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1932[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1932 -> 476[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1933[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1933[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1933 -> 477[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1934[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1934[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1934 -> 478[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1935[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1935[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1935 -> 479[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1936[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1936[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1936 -> 480[label="",style="solid", color="blue", weight=3]; 18.18/7.61 1937[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];265 -> 1937[label="",style="solid", color="blue", weight=9]; 18.18/7.61 1937 -> 481[label="",style="solid", color="blue", weight=3]; 18.18/7.61 266 -> 26[label="",style="dashed", color="red", weight=0]; 18.18/7.61 266[label="vwx300 == vwx400",fontsize=16,color="magenta"];266 -> 482[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 266 -> 483[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 267 -> 27[label="",style="dashed", color="red", weight=0]; 18.18/7.61 267[label="vwx300 == vwx400",fontsize=16,color="magenta"];267 -> 484[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 267 -> 485[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 268 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.61 268[label="vwx300 == vwx400",fontsize=16,color="magenta"];268 -> 486[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 268 -> 487[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 269 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.61 269[label="vwx300 == vwx400",fontsize=16,color="magenta"];269 -> 488[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 269 -> 489[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 270 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.61 270[label="vwx300 == vwx400",fontsize=16,color="magenta"];270 -> 490[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 270 -> 491[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 271 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.61 271[label="vwx300 == vwx400",fontsize=16,color="magenta"];271 -> 492[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 271 -> 493[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 272 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.61 272[label="vwx300 == vwx400",fontsize=16,color="magenta"];272 -> 494[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 272 -> 495[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 273 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.61 273[label="vwx300 == vwx400",fontsize=16,color="magenta"];273 -> 496[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 273 -> 497[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 274 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.61 274[label="vwx300 == vwx400",fontsize=16,color="magenta"];274 -> 498[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 274 -> 499[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 275 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.61 275[label="vwx300 == vwx400",fontsize=16,color="magenta"];275 -> 500[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 275 -> 501[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 276 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.61 276[label="vwx300 == vwx400",fontsize=16,color="magenta"];276 -> 502[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 276 -> 503[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 277 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.61 277[label="vwx300 == vwx400",fontsize=16,color="magenta"];277 -> 504[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 277 -> 505[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 278 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.61 278[label="vwx300 == vwx400",fontsize=16,color="magenta"];278 -> 506[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 278 -> 507[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 279 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.61 279[label="vwx300 == vwx400",fontsize=16,color="magenta"];279 -> 508[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 279 -> 509[label="",style="dashed", color="magenta", weight=3]; 18.18/7.61 280[label="False && vwx37",fontsize=16,color="black",shape="box"];280 -> 510[label="",style="solid", color="black", weight=3]; 18.18/7.61 281[label="True && vwx37",fontsize=16,color="black",shape="box"];281 -> 511[label="",style="solid", color="black", weight=3]; 18.45/7.61 282[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];1938[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];282 -> 1938[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1938 -> 512[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1939[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];282 -> 1939[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1939 -> 513[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 283[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];1940[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];283 -> 1940[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1940 -> 514[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1941[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];283 -> 1941[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1941 -> 515[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 284 -> 26[label="",style="dashed", color="red", weight=0]; 18.45/7.61 284[label="vwx301 == vwx401",fontsize=16,color="magenta"];284 -> 516[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 284 -> 517[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 285 -> 27[label="",style="dashed", color="red", weight=0]; 18.45/7.61 285[label="vwx301 == vwx401",fontsize=16,color="magenta"];285 -> 518[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 285 -> 519[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 286 -> 28[label="",style="dashed", color="red", weight=0]; 18.45/7.61 286[label="vwx301 == vwx401",fontsize=16,color="magenta"];286 -> 520[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 286 -> 521[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 287 -> 29[label="",style="dashed", color="red", weight=0]; 18.45/7.61 287[label="vwx301 == vwx401",fontsize=16,color="magenta"];287 -> 522[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 287 -> 523[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 288 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.61 288[label="vwx301 == vwx401",fontsize=16,color="magenta"];288 -> 524[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 288 -> 525[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 289 -> 31[label="",style="dashed", color="red", weight=0]; 18.45/7.61 289[label="vwx301 == vwx401",fontsize=16,color="magenta"];289 -> 526[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 289 -> 527[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 290 -> 32[label="",style="dashed", color="red", weight=0]; 18.45/7.61 290[label="vwx301 == vwx401",fontsize=16,color="magenta"];290 -> 528[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 290 -> 529[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 291 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.61 291[label="vwx301 == vwx401",fontsize=16,color="magenta"];291 -> 530[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 291 -> 531[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 292 -> 34[label="",style="dashed", color="red", weight=0]; 18.45/7.61 292[label="vwx301 == vwx401",fontsize=16,color="magenta"];292 -> 532[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 292 -> 533[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 293 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 293[label="vwx301 == vwx401",fontsize=16,color="magenta"];293 -> 534[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 293 -> 535[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 294 -> 36[label="",style="dashed", color="red", weight=0]; 18.45/7.61 294[label="vwx301 == vwx401",fontsize=16,color="magenta"];294 -> 536[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 294 -> 537[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 295 -> 37[label="",style="dashed", color="red", weight=0]; 18.45/7.61 295[label="vwx301 == vwx401",fontsize=16,color="magenta"];295 -> 538[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 295 -> 539[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 296 -> 38[label="",style="dashed", color="red", weight=0]; 18.45/7.61 296[label="vwx301 == vwx401",fontsize=16,color="magenta"];296 -> 540[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 296 -> 541[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 297 -> 39[label="",style="dashed", color="red", weight=0]; 18.45/7.61 297[label="vwx301 == vwx401",fontsize=16,color="magenta"];297 -> 542[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 297 -> 543[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 298 -> 26[label="",style="dashed", color="red", weight=0]; 18.45/7.61 298[label="vwx300 == vwx400",fontsize=16,color="magenta"];298 -> 544[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 298 -> 545[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 299 -> 27[label="",style="dashed", color="red", weight=0]; 18.45/7.61 299[label="vwx300 == vwx400",fontsize=16,color="magenta"];299 -> 546[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 299 -> 547[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 300 -> 28[label="",style="dashed", color="red", weight=0]; 18.45/7.61 300[label="vwx300 == vwx400",fontsize=16,color="magenta"];300 -> 548[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 300 -> 549[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 301 -> 29[label="",style="dashed", color="red", weight=0]; 18.45/7.61 301[label="vwx300 == vwx400",fontsize=16,color="magenta"];301 -> 550[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 301 -> 551[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 302 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.61 302[label="vwx300 == vwx400",fontsize=16,color="magenta"];302 -> 552[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 302 -> 553[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 303 -> 31[label="",style="dashed", color="red", weight=0]; 18.45/7.61 303[label="vwx300 == vwx400",fontsize=16,color="magenta"];303 -> 554[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 303 -> 555[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 304 -> 32[label="",style="dashed", color="red", weight=0]; 18.45/7.61 304[label="vwx300 == vwx400",fontsize=16,color="magenta"];304 -> 556[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 304 -> 557[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 305 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.61 305[label="vwx300 == vwx400",fontsize=16,color="magenta"];305 -> 558[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 305 -> 559[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 306 -> 34[label="",style="dashed", color="red", weight=0]; 18.45/7.61 306[label="vwx300 == vwx400",fontsize=16,color="magenta"];306 -> 560[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 306 -> 561[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 307 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 307[label="vwx300 == vwx400",fontsize=16,color="magenta"];307 -> 562[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 307 -> 563[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 308 -> 36[label="",style="dashed", color="red", weight=0]; 18.45/7.61 308[label="vwx300 == vwx400",fontsize=16,color="magenta"];308 -> 564[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 308 -> 565[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 309 -> 37[label="",style="dashed", color="red", weight=0]; 18.45/7.61 309[label="vwx300 == vwx400",fontsize=16,color="magenta"];309 -> 566[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 309 -> 567[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 310 -> 38[label="",style="dashed", color="red", weight=0]; 18.45/7.61 310[label="vwx300 == vwx400",fontsize=16,color="magenta"];310 -> 568[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 310 -> 569[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 311 -> 39[label="",style="dashed", color="red", weight=0]; 18.45/7.61 311[label="vwx300 == vwx400",fontsize=16,color="magenta"];311 -> 570[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 311 -> 571[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 312[label="vwx301 * vwx400",fontsize=16,color="black",shape="triangle"];312 -> 572[label="",style="solid", color="black", weight=3]; 18.45/7.61 313 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.61 313[label="vwx300 * vwx401",fontsize=16,color="magenta"];313 -> 573[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 313 -> 574[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 314 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.61 314[label="vwx301 == vwx401",fontsize=16,color="magenta"];314 -> 575[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 314 -> 576[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 315 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.61 315[label="vwx301 == vwx401",fontsize=16,color="magenta"];315 -> 577[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 315 -> 578[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 316 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.61 316[label="vwx300 == vwx400",fontsize=16,color="magenta"];316 -> 579[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 316 -> 580[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 317 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.61 317[label="vwx300 == vwx400",fontsize=16,color="magenta"];317 -> 581[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 317 -> 582[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 318[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];318 -> 583[label="",style="solid", color="black", weight=3]; 18.45/7.61 319[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];319 -> 584[label="",style="solid", color="black", weight=3]; 18.45/7.61 320[label="False",fontsize=16,color="green",shape="box"];321[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];321 -> 585[label="",style="solid", color="black", weight=3]; 18.45/7.61 322[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];322 -> 586[label="",style="solid", color="black", weight=3]; 18.45/7.61 323[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];323 -> 587[label="",style="solid", color="black", weight=3]; 18.45/7.61 324[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];324 -> 588[label="",style="solid", color="black", weight=3]; 18.45/7.61 325[label="False",fontsize=16,color="green",shape="box"];326[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];326 -> 589[label="",style="solid", color="black", weight=3]; 18.45/7.61 327[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];327 -> 590[label="",style="solid", color="black", weight=3]; 18.45/7.61 328[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];328 -> 591[label="",style="solid", color="black", weight=3]; 18.45/7.61 329[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];329 -> 592[label="",style="solid", color="black", weight=3]; 18.45/7.61 330[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];330 -> 593[label="",style="solid", color="black", weight=3]; 18.45/7.61 331[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];331 -> 594[label="",style="solid", color="black", weight=3]; 18.45/7.61 332 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.61 332[label="vwx301 * vwx400",fontsize=16,color="magenta"];332 -> 595[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 332 -> 596[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 333 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.61 333[label="vwx300 * vwx401",fontsize=16,color="magenta"];333 -> 597[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 333 -> 598[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 334[label="vwx400",fontsize=16,color="green",shape="box"];335[label="vwx300",fontsize=16,color="green",shape="box"];336[label="vwx400",fontsize=16,color="green",shape="box"];337[label="vwx300",fontsize=16,color="green",shape="box"];338[label="vwx400",fontsize=16,color="green",shape="box"];339[label="vwx300",fontsize=16,color="green",shape="box"];340[label="vwx400",fontsize=16,color="green",shape="box"];341[label="vwx300",fontsize=16,color="green",shape="box"];342[label="vwx400",fontsize=16,color="green",shape="box"];343[label="vwx300",fontsize=16,color="green",shape="box"];344[label="vwx400",fontsize=16,color="green",shape="box"];345[label="vwx300",fontsize=16,color="green",shape="box"];346[label="vwx400",fontsize=16,color="green",shape="box"];347[label="vwx300",fontsize=16,color="green",shape="box"];348[label="vwx400",fontsize=16,color="green",shape="box"];349[label="vwx300",fontsize=16,color="green",shape="box"];350[label="vwx400",fontsize=16,color="green",shape="box"];351[label="vwx300",fontsize=16,color="green",shape="box"];352[label="vwx400",fontsize=16,color="green",shape="box"];353[label="vwx300",fontsize=16,color="green",shape="box"];354[label="vwx400",fontsize=16,color="green",shape="box"];355[label="vwx300",fontsize=16,color="green",shape="box"];356[label="vwx400",fontsize=16,color="green",shape="box"];357[label="vwx300",fontsize=16,color="green",shape="box"];358[label="vwx400",fontsize=16,color="green",shape="box"];359[label="vwx300",fontsize=16,color="green",shape="box"];360[label="vwx400",fontsize=16,color="green",shape="box"];361[label="vwx300",fontsize=16,color="green",shape="box"];362[label="vwx400",fontsize=16,color="green",shape="box"];363[label="vwx300",fontsize=16,color="green",shape="box"];364[label="vwx400",fontsize=16,color="green",shape="box"];365[label="vwx300",fontsize=16,color="green",shape="box"];366[label="vwx400",fontsize=16,color="green",shape="box"];367[label="vwx300",fontsize=16,color="green",shape="box"];368[label="vwx400",fontsize=16,color="green",shape="box"];369[label="vwx300",fontsize=16,color="green",shape="box"];370[label="vwx400",fontsize=16,color="green",shape="box"];371[label="vwx300",fontsize=16,color="green",shape="box"];372[label="vwx400",fontsize=16,color="green",shape="box"];373[label="vwx300",fontsize=16,color="green",shape="box"];374[label="vwx400",fontsize=16,color="green",shape="box"];375[label="vwx300",fontsize=16,color="green",shape="box"];376[label="vwx400",fontsize=16,color="green",shape="box"];377[label="vwx300",fontsize=16,color="green",shape="box"];378[label="vwx400",fontsize=16,color="green",shape="box"];379[label="vwx300",fontsize=16,color="green",shape="box"];380[label="vwx400",fontsize=16,color="green",shape="box"];381[label="vwx300",fontsize=16,color="green",shape="box"];382[label="vwx400",fontsize=16,color="green",shape="box"];383[label="vwx300",fontsize=16,color="green",shape="box"];384[label="vwx400",fontsize=16,color="green",shape="box"];385[label="vwx300",fontsize=16,color="green",shape="box"];386[label="vwx400",fontsize=16,color="green",shape="box"];387[label="vwx300",fontsize=16,color="green",shape="box"];388[label="vwx400",fontsize=16,color="green",shape="box"];389[label="vwx300",fontsize=16,color="green",shape="box"];390[label="vwx400",fontsize=16,color="green",shape="box"];391[label="vwx300",fontsize=16,color="green",shape="box"];392[label="vwx400",fontsize=16,color="green",shape="box"];393[label="vwx300",fontsize=16,color="green",shape="box"];394[label="vwx400",fontsize=16,color="green",shape="box"];395[label="vwx300",fontsize=16,color="green",shape="box"];396[label="vwx400",fontsize=16,color="green",shape="box"];397[label="vwx300",fontsize=16,color="green",shape="box"];398[label="vwx400",fontsize=16,color="green",shape="box"];399[label="vwx300",fontsize=16,color="green",shape="box"];400[label="vwx400",fontsize=16,color="green",shape="box"];401[label="vwx300",fontsize=16,color="green",shape="box"];402[label="vwx400",fontsize=16,color="green",shape="box"];403[label="vwx300",fontsize=16,color="green",shape="box"];404[label="vwx400",fontsize=16,color="green",shape="box"];405[label="vwx300",fontsize=16,color="green",shape="box"];406[label="vwx400",fontsize=16,color="green",shape="box"];407[label="vwx300",fontsize=16,color="green",shape="box"];408[label="vwx400",fontsize=16,color="green",shape="box"];409[label="vwx300",fontsize=16,color="green",shape="box"];410[label="vwx400",fontsize=16,color="green",shape="box"];411[label="vwx300",fontsize=16,color="green",shape="box"];412[label="vwx400",fontsize=16,color="green",shape="box"];413[label="vwx300",fontsize=16,color="green",shape="box"];414[label="vwx400",fontsize=16,color="green",shape="box"];415[label="vwx300",fontsize=16,color="green",shape="box"];416[label="vwx400",fontsize=16,color="green",shape="box"];417[label="vwx300",fontsize=16,color="green",shape="box"];418[label="vwx401",fontsize=16,color="green",shape="box"];419[label="vwx301",fontsize=16,color="green",shape="box"];420 -> 26[label="",style="dashed", color="red", weight=0]; 18.45/7.61 420[label="vwx300 == vwx400",fontsize=16,color="magenta"];420 -> 599[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 420 -> 600[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 421 -> 27[label="",style="dashed", color="red", weight=0]; 18.45/7.61 421[label="vwx300 == vwx400",fontsize=16,color="magenta"];421 -> 601[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 421 -> 602[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 422 -> 28[label="",style="dashed", color="red", weight=0]; 18.45/7.61 422[label="vwx300 == vwx400",fontsize=16,color="magenta"];422 -> 603[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 422 -> 604[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 423 -> 29[label="",style="dashed", color="red", weight=0]; 18.45/7.61 423[label="vwx300 == vwx400",fontsize=16,color="magenta"];423 -> 605[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 423 -> 606[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 424 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.61 424[label="vwx300 == vwx400",fontsize=16,color="magenta"];424 -> 607[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 424 -> 608[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 425 -> 31[label="",style="dashed", color="red", weight=0]; 18.45/7.61 425[label="vwx300 == vwx400",fontsize=16,color="magenta"];425 -> 609[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 425 -> 610[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 426 -> 32[label="",style="dashed", color="red", weight=0]; 18.45/7.61 426[label="vwx300 == vwx400",fontsize=16,color="magenta"];426 -> 611[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 426 -> 612[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 427 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.61 427[label="vwx300 == vwx400",fontsize=16,color="magenta"];427 -> 613[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 427 -> 614[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 428 -> 34[label="",style="dashed", color="red", weight=0]; 18.45/7.61 428[label="vwx300 == vwx400",fontsize=16,color="magenta"];428 -> 615[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 428 -> 616[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 429 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 429[label="vwx300 == vwx400",fontsize=16,color="magenta"];429 -> 617[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 429 -> 618[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 430 -> 36[label="",style="dashed", color="red", weight=0]; 18.45/7.61 430[label="vwx300 == vwx400",fontsize=16,color="magenta"];430 -> 619[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 430 -> 620[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 431 -> 37[label="",style="dashed", color="red", weight=0]; 18.45/7.61 431[label="vwx300 == vwx400",fontsize=16,color="magenta"];431 -> 621[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 431 -> 622[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 432 -> 38[label="",style="dashed", color="red", weight=0]; 18.45/7.61 432[label="vwx300 == vwx400",fontsize=16,color="magenta"];432 -> 623[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 432 -> 624[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 433 -> 39[label="",style="dashed", color="red", weight=0]; 18.45/7.61 433[label="vwx300 == vwx400",fontsize=16,color="magenta"];433 -> 625[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 433 -> 626[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 434[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];434 -> 627[label="",style="solid", color="black", weight=3]; 18.45/7.61 435[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];435 -> 628[label="",style="solid", color="black", weight=3]; 18.45/7.61 436[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];436 -> 629[label="",style="solid", color="black", weight=3]; 18.45/7.61 437[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];437 -> 630[label="",style="solid", color="black", weight=3]; 18.45/7.61 438[label="LT <= vwx10",fontsize=16,color="burlywood",shape="box"];1942[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];438 -> 1942[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1942 -> 631[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1943[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];438 -> 1943[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1943 -> 632[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1944[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];438 -> 1944[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1944 -> 633[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 439[label="EQ <= vwx10",fontsize=16,color="burlywood",shape="box"];1945[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];439 -> 1945[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1945 -> 634[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1946[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];439 -> 1946[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1946 -> 635[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1947[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];439 -> 1947[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1947 -> 636[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 440[label="GT <= vwx10",fontsize=16,color="burlywood",shape="box"];1948[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];440 -> 1948[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1948 -> 637[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1949[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];440 -> 1949[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1949 -> 638[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1950[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];440 -> 1950[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1950 -> 639[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 441[label="False <= vwx10",fontsize=16,color="burlywood",shape="box"];1951[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];441 -> 1951[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1951 -> 640[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1952[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];441 -> 1952[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1952 -> 641[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 442[label="True <= vwx10",fontsize=16,color="burlywood",shape="box"];1953[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];442 -> 1953[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1953 -> 642[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1954[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];442 -> 1954[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1954 -> 643[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 443[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];443 -> 644[label="",style="solid", color="black", weight=3]; 18.45/7.61 444[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];444 -> 645[label="",style="solid", color="black", weight=3]; 18.45/7.61 445[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];445 -> 646[label="",style="solid", color="black", weight=3]; 18.45/7.61 446[label="Nothing <= vwx10",fontsize=16,color="burlywood",shape="box"];1955[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];446 -> 1955[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1955 -> 647[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1956[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];446 -> 1956[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1956 -> 648[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 447[label="Just vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];1957[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];447 -> 1957[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1957 -> 649[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1958[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];447 -> 1958[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1958 -> 650[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 448[label="(vwx90,vwx91) <= vwx10",fontsize=16,color="burlywood",shape="box"];1959[label="vwx10/(vwx100,vwx101)",fontsize=10,color="white",style="solid",shape="box"];448 -> 1959[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1959 -> 651[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 449[label="Left vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];1960[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];449 -> 1960[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1960 -> 652[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1961[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];449 -> 1961[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1961 -> 653[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 450[label="Right vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];1962[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];450 -> 1962[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1962 -> 654[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1963[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];450 -> 1963[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1963 -> 655[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 451[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];451 -> 656[label="",style="solid", color="black", weight=3]; 18.45/7.61 452[label="(vwx90,vwx91,vwx92) <= vwx10",fontsize=16,color="burlywood",shape="box"];1964[label="vwx10/(vwx100,vwx101,vwx102)",fontsize=10,color="white",style="solid",shape="box"];452 -> 1964[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1964 -> 657[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 453[label="compare0 (Just vwx16) (Just vwx17) True",fontsize=16,color="black",shape="box"];453 -> 658[label="",style="solid", color="black", weight=3]; 18.45/7.61 454 -> 26[label="",style="dashed", color="red", weight=0]; 18.45/7.61 454[label="vwx302 == vwx402",fontsize=16,color="magenta"];454 -> 659[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 454 -> 660[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 455 -> 27[label="",style="dashed", color="red", weight=0]; 18.45/7.61 455[label="vwx302 == vwx402",fontsize=16,color="magenta"];455 -> 661[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 455 -> 662[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 456 -> 28[label="",style="dashed", color="red", weight=0]; 18.45/7.61 456[label="vwx302 == vwx402",fontsize=16,color="magenta"];456 -> 663[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 456 -> 664[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 457 -> 29[label="",style="dashed", color="red", weight=0]; 18.45/7.61 457[label="vwx302 == vwx402",fontsize=16,color="magenta"];457 -> 665[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 457 -> 666[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 458 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.61 458[label="vwx302 == vwx402",fontsize=16,color="magenta"];458 -> 667[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 458 -> 668[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 459 -> 31[label="",style="dashed", color="red", weight=0]; 18.45/7.61 459[label="vwx302 == vwx402",fontsize=16,color="magenta"];459 -> 669[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 459 -> 670[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 460 -> 32[label="",style="dashed", color="red", weight=0]; 18.45/7.61 460[label="vwx302 == vwx402",fontsize=16,color="magenta"];460 -> 671[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 460 -> 672[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 461 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.61 461[label="vwx302 == vwx402",fontsize=16,color="magenta"];461 -> 673[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 461 -> 674[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 462 -> 34[label="",style="dashed", color="red", weight=0]; 18.45/7.61 462[label="vwx302 == vwx402",fontsize=16,color="magenta"];462 -> 675[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 462 -> 676[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 463 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 463[label="vwx302 == vwx402",fontsize=16,color="magenta"];463 -> 677[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 463 -> 678[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 464 -> 36[label="",style="dashed", color="red", weight=0]; 18.45/7.61 464[label="vwx302 == vwx402",fontsize=16,color="magenta"];464 -> 679[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 464 -> 680[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 465 -> 37[label="",style="dashed", color="red", weight=0]; 18.45/7.61 465[label="vwx302 == vwx402",fontsize=16,color="magenta"];465 -> 681[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 465 -> 682[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 466 -> 38[label="",style="dashed", color="red", weight=0]; 18.45/7.61 466[label="vwx302 == vwx402",fontsize=16,color="magenta"];466 -> 683[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 466 -> 684[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 467 -> 39[label="",style="dashed", color="red", weight=0]; 18.45/7.61 467[label="vwx302 == vwx402",fontsize=16,color="magenta"];467 -> 685[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 467 -> 686[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 468 -> 26[label="",style="dashed", color="red", weight=0]; 18.45/7.61 468[label="vwx301 == vwx401",fontsize=16,color="magenta"];468 -> 687[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 468 -> 688[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 469 -> 27[label="",style="dashed", color="red", weight=0]; 18.45/7.61 469[label="vwx301 == vwx401",fontsize=16,color="magenta"];469 -> 689[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 469 -> 690[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 470 -> 28[label="",style="dashed", color="red", weight=0]; 18.45/7.61 470[label="vwx301 == vwx401",fontsize=16,color="magenta"];470 -> 691[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 470 -> 692[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 471 -> 29[label="",style="dashed", color="red", weight=0]; 18.45/7.61 471[label="vwx301 == vwx401",fontsize=16,color="magenta"];471 -> 693[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 471 -> 694[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 472 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.61 472[label="vwx301 == vwx401",fontsize=16,color="magenta"];472 -> 695[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 472 -> 696[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 473 -> 31[label="",style="dashed", color="red", weight=0]; 18.45/7.61 473[label="vwx301 == vwx401",fontsize=16,color="magenta"];473 -> 697[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 473 -> 698[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 474 -> 32[label="",style="dashed", color="red", weight=0]; 18.45/7.61 474[label="vwx301 == vwx401",fontsize=16,color="magenta"];474 -> 699[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 474 -> 700[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 475 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.61 475[label="vwx301 == vwx401",fontsize=16,color="magenta"];475 -> 701[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 475 -> 702[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 476 -> 34[label="",style="dashed", color="red", weight=0]; 18.45/7.61 476[label="vwx301 == vwx401",fontsize=16,color="magenta"];476 -> 703[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 476 -> 704[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 477 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 477[label="vwx301 == vwx401",fontsize=16,color="magenta"];477 -> 705[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 477 -> 706[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 478 -> 36[label="",style="dashed", color="red", weight=0]; 18.45/7.61 478[label="vwx301 == vwx401",fontsize=16,color="magenta"];478 -> 707[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 478 -> 708[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 479 -> 37[label="",style="dashed", color="red", weight=0]; 18.45/7.61 479[label="vwx301 == vwx401",fontsize=16,color="magenta"];479 -> 709[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 479 -> 710[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 480 -> 38[label="",style="dashed", color="red", weight=0]; 18.45/7.61 480[label="vwx301 == vwx401",fontsize=16,color="magenta"];480 -> 711[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 480 -> 712[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 481 -> 39[label="",style="dashed", color="red", weight=0]; 18.45/7.61 481[label="vwx301 == vwx401",fontsize=16,color="magenta"];481 -> 713[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 481 -> 714[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 482[label="vwx400",fontsize=16,color="green",shape="box"];483[label="vwx300",fontsize=16,color="green",shape="box"];484[label="vwx400",fontsize=16,color="green",shape="box"];485[label="vwx300",fontsize=16,color="green",shape="box"];486[label="vwx400",fontsize=16,color="green",shape="box"];487[label="vwx300",fontsize=16,color="green",shape="box"];488[label="vwx400",fontsize=16,color="green",shape="box"];489[label="vwx300",fontsize=16,color="green",shape="box"];490[label="vwx400",fontsize=16,color="green",shape="box"];491[label="vwx300",fontsize=16,color="green",shape="box"];492[label="vwx400",fontsize=16,color="green",shape="box"];493[label="vwx300",fontsize=16,color="green",shape="box"];494[label="vwx400",fontsize=16,color="green",shape="box"];495[label="vwx300",fontsize=16,color="green",shape="box"];496[label="vwx400",fontsize=16,color="green",shape="box"];497[label="vwx300",fontsize=16,color="green",shape="box"];498[label="vwx400",fontsize=16,color="green",shape="box"];499[label="vwx300",fontsize=16,color="green",shape="box"];500[label="vwx400",fontsize=16,color="green",shape="box"];501[label="vwx300",fontsize=16,color="green",shape="box"];502[label="vwx400",fontsize=16,color="green",shape="box"];503[label="vwx300",fontsize=16,color="green",shape="box"];504[label="vwx400",fontsize=16,color="green",shape="box"];505[label="vwx300",fontsize=16,color="green",shape="box"];506[label="vwx400",fontsize=16,color="green",shape="box"];507[label="vwx300",fontsize=16,color="green",shape="box"];508[label="vwx400",fontsize=16,color="green",shape="box"];509[label="vwx300",fontsize=16,color="green",shape="box"];510[label="False",fontsize=16,color="green",shape="box"];511[label="vwx37",fontsize=16,color="green",shape="box"];512[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];512 -> 715[label="",style="solid", color="black", weight=3]; 18.45/7.61 513[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];513 -> 716[label="",style="solid", color="black", weight=3]; 18.45/7.61 514[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];514 -> 717[label="",style="solid", color="black", weight=3]; 18.45/7.61 515[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];515 -> 718[label="",style="solid", color="black", weight=3]; 18.45/7.61 516[label="vwx401",fontsize=16,color="green",shape="box"];517[label="vwx301",fontsize=16,color="green",shape="box"];518[label="vwx401",fontsize=16,color="green",shape="box"];519[label="vwx301",fontsize=16,color="green",shape="box"];520[label="vwx401",fontsize=16,color="green",shape="box"];521[label="vwx301",fontsize=16,color="green",shape="box"];522[label="vwx401",fontsize=16,color="green",shape="box"];523[label="vwx301",fontsize=16,color="green",shape="box"];524[label="vwx401",fontsize=16,color="green",shape="box"];525[label="vwx301",fontsize=16,color="green",shape="box"];526[label="vwx401",fontsize=16,color="green",shape="box"];527[label="vwx301",fontsize=16,color="green",shape="box"];528[label="vwx401",fontsize=16,color="green",shape="box"];529[label="vwx301",fontsize=16,color="green",shape="box"];530[label="vwx401",fontsize=16,color="green",shape="box"];531[label="vwx301",fontsize=16,color="green",shape="box"];532[label="vwx401",fontsize=16,color="green",shape="box"];533[label="vwx301",fontsize=16,color="green",shape="box"];534[label="vwx401",fontsize=16,color="green",shape="box"];535[label="vwx301",fontsize=16,color="green",shape="box"];536[label="vwx401",fontsize=16,color="green",shape="box"];537[label="vwx301",fontsize=16,color="green",shape="box"];538[label="vwx401",fontsize=16,color="green",shape="box"];539[label="vwx301",fontsize=16,color="green",shape="box"];540[label="vwx401",fontsize=16,color="green",shape="box"];541[label="vwx301",fontsize=16,color="green",shape="box"];542[label="vwx401",fontsize=16,color="green",shape="box"];543[label="vwx301",fontsize=16,color="green",shape="box"];544[label="vwx400",fontsize=16,color="green",shape="box"];545[label="vwx300",fontsize=16,color="green",shape="box"];546[label="vwx400",fontsize=16,color="green",shape="box"];547[label="vwx300",fontsize=16,color="green",shape="box"];548[label="vwx400",fontsize=16,color="green",shape="box"];549[label="vwx300",fontsize=16,color="green",shape="box"];550[label="vwx400",fontsize=16,color="green",shape="box"];551[label="vwx300",fontsize=16,color="green",shape="box"];552[label="vwx400",fontsize=16,color="green",shape="box"];553[label="vwx300",fontsize=16,color="green",shape="box"];554[label="vwx400",fontsize=16,color="green",shape="box"];555[label="vwx300",fontsize=16,color="green",shape="box"];556[label="vwx400",fontsize=16,color="green",shape="box"];557[label="vwx300",fontsize=16,color="green",shape="box"];558[label="vwx400",fontsize=16,color="green",shape="box"];559[label="vwx300",fontsize=16,color="green",shape="box"];560[label="vwx400",fontsize=16,color="green",shape="box"];561[label="vwx300",fontsize=16,color="green",shape="box"];562[label="vwx400",fontsize=16,color="green",shape="box"];563[label="vwx300",fontsize=16,color="green",shape="box"];564[label="vwx400",fontsize=16,color="green",shape="box"];565[label="vwx300",fontsize=16,color="green",shape="box"];566[label="vwx400",fontsize=16,color="green",shape="box"];567[label="vwx300",fontsize=16,color="green",shape="box"];568[label="vwx400",fontsize=16,color="green",shape="box"];569[label="vwx300",fontsize=16,color="green",shape="box"];570[label="vwx400",fontsize=16,color="green",shape="box"];571[label="vwx300",fontsize=16,color="green",shape="box"];572[label="primMulInt vwx301 vwx400",fontsize=16,color="burlywood",shape="triangle"];1965[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];572 -> 1965[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1965 -> 719[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1966[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];572 -> 1966[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1966 -> 720[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 573[label="vwx300",fontsize=16,color="green",shape="box"];574[label="vwx401",fontsize=16,color="green",shape="box"];575[label="vwx401",fontsize=16,color="green",shape="box"];576[label="vwx301",fontsize=16,color="green",shape="box"];577[label="vwx401",fontsize=16,color="green",shape="box"];578[label="vwx301",fontsize=16,color="green",shape="box"];579[label="vwx400",fontsize=16,color="green",shape="box"];580[label="vwx300",fontsize=16,color="green",shape="box"];581[label="vwx400",fontsize=16,color="green",shape="box"];582[label="vwx300",fontsize=16,color="green",shape="box"];583 -> 157[label="",style="dashed", color="red", weight=0]; 18.45/7.61 583[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];583 -> 721[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 583 -> 722[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 584[label="False",fontsize=16,color="green",shape="box"];585[label="False",fontsize=16,color="green",shape="box"];586[label="True",fontsize=16,color="green",shape="box"];587[label="False",fontsize=16,color="green",shape="box"];588[label="True",fontsize=16,color="green",shape="box"];589 -> 157[label="",style="dashed", color="red", weight=0]; 18.45/7.61 589[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];589 -> 723[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 589 -> 724[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 590[label="False",fontsize=16,color="green",shape="box"];591[label="False",fontsize=16,color="green",shape="box"];592[label="True",fontsize=16,color="green",shape="box"];593[label="False",fontsize=16,color="green",shape="box"];594[label="True",fontsize=16,color="green",shape="box"];595[label="vwx301",fontsize=16,color="green",shape="box"];596[label="vwx400",fontsize=16,color="green",shape="box"];597[label="vwx300",fontsize=16,color="green",shape="box"];598[label="vwx401",fontsize=16,color="green",shape="box"];599[label="vwx400",fontsize=16,color="green",shape="box"];600[label="vwx300",fontsize=16,color="green",shape="box"];601[label="vwx400",fontsize=16,color="green",shape="box"];602[label="vwx300",fontsize=16,color="green",shape="box"];603[label="vwx400",fontsize=16,color="green",shape="box"];604[label="vwx300",fontsize=16,color="green",shape="box"];605[label="vwx400",fontsize=16,color="green",shape="box"];606[label="vwx300",fontsize=16,color="green",shape="box"];607[label="vwx400",fontsize=16,color="green",shape="box"];608[label="vwx300",fontsize=16,color="green",shape="box"];609[label="vwx400",fontsize=16,color="green",shape="box"];610[label="vwx300",fontsize=16,color="green",shape="box"];611[label="vwx400",fontsize=16,color="green",shape="box"];612[label="vwx300",fontsize=16,color="green",shape="box"];613[label="vwx400",fontsize=16,color="green",shape="box"];614[label="vwx300",fontsize=16,color="green",shape="box"];615[label="vwx400",fontsize=16,color="green",shape="box"];616[label="vwx300",fontsize=16,color="green",shape="box"];617[label="vwx400",fontsize=16,color="green",shape="box"];618[label="vwx300",fontsize=16,color="green",shape="box"];619[label="vwx400",fontsize=16,color="green",shape="box"];620[label="vwx300",fontsize=16,color="green",shape="box"];621[label="vwx400",fontsize=16,color="green",shape="box"];622[label="vwx300",fontsize=16,color="green",shape="box"];623[label="vwx400",fontsize=16,color="green",shape="box"];624[label="vwx300",fontsize=16,color="green",shape="box"];625[label="vwx400",fontsize=16,color="green",shape="box"];626[label="vwx300",fontsize=16,color="green",shape="box"];627 -> 725[label="",style="dashed", color="red", weight=0]; 18.45/7.61 627[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];627 -> 726[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 628 -> 725[label="",style="dashed", color="red", weight=0]; 18.45/7.61 628[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];628 -> 727[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 629 -> 725[label="",style="dashed", color="red", weight=0]; 18.45/7.61 629[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];629 -> 728[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 630 -> 725[label="",style="dashed", color="red", weight=0]; 18.45/7.61 630[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];630 -> 729[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 631[label="LT <= LT",fontsize=16,color="black",shape="box"];631 -> 734[label="",style="solid", color="black", weight=3]; 18.45/7.61 632[label="LT <= EQ",fontsize=16,color="black",shape="box"];632 -> 735[label="",style="solid", color="black", weight=3]; 18.45/7.61 633[label="LT <= GT",fontsize=16,color="black",shape="box"];633 -> 736[label="",style="solid", color="black", weight=3]; 18.45/7.61 634[label="EQ <= LT",fontsize=16,color="black",shape="box"];634 -> 737[label="",style="solid", color="black", weight=3]; 18.45/7.61 635[label="EQ <= EQ",fontsize=16,color="black",shape="box"];635 -> 738[label="",style="solid", color="black", weight=3]; 18.45/7.61 636[label="EQ <= GT",fontsize=16,color="black",shape="box"];636 -> 739[label="",style="solid", color="black", weight=3]; 18.45/7.61 637[label="GT <= LT",fontsize=16,color="black",shape="box"];637 -> 740[label="",style="solid", color="black", weight=3]; 18.45/7.61 638[label="GT <= EQ",fontsize=16,color="black",shape="box"];638 -> 741[label="",style="solid", color="black", weight=3]; 18.45/7.61 639[label="GT <= GT",fontsize=16,color="black",shape="box"];639 -> 742[label="",style="solid", color="black", weight=3]; 18.45/7.61 640[label="False <= False",fontsize=16,color="black",shape="box"];640 -> 743[label="",style="solid", color="black", weight=3]; 18.45/7.61 641[label="False <= True",fontsize=16,color="black",shape="box"];641 -> 744[label="",style="solid", color="black", weight=3]; 18.45/7.61 642[label="True <= False",fontsize=16,color="black",shape="box"];642 -> 745[label="",style="solid", color="black", weight=3]; 18.45/7.61 643[label="True <= True",fontsize=16,color="black",shape="box"];643 -> 746[label="",style="solid", color="black", weight=3]; 18.45/7.61 644 -> 725[label="",style="dashed", color="red", weight=0]; 18.45/7.61 644[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];644 -> 730[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 645 -> 725[label="",style="dashed", color="red", weight=0]; 18.45/7.61 645[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];645 -> 731[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 646 -> 725[label="",style="dashed", color="red", weight=0]; 18.45/7.61 646[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];646 -> 732[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 647[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];647 -> 747[label="",style="solid", color="black", weight=3]; 18.45/7.61 648[label="Nothing <= Just vwx100",fontsize=16,color="black",shape="box"];648 -> 748[label="",style="solid", color="black", weight=3]; 18.45/7.61 649[label="Just vwx90 <= Nothing",fontsize=16,color="black",shape="box"];649 -> 749[label="",style="solid", color="black", weight=3]; 18.45/7.61 650[label="Just vwx90 <= Just vwx100",fontsize=16,color="black",shape="box"];650 -> 750[label="",style="solid", color="black", weight=3]; 18.45/7.61 651[label="(vwx90,vwx91) <= (vwx100,vwx101)",fontsize=16,color="black",shape="box"];651 -> 751[label="",style="solid", color="black", weight=3]; 18.45/7.61 652[label="Left vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];652 -> 752[label="",style="solid", color="black", weight=3]; 18.45/7.61 653[label="Left vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];653 -> 753[label="",style="solid", color="black", weight=3]; 18.45/7.61 654[label="Right vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];654 -> 754[label="",style="solid", color="black", weight=3]; 18.45/7.61 655[label="Right vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];655 -> 755[label="",style="solid", color="black", weight=3]; 18.45/7.61 656 -> 725[label="",style="dashed", color="red", weight=0]; 18.45/7.61 656[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];656 -> 733[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 657[label="(vwx90,vwx91,vwx92) <= (vwx100,vwx101,vwx102)",fontsize=16,color="black",shape="box"];657 -> 756[label="",style="solid", color="black", weight=3]; 18.45/7.61 658[label="GT",fontsize=16,color="green",shape="box"];659[label="vwx402",fontsize=16,color="green",shape="box"];660[label="vwx302",fontsize=16,color="green",shape="box"];661[label="vwx402",fontsize=16,color="green",shape="box"];662[label="vwx302",fontsize=16,color="green",shape="box"];663[label="vwx402",fontsize=16,color="green",shape="box"];664[label="vwx302",fontsize=16,color="green",shape="box"];665[label="vwx402",fontsize=16,color="green",shape="box"];666[label="vwx302",fontsize=16,color="green",shape="box"];667[label="vwx402",fontsize=16,color="green",shape="box"];668[label="vwx302",fontsize=16,color="green",shape="box"];669[label="vwx402",fontsize=16,color="green",shape="box"];670[label="vwx302",fontsize=16,color="green",shape="box"];671[label="vwx402",fontsize=16,color="green",shape="box"];672[label="vwx302",fontsize=16,color="green",shape="box"];673[label="vwx402",fontsize=16,color="green",shape="box"];674[label="vwx302",fontsize=16,color="green",shape="box"];675[label="vwx402",fontsize=16,color="green",shape="box"];676[label="vwx302",fontsize=16,color="green",shape="box"];677[label="vwx402",fontsize=16,color="green",shape="box"];678[label="vwx302",fontsize=16,color="green",shape="box"];679[label="vwx402",fontsize=16,color="green",shape="box"];680[label="vwx302",fontsize=16,color="green",shape="box"];681[label="vwx402",fontsize=16,color="green",shape="box"];682[label="vwx302",fontsize=16,color="green",shape="box"];683[label="vwx402",fontsize=16,color="green",shape="box"];684[label="vwx302",fontsize=16,color="green",shape="box"];685[label="vwx402",fontsize=16,color="green",shape="box"];686[label="vwx302",fontsize=16,color="green",shape="box"];687[label="vwx401",fontsize=16,color="green",shape="box"];688[label="vwx301",fontsize=16,color="green",shape="box"];689[label="vwx401",fontsize=16,color="green",shape="box"];690[label="vwx301",fontsize=16,color="green",shape="box"];691[label="vwx401",fontsize=16,color="green",shape="box"];692[label="vwx301",fontsize=16,color="green",shape="box"];693[label="vwx401",fontsize=16,color="green",shape="box"];694[label="vwx301",fontsize=16,color="green",shape="box"];695[label="vwx401",fontsize=16,color="green",shape="box"];696[label="vwx301",fontsize=16,color="green",shape="box"];697[label="vwx401",fontsize=16,color="green",shape="box"];698[label="vwx301",fontsize=16,color="green",shape="box"];699[label="vwx401",fontsize=16,color="green",shape="box"];700[label="vwx301",fontsize=16,color="green",shape="box"];701[label="vwx401",fontsize=16,color="green",shape="box"];702[label="vwx301",fontsize=16,color="green",shape="box"];703[label="vwx401",fontsize=16,color="green",shape="box"];704[label="vwx301",fontsize=16,color="green",shape="box"];705[label="vwx401",fontsize=16,color="green",shape="box"];706[label="vwx301",fontsize=16,color="green",shape="box"];707[label="vwx401",fontsize=16,color="green",shape="box"];708[label="vwx301",fontsize=16,color="green",shape="box"];709[label="vwx401",fontsize=16,color="green",shape="box"];710[label="vwx301",fontsize=16,color="green",shape="box"];711[label="vwx401",fontsize=16,color="green",shape="box"];712[label="vwx301",fontsize=16,color="green",shape="box"];713[label="vwx401",fontsize=16,color="green",shape="box"];714[label="vwx301",fontsize=16,color="green",shape="box"];715 -> 157[label="",style="dashed", color="red", weight=0]; 18.45/7.61 715[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];715 -> 757[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 715 -> 758[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 716[label="False",fontsize=16,color="green",shape="box"];717[label="False",fontsize=16,color="green",shape="box"];718[label="True",fontsize=16,color="green",shape="box"];719[label="primMulInt (Pos vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];1967[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];719 -> 1967[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1967 -> 759[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1968[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];719 -> 1968[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1968 -> 760[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 720[label="primMulInt (Neg vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];1969[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];720 -> 1969[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1969 -> 761[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1970[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];720 -> 1970[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1970 -> 762[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 721[label="vwx4000",fontsize=16,color="green",shape="box"];722[label="vwx3000",fontsize=16,color="green",shape="box"];723[label="vwx4000",fontsize=16,color="green",shape="box"];724[label="vwx3000",fontsize=16,color="green",shape="box"];726 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 726[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];726 -> 763[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 726 -> 764[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 725[label="not vwx38",fontsize=16,color="burlywood",shape="triangle"];1971[label="vwx38/False",fontsize=10,color="white",style="solid",shape="box"];725 -> 1971[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1971 -> 765[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1972[label="vwx38/True",fontsize=10,color="white",style="solid",shape="box"];725 -> 1972[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 1972 -> 766[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 727 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 727[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];727 -> 767[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 727 -> 768[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 728 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 728[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];728 -> 769[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 728 -> 770[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 729 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 729[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];729 -> 771[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 729 -> 772[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 734[label="True",fontsize=16,color="green",shape="box"];735[label="True",fontsize=16,color="green",shape="box"];736[label="True",fontsize=16,color="green",shape="box"];737[label="False",fontsize=16,color="green",shape="box"];738[label="True",fontsize=16,color="green",shape="box"];739[label="True",fontsize=16,color="green",shape="box"];740[label="False",fontsize=16,color="green",shape="box"];741[label="False",fontsize=16,color="green",shape="box"];742[label="True",fontsize=16,color="green",shape="box"];743[label="True",fontsize=16,color="green",shape="box"];744[label="True",fontsize=16,color="green",shape="box"];745[label="False",fontsize=16,color="green",shape="box"];746[label="True",fontsize=16,color="green",shape="box"];730 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 730[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];730 -> 773[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 730 -> 774[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 731 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 731[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];731 -> 775[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 731 -> 776[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 732 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 732[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];732 -> 777[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 732 -> 778[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 747[label="True",fontsize=16,color="green",shape="box"];748[label="True",fontsize=16,color="green",shape="box"];749[label="False",fontsize=16,color="green",shape="box"];750[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];1973[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1973[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1973 -> 781[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1974[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1974[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1974 -> 782[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1975[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1975[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1975 -> 783[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1976[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1976[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1976 -> 784[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1977[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1977[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1977 -> 785[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1978[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1978[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1978 -> 786[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1979[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1979[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1979 -> 787[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1980[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1980[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1980 -> 788[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1981[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1981[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1981 -> 789[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1982[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1982[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1982 -> 790[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1983[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1983[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1983 -> 791[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1984[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1984[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1984 -> 792[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1985[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1985[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1985 -> 793[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1986[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];750 -> 1986[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1986 -> 794[label="",style="solid", color="blue", weight=3]; 18.45/7.61 751 -> 872[label="",style="dashed", color="red", weight=0]; 18.45/7.61 751[label="vwx90 < vwx100 || vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];751 -> 873[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 751 -> 874[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 752[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];1987[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1987[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1987 -> 800[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1988[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1988[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1988 -> 801[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1989[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1989[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1989 -> 802[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1990[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1990[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1990 -> 803[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1991[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1991[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1991 -> 804[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1992[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1992[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1992 -> 805[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1993[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1993[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1993 -> 806[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1994[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1994[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1994 -> 807[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1995[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1995[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1995 -> 808[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1996[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1996[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1996 -> 809[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1997[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1997[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1997 -> 810[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1998[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1998[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1998 -> 811[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1999[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 1999[label="",style="solid", color="blue", weight=9]; 18.45/7.61 1999 -> 812[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2000[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2000[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2000 -> 813[label="",style="solid", color="blue", weight=3]; 18.45/7.61 753[label="True",fontsize=16,color="green",shape="box"];754[label="False",fontsize=16,color="green",shape="box"];755[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];2001[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2001[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2001 -> 814[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2002[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2002[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2002 -> 815[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2003[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2003[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2003 -> 816[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2004[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2004[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2004 -> 817[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2005[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2005[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2005 -> 818[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2006[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2006[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2006 -> 819[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2007[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2007[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2007 -> 820[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2008[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2008[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2008 -> 821[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2009[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2009[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2009 -> 822[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2010[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2010[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2010 -> 823[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2011[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2011[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2011 -> 824[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2012[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2012[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2012 -> 825[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2013[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2013[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2013 -> 826[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2014[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];755 -> 2014[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2014 -> 827[label="",style="solid", color="blue", weight=3]; 18.45/7.61 733 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 733[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];733 -> 779[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 733 -> 780[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 756 -> 872[label="",style="dashed", color="red", weight=0]; 18.45/7.61 756[label="vwx90 < vwx100 || vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];756 -> 875[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 756 -> 876[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 757[label="vwx4000",fontsize=16,color="green",shape="box"];758[label="vwx3000",fontsize=16,color="green",shape="box"];759[label="primMulInt (Pos vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];759 -> 828[label="",style="solid", color="black", weight=3]; 18.45/7.61 760[label="primMulInt (Pos vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];760 -> 829[label="",style="solid", color="black", weight=3]; 18.45/7.61 761[label="primMulInt (Neg vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];761 -> 830[label="",style="solid", color="black", weight=3]; 18.45/7.61 762[label="primMulInt (Neg vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];762 -> 831[label="",style="solid", color="black", weight=3]; 18.45/7.61 763[label="GT",fontsize=16,color="green",shape="box"];764[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];764 -> 832[label="",style="solid", color="black", weight=3]; 18.45/7.61 765[label="not False",fontsize=16,color="black",shape="box"];765 -> 833[label="",style="solid", color="black", weight=3]; 18.45/7.61 766[label="not True",fontsize=16,color="black",shape="box"];766 -> 834[label="",style="solid", color="black", weight=3]; 18.45/7.61 767[label="GT",fontsize=16,color="green",shape="box"];768[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2015[label="vwx9/vwx90 : vwx91",fontsize=10,color="white",style="solid",shape="box"];768 -> 2015[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2015 -> 835[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2016[label="vwx9/[]",fontsize=10,color="white",style="solid",shape="box"];768 -> 2016[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2016 -> 836[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 769[label="GT",fontsize=16,color="green",shape="box"];770[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];770 -> 837[label="",style="solid", color="black", weight=3]; 18.45/7.61 771[label="GT",fontsize=16,color="green",shape="box"];772[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];772 -> 838[label="",style="solid", color="black", weight=3]; 18.45/7.61 773[label="GT",fontsize=16,color="green",shape="box"];774[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2017[label="vwx9/()",fontsize=10,color="white",style="solid",shape="box"];774 -> 2017[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2017 -> 839[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 775[label="GT",fontsize=16,color="green",shape="box"];776[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2018[label="vwx9/vwx90 :% vwx91",fontsize=10,color="white",style="solid",shape="box"];776 -> 2018[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2018 -> 840[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 777[label="GT",fontsize=16,color="green",shape="box"];778[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2019[label="vwx9/Integer vwx90",fontsize=10,color="white",style="solid",shape="box"];778 -> 2019[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2019 -> 841[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 781 -> 222[label="",style="dashed", color="red", weight=0]; 18.45/7.61 781[label="vwx90 <= vwx100",fontsize=16,color="magenta"];781 -> 842[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 781 -> 843[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 782 -> 223[label="",style="dashed", color="red", weight=0]; 18.45/7.61 782[label="vwx90 <= vwx100",fontsize=16,color="magenta"];782 -> 844[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 782 -> 845[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 783 -> 224[label="",style="dashed", color="red", weight=0]; 18.45/7.61 783[label="vwx90 <= vwx100",fontsize=16,color="magenta"];783 -> 846[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 783 -> 847[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 784 -> 225[label="",style="dashed", color="red", weight=0]; 18.45/7.61 784[label="vwx90 <= vwx100",fontsize=16,color="magenta"];784 -> 848[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 784 -> 849[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 785 -> 226[label="",style="dashed", color="red", weight=0]; 18.45/7.61 785[label="vwx90 <= vwx100",fontsize=16,color="magenta"];785 -> 850[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 785 -> 851[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 786 -> 227[label="",style="dashed", color="red", weight=0]; 18.45/7.61 786[label="vwx90 <= vwx100",fontsize=16,color="magenta"];786 -> 852[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 786 -> 853[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 787 -> 228[label="",style="dashed", color="red", weight=0]; 18.45/7.61 787[label="vwx90 <= vwx100",fontsize=16,color="magenta"];787 -> 854[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 787 -> 855[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 788 -> 229[label="",style="dashed", color="red", weight=0]; 18.45/7.61 788[label="vwx90 <= vwx100",fontsize=16,color="magenta"];788 -> 856[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 788 -> 857[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 789 -> 230[label="",style="dashed", color="red", weight=0]; 18.45/7.61 789[label="vwx90 <= vwx100",fontsize=16,color="magenta"];789 -> 858[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 789 -> 859[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 790 -> 231[label="",style="dashed", color="red", weight=0]; 18.45/7.61 790[label="vwx90 <= vwx100",fontsize=16,color="magenta"];790 -> 860[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 790 -> 861[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 791 -> 232[label="",style="dashed", color="red", weight=0]; 18.45/7.61 791[label="vwx90 <= vwx100",fontsize=16,color="magenta"];791 -> 862[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 791 -> 863[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 792 -> 233[label="",style="dashed", color="red", weight=0]; 18.45/7.61 792[label="vwx90 <= vwx100",fontsize=16,color="magenta"];792 -> 864[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 792 -> 865[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 793 -> 234[label="",style="dashed", color="red", weight=0]; 18.45/7.61 793[label="vwx90 <= vwx100",fontsize=16,color="magenta"];793 -> 866[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 793 -> 867[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 794 -> 235[label="",style="dashed", color="red", weight=0]; 18.45/7.61 794[label="vwx90 <= vwx100",fontsize=16,color="magenta"];794 -> 868[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 794 -> 869[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 873[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];2020[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2020[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2020 -> 879[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2021[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2021[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2021 -> 880[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2022[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2022[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2022 -> 881[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2023[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2023[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2023 -> 882[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2024[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2024[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2024 -> 883[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2025[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2025[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2025 -> 884[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2026[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2026[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2026 -> 885[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2027[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2027[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2027 -> 886[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2028[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2028[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2028 -> 887[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2029[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2029[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2029 -> 888[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2030[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2030[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2030 -> 889[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2031[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2031[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2031 -> 890[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2032[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2032[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2032 -> 891[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2033[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];873 -> 2033[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2033 -> 892[label="",style="solid", color="blue", weight=3]; 18.45/7.61 874 -> 252[label="",style="dashed", color="red", weight=0]; 18.45/7.61 874[label="vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];874 -> 893[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 874 -> 894[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 872[label="vwx43 || vwx44",fontsize=16,color="burlywood",shape="triangle"];2034[label="vwx43/False",fontsize=10,color="white",style="solid",shape="box"];872 -> 2034[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2034 -> 895[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2035[label="vwx43/True",fontsize=10,color="white",style="solid",shape="box"];872 -> 2035[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2035 -> 896[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 800 -> 222[label="",style="dashed", color="red", weight=0]; 18.45/7.61 800[label="vwx90 <= vwx100",fontsize=16,color="magenta"];800 -> 897[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 800 -> 898[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 801 -> 223[label="",style="dashed", color="red", weight=0]; 18.45/7.61 801[label="vwx90 <= vwx100",fontsize=16,color="magenta"];801 -> 899[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 801 -> 900[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 802 -> 224[label="",style="dashed", color="red", weight=0]; 18.45/7.61 802[label="vwx90 <= vwx100",fontsize=16,color="magenta"];802 -> 901[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 802 -> 902[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 803 -> 225[label="",style="dashed", color="red", weight=0]; 18.45/7.61 803[label="vwx90 <= vwx100",fontsize=16,color="magenta"];803 -> 903[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 803 -> 904[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 804 -> 226[label="",style="dashed", color="red", weight=0]; 18.45/7.61 804[label="vwx90 <= vwx100",fontsize=16,color="magenta"];804 -> 905[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 804 -> 906[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 805 -> 227[label="",style="dashed", color="red", weight=0]; 18.45/7.61 805[label="vwx90 <= vwx100",fontsize=16,color="magenta"];805 -> 907[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 805 -> 908[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 806 -> 228[label="",style="dashed", color="red", weight=0]; 18.45/7.61 806[label="vwx90 <= vwx100",fontsize=16,color="magenta"];806 -> 909[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 806 -> 910[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 807 -> 229[label="",style="dashed", color="red", weight=0]; 18.45/7.61 807[label="vwx90 <= vwx100",fontsize=16,color="magenta"];807 -> 911[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 807 -> 912[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 808 -> 230[label="",style="dashed", color="red", weight=0]; 18.45/7.61 808[label="vwx90 <= vwx100",fontsize=16,color="magenta"];808 -> 913[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 808 -> 914[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 809 -> 231[label="",style="dashed", color="red", weight=0]; 18.45/7.61 809[label="vwx90 <= vwx100",fontsize=16,color="magenta"];809 -> 915[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 809 -> 916[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 810 -> 232[label="",style="dashed", color="red", weight=0]; 18.45/7.61 810[label="vwx90 <= vwx100",fontsize=16,color="magenta"];810 -> 917[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 810 -> 918[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 811 -> 233[label="",style="dashed", color="red", weight=0]; 18.45/7.61 811[label="vwx90 <= vwx100",fontsize=16,color="magenta"];811 -> 919[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 811 -> 920[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 812 -> 234[label="",style="dashed", color="red", weight=0]; 18.45/7.61 812[label="vwx90 <= vwx100",fontsize=16,color="magenta"];812 -> 921[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 812 -> 922[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 813 -> 235[label="",style="dashed", color="red", weight=0]; 18.45/7.61 813[label="vwx90 <= vwx100",fontsize=16,color="magenta"];813 -> 923[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 813 -> 924[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 814 -> 222[label="",style="dashed", color="red", weight=0]; 18.45/7.61 814[label="vwx90 <= vwx100",fontsize=16,color="magenta"];814 -> 925[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 814 -> 926[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 815 -> 223[label="",style="dashed", color="red", weight=0]; 18.45/7.61 815[label="vwx90 <= vwx100",fontsize=16,color="magenta"];815 -> 927[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 815 -> 928[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 816 -> 224[label="",style="dashed", color="red", weight=0]; 18.45/7.61 816[label="vwx90 <= vwx100",fontsize=16,color="magenta"];816 -> 929[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 816 -> 930[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 817 -> 225[label="",style="dashed", color="red", weight=0]; 18.45/7.61 817[label="vwx90 <= vwx100",fontsize=16,color="magenta"];817 -> 931[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 817 -> 932[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 818 -> 226[label="",style="dashed", color="red", weight=0]; 18.45/7.61 818[label="vwx90 <= vwx100",fontsize=16,color="magenta"];818 -> 933[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 818 -> 934[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 819 -> 227[label="",style="dashed", color="red", weight=0]; 18.45/7.61 819[label="vwx90 <= vwx100",fontsize=16,color="magenta"];819 -> 935[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 819 -> 936[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 820 -> 228[label="",style="dashed", color="red", weight=0]; 18.45/7.61 820[label="vwx90 <= vwx100",fontsize=16,color="magenta"];820 -> 937[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 820 -> 938[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 821 -> 229[label="",style="dashed", color="red", weight=0]; 18.45/7.61 821[label="vwx90 <= vwx100",fontsize=16,color="magenta"];821 -> 939[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 821 -> 940[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 822 -> 230[label="",style="dashed", color="red", weight=0]; 18.45/7.61 822[label="vwx90 <= vwx100",fontsize=16,color="magenta"];822 -> 941[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 822 -> 942[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 823 -> 231[label="",style="dashed", color="red", weight=0]; 18.45/7.61 823[label="vwx90 <= vwx100",fontsize=16,color="magenta"];823 -> 943[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 823 -> 944[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 824 -> 232[label="",style="dashed", color="red", weight=0]; 18.45/7.61 824[label="vwx90 <= vwx100",fontsize=16,color="magenta"];824 -> 945[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 824 -> 946[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 825 -> 233[label="",style="dashed", color="red", weight=0]; 18.45/7.61 825[label="vwx90 <= vwx100",fontsize=16,color="magenta"];825 -> 947[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 825 -> 948[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 826 -> 234[label="",style="dashed", color="red", weight=0]; 18.45/7.61 826[label="vwx90 <= vwx100",fontsize=16,color="magenta"];826 -> 949[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 826 -> 950[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 827 -> 235[label="",style="dashed", color="red", weight=0]; 18.45/7.61 827[label="vwx90 <= vwx100",fontsize=16,color="magenta"];827 -> 951[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 827 -> 952[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 779[label="GT",fontsize=16,color="green",shape="box"];780[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];780 -> 953[label="",style="solid", color="black", weight=3]; 18.45/7.61 875[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];2036[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2036[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2036 -> 954[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2037[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2037[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2037 -> 955[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2038[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2038[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2038 -> 956[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2039[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2039[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2039 -> 957[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2040[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2040[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2040 -> 958[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2041[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2041[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2041 -> 959[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2042[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2042[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2042 -> 960[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2043[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2043[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2043 -> 961[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2044[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2044[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2044 -> 962[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2045[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2045[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2045 -> 963[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2046[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2046[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2046 -> 964[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2047[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2047[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2047 -> 965[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2048[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2048[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2048 -> 966[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2049[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];875 -> 2049[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2049 -> 967[label="",style="solid", color="blue", weight=3]; 18.45/7.61 876 -> 252[label="",style="dashed", color="red", weight=0]; 18.45/7.61 876[label="vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];876 -> 968[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 876 -> 969[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 828[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];828 -> 970[label="",style="dashed", color="green", weight=3]; 18.45/7.61 829[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];829 -> 971[label="",style="dashed", color="green", weight=3]; 18.45/7.61 830[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];830 -> 972[label="",style="dashed", color="green", weight=3]; 18.45/7.61 831[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];831 -> 973[label="",style="dashed", color="green", weight=3]; 18.45/7.61 832[label="primCmpFloat vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];2050[label="vwx9/Float vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];832 -> 2050[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2050 -> 974[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 833[label="True",fontsize=16,color="green",shape="box"];834[label="False",fontsize=16,color="green",shape="box"];835[label="compare (vwx90 : vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];2051[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];835 -> 2051[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2051 -> 975[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2052[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];835 -> 2052[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2052 -> 976[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 836[label="compare [] vwx10",fontsize=16,color="burlywood",shape="box"];2053[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];836 -> 2053[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2053 -> 977[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2054[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];836 -> 2054[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2054 -> 978[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 837[label="primCmpChar vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];2055[label="vwx9/Char vwx90",fontsize=10,color="white",style="solid",shape="box"];837 -> 2055[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2055 -> 979[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 838[label="primCmpInt vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2056[label="vwx9/Pos vwx90",fontsize=10,color="white",style="solid",shape="box"];838 -> 2056[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2056 -> 980[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2057[label="vwx9/Neg vwx90",fontsize=10,color="white",style="solid",shape="box"];838 -> 2057[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2057 -> 981[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 839[label="compare () vwx10",fontsize=16,color="burlywood",shape="box"];2058[label="vwx10/()",fontsize=10,color="white",style="solid",shape="box"];839 -> 2058[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2058 -> 982[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 840[label="compare (vwx90 :% vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];2059[label="vwx10/vwx100 :% vwx101",fontsize=10,color="white",style="solid",shape="box"];840 -> 2059[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2059 -> 983[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 841[label="compare (Integer vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];2060[label="vwx10/Integer vwx100",fontsize=10,color="white",style="solid",shape="box"];841 -> 2060[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2060 -> 984[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 842[label="vwx100",fontsize=16,color="green",shape="box"];843[label="vwx90",fontsize=16,color="green",shape="box"];844[label="vwx100",fontsize=16,color="green",shape="box"];845[label="vwx90",fontsize=16,color="green",shape="box"];846[label="vwx100",fontsize=16,color="green",shape="box"];847[label="vwx90",fontsize=16,color="green",shape="box"];848[label="vwx100",fontsize=16,color="green",shape="box"];849[label="vwx90",fontsize=16,color="green",shape="box"];850[label="vwx100",fontsize=16,color="green",shape="box"];851[label="vwx90",fontsize=16,color="green",shape="box"];852[label="vwx100",fontsize=16,color="green",shape="box"];853[label="vwx90",fontsize=16,color="green",shape="box"];854[label="vwx100",fontsize=16,color="green",shape="box"];855[label="vwx90",fontsize=16,color="green",shape="box"];856[label="vwx100",fontsize=16,color="green",shape="box"];857[label="vwx90",fontsize=16,color="green",shape="box"];858[label="vwx100",fontsize=16,color="green",shape="box"];859[label="vwx90",fontsize=16,color="green",shape="box"];860[label="vwx100",fontsize=16,color="green",shape="box"];861[label="vwx90",fontsize=16,color="green",shape="box"];862[label="vwx100",fontsize=16,color="green",shape="box"];863[label="vwx90",fontsize=16,color="green",shape="box"];864[label="vwx100",fontsize=16,color="green",shape="box"];865[label="vwx90",fontsize=16,color="green",shape="box"];866[label="vwx100",fontsize=16,color="green",shape="box"];867[label="vwx90",fontsize=16,color="green",shape="box"];868[label="vwx100",fontsize=16,color="green",shape="box"];869[label="vwx90",fontsize=16,color="green",shape="box"];879[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];879 -> 985[label="",style="solid", color="black", weight=3]; 18.45/7.61 880[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];880 -> 986[label="",style="solid", color="black", weight=3]; 18.45/7.61 881[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];881 -> 987[label="",style="solid", color="black", weight=3]; 18.45/7.61 882[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];882 -> 988[label="",style="solid", color="black", weight=3]; 18.45/7.61 883[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];883 -> 989[label="",style="solid", color="black", weight=3]; 18.45/7.61 884[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];884 -> 990[label="",style="solid", color="black", weight=3]; 18.45/7.61 885[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];885 -> 991[label="",style="solid", color="black", weight=3]; 18.45/7.61 886[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];886 -> 992[label="",style="solid", color="black", weight=3]; 18.45/7.61 887[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];887 -> 993[label="",style="solid", color="black", weight=3]; 18.45/7.61 888[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];888 -> 994[label="",style="solid", color="black", weight=3]; 18.45/7.61 889[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];889 -> 995[label="",style="solid", color="black", weight=3]; 18.45/7.61 890[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];890 -> 996[label="",style="solid", color="black", weight=3]; 18.45/7.61 891[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];891 -> 997[label="",style="solid", color="black", weight=3]; 18.45/7.61 892[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];892 -> 998[label="",style="solid", color="black", weight=3]; 18.45/7.61 893[label="vwx91 <= vwx101",fontsize=16,color="blue",shape="box"];2061[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2061[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2061 -> 999[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2062[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2062[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2062 -> 1000[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2063[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2063[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2063 -> 1001[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2064[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2064[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2064 -> 1002[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2065[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2065[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2065 -> 1003[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2066[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2066[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2066 -> 1004[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2067[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2067[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2067 -> 1005[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2068[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2068[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2068 -> 1006[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2069[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2069[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2069 -> 1007[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2070[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2070[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2070 -> 1008[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2071[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2071[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2071 -> 1009[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2072[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2072[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2072 -> 1010[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2073[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2073[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2073 -> 1011[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2074[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];893 -> 2074[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2074 -> 1012[label="",style="solid", color="blue", weight=3]; 18.45/7.61 894[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];2075[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2075[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2075 -> 1013[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2076[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2076[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2076 -> 1014[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2077[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2077[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2077 -> 1015[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2078[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2078[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2078 -> 1016[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2079[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2079[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2079 -> 1017[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2080[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2080[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2080 -> 1018[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2081[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2081[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2081 -> 1019[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2082[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2082[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2082 -> 1020[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2083[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2083[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2083 -> 1021[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2084[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2084[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2084 -> 1022[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2085[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2085[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2085 -> 1023[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2086[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2086[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2086 -> 1024[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2087[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2087[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2087 -> 1025[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2088[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];894 -> 2088[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2088 -> 1026[label="",style="solid", color="blue", weight=3]; 18.45/7.61 895[label="False || vwx44",fontsize=16,color="black",shape="box"];895 -> 1027[label="",style="solid", color="black", weight=3]; 18.45/7.61 896[label="True || vwx44",fontsize=16,color="black",shape="box"];896 -> 1028[label="",style="solid", color="black", weight=3]; 18.45/7.61 897[label="vwx100",fontsize=16,color="green",shape="box"];898[label="vwx90",fontsize=16,color="green",shape="box"];899[label="vwx100",fontsize=16,color="green",shape="box"];900[label="vwx90",fontsize=16,color="green",shape="box"];901[label="vwx100",fontsize=16,color="green",shape="box"];902[label="vwx90",fontsize=16,color="green",shape="box"];903[label="vwx100",fontsize=16,color="green",shape="box"];904[label="vwx90",fontsize=16,color="green",shape="box"];905[label="vwx100",fontsize=16,color="green",shape="box"];906[label="vwx90",fontsize=16,color="green",shape="box"];907[label="vwx100",fontsize=16,color="green",shape="box"];908[label="vwx90",fontsize=16,color="green",shape="box"];909[label="vwx100",fontsize=16,color="green",shape="box"];910[label="vwx90",fontsize=16,color="green",shape="box"];911[label="vwx100",fontsize=16,color="green",shape="box"];912[label="vwx90",fontsize=16,color="green",shape="box"];913[label="vwx100",fontsize=16,color="green",shape="box"];914[label="vwx90",fontsize=16,color="green",shape="box"];915[label="vwx100",fontsize=16,color="green",shape="box"];916[label="vwx90",fontsize=16,color="green",shape="box"];917[label="vwx100",fontsize=16,color="green",shape="box"];918[label="vwx90",fontsize=16,color="green",shape="box"];919[label="vwx100",fontsize=16,color="green",shape="box"];920[label="vwx90",fontsize=16,color="green",shape="box"];921[label="vwx100",fontsize=16,color="green",shape="box"];922[label="vwx90",fontsize=16,color="green",shape="box"];923[label="vwx100",fontsize=16,color="green",shape="box"];924[label="vwx90",fontsize=16,color="green",shape="box"];925[label="vwx100",fontsize=16,color="green",shape="box"];926[label="vwx90",fontsize=16,color="green",shape="box"];927[label="vwx100",fontsize=16,color="green",shape="box"];928[label="vwx90",fontsize=16,color="green",shape="box"];929[label="vwx100",fontsize=16,color="green",shape="box"];930[label="vwx90",fontsize=16,color="green",shape="box"];931[label="vwx100",fontsize=16,color="green",shape="box"];932[label="vwx90",fontsize=16,color="green",shape="box"];933[label="vwx100",fontsize=16,color="green",shape="box"];934[label="vwx90",fontsize=16,color="green",shape="box"];935[label="vwx100",fontsize=16,color="green",shape="box"];936[label="vwx90",fontsize=16,color="green",shape="box"];937[label="vwx100",fontsize=16,color="green",shape="box"];938[label="vwx90",fontsize=16,color="green",shape="box"];939[label="vwx100",fontsize=16,color="green",shape="box"];940[label="vwx90",fontsize=16,color="green",shape="box"];941[label="vwx100",fontsize=16,color="green",shape="box"];942[label="vwx90",fontsize=16,color="green",shape="box"];943[label="vwx100",fontsize=16,color="green",shape="box"];944[label="vwx90",fontsize=16,color="green",shape="box"];945[label="vwx100",fontsize=16,color="green",shape="box"];946[label="vwx90",fontsize=16,color="green",shape="box"];947[label="vwx100",fontsize=16,color="green",shape="box"];948[label="vwx90",fontsize=16,color="green",shape="box"];949[label="vwx100",fontsize=16,color="green",shape="box"];950[label="vwx90",fontsize=16,color="green",shape="box"];951[label="vwx100",fontsize=16,color="green",shape="box"];952[label="vwx90",fontsize=16,color="green",shape="box"];953[label="primCmpDouble vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];2089[label="vwx9/Double vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];953 -> 2089[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2089 -> 1029[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 954 -> 879[label="",style="dashed", color="red", weight=0]; 18.45/7.61 954[label="vwx90 < vwx100",fontsize=16,color="magenta"];954 -> 1030[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 954 -> 1031[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 955 -> 880[label="",style="dashed", color="red", weight=0]; 18.45/7.61 955[label="vwx90 < vwx100",fontsize=16,color="magenta"];955 -> 1032[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 955 -> 1033[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 956 -> 881[label="",style="dashed", color="red", weight=0]; 18.45/7.61 956[label="vwx90 < vwx100",fontsize=16,color="magenta"];956 -> 1034[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 956 -> 1035[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 957 -> 882[label="",style="dashed", color="red", weight=0]; 18.45/7.61 957[label="vwx90 < vwx100",fontsize=16,color="magenta"];957 -> 1036[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 957 -> 1037[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 958 -> 883[label="",style="dashed", color="red", weight=0]; 18.45/7.61 958[label="vwx90 < vwx100",fontsize=16,color="magenta"];958 -> 1038[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 958 -> 1039[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 959 -> 884[label="",style="dashed", color="red", weight=0]; 18.45/7.61 959[label="vwx90 < vwx100",fontsize=16,color="magenta"];959 -> 1040[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 959 -> 1041[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 960 -> 885[label="",style="dashed", color="red", weight=0]; 18.45/7.61 960[label="vwx90 < vwx100",fontsize=16,color="magenta"];960 -> 1042[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 960 -> 1043[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 961 -> 886[label="",style="dashed", color="red", weight=0]; 18.45/7.61 961[label="vwx90 < vwx100",fontsize=16,color="magenta"];961 -> 1044[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 961 -> 1045[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 962 -> 887[label="",style="dashed", color="red", weight=0]; 18.45/7.61 962[label="vwx90 < vwx100",fontsize=16,color="magenta"];962 -> 1046[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 962 -> 1047[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 963 -> 888[label="",style="dashed", color="red", weight=0]; 18.45/7.61 963[label="vwx90 < vwx100",fontsize=16,color="magenta"];963 -> 1048[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 963 -> 1049[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 964 -> 889[label="",style="dashed", color="red", weight=0]; 18.45/7.61 964[label="vwx90 < vwx100",fontsize=16,color="magenta"];964 -> 1050[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 964 -> 1051[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 965 -> 890[label="",style="dashed", color="red", weight=0]; 18.45/7.61 965[label="vwx90 < vwx100",fontsize=16,color="magenta"];965 -> 1052[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 965 -> 1053[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 966 -> 891[label="",style="dashed", color="red", weight=0]; 18.45/7.61 966[label="vwx90 < vwx100",fontsize=16,color="magenta"];966 -> 1054[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 966 -> 1055[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 967 -> 892[label="",style="dashed", color="red", weight=0]; 18.45/7.61 967[label="vwx90 < vwx100",fontsize=16,color="magenta"];967 -> 1056[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 967 -> 1057[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 968 -> 872[label="",style="dashed", color="red", weight=0]; 18.45/7.61 968[label="vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];968 -> 1058[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 968 -> 1059[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 969[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];2090[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2090[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2090 -> 1060[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2091[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2091[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2091 -> 1061[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2092[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2092[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2092 -> 1062[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2093[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2093[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2093 -> 1063[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2094[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2094[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2094 -> 1064[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2095[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2095[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2095 -> 1065[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2096[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2096[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2096 -> 1066[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2097[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2097[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2097 -> 1067[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2098[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2098[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2098 -> 1068[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2099[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2099[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2099 -> 1069[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2100[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2100[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2100 -> 1070[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2101[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2101[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2101 -> 1071[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2102[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2102[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2102 -> 1072[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2103[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];969 -> 2103[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2103 -> 1073[label="",style="solid", color="blue", weight=3]; 18.45/7.61 970[label="primMulNat vwx3010 vwx4000",fontsize=16,color="burlywood",shape="triangle"];2104[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];970 -> 2104[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2104 -> 1074[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2105[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];970 -> 2105[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2105 -> 1075[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 971 -> 970[label="",style="dashed", color="red", weight=0]; 18.45/7.61 971[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];971 -> 1076[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 972 -> 970[label="",style="dashed", color="red", weight=0]; 18.45/7.61 972[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];972 -> 1077[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 973 -> 970[label="",style="dashed", color="red", weight=0]; 18.45/7.61 973[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];973 -> 1078[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 973 -> 1079[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 974[label="primCmpFloat (Float vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];2106[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];974 -> 2106[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2106 -> 1080[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2107[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];974 -> 2107[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2107 -> 1081[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 975[label="compare (vwx90 : vwx91) (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];975 -> 1082[label="",style="solid", color="black", weight=3]; 18.45/7.61 976[label="compare (vwx90 : vwx91) []",fontsize=16,color="black",shape="box"];976 -> 1083[label="",style="solid", color="black", weight=3]; 18.45/7.61 977[label="compare [] (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];977 -> 1084[label="",style="solid", color="black", weight=3]; 18.45/7.61 978[label="compare [] []",fontsize=16,color="black",shape="box"];978 -> 1085[label="",style="solid", color="black", weight=3]; 18.45/7.61 979[label="primCmpChar (Char vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];2108[label="vwx10/Char vwx100",fontsize=10,color="white",style="solid",shape="box"];979 -> 2108[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2108 -> 1086[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 980[label="primCmpInt (Pos vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];2109[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];980 -> 2109[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2109 -> 1087[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2110[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];980 -> 2110[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2110 -> 1088[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 981[label="primCmpInt (Neg vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];2111[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];981 -> 2111[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2111 -> 1089[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2112[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];981 -> 2112[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2112 -> 1090[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 982[label="compare () ()",fontsize=16,color="black",shape="box"];982 -> 1091[label="",style="solid", color="black", weight=3]; 18.45/7.61 983[label="compare (vwx90 :% vwx91) (vwx100 :% vwx101)",fontsize=16,color="black",shape="box"];983 -> 1092[label="",style="solid", color="black", weight=3]; 18.45/7.61 984[label="compare (Integer vwx90) (Integer vwx100)",fontsize=16,color="black",shape="box"];984 -> 1093[label="",style="solid", color="black", weight=3]; 18.45/7.61 985 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 985[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];985 -> 1094[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 985 -> 1095[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 986 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 986[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];986 -> 1096[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 986 -> 1097[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 987 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 987[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];987 -> 1098[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 987 -> 1099[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 988 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 988[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];988 -> 1100[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 988 -> 1101[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 989 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 989[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];989 -> 1102[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 989 -> 1103[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 990 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 990[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];990 -> 1104[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 990 -> 1105[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 991 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 991[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];991 -> 1106[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 991 -> 1107[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 992 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 992[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];992 -> 1108[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 992 -> 1109[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 993 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 993[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];993 -> 1110[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 993 -> 1111[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 994 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 994[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];994 -> 1112[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 994 -> 1113[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 995 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 995[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];995 -> 1114[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 995 -> 1115[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 996 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 996[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];996 -> 1116[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 996 -> 1117[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 997 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 997[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];997 -> 1118[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 997 -> 1119[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 998 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 998[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];998 -> 1120[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 998 -> 1121[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 999 -> 222[label="",style="dashed", color="red", weight=0]; 18.45/7.61 999[label="vwx91 <= vwx101",fontsize=16,color="magenta"];999 -> 1122[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 999 -> 1123[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1000 -> 223[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1000[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1000 -> 1124[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1000 -> 1125[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1001 -> 224[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1001[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1001 -> 1126[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1001 -> 1127[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1002 -> 225[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1002[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1002 -> 1128[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1002 -> 1129[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1003 -> 226[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1003[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1003 -> 1130[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1003 -> 1131[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1004 -> 227[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1004[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1004 -> 1132[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1004 -> 1133[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1005 -> 228[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1005[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1005 -> 1134[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1005 -> 1135[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1006 -> 229[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1006[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1006 -> 1136[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1006 -> 1137[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1007 -> 230[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1007[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1007 -> 1138[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1007 -> 1139[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1008 -> 231[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1008[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1008 -> 1140[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1008 -> 1141[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1009 -> 232[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1009[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1009 -> 1142[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1009 -> 1143[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1010 -> 233[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1010[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1010 -> 1144[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1010 -> 1145[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1011 -> 234[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1011[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1011 -> 1146[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1011 -> 1147[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1012 -> 235[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1012[label="vwx91 <= vwx101",fontsize=16,color="magenta"];1012 -> 1148[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1012 -> 1149[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1013 -> 34[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1013[label="vwx90 == vwx100",fontsize=16,color="magenta"];1013 -> 1150[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1013 -> 1151[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1014 -> 38[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1014[label="vwx90 == vwx100",fontsize=16,color="magenta"];1014 -> 1152[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1014 -> 1153[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1015 -> 27[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1015[label="vwx90 == vwx100",fontsize=16,color="magenta"];1015 -> 1154[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1015 -> 1155[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1016 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1016[label="vwx90 == vwx100",fontsize=16,color="magenta"];1016 -> 1156[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1016 -> 1157[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1017 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1017[label="vwx90 == vwx100",fontsize=16,color="magenta"];1017 -> 1158[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1017 -> 1159[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1018 -> 31[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1018[label="vwx90 == vwx100",fontsize=16,color="magenta"];1018 -> 1160[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1018 -> 1161[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1019 -> 39[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1019[label="vwx90 == vwx100",fontsize=16,color="magenta"];1019 -> 1162[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1019 -> 1163[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1020 -> 32[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1020[label="vwx90 == vwx100",fontsize=16,color="magenta"];1020 -> 1164[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1020 -> 1165[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1021 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1021[label="vwx90 == vwx100",fontsize=16,color="magenta"];1021 -> 1166[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1021 -> 1167[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1022 -> 36[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1022[label="vwx90 == vwx100",fontsize=16,color="magenta"];1022 -> 1168[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1022 -> 1169[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1023 -> 28[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1023[label="vwx90 == vwx100",fontsize=16,color="magenta"];1023 -> 1170[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1023 -> 1171[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1024 -> 37[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1024[label="vwx90 == vwx100",fontsize=16,color="magenta"];1024 -> 1172[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1024 -> 1173[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1025 -> 29[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1025[label="vwx90 == vwx100",fontsize=16,color="magenta"];1025 -> 1174[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1025 -> 1175[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1026 -> 26[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1026[label="vwx90 == vwx100",fontsize=16,color="magenta"];1026 -> 1176[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1026 -> 1177[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1027[label="vwx44",fontsize=16,color="green",shape="box"];1028[label="True",fontsize=16,color="green",shape="box"];1029[label="primCmpDouble (Double vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];2113[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2113[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2113 -> 1178[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2114[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];1029 -> 2114[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2114 -> 1179[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1030[label="vwx100",fontsize=16,color="green",shape="box"];1031[label="vwx90",fontsize=16,color="green",shape="box"];1032[label="vwx100",fontsize=16,color="green",shape="box"];1033[label="vwx90",fontsize=16,color="green",shape="box"];1034[label="vwx100",fontsize=16,color="green",shape="box"];1035[label="vwx90",fontsize=16,color="green",shape="box"];1036[label="vwx100",fontsize=16,color="green",shape="box"];1037[label="vwx90",fontsize=16,color="green",shape="box"];1038[label="vwx100",fontsize=16,color="green",shape="box"];1039[label="vwx90",fontsize=16,color="green",shape="box"];1040[label="vwx100",fontsize=16,color="green",shape="box"];1041[label="vwx90",fontsize=16,color="green",shape="box"];1042[label="vwx100",fontsize=16,color="green",shape="box"];1043[label="vwx90",fontsize=16,color="green",shape="box"];1044[label="vwx100",fontsize=16,color="green",shape="box"];1045[label="vwx90",fontsize=16,color="green",shape="box"];1046[label="vwx100",fontsize=16,color="green",shape="box"];1047[label="vwx90",fontsize=16,color="green",shape="box"];1048[label="vwx100",fontsize=16,color="green",shape="box"];1049[label="vwx90",fontsize=16,color="green",shape="box"];1050[label="vwx100",fontsize=16,color="green",shape="box"];1051[label="vwx90",fontsize=16,color="green",shape="box"];1052[label="vwx100",fontsize=16,color="green",shape="box"];1053[label="vwx90",fontsize=16,color="green",shape="box"];1054[label="vwx100",fontsize=16,color="green",shape="box"];1055[label="vwx90",fontsize=16,color="green",shape="box"];1056[label="vwx100",fontsize=16,color="green",shape="box"];1057[label="vwx90",fontsize=16,color="green",shape="box"];1058[label="vwx91 < vwx101",fontsize=16,color="blue",shape="box"];2115[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2115[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2115 -> 1180[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2116[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2116[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2116 -> 1181[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2117[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2117[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2117 -> 1182[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2118[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2118[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2118 -> 1183[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2119[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2119[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2119 -> 1184[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2120[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2120[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2120 -> 1185[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2121[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2121[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2121 -> 1186[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2122[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2122[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2122 -> 1187[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2123[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2123[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2123 -> 1188[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2124[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2124[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2124 -> 1189[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2125[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2125[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2125 -> 1190[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2126[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2126[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2126 -> 1191[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2127[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2127[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2127 -> 1192[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2128[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1058 -> 2128[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2128 -> 1193[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1059 -> 252[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1059[label="vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];1059 -> 1194[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1059 -> 1195[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1060 -> 34[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1060[label="vwx90 == vwx100",fontsize=16,color="magenta"];1060 -> 1196[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1060 -> 1197[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1061 -> 38[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1061[label="vwx90 == vwx100",fontsize=16,color="magenta"];1061 -> 1198[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1061 -> 1199[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1062 -> 27[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1062[label="vwx90 == vwx100",fontsize=16,color="magenta"];1062 -> 1200[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1062 -> 1201[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1063 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1063[label="vwx90 == vwx100",fontsize=16,color="magenta"];1063 -> 1202[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1063 -> 1203[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1064 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1064[label="vwx90 == vwx100",fontsize=16,color="magenta"];1064 -> 1204[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1064 -> 1205[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1065 -> 31[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1065[label="vwx90 == vwx100",fontsize=16,color="magenta"];1065 -> 1206[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1065 -> 1207[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1066 -> 39[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1066[label="vwx90 == vwx100",fontsize=16,color="magenta"];1066 -> 1208[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1066 -> 1209[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1067 -> 32[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1067[label="vwx90 == vwx100",fontsize=16,color="magenta"];1067 -> 1210[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1067 -> 1211[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1068 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1068[label="vwx90 == vwx100",fontsize=16,color="magenta"];1068 -> 1212[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1068 -> 1213[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1069 -> 36[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1069[label="vwx90 == vwx100",fontsize=16,color="magenta"];1069 -> 1214[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1069 -> 1215[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1070 -> 28[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1070[label="vwx90 == vwx100",fontsize=16,color="magenta"];1070 -> 1216[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1070 -> 1217[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1071 -> 37[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1071[label="vwx90 == vwx100",fontsize=16,color="magenta"];1071 -> 1218[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1071 -> 1219[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1072 -> 29[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1072[label="vwx90 == vwx100",fontsize=16,color="magenta"];1072 -> 1220[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1072 -> 1221[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1073 -> 26[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1073[label="vwx90 == vwx100",fontsize=16,color="magenta"];1073 -> 1222[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1073 -> 1223[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1074[label="primMulNat (Succ vwx30100) vwx4000",fontsize=16,color="burlywood",shape="box"];2129[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1074 -> 2129[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2129 -> 1224[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2130[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1074 -> 2130[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2130 -> 1225[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1075[label="primMulNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];2131[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1075 -> 2131[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2131 -> 1226[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2132[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1075 -> 2132[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2132 -> 1227[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1076[label="vwx4000",fontsize=16,color="green",shape="box"];1077[label="vwx3010",fontsize=16,color="green",shape="box"];1078[label="vwx4000",fontsize=16,color="green",shape="box"];1079[label="vwx3010",fontsize=16,color="green",shape="box"];1080[label="primCmpFloat (Float vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];2133[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];1080 -> 2133[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2133 -> 1228[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1081[label="primCmpFloat (Float vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];2134[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];1081 -> 2134[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2134 -> 1229[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1082 -> 1230[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1082[label="primCompAux vwx90 vwx100 (compare vwx91 vwx101)",fontsize=16,color="magenta"];1082 -> 1231[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1083[label="GT",fontsize=16,color="green",shape="box"];1084[label="LT",fontsize=16,color="green",shape="box"];1085[label="EQ",fontsize=16,color="green",shape="box"];1086[label="primCmpChar (Char vwx90) (Char vwx100)",fontsize=16,color="black",shape="box"];1086 -> 1232[label="",style="solid", color="black", weight=3]; 18.45/7.61 1087[label="primCmpInt (Pos (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];2135[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];1087 -> 2135[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2135 -> 1233[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2136[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];1087 -> 2136[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2136 -> 1234[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1088[label="primCmpInt (Pos Zero) vwx10",fontsize=16,color="burlywood",shape="box"];2137[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2137[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2137 -> 1235[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2138[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];1088 -> 2138[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2138 -> 1236[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1089[label="primCmpInt (Neg (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];2139[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2139[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2139 -> 1237[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2140[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];1089 -> 2140[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2140 -> 1238[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1090[label="primCmpInt (Neg Zero) vwx10",fontsize=16,color="burlywood",shape="box"];2141[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];1090 -> 2141[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2141 -> 1239[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 2142[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];1090 -> 2142[label="",style="solid", color="burlywood", weight=9]; 18.45/7.61 2142 -> 1240[label="",style="solid", color="burlywood", weight=3]; 18.45/7.61 1091[label="EQ",fontsize=16,color="green",shape="box"];1092[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="blue",shape="box"];2143[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1092 -> 2143[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2143 -> 1241[label="",style="solid", color="blue", weight=3]; 18.45/7.61 2144[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1092 -> 2144[label="",style="solid", color="blue", weight=9]; 18.45/7.61 2144 -> 1242[label="",style="solid", color="blue", weight=3]; 18.45/7.61 1093 -> 838[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1093[label="primCmpInt vwx90 vwx100",fontsize=16,color="magenta"];1093 -> 1243[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1093 -> 1244[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1094[label="LT",fontsize=16,color="green",shape="box"];1095 -> 764[label="",style="dashed", color="red", weight=0]; 18.45/7.61 1095[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1095 -> 1245[label="",style="dashed", color="magenta", weight=3]; 18.45/7.61 1095 -> 1246[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1096[label="LT",fontsize=16,color="green",shape="box"];1097 -> 768[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1097[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1097 -> 1247[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1097 -> 1248[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1098[label="LT",fontsize=16,color="green",shape="box"];1099 -> 770[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1099[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1099 -> 1249[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1099 -> 1250[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1100[label="LT",fontsize=16,color="green",shape="box"];1101 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1101[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1101 -> 1251[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1101 -> 1252[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1102[label="LT",fontsize=16,color="green",shape="box"];1103[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1103 -> 1253[label="",style="solid", color="black", weight=3]; 18.45/7.62 1104[label="LT",fontsize=16,color="green",shape="box"];1105[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1105 -> 1254[label="",style="solid", color="black", weight=3]; 18.45/7.62 1106[label="LT",fontsize=16,color="green",shape="box"];1107 -> 774[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1107[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1107 -> 1255[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1107 -> 1256[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1108[label="LT",fontsize=16,color="green",shape="box"];1109 -> 776[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1109[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1109 -> 1257[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1109 -> 1258[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1110[label="LT",fontsize=16,color="green",shape="box"];1111 -> 778[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1111[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1111 -> 1259[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1111 -> 1260[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1112[label="LT",fontsize=16,color="green",shape="box"];1113 -> 4[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1113[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1113 -> 1261[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1113 -> 1262[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1114[label="LT",fontsize=16,color="green",shape="box"];1115[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1115 -> 1263[label="",style="solid", color="black", weight=3]; 18.45/7.62 1116[label="LT",fontsize=16,color="green",shape="box"];1117[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1117 -> 1264[label="",style="solid", color="black", weight=3]; 18.45/7.62 1118[label="LT",fontsize=16,color="green",shape="box"];1119 -> 780[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1119[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1119 -> 1265[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1119 -> 1266[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1120[label="LT",fontsize=16,color="green",shape="box"];1121[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];1121 -> 1267[label="",style="solid", color="black", weight=3]; 18.45/7.62 1122[label="vwx101",fontsize=16,color="green",shape="box"];1123[label="vwx91",fontsize=16,color="green",shape="box"];1124[label="vwx101",fontsize=16,color="green",shape="box"];1125[label="vwx91",fontsize=16,color="green",shape="box"];1126[label="vwx101",fontsize=16,color="green",shape="box"];1127[label="vwx91",fontsize=16,color="green",shape="box"];1128[label="vwx101",fontsize=16,color="green",shape="box"];1129[label="vwx91",fontsize=16,color="green",shape="box"];1130[label="vwx101",fontsize=16,color="green",shape="box"];1131[label="vwx91",fontsize=16,color="green",shape="box"];1132[label="vwx101",fontsize=16,color="green",shape="box"];1133[label="vwx91",fontsize=16,color="green",shape="box"];1134[label="vwx101",fontsize=16,color="green",shape="box"];1135[label="vwx91",fontsize=16,color="green",shape="box"];1136[label="vwx101",fontsize=16,color="green",shape="box"];1137[label="vwx91",fontsize=16,color="green",shape="box"];1138[label="vwx101",fontsize=16,color="green",shape="box"];1139[label="vwx91",fontsize=16,color="green",shape="box"];1140[label="vwx101",fontsize=16,color="green",shape="box"];1141[label="vwx91",fontsize=16,color="green",shape="box"];1142[label="vwx101",fontsize=16,color="green",shape="box"];1143[label="vwx91",fontsize=16,color="green",shape="box"];1144[label="vwx101",fontsize=16,color="green",shape="box"];1145[label="vwx91",fontsize=16,color="green",shape="box"];1146[label="vwx101",fontsize=16,color="green",shape="box"];1147[label="vwx91",fontsize=16,color="green",shape="box"];1148[label="vwx101",fontsize=16,color="green",shape="box"];1149[label="vwx91",fontsize=16,color="green",shape="box"];1150[label="vwx100",fontsize=16,color="green",shape="box"];1151[label="vwx90",fontsize=16,color="green",shape="box"];1152[label="vwx100",fontsize=16,color="green",shape="box"];1153[label="vwx90",fontsize=16,color="green",shape="box"];1154[label="vwx100",fontsize=16,color="green",shape="box"];1155[label="vwx90",fontsize=16,color="green",shape="box"];1156[label="vwx100",fontsize=16,color="green",shape="box"];1157[label="vwx90",fontsize=16,color="green",shape="box"];1158[label="vwx100",fontsize=16,color="green",shape="box"];1159[label="vwx90",fontsize=16,color="green",shape="box"];1160[label="vwx100",fontsize=16,color="green",shape="box"];1161[label="vwx90",fontsize=16,color="green",shape="box"];1162[label="vwx100",fontsize=16,color="green",shape="box"];1163[label="vwx90",fontsize=16,color="green",shape="box"];1164[label="vwx100",fontsize=16,color="green",shape="box"];1165[label="vwx90",fontsize=16,color="green",shape="box"];1166[label="vwx100",fontsize=16,color="green",shape="box"];1167[label="vwx90",fontsize=16,color="green",shape="box"];1168[label="vwx100",fontsize=16,color="green",shape="box"];1169[label="vwx90",fontsize=16,color="green",shape="box"];1170[label="vwx100",fontsize=16,color="green",shape="box"];1171[label="vwx90",fontsize=16,color="green",shape="box"];1172[label="vwx100",fontsize=16,color="green",shape="box"];1173[label="vwx90",fontsize=16,color="green",shape="box"];1174[label="vwx100",fontsize=16,color="green",shape="box"];1175[label="vwx90",fontsize=16,color="green",shape="box"];1176[label="vwx100",fontsize=16,color="green",shape="box"];1177[label="vwx90",fontsize=16,color="green",shape="box"];1178[label="primCmpDouble (Double vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];2145[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];1178 -> 2145[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2145 -> 1268[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1179[label="primCmpDouble (Double vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];2146[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];1179 -> 2146[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2146 -> 1269[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1180 -> 879[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1180[label="vwx91 < vwx101",fontsize=16,color="magenta"];1180 -> 1270[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1180 -> 1271[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1181 -> 880[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1181[label="vwx91 < vwx101",fontsize=16,color="magenta"];1181 -> 1272[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1181 -> 1273[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1182 -> 881[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1182[label="vwx91 < vwx101",fontsize=16,color="magenta"];1182 -> 1274[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1182 -> 1275[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1183 -> 882[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1183[label="vwx91 < vwx101",fontsize=16,color="magenta"];1183 -> 1276[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1183 -> 1277[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1184 -> 883[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1184[label="vwx91 < vwx101",fontsize=16,color="magenta"];1184 -> 1278[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1184 -> 1279[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1185 -> 884[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1185[label="vwx91 < vwx101",fontsize=16,color="magenta"];1185 -> 1280[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1185 -> 1281[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1186 -> 885[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1186[label="vwx91 < vwx101",fontsize=16,color="magenta"];1186 -> 1282[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1186 -> 1283[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1187 -> 886[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1187[label="vwx91 < vwx101",fontsize=16,color="magenta"];1187 -> 1284[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1187 -> 1285[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1188 -> 887[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1188[label="vwx91 < vwx101",fontsize=16,color="magenta"];1188 -> 1286[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1188 -> 1287[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1189 -> 888[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1189[label="vwx91 < vwx101",fontsize=16,color="magenta"];1189 -> 1288[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1189 -> 1289[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1190 -> 889[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1190[label="vwx91 < vwx101",fontsize=16,color="magenta"];1190 -> 1290[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1190 -> 1291[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1191 -> 890[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1191[label="vwx91 < vwx101",fontsize=16,color="magenta"];1191 -> 1292[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1191 -> 1293[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1192 -> 891[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1192[label="vwx91 < vwx101",fontsize=16,color="magenta"];1192 -> 1294[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1192 -> 1295[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1193 -> 892[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1193[label="vwx91 < vwx101",fontsize=16,color="magenta"];1193 -> 1296[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1193 -> 1297[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1194[label="vwx92 <= vwx102",fontsize=16,color="blue",shape="box"];2147[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2147[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2147 -> 1298[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2148[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2148[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2148 -> 1299[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2149[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2149[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2149 -> 1300[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2150[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2150[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2150 -> 1301[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2151[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2151[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2151 -> 1302[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2152[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2152[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2152 -> 1303[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2153[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2153[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2153 -> 1304[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2154[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2154[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2154 -> 1305[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2155[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2155[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2155 -> 1306[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2156[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2156[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2156 -> 1307[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2157[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2157[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2157 -> 1308[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2158[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2158[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2158 -> 1309[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2159[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2159[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2159 -> 1310[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2160[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1194 -> 2160[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2160 -> 1311[label="",style="solid", color="blue", weight=3]; 18.45/7.62 1195[label="vwx91 == vwx101",fontsize=16,color="blue",shape="box"];2161[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2161[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2161 -> 1312[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2162[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2162[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2162 -> 1313[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2163[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2163[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2163 -> 1314[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2164[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2164[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2164 -> 1315[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2165[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2165[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2165 -> 1316[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2166[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2166[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2166 -> 1317[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2167[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2167[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2167 -> 1318[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2168[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2168[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2168 -> 1319[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2169[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2169[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2169 -> 1320[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2170[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2170[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2170 -> 1321[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2171[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2171[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2171 -> 1322[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2172[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2172[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2172 -> 1323[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2173[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2173[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2173 -> 1324[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2174[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2174[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2174 -> 1325[label="",style="solid", color="blue", weight=3]; 18.45/7.62 1196[label="vwx100",fontsize=16,color="green",shape="box"];1197[label="vwx90",fontsize=16,color="green",shape="box"];1198[label="vwx100",fontsize=16,color="green",shape="box"];1199[label="vwx90",fontsize=16,color="green",shape="box"];1200[label="vwx100",fontsize=16,color="green",shape="box"];1201[label="vwx90",fontsize=16,color="green",shape="box"];1202[label="vwx100",fontsize=16,color="green",shape="box"];1203[label="vwx90",fontsize=16,color="green",shape="box"];1204[label="vwx100",fontsize=16,color="green",shape="box"];1205[label="vwx90",fontsize=16,color="green",shape="box"];1206[label="vwx100",fontsize=16,color="green",shape="box"];1207[label="vwx90",fontsize=16,color="green",shape="box"];1208[label="vwx100",fontsize=16,color="green",shape="box"];1209[label="vwx90",fontsize=16,color="green",shape="box"];1210[label="vwx100",fontsize=16,color="green",shape="box"];1211[label="vwx90",fontsize=16,color="green",shape="box"];1212[label="vwx100",fontsize=16,color="green",shape="box"];1213[label="vwx90",fontsize=16,color="green",shape="box"];1214[label="vwx100",fontsize=16,color="green",shape="box"];1215[label="vwx90",fontsize=16,color="green",shape="box"];1216[label="vwx100",fontsize=16,color="green",shape="box"];1217[label="vwx90",fontsize=16,color="green",shape="box"];1218[label="vwx100",fontsize=16,color="green",shape="box"];1219[label="vwx90",fontsize=16,color="green",shape="box"];1220[label="vwx100",fontsize=16,color="green",shape="box"];1221[label="vwx90",fontsize=16,color="green",shape="box"];1222[label="vwx100",fontsize=16,color="green",shape="box"];1223[label="vwx90",fontsize=16,color="green",shape="box"];1224[label="primMulNat (Succ vwx30100) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1224 -> 1326[label="",style="solid", color="black", weight=3]; 18.45/7.62 1225[label="primMulNat (Succ vwx30100) Zero",fontsize=16,color="black",shape="box"];1225 -> 1327[label="",style="solid", color="black", weight=3]; 18.45/7.62 1226[label="primMulNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1226 -> 1328[label="",style="solid", color="black", weight=3]; 18.45/7.62 1227[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1227 -> 1329[label="",style="solid", color="black", weight=3]; 18.45/7.62 1228[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];2175[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];1228 -> 2175[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2175 -> 1330[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2176[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];1228 -> 2176[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2176 -> 1331[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1229[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];2177[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];1229 -> 2177[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2177 -> 1332[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2178[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];1229 -> 2178[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2178 -> 1333[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1231 -> 768[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1231[label="compare vwx91 vwx101",fontsize=16,color="magenta"];1231 -> 1334[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1231 -> 1335[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1230[label="primCompAux vwx90 vwx100 vwx45",fontsize=16,color="black",shape="triangle"];1230 -> 1336[label="",style="solid", color="black", weight=3]; 18.45/7.62 1232[label="primCmpNat vwx90 vwx100",fontsize=16,color="burlywood",shape="triangle"];2179[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];1232 -> 2179[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2179 -> 1337[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2180[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];1232 -> 2180[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2180 -> 1338[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1233[label="primCmpInt (Pos (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];1233 -> 1339[label="",style="solid", color="black", weight=3]; 18.45/7.62 1234[label="primCmpInt (Pos (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];1234 -> 1340[label="",style="solid", color="black", weight=3]; 18.45/7.62 1235[label="primCmpInt (Pos Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];2181[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1235 -> 2181[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2181 -> 1341[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2182[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1235 -> 2182[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2182 -> 1342[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1236[label="primCmpInt (Pos Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];2183[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1236 -> 2183[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2183 -> 1343[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2184[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1236 -> 2184[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2184 -> 1344[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1237[label="primCmpInt (Neg (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];1237 -> 1345[label="",style="solid", color="black", weight=3]; 18.45/7.62 1238[label="primCmpInt (Neg (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];1238 -> 1346[label="",style="solid", color="black", weight=3]; 18.45/7.62 1239[label="primCmpInt (Neg Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];2185[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1239 -> 2185[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2185 -> 1347[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2186[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1239 -> 2186[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2186 -> 1348[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1240[label="primCmpInt (Neg Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];2187[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1240 -> 2187[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2187 -> 1349[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2188[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1240 -> 2188[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2188 -> 1350[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1241 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1241[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];1241 -> 1351[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1241 -> 1352[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1242 -> 778[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1242[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];1242 -> 1353[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1242 -> 1354[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1243[label="vwx100",fontsize=16,color="green",shape="box"];1244[label="vwx90",fontsize=16,color="green",shape="box"];1245[label="vwx100",fontsize=16,color="green",shape="box"];1246[label="vwx90",fontsize=16,color="green",shape="box"];1247[label="vwx100",fontsize=16,color="green",shape="box"];1248[label="vwx90",fontsize=16,color="green",shape="box"];1249[label="vwx100",fontsize=16,color="green",shape="box"];1250[label="vwx90",fontsize=16,color="green",shape="box"];1251[label="vwx100",fontsize=16,color="green",shape="box"];1252[label="vwx90",fontsize=16,color="green",shape="box"];1253[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1253 -> 1355[label="",style="solid", color="black", weight=3]; 18.45/7.62 1254[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1254 -> 1356[label="",style="solid", color="black", weight=3]; 18.45/7.62 1255[label="vwx100",fontsize=16,color="green",shape="box"];1256[label="vwx90",fontsize=16,color="green",shape="box"];1257[label="vwx100",fontsize=16,color="green",shape="box"];1258[label="vwx90",fontsize=16,color="green",shape="box"];1259[label="vwx100",fontsize=16,color="green",shape="box"];1260[label="vwx90",fontsize=16,color="green",shape="box"];1261[label="vwx90",fontsize=16,color="green",shape="box"];1262[label="vwx100",fontsize=16,color="green",shape="box"];1263[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1263 -> 1357[label="",style="solid", color="black", weight=3]; 18.45/7.62 1264[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1264 -> 1358[label="",style="solid", color="black", weight=3]; 18.45/7.62 1265[label="vwx100",fontsize=16,color="green",shape="box"];1266[label="vwx90",fontsize=16,color="green",shape="box"];1267[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];1267 -> 1359[label="",style="solid", color="black", weight=3]; 18.45/7.62 1268[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];2189[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];1268 -> 2189[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2189 -> 1360[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2190[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];1268 -> 2190[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2190 -> 1361[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1269[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];2191[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];1269 -> 2191[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2191 -> 1362[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2192[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];1269 -> 2192[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2192 -> 1363[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1270[label="vwx101",fontsize=16,color="green",shape="box"];1271[label="vwx91",fontsize=16,color="green",shape="box"];1272[label="vwx101",fontsize=16,color="green",shape="box"];1273[label="vwx91",fontsize=16,color="green",shape="box"];1274[label="vwx101",fontsize=16,color="green",shape="box"];1275[label="vwx91",fontsize=16,color="green",shape="box"];1276[label="vwx101",fontsize=16,color="green",shape="box"];1277[label="vwx91",fontsize=16,color="green",shape="box"];1278[label="vwx101",fontsize=16,color="green",shape="box"];1279[label="vwx91",fontsize=16,color="green",shape="box"];1280[label="vwx101",fontsize=16,color="green",shape="box"];1281[label="vwx91",fontsize=16,color="green",shape="box"];1282[label="vwx101",fontsize=16,color="green",shape="box"];1283[label="vwx91",fontsize=16,color="green",shape="box"];1284[label="vwx101",fontsize=16,color="green",shape="box"];1285[label="vwx91",fontsize=16,color="green",shape="box"];1286[label="vwx101",fontsize=16,color="green",shape="box"];1287[label="vwx91",fontsize=16,color="green",shape="box"];1288[label="vwx101",fontsize=16,color="green",shape="box"];1289[label="vwx91",fontsize=16,color="green",shape="box"];1290[label="vwx101",fontsize=16,color="green",shape="box"];1291[label="vwx91",fontsize=16,color="green",shape="box"];1292[label="vwx101",fontsize=16,color="green",shape="box"];1293[label="vwx91",fontsize=16,color="green",shape="box"];1294[label="vwx101",fontsize=16,color="green",shape="box"];1295[label="vwx91",fontsize=16,color="green",shape="box"];1296[label="vwx101",fontsize=16,color="green",shape="box"];1297[label="vwx91",fontsize=16,color="green",shape="box"];1298 -> 222[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1298[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1298 -> 1364[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1298 -> 1365[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1299 -> 223[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1299[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1299 -> 1366[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1299 -> 1367[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1300 -> 224[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1300[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1300 -> 1368[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1300 -> 1369[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1301 -> 225[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1301[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1301 -> 1370[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1301 -> 1371[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1302 -> 226[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1302[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1302 -> 1372[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1302 -> 1373[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1303 -> 227[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1303[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1303 -> 1374[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1303 -> 1375[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1304 -> 228[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1304[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1304 -> 1376[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1304 -> 1377[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1305 -> 229[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1305[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1305 -> 1378[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1305 -> 1379[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1306 -> 230[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1306[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1306 -> 1380[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1306 -> 1381[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1307 -> 231[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1307[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1307 -> 1382[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1307 -> 1383[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1308 -> 232[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1308[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1308 -> 1384[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1308 -> 1385[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1309 -> 233[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1309[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1309 -> 1386[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1309 -> 1387[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1310 -> 234[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1310[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1310 -> 1388[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1310 -> 1389[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1311 -> 235[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1311[label="vwx92 <= vwx102",fontsize=16,color="magenta"];1311 -> 1390[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1311 -> 1391[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1312 -> 34[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1312[label="vwx91 == vwx101",fontsize=16,color="magenta"];1312 -> 1392[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1312 -> 1393[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1313 -> 38[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1313[label="vwx91 == vwx101",fontsize=16,color="magenta"];1313 -> 1394[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1313 -> 1395[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1314 -> 27[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1314[label="vwx91 == vwx101",fontsize=16,color="magenta"];1314 -> 1396[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1314 -> 1397[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1315 -> 33[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1315[label="vwx91 == vwx101",fontsize=16,color="magenta"];1315 -> 1398[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1315 -> 1399[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1316 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1316[label="vwx91 == vwx101",fontsize=16,color="magenta"];1316 -> 1400[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1316 -> 1401[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1317 -> 31[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1317[label="vwx91 == vwx101",fontsize=16,color="magenta"];1317 -> 1402[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1317 -> 1403[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1318 -> 39[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1318[label="vwx91 == vwx101",fontsize=16,color="magenta"];1318 -> 1404[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1318 -> 1405[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1319 -> 32[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1319[label="vwx91 == vwx101",fontsize=16,color="magenta"];1319 -> 1406[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1319 -> 1407[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1320 -> 30[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1320[label="vwx91 == vwx101",fontsize=16,color="magenta"];1320 -> 1408[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1320 -> 1409[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1321 -> 36[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1321[label="vwx91 == vwx101",fontsize=16,color="magenta"];1321 -> 1410[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1321 -> 1411[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1322 -> 28[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1322[label="vwx91 == vwx101",fontsize=16,color="magenta"];1322 -> 1412[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1322 -> 1413[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1323 -> 37[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1323[label="vwx91 == vwx101",fontsize=16,color="magenta"];1323 -> 1414[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1323 -> 1415[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1324 -> 29[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1324[label="vwx91 == vwx101",fontsize=16,color="magenta"];1324 -> 1416[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1324 -> 1417[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1325 -> 26[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1325[label="vwx91 == vwx101",fontsize=16,color="magenta"];1325 -> 1418[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1325 -> 1419[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1326 -> 1420[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1326[label="primPlusNat (primMulNat vwx30100 (Succ vwx40000)) (Succ vwx40000)",fontsize=16,color="magenta"];1326 -> 1421[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1327[label="Zero",fontsize=16,color="green",shape="box"];1328[label="Zero",fontsize=16,color="green",shape="box"];1329[label="Zero",fontsize=16,color="green",shape="box"];1330[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];1330 -> 1422[label="",style="solid", color="black", weight=3]; 18.45/7.62 1331[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];1331 -> 1423[label="",style="solid", color="black", weight=3]; 18.45/7.62 1332[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];1332 -> 1424[label="",style="solid", color="black", weight=3]; 18.45/7.62 1333[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];1333 -> 1425[label="",style="solid", color="black", weight=3]; 18.45/7.62 1334[label="vwx101",fontsize=16,color="green",shape="box"];1335[label="vwx91",fontsize=16,color="green",shape="box"];1336 -> 1426[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1336[label="primCompAux0 vwx45 (compare vwx90 vwx100)",fontsize=16,color="magenta"];1336 -> 1427[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1336 -> 1428[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1337[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="burlywood",shape="box"];2193[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1337 -> 2193[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2193 -> 1429[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2194[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1337 -> 2194[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2194 -> 1430[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1338[label="primCmpNat Zero vwx100",fontsize=16,color="burlywood",shape="box"];2195[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];1338 -> 2195[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2195 -> 1431[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2196[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];1338 -> 2196[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2196 -> 1432[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1339 -> 1232[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1339[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="magenta"];1339 -> 1433[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1339 -> 1434[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1340[label="GT",fontsize=16,color="green",shape="box"];1341[label="primCmpInt (Pos Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];1341 -> 1435[label="",style="solid", color="black", weight=3]; 18.45/7.62 1342[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1342 -> 1436[label="",style="solid", color="black", weight=3]; 18.45/7.62 1343[label="primCmpInt (Pos Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];1343 -> 1437[label="",style="solid", color="black", weight=3]; 18.45/7.62 1344[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1344 -> 1438[label="",style="solid", color="black", weight=3]; 18.45/7.62 1345[label="LT",fontsize=16,color="green",shape="box"];1346 -> 1232[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1346[label="primCmpNat vwx100 (Succ vwx900)",fontsize=16,color="magenta"];1346 -> 1439[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1346 -> 1440[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1347[label="primCmpInt (Neg Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];1347 -> 1441[label="",style="solid", color="black", weight=3]; 18.45/7.62 1348[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1348 -> 1442[label="",style="solid", color="black", weight=3]; 18.45/7.62 1349[label="primCmpInt (Neg Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];1349 -> 1443[label="",style="solid", color="black", weight=3]; 18.45/7.62 1350[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1350 -> 1444[label="",style="solid", color="black", weight=3]; 18.45/7.62 1351 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1351[label="vwx100 * vwx91",fontsize=16,color="magenta"];1351 -> 1445[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1351 -> 1446[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1352 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1352[label="vwx90 * vwx101",fontsize=16,color="magenta"];1352 -> 1447[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1352 -> 1448[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1353[label="vwx100 * vwx91",fontsize=16,color="burlywood",shape="triangle"];2197[label="vwx100/Integer vwx1000",fontsize=10,color="white",style="solid",shape="box"];1353 -> 2197[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2197 -> 1449[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1354 -> 1353[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1354[label="vwx90 * vwx101",fontsize=16,color="magenta"];1354 -> 1450[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1354 -> 1451[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1355 -> 1452[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1355[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1355 -> 1453[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1356 -> 1454[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1356[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1356 -> 1455[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1357 -> 1456[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1357[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1357 -> 1457[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1358 -> 1458[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1358[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1358 -> 1459[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1359 -> 1460[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1359[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];1359 -> 1461[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1360[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];1360 -> 1462[label="",style="solid", color="black", weight=3]; 18.45/7.62 1361[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];1361 -> 1463[label="",style="solid", color="black", weight=3]; 18.45/7.62 1362[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];1362 -> 1464[label="",style="solid", color="black", weight=3]; 18.45/7.62 1363[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];1363 -> 1465[label="",style="solid", color="black", weight=3]; 18.45/7.62 1364[label="vwx102",fontsize=16,color="green",shape="box"];1365[label="vwx92",fontsize=16,color="green",shape="box"];1366[label="vwx102",fontsize=16,color="green",shape="box"];1367[label="vwx92",fontsize=16,color="green",shape="box"];1368[label="vwx102",fontsize=16,color="green",shape="box"];1369[label="vwx92",fontsize=16,color="green",shape="box"];1370[label="vwx102",fontsize=16,color="green",shape="box"];1371[label="vwx92",fontsize=16,color="green",shape="box"];1372[label="vwx102",fontsize=16,color="green",shape="box"];1373[label="vwx92",fontsize=16,color="green",shape="box"];1374[label="vwx102",fontsize=16,color="green",shape="box"];1375[label="vwx92",fontsize=16,color="green",shape="box"];1376[label="vwx102",fontsize=16,color="green",shape="box"];1377[label="vwx92",fontsize=16,color="green",shape="box"];1378[label="vwx102",fontsize=16,color="green",shape="box"];1379[label="vwx92",fontsize=16,color="green",shape="box"];1380[label="vwx102",fontsize=16,color="green",shape="box"];1381[label="vwx92",fontsize=16,color="green",shape="box"];1382[label="vwx102",fontsize=16,color="green",shape="box"];1383[label="vwx92",fontsize=16,color="green",shape="box"];1384[label="vwx102",fontsize=16,color="green",shape="box"];1385[label="vwx92",fontsize=16,color="green",shape="box"];1386[label="vwx102",fontsize=16,color="green",shape="box"];1387[label="vwx92",fontsize=16,color="green",shape="box"];1388[label="vwx102",fontsize=16,color="green",shape="box"];1389[label="vwx92",fontsize=16,color="green",shape="box"];1390[label="vwx102",fontsize=16,color="green",shape="box"];1391[label="vwx92",fontsize=16,color="green",shape="box"];1392[label="vwx101",fontsize=16,color="green",shape="box"];1393[label="vwx91",fontsize=16,color="green",shape="box"];1394[label="vwx101",fontsize=16,color="green",shape="box"];1395[label="vwx91",fontsize=16,color="green",shape="box"];1396[label="vwx101",fontsize=16,color="green",shape="box"];1397[label="vwx91",fontsize=16,color="green",shape="box"];1398[label="vwx101",fontsize=16,color="green",shape="box"];1399[label="vwx91",fontsize=16,color="green",shape="box"];1400[label="vwx101",fontsize=16,color="green",shape="box"];1401[label="vwx91",fontsize=16,color="green",shape="box"];1402[label="vwx101",fontsize=16,color="green",shape="box"];1403[label="vwx91",fontsize=16,color="green",shape="box"];1404[label="vwx101",fontsize=16,color="green",shape="box"];1405[label="vwx91",fontsize=16,color="green",shape="box"];1406[label="vwx101",fontsize=16,color="green",shape="box"];1407[label="vwx91",fontsize=16,color="green",shape="box"];1408[label="vwx101",fontsize=16,color="green",shape="box"];1409[label="vwx91",fontsize=16,color="green",shape="box"];1410[label="vwx101",fontsize=16,color="green",shape="box"];1411[label="vwx91",fontsize=16,color="green",shape="box"];1412[label="vwx101",fontsize=16,color="green",shape="box"];1413[label="vwx91",fontsize=16,color="green",shape="box"];1414[label="vwx101",fontsize=16,color="green",shape="box"];1415[label="vwx91",fontsize=16,color="green",shape="box"];1416[label="vwx101",fontsize=16,color="green",shape="box"];1417[label="vwx91",fontsize=16,color="green",shape="box"];1418[label="vwx101",fontsize=16,color="green",shape="box"];1419[label="vwx91",fontsize=16,color="green",shape="box"];1421 -> 970[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1421[label="primMulNat vwx30100 (Succ vwx40000)",fontsize=16,color="magenta"];1421 -> 1466[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1421 -> 1467[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1420[label="primPlusNat vwx46 (Succ vwx40000)",fontsize=16,color="burlywood",shape="triangle"];2198[label="vwx46/Succ vwx460",fontsize=10,color="white",style="solid",shape="box"];1420 -> 2198[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2198 -> 1468[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2199[label="vwx46/Zero",fontsize=10,color="white",style="solid",shape="box"];1420 -> 2199[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2199 -> 1469[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1422 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1422[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];1422 -> 1470[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1422 -> 1471[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1423 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1423[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];1423 -> 1472[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1423 -> 1473[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1424 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1424[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];1424 -> 1474[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1424 -> 1475[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1425 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1425[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];1425 -> 1476[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1425 -> 1477[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1427[label="vwx45",fontsize=16,color="green",shape="box"];1428[label="compare vwx90 vwx100",fontsize=16,color="blue",shape="box"];2200[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2200[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2200 -> 1478[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2201[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2201[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2201 -> 1479[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2202[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2202[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2202 -> 1480[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2203[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2203[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2203 -> 1481[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2204[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2204[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2204 -> 1482[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2205[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2205[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2205 -> 1483[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2206[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2206[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2206 -> 1484[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2207[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2207[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2207 -> 1485[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2208[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2208[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2208 -> 1486[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2209[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2209[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2209 -> 1487[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2210[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2210[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2210 -> 1488[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2211[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2211[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2211 -> 1489[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2212[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2212[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2212 -> 1490[label="",style="solid", color="blue", weight=3]; 18.45/7.62 2213[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1428 -> 2213[label="",style="solid", color="blue", weight=9]; 18.45/7.62 2213 -> 1491[label="",style="solid", color="blue", weight=3]; 18.45/7.62 1426[label="primCompAux0 vwx50 vwx51",fontsize=16,color="burlywood",shape="triangle"];2214[label="vwx51/LT",fontsize=10,color="white",style="solid",shape="box"];1426 -> 2214[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2214 -> 1492[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2215[label="vwx51/EQ",fontsize=10,color="white",style="solid",shape="box"];1426 -> 2215[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2215 -> 1493[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2216[label="vwx51/GT",fontsize=10,color="white",style="solid",shape="box"];1426 -> 2216[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2216 -> 1494[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1429[label="primCmpNat (Succ vwx900) (Succ vwx1000)",fontsize=16,color="black",shape="box"];1429 -> 1495[label="",style="solid", color="black", weight=3]; 18.45/7.62 1430[label="primCmpNat (Succ vwx900) Zero",fontsize=16,color="black",shape="box"];1430 -> 1496[label="",style="solid", color="black", weight=3]; 18.45/7.62 1431[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="black",shape="box"];1431 -> 1497[label="",style="solid", color="black", weight=3]; 18.45/7.62 1432[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];1432 -> 1498[label="",style="solid", color="black", weight=3]; 18.45/7.62 1433[label="Succ vwx900",fontsize=16,color="green",shape="box"];1434[label="vwx100",fontsize=16,color="green",shape="box"];1435 -> 1232[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1435[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="magenta"];1435 -> 1499[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1435 -> 1500[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1436[label="EQ",fontsize=16,color="green",shape="box"];1437[label="GT",fontsize=16,color="green",shape="box"];1438[label="EQ",fontsize=16,color="green",shape="box"];1439[label="vwx100",fontsize=16,color="green",shape="box"];1440[label="Succ vwx900",fontsize=16,color="green",shape="box"];1441[label="LT",fontsize=16,color="green",shape="box"];1442[label="EQ",fontsize=16,color="green",shape="box"];1443 -> 1232[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1443[label="primCmpNat (Succ vwx1000) Zero",fontsize=16,color="magenta"];1443 -> 1501[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1443 -> 1502[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1444[label="EQ",fontsize=16,color="green",shape="box"];1445[label="vwx100",fontsize=16,color="green",shape="box"];1446[label="vwx91",fontsize=16,color="green",shape="box"];1447[label="vwx90",fontsize=16,color="green",shape="box"];1448[label="vwx101",fontsize=16,color="green",shape="box"];1449[label="Integer vwx1000 * vwx91",fontsize=16,color="burlywood",shape="box"];2217[label="vwx91/Integer vwx910",fontsize=10,color="white",style="solid",shape="box"];1449 -> 2217[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2217 -> 1503[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1450[label="vwx101",fontsize=16,color="green",shape="box"];1451[label="vwx90",fontsize=16,color="green",shape="box"];1453 -> 35[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1453[label="vwx90 == vwx100",fontsize=16,color="magenta"];1453 -> 1504[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1453 -> 1505[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1452[label="compare2 vwx90 vwx100 vwx52",fontsize=16,color="burlywood",shape="triangle"];2218[label="vwx52/False",fontsize=10,color="white",style="solid",shape="box"];1452 -> 2218[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2218 -> 1506[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2219[label="vwx52/True",fontsize=10,color="white",style="solid",shape="box"];1452 -> 2219[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2219 -> 1507[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1455 -> 31[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1455[label="vwx90 == vwx100",fontsize=16,color="magenta"];1455 -> 1508[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1455 -> 1509[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1454[label="compare2 vwx90 vwx100 vwx53",fontsize=16,color="burlywood",shape="triangle"];2220[label="vwx53/False",fontsize=10,color="white",style="solid",shape="box"];1454 -> 2220[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2220 -> 1510[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2221[label="vwx53/True",fontsize=10,color="white",style="solid",shape="box"];1454 -> 2221[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2221 -> 1511[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1457 -> 28[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1457[label="vwx90 == vwx100",fontsize=16,color="magenta"];1457 -> 1512[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1457 -> 1513[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1456[label="compare2 vwx90 vwx100 vwx54",fontsize=16,color="burlywood",shape="triangle"];2222[label="vwx54/False",fontsize=10,color="white",style="solid",shape="box"];1456 -> 2222[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2222 -> 1514[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2223[label="vwx54/True",fontsize=10,color="white",style="solid",shape="box"];1456 -> 2223[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2223 -> 1515[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1459 -> 37[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1459[label="vwx90 == vwx100",fontsize=16,color="magenta"];1459 -> 1516[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1459 -> 1517[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1458[label="compare2 vwx90 vwx100 vwx55",fontsize=16,color="burlywood",shape="triangle"];2224[label="vwx55/False",fontsize=10,color="white",style="solid",shape="box"];1458 -> 2224[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2224 -> 1518[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2225[label="vwx55/True",fontsize=10,color="white",style="solid",shape="box"];1458 -> 2225[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2225 -> 1519[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1461 -> 26[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1461[label="vwx90 == vwx100",fontsize=16,color="magenta"];1461 -> 1520[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1461 -> 1521[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1460[label="compare2 vwx90 vwx100 vwx56",fontsize=16,color="burlywood",shape="triangle"];2226[label="vwx56/False",fontsize=10,color="white",style="solid",shape="box"];1460 -> 2226[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2226 -> 1522[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2227[label="vwx56/True",fontsize=10,color="white",style="solid",shape="box"];1460 -> 2227[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2227 -> 1523[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1462 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1462[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];1462 -> 1524[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1462 -> 1525[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1463 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1463[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];1463 -> 1526[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1463 -> 1527[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1464 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1464[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];1464 -> 1528[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1464 -> 1529[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1465 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1465[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];1465 -> 1530[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1465 -> 1531[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1466[label="Succ vwx40000",fontsize=16,color="green",shape="box"];1467[label="vwx30100",fontsize=16,color="green",shape="box"];1468[label="primPlusNat (Succ vwx460) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1468 -> 1532[label="",style="solid", color="black", weight=3]; 18.45/7.62 1469[label="primPlusNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1469 -> 1533[label="",style="solid", color="black", weight=3]; 18.45/7.62 1470 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1470[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];1470 -> 1534[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1470 -> 1535[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1471 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1471[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];1471 -> 1536[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1471 -> 1537[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1472 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1472[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];1472 -> 1538[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1472 -> 1539[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1473 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1473[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];1473 -> 1540[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1473 -> 1541[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1474 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1474[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];1474 -> 1542[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1474 -> 1543[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1475 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1475[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];1475 -> 1544[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1475 -> 1545[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1476 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1476[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];1476 -> 1546[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1476 -> 1547[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1477 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1477[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];1477 -> 1548[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1477 -> 1549[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1478 -> 764[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1478[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1478 -> 1550[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1478 -> 1551[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1479 -> 768[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1479[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1479 -> 1552[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1479 -> 1553[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1480 -> 770[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1480[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1480 -> 1554[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1480 -> 1555[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1481 -> 772[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1481[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1481 -> 1556[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1481 -> 1557[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1482 -> 1103[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1482[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1482 -> 1558[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1482 -> 1559[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1483 -> 1105[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1483[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1483 -> 1560[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1483 -> 1561[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1484 -> 774[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1484[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1484 -> 1562[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1484 -> 1563[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1485 -> 776[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1485[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1485 -> 1564[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1485 -> 1565[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1486 -> 778[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1486[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1486 -> 1566[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1486 -> 1567[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1487 -> 4[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1487[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1487 -> 1568[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1487 -> 1569[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1488 -> 1115[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1488[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1488 -> 1570[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1488 -> 1571[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1489 -> 1117[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1489[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1489 -> 1572[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1489 -> 1573[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1490 -> 780[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1490[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1490 -> 1574[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1490 -> 1575[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1491 -> 1121[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1491[label="compare vwx90 vwx100",fontsize=16,color="magenta"];1491 -> 1576[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1491 -> 1577[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1492[label="primCompAux0 vwx50 LT",fontsize=16,color="black",shape="box"];1492 -> 1578[label="",style="solid", color="black", weight=3]; 18.45/7.62 1493[label="primCompAux0 vwx50 EQ",fontsize=16,color="black",shape="box"];1493 -> 1579[label="",style="solid", color="black", weight=3]; 18.45/7.62 1494[label="primCompAux0 vwx50 GT",fontsize=16,color="black",shape="box"];1494 -> 1580[label="",style="solid", color="black", weight=3]; 18.45/7.62 1495 -> 1232[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1495[label="primCmpNat vwx900 vwx1000",fontsize=16,color="magenta"];1495 -> 1581[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1495 -> 1582[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1496[label="GT",fontsize=16,color="green",shape="box"];1497[label="LT",fontsize=16,color="green",shape="box"];1498[label="EQ",fontsize=16,color="green",shape="box"];1499[label="Zero",fontsize=16,color="green",shape="box"];1500[label="Succ vwx1000",fontsize=16,color="green",shape="box"];1501[label="Succ vwx1000",fontsize=16,color="green",shape="box"];1502[label="Zero",fontsize=16,color="green",shape="box"];1503[label="Integer vwx1000 * Integer vwx910",fontsize=16,color="black",shape="box"];1503 -> 1583[label="",style="solid", color="black", weight=3]; 18.45/7.62 1504[label="vwx100",fontsize=16,color="green",shape="box"];1505[label="vwx90",fontsize=16,color="green",shape="box"];1506[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1506 -> 1584[label="",style="solid", color="black", weight=3]; 18.45/7.62 1507[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1507 -> 1585[label="",style="solid", color="black", weight=3]; 18.45/7.62 1508[label="vwx100",fontsize=16,color="green",shape="box"];1509[label="vwx90",fontsize=16,color="green",shape="box"];1510[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1510 -> 1586[label="",style="solid", color="black", weight=3]; 18.45/7.62 1511[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1511 -> 1587[label="",style="solid", color="black", weight=3]; 18.45/7.62 1512[label="vwx100",fontsize=16,color="green",shape="box"];1513[label="vwx90",fontsize=16,color="green",shape="box"];1514[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1514 -> 1588[label="",style="solid", color="black", weight=3]; 18.45/7.62 1515[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1515 -> 1589[label="",style="solid", color="black", weight=3]; 18.45/7.62 1516[label="vwx100",fontsize=16,color="green",shape="box"];1517[label="vwx90",fontsize=16,color="green",shape="box"];1518[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1518 -> 1590[label="",style="solid", color="black", weight=3]; 18.45/7.62 1519[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1519 -> 1591[label="",style="solid", color="black", weight=3]; 18.45/7.62 1520[label="vwx100",fontsize=16,color="green",shape="box"];1521[label="vwx90",fontsize=16,color="green",shape="box"];1522[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1522 -> 1592[label="",style="solid", color="black", weight=3]; 18.45/7.62 1523[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1523 -> 1593[label="",style="solid", color="black", weight=3]; 18.45/7.62 1524 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1524[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];1524 -> 1594[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1524 -> 1595[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1525 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1525[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];1525 -> 1596[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1525 -> 1597[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1526 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1526[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];1526 -> 1598[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1526 -> 1599[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1527 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1527[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];1527 -> 1600[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1527 -> 1601[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1528 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1528[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];1528 -> 1602[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1528 -> 1603[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1529 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1529[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];1529 -> 1604[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1529 -> 1605[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1530 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1530[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];1530 -> 1606[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1530 -> 1607[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1531 -> 312[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1531[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];1531 -> 1608[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1531 -> 1609[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1532[label="Succ (Succ (primPlusNat vwx460 vwx40000))",fontsize=16,color="green",shape="box"];1532 -> 1610[label="",style="dashed", color="green", weight=3]; 18.45/7.62 1533[label="Succ vwx40000",fontsize=16,color="green",shape="box"];1534[label="Pos vwx910",fontsize=16,color="green",shape="box"];1535[label="vwx100",fontsize=16,color="green",shape="box"];1536[label="vwx90",fontsize=16,color="green",shape="box"];1537[label="Pos vwx1010",fontsize=16,color="green",shape="box"];1538[label="Neg vwx910",fontsize=16,color="green",shape="box"];1539[label="vwx100",fontsize=16,color="green",shape="box"];1540[label="vwx90",fontsize=16,color="green",shape="box"];1541[label="Pos vwx1010",fontsize=16,color="green",shape="box"];1542[label="Pos vwx910",fontsize=16,color="green",shape="box"];1543[label="vwx100",fontsize=16,color="green",shape="box"];1544[label="vwx90",fontsize=16,color="green",shape="box"];1545[label="Neg vwx1010",fontsize=16,color="green",shape="box"];1546[label="Neg vwx910",fontsize=16,color="green",shape="box"];1547[label="vwx100",fontsize=16,color="green",shape="box"];1548[label="vwx90",fontsize=16,color="green",shape="box"];1549[label="Neg vwx1010",fontsize=16,color="green",shape="box"];1550[label="vwx100",fontsize=16,color="green",shape="box"];1551[label="vwx90",fontsize=16,color="green",shape="box"];1552[label="vwx100",fontsize=16,color="green",shape="box"];1553[label="vwx90",fontsize=16,color="green",shape="box"];1554[label="vwx100",fontsize=16,color="green",shape="box"];1555[label="vwx90",fontsize=16,color="green",shape="box"];1556[label="vwx100",fontsize=16,color="green",shape="box"];1557[label="vwx90",fontsize=16,color="green",shape="box"];1558[label="vwx100",fontsize=16,color="green",shape="box"];1559[label="vwx90",fontsize=16,color="green",shape="box"];1560[label="vwx100",fontsize=16,color="green",shape="box"];1561[label="vwx90",fontsize=16,color="green",shape="box"];1562[label="vwx100",fontsize=16,color="green",shape="box"];1563[label="vwx90",fontsize=16,color="green",shape="box"];1564[label="vwx100",fontsize=16,color="green",shape="box"];1565[label="vwx90",fontsize=16,color="green",shape="box"];1566[label="vwx100",fontsize=16,color="green",shape="box"];1567[label="vwx90",fontsize=16,color="green",shape="box"];1568[label="vwx90",fontsize=16,color="green",shape="box"];1569[label="vwx100",fontsize=16,color="green",shape="box"];1570[label="vwx100",fontsize=16,color="green",shape="box"];1571[label="vwx90",fontsize=16,color="green",shape="box"];1572[label="vwx100",fontsize=16,color="green",shape="box"];1573[label="vwx90",fontsize=16,color="green",shape="box"];1574[label="vwx100",fontsize=16,color="green",shape="box"];1575[label="vwx90",fontsize=16,color="green",shape="box"];1576[label="vwx100",fontsize=16,color="green",shape="box"];1577[label="vwx90",fontsize=16,color="green",shape="box"];1578[label="LT",fontsize=16,color="green",shape="box"];1579[label="vwx50",fontsize=16,color="green",shape="box"];1580[label="GT",fontsize=16,color="green",shape="box"];1581[label="vwx900",fontsize=16,color="green",shape="box"];1582[label="vwx1000",fontsize=16,color="green",shape="box"];1583[label="Integer (primMulInt vwx1000 vwx910)",fontsize=16,color="green",shape="box"];1583 -> 1611[label="",style="dashed", color="green", weight=3]; 18.45/7.62 1584 -> 1612[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1584[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1584 -> 1613[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1585[label="EQ",fontsize=16,color="green",shape="box"];1586 -> 1614[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1586[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1586 -> 1615[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1587[label="EQ",fontsize=16,color="green",shape="box"];1588 -> 1616[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1588[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1588 -> 1617[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1589[label="EQ",fontsize=16,color="green",shape="box"];1590 -> 1618[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1590[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1590 -> 1619[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1591[label="EQ",fontsize=16,color="green",shape="box"];1592 -> 1620[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1592[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];1592 -> 1621[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1593[label="EQ",fontsize=16,color="green",shape="box"];1594[label="Pos vwx910",fontsize=16,color="green",shape="box"];1595[label="vwx100",fontsize=16,color="green",shape="box"];1596[label="vwx90",fontsize=16,color="green",shape="box"];1597[label="Pos vwx1010",fontsize=16,color="green",shape="box"];1598[label="Neg vwx910",fontsize=16,color="green",shape="box"];1599[label="vwx100",fontsize=16,color="green",shape="box"];1600[label="vwx90",fontsize=16,color="green",shape="box"];1601[label="Pos vwx1010",fontsize=16,color="green",shape="box"];1602[label="Pos vwx910",fontsize=16,color="green",shape="box"];1603[label="vwx100",fontsize=16,color="green",shape="box"];1604[label="vwx90",fontsize=16,color="green",shape="box"];1605[label="Neg vwx1010",fontsize=16,color="green",shape="box"];1606[label="Neg vwx910",fontsize=16,color="green",shape="box"];1607[label="vwx100",fontsize=16,color="green",shape="box"];1608[label="vwx90",fontsize=16,color="green",shape="box"];1609[label="Neg vwx1010",fontsize=16,color="green",shape="box"];1610[label="primPlusNat vwx460 vwx40000",fontsize=16,color="burlywood",shape="triangle"];2228[label="vwx460/Succ vwx4600",fontsize=10,color="white",style="solid",shape="box"];1610 -> 2228[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2228 -> 1622[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2229[label="vwx460/Zero",fontsize=10,color="white",style="solid",shape="box"];1610 -> 2229[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2229 -> 1623[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1611 -> 572[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1611[label="primMulInt vwx1000 vwx910",fontsize=16,color="magenta"];1611 -> 1624[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1611 -> 1625[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1613 -> 226[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1613[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1613 -> 1626[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1613 -> 1627[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1612[label="compare1 vwx90 vwx100 vwx57",fontsize=16,color="burlywood",shape="triangle"];2230[label="vwx57/False",fontsize=10,color="white",style="solid",shape="box"];1612 -> 2230[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2230 -> 1628[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2231[label="vwx57/True",fontsize=10,color="white",style="solid",shape="box"];1612 -> 2231[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2231 -> 1629[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1615 -> 227[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1615[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1615 -> 1630[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1615 -> 1631[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1614[label="compare1 vwx90 vwx100 vwx58",fontsize=16,color="burlywood",shape="triangle"];2232[label="vwx58/False",fontsize=10,color="white",style="solid",shape="box"];1614 -> 2232[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2232 -> 1632[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2233[label="vwx58/True",fontsize=10,color="white",style="solid",shape="box"];1614 -> 2233[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2233 -> 1633[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1617 -> 232[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1617[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1617 -> 1634[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1617 -> 1635[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1616[label="compare1 vwx90 vwx100 vwx59",fontsize=16,color="burlywood",shape="triangle"];2234[label="vwx59/False",fontsize=10,color="white",style="solid",shape="box"];1616 -> 2234[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2234 -> 1636[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2235[label="vwx59/True",fontsize=10,color="white",style="solid",shape="box"];1616 -> 2235[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2235 -> 1637[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1619 -> 233[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1619[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1619 -> 1638[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1619 -> 1639[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1618[label="compare1 vwx90 vwx100 vwx60",fontsize=16,color="burlywood",shape="triangle"];2236[label="vwx60/False",fontsize=10,color="white",style="solid",shape="box"];1618 -> 2236[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2236 -> 1640[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2237[label="vwx60/True",fontsize=10,color="white",style="solid",shape="box"];1618 -> 2237[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2237 -> 1641[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1621 -> 235[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1621[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1621 -> 1642[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1621 -> 1643[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1620[label="compare1 vwx90 vwx100 vwx61",fontsize=16,color="burlywood",shape="triangle"];2238[label="vwx61/False",fontsize=10,color="white",style="solid",shape="box"];1620 -> 2238[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2238 -> 1644[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2239[label="vwx61/True",fontsize=10,color="white",style="solid",shape="box"];1620 -> 2239[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2239 -> 1645[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1622[label="primPlusNat (Succ vwx4600) vwx40000",fontsize=16,color="burlywood",shape="box"];2240[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];1622 -> 2240[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2240 -> 1646[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2241[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];1622 -> 2241[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2241 -> 1647[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1623[label="primPlusNat Zero vwx40000",fontsize=16,color="burlywood",shape="box"];2242[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];1623 -> 2242[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2242 -> 1648[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 2243[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];1623 -> 2243[label="",style="solid", color="burlywood", weight=9]; 18.45/7.62 2243 -> 1649[label="",style="solid", color="burlywood", weight=3]; 18.45/7.62 1624[label="vwx1000",fontsize=16,color="green",shape="box"];1625[label="vwx910",fontsize=16,color="green",shape="box"];1626[label="vwx100",fontsize=16,color="green",shape="box"];1627[label="vwx90",fontsize=16,color="green",shape="box"];1628[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1628 -> 1650[label="",style="solid", color="black", weight=3]; 18.45/7.62 1629[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1629 -> 1651[label="",style="solid", color="black", weight=3]; 18.45/7.62 1630[label="vwx100",fontsize=16,color="green",shape="box"];1631[label="vwx90",fontsize=16,color="green",shape="box"];1632[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1632 -> 1652[label="",style="solid", color="black", weight=3]; 18.45/7.62 1633[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1633 -> 1653[label="",style="solid", color="black", weight=3]; 18.45/7.62 1634[label="vwx100",fontsize=16,color="green",shape="box"];1635[label="vwx90",fontsize=16,color="green",shape="box"];1636[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1636 -> 1654[label="",style="solid", color="black", weight=3]; 18.45/7.62 1637[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1637 -> 1655[label="",style="solid", color="black", weight=3]; 18.45/7.62 1638[label="vwx100",fontsize=16,color="green",shape="box"];1639[label="vwx90",fontsize=16,color="green",shape="box"];1640[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1640 -> 1656[label="",style="solid", color="black", weight=3]; 18.45/7.62 1641[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1641 -> 1657[label="",style="solid", color="black", weight=3]; 18.45/7.62 1642[label="vwx100",fontsize=16,color="green",shape="box"];1643[label="vwx90",fontsize=16,color="green",shape="box"];1644[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1644 -> 1658[label="",style="solid", color="black", weight=3]; 18.45/7.62 1645[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1645 -> 1659[label="",style="solid", color="black", weight=3]; 18.45/7.62 1646[label="primPlusNat (Succ vwx4600) (Succ vwx400000)",fontsize=16,color="black",shape="box"];1646 -> 1660[label="",style="solid", color="black", weight=3]; 18.45/7.62 1647[label="primPlusNat (Succ vwx4600) Zero",fontsize=16,color="black",shape="box"];1647 -> 1661[label="",style="solid", color="black", weight=3]; 18.45/7.62 1648[label="primPlusNat Zero (Succ vwx400000)",fontsize=16,color="black",shape="box"];1648 -> 1662[label="",style="solid", color="black", weight=3]; 18.45/7.62 1649[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1649 -> 1663[label="",style="solid", color="black", weight=3]; 18.45/7.62 1650[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1650 -> 1664[label="",style="solid", color="black", weight=3]; 18.45/7.62 1651[label="LT",fontsize=16,color="green",shape="box"];1652[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1652 -> 1665[label="",style="solid", color="black", weight=3]; 18.45/7.62 1653[label="LT",fontsize=16,color="green",shape="box"];1654[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1654 -> 1666[label="",style="solid", color="black", weight=3]; 18.45/7.62 1655[label="LT",fontsize=16,color="green",shape="box"];1656[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1656 -> 1667[label="",style="solid", color="black", weight=3]; 18.45/7.62 1657[label="LT",fontsize=16,color="green",shape="box"];1658[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1658 -> 1668[label="",style="solid", color="black", weight=3]; 18.45/7.62 1659[label="LT",fontsize=16,color="green",shape="box"];1660[label="Succ (Succ (primPlusNat vwx4600 vwx400000))",fontsize=16,color="green",shape="box"];1660 -> 1669[label="",style="dashed", color="green", weight=3]; 18.45/7.62 1661[label="Succ vwx4600",fontsize=16,color="green",shape="box"];1662[label="Succ vwx400000",fontsize=16,color="green",shape="box"];1663[label="Zero",fontsize=16,color="green",shape="box"];1664[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1664 -> 1670[label="",style="solid", color="black", weight=3]; 18.45/7.62 1665[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1665 -> 1671[label="",style="solid", color="black", weight=3]; 18.45/7.62 1666[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1666 -> 1672[label="",style="solid", color="black", weight=3]; 18.45/7.62 1667[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1667 -> 1673[label="",style="solid", color="black", weight=3]; 18.45/7.62 1668[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1668 -> 1674[label="",style="solid", color="black", weight=3]; 18.45/7.62 1669 -> 1610[label="",style="dashed", color="red", weight=0]; 18.45/7.62 1669[label="primPlusNat vwx4600 vwx400000",fontsize=16,color="magenta"];1669 -> 1675[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1669 -> 1676[label="",style="dashed", color="magenta", weight=3]; 18.45/7.62 1670[label="GT",fontsize=16,color="green",shape="box"];1671[label="GT",fontsize=16,color="green",shape="box"];1672[label="GT",fontsize=16,color="green",shape="box"];1673[label="GT",fontsize=16,color="green",shape="box"];1674[label="GT",fontsize=16,color="green",shape="box"];1675[label="vwx400000",fontsize=16,color="green",shape="box"];1676[label="vwx4600",fontsize=16,color="green",shape="box"];} 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (14) 18.45/7.62 Complex Obligation (AND) 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (15) 18.45/7.62 Obligation: 18.45/7.62 Q DP problem: 18.45/7.62 The TRS P consists of the following rules: 18.45/7.62 18.45/7.62 new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.45/7.62 18.45/7.62 R is empty. 18.45/7.62 Q is empty. 18.45/7.62 We have to consider all minimal (P,Q,R)-chains. 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (16) QDPSizeChangeProof (EQUIVALENT) 18.45/7.62 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.45/7.62 18.45/7.62 From the DPs we obtained the following set of size-change graphs: 18.45/7.62 *new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2 18.45/7.62 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (17) 18.45/7.62 YES 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (18) 18.45/7.62 Obligation: 18.45/7.62 Q DP problem: 18.45/7.62 The TRS P consists of the following rules: 18.45/7.62 18.45/7.62 new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 18.45/7.62 18.45/7.62 R is empty. 18.45/7.62 Q is empty. 18.45/7.62 We have to consider all minimal (P,Q,R)-chains. 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (19) QDPSizeChangeProof (EQUIVALENT) 18.45/7.62 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.45/7.62 18.45/7.62 From the DPs we obtained the following set of size-change graphs: 18.45/7.62 *new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 18.45/7.62 The graph contains the following edges 1 > 1, 2 >= 2 18.45/7.62 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (20) 18.45/7.62 YES 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (21) 18.45/7.62 Obligation: 18.45/7.62 Q DP problem: 18.45/7.62 The TRS P consists of the following rules: 18.45/7.62 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, gh), ge) -> new_esEs1(vwx300, vwx400, gh) 18.45/7.62 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx300, vwx400, bdh, bea) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx302, vwx402, bb, bc, bd) 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx301, vwx401, ff) 18.45/7.62 new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_[], cb)) -> new_esEs3(vwx302, vwx402, cb) 18.45/7.62 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx301, vwx401, cg, da) 18.45/7.62 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx300, vwx400, gb, gc, gd) 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx301, vwx401, fc, fd) 18.45/7.62 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 18.45/7.62 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 18.45/7.62 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx301, vwx401, fg, fh) 18.45/7.62 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdg)) -> new_esEs1(vwx300, vwx400, bdg) 18.45/7.62 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], beb)) -> new_esEs3(vwx300, vwx400, beb) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_[], de), cf) -> new_esEs3(vwx301, vwx401, de) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx300, vwx400, ec) 18.45/7.62 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 18.45/7.62 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx301, vwx401, db) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ef), ba, cf) -> new_esEs3(vwx300, vwx400, ef) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx301, vwx401, cc, cd, ce) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx302, vwx402, bh, ca) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx302, vwx402, be, bf) 18.45/7.62 new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 18.45/7.62 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hc), ge) -> new_esEs3(vwx300, vwx400, hc) 18.45/7.62 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), bda) -> new_esEs3(vwx301, vwx401, bda) 18.45/7.62 new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx302, vwx402, bg) 18.45/7.62 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx300, vwx400, bdb, bdc, bdd) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx301, vwx401, dc, dd) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx300, vwx400, df, dg, dh) 18.45/7.62 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 18.45/7.62 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 18.45/7.62 new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 18.45/7.62 new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 18.45/7.62 new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx300, vwx400, ed, ee) 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], ga)) -> new_esEs3(vwx301, vwx401, ga) 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx300, vwx400, gf, gg) 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx300, vwx400, ha, hb) 18.45/7.62 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx300, vwx400, ea, eb) 18.45/7.62 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx301, vwx401, eh, fa, fb) 18.45/7.62 18.45/7.62 R is empty. 18.45/7.62 Q is empty. 18.45/7.62 We have to consider all minimal (P,Q,R)-chains. 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (22) QDPSizeChangeProof (EQUIVALENT) 18.45/7.62 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.45/7.62 18.45/7.62 From the DPs we obtained the following set of size-change graphs: 18.45/7.62 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx300, vwx400, bdb, bdc, bdd) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx300, vwx400, bdh, bea) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdg)) -> new_esEs1(vwx300, vwx400, bdg) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx301, vwx401, cg, da) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx302, vwx402, be, bf) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx300, vwx400, ea, eb) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx301, vwx401, fc, fd) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx300, vwx400, gf, gg) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_[], cb)) -> new_esEs3(vwx302, vwx402, cb) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_[], de), cf) -> new_esEs3(vwx301, vwx401, de) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ef), ba, cf) -> new_esEs3(vwx300, vwx400, ef) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], beb)) -> new_esEs3(vwx300, vwx400, beb) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), bda) -> new_esEs3(vwx301, vwx401, bda) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hc), ge) -> new_esEs3(vwx300, vwx400, hc) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], ga)) -> new_esEs3(vwx301, vwx401, ga) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx302, vwx402, bb, bc, bd) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx301, vwx401, cc, cd, ce) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx300, vwx400, df, dg, dh) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx302, vwx402, bh, ca) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx301, vwx401, dc, dd) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx300, vwx400, ed, ee) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx300, vwx400, ec) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx301, vwx401, db) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx302, vwx402, bg) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx300, vwx400, gb, gc, gd) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx301, vwx401, eh, fa, fb) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx301, vwx401, fg, fh) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx300, vwx400, ha, hb) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, gh), ge) -> new_esEs1(vwx300, vwx400, gh) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.62 18.45/7.62 18.45/7.62 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx301, vwx401, ff) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.62 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (23) 18.45/7.62 YES 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (24) 18.45/7.62 Obligation: 18.45/7.62 Q DP problem: 18.45/7.62 The TRS P consists of the following rules: 18.45/7.62 18.45/7.62 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.45/7.62 18.45/7.62 R is empty. 18.45/7.62 Q is empty. 18.45/7.62 We have to consider all minimal (P,Q,R)-chains. 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (25) QDPSizeChangeProof (EQUIVALENT) 18.45/7.62 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.45/7.62 18.45/7.62 From the DPs we obtained the following set of size-change graphs: 18.45/7.62 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2 18.45/7.62 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (26) 18.45/7.62 YES 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (27) 18.45/7.62 Obligation: 18.45/7.62 Q DP problem: 18.45/7.62 The TRS P consists of the following rules: 18.45/7.62 18.45/7.62 new_primPlusNat(Succ(vwx4600), Succ(vwx400000)) -> new_primPlusNat(vwx4600, vwx400000) 18.45/7.62 18.45/7.62 R is empty. 18.45/7.62 Q is empty. 18.45/7.62 We have to consider all minimal (P,Q,R)-chains. 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (28) QDPSizeChangeProof (EQUIVALENT) 18.45/7.62 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.45/7.62 18.45/7.62 From the DPs we obtained the following set of size-change graphs: 18.45/7.62 *new_primPlusNat(Succ(vwx4600), Succ(vwx400000)) -> new_primPlusNat(vwx4600, vwx400000) 18.45/7.62 The graph contains the following edges 1 > 1, 2 > 2 18.45/7.62 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (29) 18.45/7.62 YES 18.45/7.62 18.45/7.62 ---------------------------------------- 18.45/7.62 18.45/7.62 (30) 18.45/7.62 Obligation: 18.45/7.62 Q DP problem: 18.45/7.62 The TRS P consists of the following rules: 18.45/7.62 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(ty_Maybe, dg))) -> new_ltEs0(vwx91, vwx101, dg) 18.45/7.62 new_primCompAux(vwx90, vwx100, vwx45, app(ty_[], bdb)) -> new_compare0(vwx90, vwx100, bdb) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, cg), da), cc) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, cg, da), cg, da) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(ty_Maybe, bcb)) -> new_ltEs0(vwx92, vwx102, bcb) 18.45/7.62 new_primCompAux(vwx90, vwx100, vwx45, app(app(app(ty_@3, bdh), bea), beb)) -> new_compare5(vwx90, vwx100, bdh, bea, beb) 18.45/7.62 new_ltEs0(Just(vwx90), Just(vwx100), app(app(app(ty_@3, bg), bh), ca)) -> new_ltEs3(vwx90, vwx100, bg, bh, ca) 18.45/7.62 new_compare21(vwx90, vwx100, False, cg, da) -> new_ltEs2(vwx90, vwx100, cg, da) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs3(vwx91, vwx101, ed, ee, ef) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(ty_[], bah), hf) -> new_lt(vwx91, vwx101, bah) 18.45/7.62 new_compare4(vwx90, vwx100, cg, da) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, cg, da), cg, da) 18.45/7.62 new_compare2(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], h)) -> new_compare0(vwx91, vwx101, h) 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_Maybe, cd)), cc)) -> new_compare1(vwx90, vwx100, cd) 18.45/7.62 new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_Either, be), bf)) -> new_ltEs2(vwx90, vwx100, be, bf) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(ty_Maybe, bcb))) -> new_ltEs0(vwx92, vwx102, bcb) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_Maybe, hg)), he), hf)) -> new_lt0(vwx90, vwx100, hg) 18.45/7.62 new_lt3(vwx90, vwx100, db, dc, dd) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.62 new_ltEs2(Left(vwx90), Left(vwx100), app(ty_[], eg), eh) -> new_ltEs(vwx90, vwx100, eg) 18.45/7.62 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(app(ty_@3, bg), bh), ca))) -> new_ltEs3(vwx90, vwx100, bg, bh, ca) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(app(ty_@2, bbb), bbc)), hf)) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, cd), cc) -> new_compare1(vwx90, vwx100, cd) 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(ty_[], df))) -> new_ltEs(vwx91, vwx101, df) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(ty_Maybe, bba), hf) -> new_lt0(vwx91, vwx101, bba) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_Either, bab), bac)), he), hf)) -> new_lt2(vwx90, vwx100, bab, bac) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(ty_Maybe, bba)), hf)) -> new_lt0(vwx91, vwx101, bba) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(ty_[], bca))) -> new_ltEs(vwx92, vwx102, bca) 18.45/7.62 new_ltEs(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_compare0(vwx91, vwx101, h) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(app(app(ty_@3, bcg), bch), bda)) -> new_ltEs3(vwx92, vwx102, bcg, bch, bda) 18.45/7.62 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_[], ba))) -> new_ltEs(vwx90, vwx100, ba) 18.45/7.62 new_compare22(vwx90, vwx100, False, db, dc, dd) -> new_ltEs3(vwx90, vwx100, db, dc, dd) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(app(ty_@2, bbb), bbc), hf) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_[], cb)), cc)) -> new_compare0(vwx90, vwx100, cb) 18.45/7.62 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(ty_Maybe, gd)) -> new_ltEs0(vwx90, vwx100, gd) 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(app(ty_@3, db), dc), dd)), cc)) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.62 new_compare1(Just(vwx30), Just(vwx40), bec) -> new_compare2(vwx30, vwx40, new_esEs7(vwx30, vwx40, bec), bec) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], cb), cc) -> new_compare0(vwx90, vwx100, cb) 18.45/7.62 new_primCompAux(vwx90, vwx100, vwx45, app(app(ty_@2, bdd), bde)) -> new_compare3(vwx90, vwx100, bdd, bde) 18.45/7.62 new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_@2, bc), bd)) -> new_ltEs1(vwx90, vwx100, bc, bd) 18.45/7.62 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(ty_[], gc))) -> new_ltEs(vwx90, vwx100, gc) 18.45/7.62 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_Either, fd), ff)), eh)) -> new_ltEs2(vwx90, vwx100, fd, ff) 18.45/7.62 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_ltEs3(vwx90, vwx100, ha, hb, hc) 18.45/7.62 new_ltEs0(Just(vwx90), Just(vwx100), app(ty_Maybe, bb)) -> new_ltEs0(vwx90, vwx100, bb) 18.45/7.62 new_ltEs2(Left(vwx90), Left(vwx100), app(app(ty_@2, fb), fc), eh) -> new_ltEs1(vwx90, vwx100, fb, fc) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, ce), cf), cc) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.62 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(ty_Either, gg), gh))) -> new_ltEs2(vwx90, vwx100, gg, gh) 18.45/7.62 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(ty_Maybe, gd))) -> new_ltEs0(vwx90, vwx100, gd) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_@2, hh), baa)), he), hf)) -> new_lt1(vwx90, vwx100, hh, baa) 18.45/7.62 new_lt0(vwx90, vwx100, cd) -> new_compare1(vwx90, vwx100, cd) 18.45/7.62 new_ltEs(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(app(ty_@2, bcc), bcd))) -> new_ltEs1(vwx92, vwx102, bcc, bcd) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(ty_[], df)) -> new_ltEs(vwx91, vwx101, df) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bad), bae), baf), he, hf) -> new_lt3(vwx90, vwx100, bad, bae, baf) 18.45/7.62 new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_compare0(vwx91, vwx101, h) 18.45/7.62 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_@2, bc), bd))) -> new_ltEs1(vwx90, vwx100, bc, bd) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(app(ty_Either, eb), ec)) -> new_ltEs2(vwx91, vwx101, eb, ec) 18.45/7.62 new_lt2(vwx90, vwx100, cg, da) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, cg, da), cg, da) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, db), dc), dd), cc) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, bab), bac), he, hf) -> new_lt2(vwx90, vwx100, bab, bac) 18.45/7.62 new_compare2(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], h)) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, hh), baa), he, hf) -> new_lt1(vwx90, vwx100, hh, baa) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_[], hd)), he), hf)) -> new_lt(vwx90, vwx100, hd) 18.45/7.62 new_lt1(vwx90, vwx100, ce, cf) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.62 new_ltEs0(Just(vwx90), Just(vwx100), app(ty_[], ba)) -> new_ltEs(vwx90, vwx100, ba) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(app(ty_@3, bad), bae), baf)), he), hf)) -> new_lt3(vwx90, vwx100, bad, bae, baf) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], hd), he, hf) -> new_lt(vwx90, vwx100, hd) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(app(ty_Either, bbd), bbe)), hf)) -> new_lt2(vwx91, vwx101, bbd, bbe) 18.45/7.62 new_primCompAux(vwx90, vwx100, vwx45, app(ty_Maybe, bdc)) -> new_compare1(vwx90, vwx100, bdc) 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(app(app(ty_@3, ed), ee), ef))) -> new_ltEs3(vwx91, vwx101, ed, ee, ef) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(ty_Maybe, dg)) -> new_ltEs0(vwx91, vwx101, dg) 18.45/7.62 new_primCompAux(vwx90, vwx100, vwx45, app(app(ty_Either, bdf), bdg)) -> new_compare4(vwx90, vwx100, bdf, bdg) 18.45/7.62 new_compare20(vwx90, vwx100, False, ce, cf) -> new_ltEs1(vwx90, vwx100, ce, cf) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(app(ty_Either, bbd), bbe), hf) -> new_lt2(vwx91, vwx101, bbd, bbe) 18.45/7.62 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_[], eg)), eh)) -> new_ltEs(vwx90, vwx100, eg) 18.45/7.62 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx91, vwx101, dh, ea) 18.45/7.62 new_compare3(vwx90, vwx100, ce, cf) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(app(ty_Either, eb), ec))) -> new_ltEs2(vwx91, vwx101, eb, ec) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(app(ty_Either, bce), bcf))) -> new_ltEs2(vwx92, vwx102, bce, bcf) 18.45/7.62 new_ltEs2(Left(vwx90), Left(vwx100), app(app(app(ty_@3, fg), fh), ga), eh) -> new_ltEs3(vwx90, vwx100, fg, fh, ga) 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_@2, ce), cf)), cc)) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.62 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(ty_Either, gg), gh)) -> new_ltEs2(vwx90, vwx100, gg, gh) 18.45/7.62 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(app(ty_@3, ha), hb), hc))) -> new_ltEs3(vwx90, vwx100, ha, hb, hc) 18.45/7.62 new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(app(ty_Either, bce), bcf)) -> new_ltEs2(vwx92, vwx102, bce, bcf) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(app(app(ty_@3, bbf), bbg), bbh)), hf)) -> new_lt3(vwx91, vwx101, bbf, bbg, bbh) 18.45/7.62 new_ltEs2(Left(vwx90), Left(vwx100), app(ty_Maybe, fa), eh) -> new_ltEs0(vwx90, vwx100, fa) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(ty_[], bca)) -> new_ltEs(vwx92, vwx102, bca) 18.45/7.62 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_Maybe, bb))) -> new_ltEs0(vwx90, vwx100, bb) 18.45/7.62 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_Maybe, fa)), eh)) -> new_ltEs0(vwx90, vwx100, fa) 18.45/7.62 new_lt(vwx90, vwx100, cb) -> new_compare0(vwx90, vwx100, cb) 18.45/7.62 new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_Either, be), bf))) -> new_ltEs2(vwx90, vwx100, be, bf) 18.45/7.62 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_@2, fb), fc)), eh)) -> new_ltEs1(vwx90, vwx100, fb, fc) 18.45/7.62 new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(ty_@2, ge), gf))) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.45/7.62 new_ltEs2(Left(vwx90), Left(vwx100), app(app(ty_Either, fd), ff), eh) -> new_ltEs2(vwx90, vwx100, fd, ff) 18.45/7.62 new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(app(ty_@3, fg), fh), ga)), eh)) -> new_ltEs3(vwx90, vwx100, fg, fh, ga) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(app(ty_@2, bcc), bcd)) -> new_ltEs1(vwx92, vwx102, bcc, bcd) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(ty_[], bah)), hf)) -> new_lt(vwx91, vwx101, bah) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, hg), he, hf) -> new_lt0(vwx90, vwx100, hg) 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_Either, cg), da)), cc)) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, cg, da), cg, da) 18.45/7.62 new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(app(app(ty_@3, bcg), bch), bda))) -> new_ltEs3(vwx92, vwx102, bcg, bch, bda) 18.45/7.62 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(ty_@2, ge), gf)) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.45/7.62 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(ty_[], gc)) -> new_ltEs(vwx90, vwx100, gc) 18.45/7.62 new_compare5(vwx90, vwx100, db, dc, dd) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.62 new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(app(ty_@2, dh), ea))) -> new_ltEs1(vwx91, vwx101, dh, ea) 18.45/7.62 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(app(app(ty_@3, bbf), bbg), bbh), hf) -> new_lt3(vwx91, vwx101, bbf, bbg, bbh) 18.45/7.62 18.45/7.62 The TRS R consists of the following rules: 18.45/7.62 18.45/7.62 new_compare19(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Int) -> new_compare13(new_sr(vwx90, vwx101), new_sr(vwx100, vwx91)) 18.45/7.62 new_compare19(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Integer) -> new_compare7(new_sr0(vwx90, vwx101), new_sr0(vwx100, vwx91)) 18.45/7.62 new_esEs29(vwx90, vwx100, app(ty_Maybe, cd)) -> new_esEs16(vwx90, vwx100, cd) 18.45/7.62 new_ltEs7(vwx92, vwx102, app(ty_Maybe, bcb)) -> new_ltEs15(vwx92, vwx102, bcb) 18.45/7.62 new_esEs27(vwx301, vwx401, app(ty_Ratio, dad)) -> new_esEs13(vwx301, vwx401, dad) 18.45/7.62 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.45/7.62 new_primCmpInt(Neg(Succ(vwx900)), Pos(vwx100)) -> LT 18.45/7.62 new_lt6(vwx90, vwx100, app(app(app(ty_@3, bad), bae), baf)) -> new_lt19(vwx90, vwx100, bad, bae, baf) 18.45/7.62 new_esEs23(vwx302, vwx402, app(ty_[], cch)) -> new_esEs17(vwx302, vwx402, cch) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), ty_Float) -> new_ltEs8(vwx90, vwx100) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, app(ty_Ratio, bge)) -> new_esEs13(vwx300, vwx400, bge) 18.45/7.62 new_esEs25(vwx300, vwx400, app(app(app(ty_@3, cec), ced), cee)) -> new_esEs6(vwx300, vwx400, cec, ced, cee) 18.45/7.62 new_pePe(True, vwx44) -> True 18.45/7.62 new_compare17(vwx90, vwx100, ty_Integer) -> new_compare7(vwx90, vwx100) 18.45/7.62 new_ltEs19(vwx9, vwx10, ty_Double) -> new_ltEs18(vwx9, vwx10) 18.45/7.62 new_ltEs19(vwx9, vwx10, app(app(app(ty_@3, bag), he), hf)) -> new_ltEs6(vwx9, vwx10, bag, he, hf) 18.45/7.62 new_ltEs19(vwx9, vwx10, ty_@0) -> new_ltEs5(vwx9, vwx10) 18.45/7.62 new_ltEs20(vwx91, vwx101, app(ty_Maybe, dg)) -> new_ltEs15(vwx91, vwx101, dg) 18.45/7.62 new_compare14(vwx90, vwx100, ce, cf) -> new_compare210(vwx90, vwx100, new_esEs4(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.62 new_lt6(vwx90, vwx100, ty_Int) -> new_lt11(vwx90, vwx100) 18.45/7.62 new_ltEs7(vwx92, vwx102, ty_Int) -> new_ltEs11(vwx92, vwx102) 18.45/7.62 new_ltEs20(vwx91, vwx101, ty_Int) -> new_ltEs11(vwx91, vwx101) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), ty_Float, eh) -> new_ltEs8(vwx90, vwx100) 18.45/7.62 new_compare11(Float(vwx90, Neg(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare13(new_sr(vwx90, Neg(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.45/7.62 new_compare9(vwx90, vwx100) -> new_compare28(vwx90, vwx100, new_esEs9(vwx90, vwx100)) 18.45/7.62 new_compare112(vwx16, vwx17, True, cgd) -> LT 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), app(ty_Ratio, bfb), beg) -> new_esEs13(vwx300, vwx400, bfb) 18.45/7.62 new_ltEs12(LT, LT) -> True 18.45/7.62 new_esEs7(vwx30, vwx40, ty_@0) -> new_esEs18(vwx30, vwx40) 18.45/7.62 new_compare(:(vwx90, vwx91), [], h) -> GT 18.45/7.62 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 18.45/7.62 new_esEs27(vwx301, vwx401, app(app(ty_Either, daf), dag)) -> new_esEs5(vwx301, vwx401, daf, dag) 18.45/7.62 new_primCmpInt(Pos(Zero), Neg(Succ(vwx1000))) -> GT 18.45/7.62 new_compare(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux0(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.45/7.62 new_lt20(vwx90, vwx100, app(app(ty_Either, cg), da)) -> new_lt17(vwx90, vwx100, cg, da) 18.45/7.62 new_esEs21(vwx301, vwx401, ty_Int) -> new_esEs14(vwx301, vwx401) 18.45/7.62 new_ltEs8(vwx9, vwx10) -> new_not(new_esEs9(new_compare11(vwx9, vwx10), GT)) 18.45/7.62 new_compare26(Double(vwx90, Pos(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare13(new_sr(vwx90, Pos(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.45/7.62 new_ltEs14(vwx9, vwx10) -> new_not(new_esEs9(new_compare7(vwx9, vwx10), GT)) 18.45/7.62 new_esEs9(LT, EQ) -> False 18.45/7.62 new_esEs9(EQ, LT) -> False 18.45/7.62 new_esEs18(@0, @0) -> True 18.45/7.62 new_lt6(vwx90, vwx100, ty_Bool) -> new_lt12(vwx90, vwx100) 18.45/7.62 new_primCmpInt(Neg(Succ(vwx900)), Neg(vwx100)) -> new_primCmpNat0(vwx100, Succ(vwx900)) 18.45/7.62 new_esEs28(vwx300, vwx400, ty_Bool) -> new_esEs12(vwx300, vwx400) 18.45/7.62 new_compare113(vwx90, vwx100, False, ce, cf) -> GT 18.45/7.62 new_lt20(vwx90, vwx100, ty_@0) -> new_lt13(vwx90, vwx100) 18.45/7.62 new_ltEs16(@2(vwx90, vwx91), @2(vwx100, vwx101), de, cc) -> new_pePe(new_lt20(vwx90, vwx100, de), new_asAs(new_esEs29(vwx90, vwx100, de), new_ltEs20(vwx91, vwx101, cc))) 18.45/7.62 new_esEs20(vwx90, vwx100, app(ty_Maybe, hg)) -> new_esEs16(vwx90, vwx100, hg) 18.45/7.62 new_esEs7(vwx30, vwx40, ty_Bool) -> new_esEs12(vwx30, vwx40) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs8(vwx300, vwx400) 18.45/7.62 new_ltEs4(False, True) -> True 18.45/7.62 new_esEs20(vwx90, vwx100, ty_Ordering) -> new_esEs9(vwx90, vwx100) 18.45/7.62 new_lt9(vwx90, vwx100, cb) -> new_esEs9(new_compare(vwx90, vwx100, cb), LT) 18.45/7.62 new_compare17(vwx90, vwx100, app(ty_[], bdb)) -> new_compare(vwx90, vwx100, bdb) 18.45/7.62 new_esEs23(vwx302, vwx402, app(app(ty_Either, ccf), ccg)) -> new_esEs5(vwx302, vwx402, ccf, ccg) 18.45/7.62 new_lt6(vwx90, vwx100, ty_Char) -> new_lt10(vwx90, vwx100) 18.45/7.62 new_esEs19(vwx91, vwx101, app(ty_Maybe, bba)) -> new_esEs16(vwx91, vwx101, bba) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), ty_Integer, beg) -> new_esEs11(vwx300, vwx400) 18.45/7.62 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 18.45/7.62 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 18.45/7.62 new_esEs25(vwx300, vwx400, ty_Ordering) -> new_esEs9(vwx300, vwx400) 18.45/7.62 new_esEs24(vwx301, vwx401, ty_Integer) -> new_esEs11(vwx301, vwx401) 18.45/7.62 new_esEs28(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 18.45/7.62 new_compare210(vwx90, vwx100, True, ce, cf) -> EQ 18.45/7.62 new_ltEs7(vwx92, vwx102, ty_@0) -> new_ltEs5(vwx92, vwx102) 18.45/7.62 new_lt19(vwx90, vwx100, db, dc, dd) -> new_esEs9(new_compare27(vwx90, vwx100, db, dc, dd), LT) 18.45/7.62 new_compare29(vwx90, vwx100, False) -> new_compare111(vwx90, vwx100, new_ltEs4(vwx90, vwx100)) 18.45/7.62 new_esEs29(vwx90, vwx100, app(app(app(ty_@3, db), dc), dd)) -> new_esEs6(vwx90, vwx100, db, dc, dd) 18.45/7.62 new_esEs24(vwx301, vwx401, app(app(ty_@2, cdd), cde)) -> new_esEs4(vwx301, vwx401, cdd, cde) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), app(app(app(ty_@3, fg), fh), ga), eh) -> new_ltEs6(vwx90, vwx100, fg, fh, ga) 18.45/7.62 new_esEs19(vwx91, vwx101, ty_Ordering) -> new_esEs9(vwx91, vwx101) 18.45/7.62 new_esEs27(vwx301, vwx401, app(ty_[], dah)) -> new_esEs17(vwx301, vwx401, dah) 18.45/7.62 new_compare17(vwx90, vwx100, ty_Char) -> new_compare16(vwx90, vwx100) 18.45/7.62 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), ty_@0, eh) -> new_ltEs5(vwx90, vwx100) 18.45/7.62 new_esEs19(vwx91, vwx101, ty_Float) -> new_esEs15(vwx91, vwx101) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, app(app(ty_@2, bgc), bgd)) -> new_esEs4(vwx300, vwx400, bgc, bgd) 18.45/7.62 new_esEs25(vwx300, vwx400, ty_Float) -> new_esEs15(vwx300, vwx400) 18.45/7.62 new_esEs29(vwx90, vwx100, ty_Integer) -> new_esEs11(vwx90, vwx100) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), ty_Double, beg) -> new_esEs10(vwx300, vwx400) 18.45/7.62 new_not(True) -> False 18.45/7.62 new_esEs24(vwx301, vwx401, ty_Double) -> new_esEs10(vwx301, vwx401) 18.45/7.62 new_esEs26(vwx300, vwx400, ty_Char) -> new_esEs8(vwx300, vwx400) 18.45/7.62 new_esEs28(vwx300, vwx400, ty_Double) -> new_esEs10(vwx300, vwx400) 18.45/7.62 new_ltEs12(LT, GT) -> True 18.45/7.62 new_primCompAux00(vwx50, LT) -> LT 18.45/7.62 new_primCmpNat0(Zero, Zero) -> EQ 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, ty_Int) -> new_esEs14(vwx300, vwx400) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), ty_@0) -> new_ltEs5(vwx90, vwx100) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), app(app(app(ty_@3, bg), bh), ca)) -> new_ltEs6(vwx90, vwx100, bg, bh, ca) 18.45/7.62 new_lt7(vwx91, vwx101, app(app(ty_Either, bbd), bbe)) -> new_lt17(vwx91, vwx101, bbd, bbe) 18.45/7.62 new_esEs23(vwx302, vwx402, app(ty_Ratio, ccd)) -> new_esEs13(vwx302, vwx402, ccd) 18.45/7.62 new_esEs20(vwx90, vwx100, app(app(app(ty_@3, bad), bae), baf)) -> new_esEs6(vwx90, vwx100, bad, bae, baf) 18.45/7.62 new_esEs16(Nothing, Just(vwx400), cac) -> False 18.45/7.62 new_esEs16(Just(vwx300), Nothing, cac) -> False 18.45/7.62 new_esEs23(vwx302, vwx402, ty_Bool) -> new_esEs12(vwx302, vwx402) 18.45/7.62 new_ltEs19(vwx9, vwx10, ty_Float) -> new_ltEs8(vwx9, vwx10) 18.45/7.62 new_esEs7(vwx30, vwx40, app(app(ty_@2, caa), cab)) -> new_esEs4(vwx30, vwx40, caa, cab) 18.45/7.62 new_lt6(vwx90, vwx100, ty_Ordering) -> new_lt5(vwx90, vwx100) 18.45/7.62 new_esEs25(vwx300, vwx400, app(ty_Maybe, cfa)) -> new_esEs16(vwx300, vwx400, cfa) 18.45/7.62 new_ltEs17(Left(vwx90), Right(vwx100), gb, eh) -> True 18.45/7.62 new_esEs27(vwx301, vwx401, ty_Char) -> new_esEs8(vwx301, vwx401) 18.45/7.62 new_ltEs20(vwx91, vwx101, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs6(vwx91, vwx101, ed, ee, ef) 18.45/7.62 new_esEs19(vwx91, vwx101, app(app(ty_@2, bbb), bbc)) -> new_esEs4(vwx91, vwx101, bbb, bbc) 18.45/7.62 new_esEs7(vwx30, vwx40, app(ty_[], cad)) -> new_esEs17(vwx30, vwx40, cad) 18.45/7.62 new_esEs29(vwx90, vwx100, ty_Double) -> new_esEs10(vwx90, vwx100) 18.45/7.62 new_ltEs19(vwx9, vwx10, ty_Int) -> new_ltEs11(vwx9, vwx10) 18.45/7.62 new_primEqNat0(Succ(vwx3000), Zero) -> False 18.45/7.62 new_primEqNat0(Zero, Succ(vwx4000)) -> False 18.45/7.62 new_esEs19(vwx91, vwx101, ty_Int) -> new_esEs14(vwx91, vwx101) 18.45/7.62 new_esEs23(vwx302, vwx402, ty_@0) -> new_esEs18(vwx302, vwx402) 18.45/7.62 new_esEs25(vwx300, vwx400, ty_Int) -> new_esEs14(vwx300, vwx400) 18.45/7.62 new_compare10(vwx90, vwx100, True, cg, da) -> LT 18.45/7.62 new_ltEs20(vwx91, vwx101, ty_Double) -> new_ltEs18(vwx91, vwx101) 18.45/7.62 new_compare17(vwx90, vwx100, app(app(app(ty_@3, bdh), bea), beb)) -> new_compare27(vwx90, vwx100, bdh, bea, beb) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), app(app(ty_Either, be), bf)) -> new_ltEs17(vwx90, vwx100, be, bf) 18.45/7.62 new_primCompAux00(vwx50, GT) -> GT 18.45/7.62 new_lt7(vwx91, vwx101, ty_Ordering) -> new_lt5(vwx91, vwx101) 18.45/7.62 new_compare110(vwx90, vwx100, True) -> LT 18.45/7.62 new_lt20(vwx90, vwx100, app(ty_[], cb)) -> new_lt9(vwx90, vwx100, cb) 18.45/7.62 new_ltEs10(vwx9, vwx10) -> new_not(new_esEs9(new_compare16(vwx9, vwx10), GT)) 18.45/7.62 new_lt14(vwx90, vwx100, cff) -> new_esEs9(new_compare19(vwx90, vwx100, cff), LT) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), ty_@0, beg) -> new_esEs18(vwx300, vwx400) 18.45/7.62 new_primCmpInt(Pos(Succ(vwx900)), Neg(vwx100)) -> GT 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, app(app(ty_Either, gg), gh)) -> new_ltEs17(vwx90, vwx100, gg, gh) 18.45/7.62 new_lt12(vwx90, vwx100) -> new_esEs9(new_compare18(vwx90, vwx100), LT) 18.45/7.62 new_compare210(vwx90, vwx100, False, ce, cf) -> new_compare113(vwx90, vwx100, new_ltEs16(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.62 new_esEs20(vwx90, vwx100, app(app(ty_@2, hh), baa)) -> new_esEs4(vwx90, vwx100, hh, baa) 18.45/7.62 new_esEs28(vwx300, vwx400, ty_Integer) -> new_esEs11(vwx300, vwx400) 18.45/7.62 new_ltEs7(vwx92, vwx102, ty_Double) -> new_ltEs18(vwx92, vwx102) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs14(vwx300, vwx400) 18.45/7.62 new_esEs26(vwx300, vwx400, ty_Int) -> new_esEs14(vwx300, vwx400) 18.45/7.62 new_esEs24(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 18.45/7.62 new_esEs29(vwx90, vwx100, ty_Float) -> new_esEs15(vwx90, vwx100) 18.45/7.62 new_lt6(vwx90, vwx100, app(ty_Maybe, hg)) -> new_lt15(vwx90, vwx100, hg) 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, ty_Ordering) -> new_ltEs12(vwx90, vwx100) 18.45/7.62 new_primPlusNat1(Succ(vwx4600), Succ(vwx400000)) -> Succ(Succ(new_primPlusNat1(vwx4600, vwx400000))) 18.45/7.62 new_ltEs20(vwx91, vwx101, ty_@0) -> new_ltEs5(vwx91, vwx101) 18.45/7.62 new_esEs16(Nothing, Nothing, cac) -> True 18.45/7.62 new_primCmpNat0(Zero, Succ(vwx1000)) -> LT 18.45/7.62 new_esEs29(vwx90, vwx100, ty_@0) -> new_esEs18(vwx90, vwx100) 18.45/7.62 new_esEs19(vwx91, vwx101, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_esEs6(vwx91, vwx101, bbf, bbg, bbh) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), app(ty_[], cbf)) -> new_esEs17(vwx300, vwx400, cbf) 18.45/7.62 new_esEs19(vwx91, vwx101, ty_@0) -> new_esEs18(vwx91, vwx101) 18.45/7.62 new_primCmpNat0(Succ(vwx900), Zero) -> GT 18.45/7.62 new_compare26(Double(vwx90, Neg(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare13(new_sr(vwx90, Neg(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.45/7.62 new_pePe(False, vwx44) -> vwx44 18.45/7.62 new_compare17(vwx90, vwx100, ty_Double) -> new_compare26(vwx90, vwx100) 18.45/7.62 new_ltEs12(GT, GT) -> True 18.45/7.62 new_lt6(vwx90, vwx100, ty_Float) -> new_lt8(vwx90, vwx100) 18.45/7.62 new_esEs12(False, False) -> True 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), ty_Integer) -> new_ltEs14(vwx90, vwx100) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs15(vwx300, vwx400) 18.45/7.62 new_lt17(vwx90, vwx100, cg, da) -> new_esEs9(new_compare8(vwx90, vwx100, cg, da), LT) 18.45/7.62 new_esEs27(vwx301, vwx401, ty_Bool) -> new_esEs12(vwx301, vwx401) 18.45/7.62 new_lt4(vwx90, vwx100) -> new_esEs9(new_compare7(vwx90, vwx100), LT) 18.45/7.62 new_esEs23(vwx302, vwx402, ty_Double) -> new_esEs10(vwx302, vwx402) 18.45/7.62 new_lt7(vwx91, vwx101, ty_Bool) -> new_lt12(vwx91, vwx101) 18.45/7.62 new_ltEs12(GT, EQ) -> False 18.45/7.62 new_esEs26(vwx300, vwx400, ty_Ordering) -> new_esEs9(vwx300, vwx400) 18.45/7.62 new_esEs17([], [], cad) -> True 18.45/7.62 new_compare28(vwx90, vwx100, False) -> new_compare110(vwx90, vwx100, new_ltEs12(vwx90, vwx100)) 18.45/7.62 new_compare7(Integer(vwx90), Integer(vwx100)) -> new_primCmpInt(vwx90, vwx100) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, ty_Float) -> new_esEs15(vwx300, vwx400) 18.45/7.62 new_esEs7(vwx30, vwx40, app(app(ty_Either, bfg), beg)) -> new_esEs5(vwx30, vwx40, bfg, beg) 18.45/7.62 new_compare23(vwx90, vwx100, True, cg, da) -> EQ 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), app(app(ty_@2, beh), bfa), beg) -> new_esEs4(vwx300, vwx400, beh, bfa) 18.45/7.62 new_ltEs20(vwx91, vwx101, ty_Float) -> new_ltEs8(vwx91, vwx101) 18.45/7.62 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 18.45/7.62 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), ty_Int, eh) -> new_ltEs11(vwx90, vwx100) 18.45/7.62 new_ltEs19(vwx9, vwx10, app(app(ty_Either, gb), eh)) -> new_ltEs17(vwx9, vwx10, gb, eh) 18.45/7.62 new_esEs7(vwx30, vwx40, app(ty_Ratio, bhe)) -> new_esEs13(vwx30, vwx40, bhe) 18.45/7.62 new_esEs28(vwx300, vwx400, app(ty_Maybe, dbg)) -> new_esEs16(vwx300, vwx400, dbg) 18.45/7.62 new_esEs25(vwx300, vwx400, app(app(ty_@2, cef), ceg)) -> new_esEs4(vwx300, vwx400, cef, ceg) 18.45/7.62 new_esEs23(vwx302, vwx402, ty_Integer) -> new_esEs11(vwx302, vwx402) 18.45/7.62 new_esEs7(vwx30, vwx40, app(ty_Maybe, cac)) -> new_esEs16(vwx30, vwx40, cac) 18.45/7.62 new_ltEs15(Nothing, Nothing, cfg) -> True 18.45/7.62 new_esEs22(vwx300, vwx400, ty_Int) -> new_esEs14(vwx300, vwx400) 18.45/7.62 new_lt7(vwx91, vwx101, app(ty_Maybe, bba)) -> new_lt15(vwx91, vwx101, bba) 18.45/7.62 new_ltEs20(vwx91, vwx101, app(app(ty_Either, eb), ec)) -> new_ltEs17(vwx91, vwx101, eb, ec) 18.45/7.62 new_ltEs15(Just(vwx90), Nothing, cfg) -> False 18.45/7.62 new_esEs24(vwx301, vwx401, app(app(ty_Either, cdh), cea)) -> new_esEs5(vwx301, vwx401, cdh, cea) 18.45/7.62 new_lt18(vwx90, vwx100) -> new_esEs9(new_compare26(vwx90, vwx100), LT) 18.45/7.62 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.45/7.62 new_esEs6(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bhf, bhg, bhh) -> new_asAs(new_esEs25(vwx300, vwx400, bhf), new_asAs(new_esEs24(vwx301, vwx401, bhg), new_esEs23(vwx302, vwx402, bhh))) 18.45/7.62 new_esEs23(vwx302, vwx402, ty_Char) -> new_esEs8(vwx302, vwx402) 18.45/7.62 new_primCmpInt(Neg(Zero), Pos(Succ(vwx1000))) -> LT 18.45/7.62 new_ltEs7(vwx92, vwx102, ty_Float) -> new_ltEs8(vwx92, vwx102) 18.45/7.62 new_primMulInt(Pos(vwx3010), Pos(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), ty_Int, beg) -> new_esEs14(vwx300, vwx400) 18.45/7.62 new_esEs20(vwx90, vwx100, ty_Float) -> new_esEs15(vwx90, vwx100) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), app(app(ty_Either, cbd), cbe)) -> new_esEs5(vwx300, vwx400, cbd, cbe) 18.45/7.62 new_esEs7(vwx30, vwx40, ty_Float) -> new_esEs15(vwx30, vwx40) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), app(app(ty_Either, fd), ff), eh) -> new_ltEs17(vwx90, vwx100, fd, ff) 18.45/7.62 new_esEs24(vwx301, vwx401, app(app(app(ty_@3, cda), cdb), cdc)) -> new_esEs6(vwx301, vwx401, cda, cdb, cdc) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), app(ty_Maybe, fa), eh) -> new_ltEs15(vwx90, vwx100, fa) 18.45/7.62 new_primMulNat0(Succ(vwx30100), Zero) -> Zero 18.45/7.62 new_primMulNat0(Zero, Succ(vwx40000)) -> Zero 18.45/7.62 new_primPlusNat0(Zero, vwx40000) -> Succ(vwx40000) 18.45/7.62 new_ltEs7(vwx92, vwx102, app(app(ty_@2, bcc), bcd)) -> new_ltEs16(vwx92, vwx102, bcc, bcd) 18.45/7.62 new_ltEs6(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, hf) -> new_pePe(new_lt6(vwx90, vwx100, bag), new_asAs(new_esEs20(vwx90, vwx100, bag), new_pePe(new_lt7(vwx91, vwx101, he), new_asAs(new_esEs19(vwx91, vwx101, he), new_ltEs7(vwx92, vwx102, hf))))) 18.45/7.62 new_esEs26(vwx300, vwx400, ty_Integer) -> new_esEs11(vwx300, vwx400) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), app(app(ty_Either, bfd), bfe), beg) -> new_esEs5(vwx300, vwx400, bfd, bfe) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), app(ty_Ratio, cbb)) -> new_esEs13(vwx300, vwx400, cbb) 18.45/7.62 new_compare17(vwx90, vwx100, app(ty_Ratio, cfe)) -> new_compare19(vwx90, vwx100, cfe) 18.45/7.62 new_lt20(vwx90, vwx100, ty_Bool) -> new_lt12(vwx90, vwx100) 18.45/7.62 new_esEs28(vwx300, vwx400, app(ty_[], dcb)) -> new_esEs17(vwx300, vwx400, dcb) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), ty_Bool, beg) -> new_esEs12(vwx300, vwx400) 18.45/7.62 new_lt7(vwx91, vwx101, ty_@0) -> new_lt13(vwx91, vwx101) 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, app(ty_Ratio, cgc)) -> new_ltEs13(vwx90, vwx100, cgc) 18.45/7.62 new_ltEs19(vwx9, vwx10, ty_Integer) -> new_ltEs14(vwx9, vwx10) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), ty_Double, eh) -> new_ltEs18(vwx90, vwx100) 18.45/7.62 new_esEs23(vwx302, vwx402, ty_Ordering) -> new_esEs9(vwx302, vwx402) 18.45/7.62 new_compare111(vwx90, vwx100, True) -> LT 18.45/7.62 new_esEs25(vwx300, vwx400, ty_Char) -> new_esEs8(vwx300, vwx400) 18.45/7.62 new_esEs24(vwx301, vwx401, ty_Int) -> new_esEs14(vwx301, vwx401) 18.45/7.62 new_ltEs9(vwx9, vwx10, h) -> new_not(new_esEs9(new_compare(vwx9, vwx10, h), GT)) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs18(vwx300, vwx400) 18.45/7.62 new_esEs24(vwx301, vwx401, ty_Bool) -> new_esEs12(vwx301, vwx401) 18.45/7.62 new_esEs20(vwx90, vwx100, ty_@0) -> new_esEs18(vwx90, vwx100) 18.45/7.62 new_esEs29(vwx90, vwx100, app(ty_[], cb)) -> new_esEs17(vwx90, vwx100, cb) 18.45/7.62 new_primPlusNat1(Succ(vwx4600), Zero) -> Succ(vwx4600) 18.45/7.62 new_primPlusNat1(Zero, Succ(vwx400000)) -> Succ(vwx400000) 18.45/7.62 new_esEs9(LT, LT) -> True 18.45/7.62 new_lt20(vwx90, vwx100, ty_Char) -> new_lt10(vwx90, vwx100) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), app(ty_[], bff), beg) -> new_esEs17(vwx300, vwx400, bff) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), app(app(ty_@2, fb), fc), eh) -> new_ltEs16(vwx90, vwx100, fb, fc) 18.45/7.62 new_esEs26(vwx300, vwx400, ty_Double) -> new_esEs10(vwx300, vwx400) 18.45/7.62 new_esEs25(vwx300, vwx400, ty_Bool) -> new_esEs12(vwx300, vwx400) 18.45/7.62 new_compare12(vwx90, vwx100, False, db, dc, dd) -> GT 18.45/7.62 new_ltEs7(vwx92, vwx102, app(app(ty_Either, bce), bcf)) -> new_ltEs17(vwx92, vwx102, bce, bcf) 18.45/7.62 new_esEs23(vwx302, vwx402, app(app(app(ty_@3, cbg), cbh), cca)) -> new_esEs6(vwx302, vwx402, cbg, cbh, cca) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), app(ty_Maybe, bfc), beg) -> new_esEs16(vwx300, vwx400, bfc) 18.45/7.62 new_esEs25(vwx300, vwx400, ty_Double) -> new_esEs10(vwx300, vwx400) 18.45/7.62 new_primMulInt(Neg(vwx3010), Neg(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 18.45/7.62 new_primCmpInt(Pos(Zero), Pos(Succ(vwx1000))) -> new_primCmpNat0(Zero, Succ(vwx1000)) 18.45/7.62 new_compare25(vwx9, vwx10, True, dcc) -> EQ 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, ty_Integer) -> new_ltEs14(vwx90, vwx100) 18.45/7.62 new_compare([], :(vwx100, vwx101), h) -> LT 18.45/7.62 new_esEs8(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 18.45/7.62 new_ltEs19(vwx9, vwx10, app(ty_Maybe, cfg)) -> new_ltEs15(vwx9, vwx10, cfg) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), ty_Char, beg) -> new_esEs8(vwx300, vwx400) 18.45/7.62 new_esEs24(vwx301, vwx401, ty_Ordering) -> new_esEs9(vwx301, vwx401) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), app(ty_Maybe, bb)) -> new_ltEs15(vwx90, vwx100, bb) 18.45/7.62 new_esEs23(vwx302, vwx402, ty_Int) -> new_esEs14(vwx302, vwx402) 18.45/7.62 new_esEs23(vwx302, vwx402, app(app(ty_@2, ccb), ccc)) -> new_esEs4(vwx302, vwx402, ccb, ccc) 18.45/7.62 new_esEs24(vwx301, vwx401, ty_Char) -> new_esEs8(vwx301, vwx401) 18.45/7.62 new_esEs25(vwx300, vwx400, ty_Integer) -> new_esEs11(vwx300, vwx400) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), app(ty_[], eg), eh) -> new_ltEs9(vwx90, vwx100, eg) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), ty_Ordering, beg) -> new_esEs9(vwx300, vwx400) 18.45/7.62 new_esEs26(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 18.45/7.62 new_esEs27(vwx301, vwx401, ty_Ordering) -> new_esEs9(vwx301, vwx401) 18.45/7.62 new_compare113(vwx90, vwx100, True, ce, cf) -> LT 18.45/7.62 new_compare15(Nothing, Nothing, bec) -> EQ 18.45/7.62 new_primMulInt(Pos(vwx3010), Neg(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 18.45/7.62 new_primMulInt(Neg(vwx3010), Pos(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 18.45/7.62 new_esEs19(vwx91, vwx101, app(app(ty_Either, bbd), bbe)) -> new_esEs5(vwx91, vwx101, bbd, bbe) 18.45/7.62 new_ltEs19(vwx9, vwx10, app(ty_[], h)) -> new_ltEs9(vwx9, vwx10, h) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, app(app(app(ty_@3, bfh), bga), bgb)) -> new_esEs6(vwx300, vwx400, bfh, bga, bgb) 18.45/7.62 new_compare28(vwx90, vwx100, True) -> EQ 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), app(app(ty_@2, cah), cba)) -> new_esEs4(vwx300, vwx400, cah, cba) 18.45/7.62 new_esEs28(vwx300, vwx400, ty_Int) -> new_esEs14(vwx300, vwx400) 18.45/7.62 new_esEs22(vwx300, vwx400, ty_Integer) -> new_esEs11(vwx300, vwx400) 18.45/7.62 new_lt8(vwx90, vwx100) -> new_esEs9(new_compare11(vwx90, vwx100), LT) 18.45/7.62 new_ltEs19(vwx9, vwx10, ty_Ordering) -> new_ltEs12(vwx9, vwx10) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs11(vwx300, vwx400) 18.45/7.62 new_sr0(Integer(vwx1000), Integer(vwx910)) -> Integer(new_primMulInt(vwx1000, vwx910)) 18.45/7.62 new_compare18(vwx90, vwx100) -> new_compare29(vwx90, vwx100, new_esEs12(vwx90, vwx100)) 18.45/7.62 new_ltEs20(vwx91, vwx101, ty_Integer) -> new_ltEs14(vwx91, vwx101) 18.45/7.62 new_primCompAux0(vwx90, vwx100, vwx45, h) -> new_primCompAux00(vwx45, new_compare17(vwx90, vwx100, h)) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), app(ty_Ratio, cfh)) -> new_ltEs13(vwx90, vwx100, cfh) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, ty_Double) -> new_esEs10(vwx300, vwx400) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, ty_@0) -> new_esEs18(vwx300, vwx400) 18.45/7.62 new_esEs27(vwx301, vwx401, app(app(app(ty_@3, chg), chh), daa)) -> new_esEs6(vwx301, vwx401, chg, chh, daa) 18.45/7.62 new_compare24(vwx90, vwx100, True, db, dc, dd) -> EQ 18.45/7.62 new_ltEs11(vwx9, vwx10) -> new_not(new_esEs9(new_compare13(vwx9, vwx10), GT)) 18.45/7.62 new_compare15(Just(vwx30), Nothing, bec) -> GT 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs10(vwx300, vwx400) 18.45/7.62 new_esEs20(vwx90, vwx100, app(ty_Ratio, bhb)) -> new_esEs13(vwx90, vwx100, bhb) 18.45/7.62 new_esEs23(vwx302, vwx402, ty_Float) -> new_esEs15(vwx302, vwx402) 18.45/7.62 new_ltEs7(vwx92, vwx102, ty_Integer) -> new_ltEs14(vwx92, vwx102) 18.45/7.62 new_lt6(vwx90, vwx100, ty_Integer) -> new_lt4(vwx90, vwx100) 18.45/7.62 new_esEs25(vwx300, vwx400, app(ty_Ratio, ceh)) -> new_esEs13(vwx300, vwx400, ceh) 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, ty_Double) -> new_ltEs18(vwx90, vwx100) 18.45/7.62 new_asAs(True, vwx37) -> vwx37 18.45/7.62 new_lt20(vwx90, vwx100, ty_Float) -> new_lt8(vwx90, vwx100) 18.45/7.62 new_compare10(vwx90, vwx100, False, cg, da) -> GT 18.45/7.62 new_esEs19(vwx91, vwx101, app(ty_[], bah)) -> new_esEs17(vwx91, vwx101, bah) 18.45/7.62 new_esEs25(vwx300, vwx400, app(ty_[], cfd)) -> new_esEs17(vwx300, vwx400, cfd) 18.45/7.62 new_compare12(vwx90, vwx100, True, db, dc, dd) -> LT 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, ty_@0) -> new_ltEs5(vwx90, vwx100) 18.45/7.62 new_lt7(vwx91, vwx101, app(app(ty_@2, bbb), bbc)) -> new_lt16(vwx91, vwx101, bbb, bbc) 18.45/7.62 new_lt15(vwx90, vwx100, cd) -> new_esEs9(new_compare15(vwx90, vwx100, cd), LT) 18.45/7.62 new_esEs27(vwx301, vwx401, app(ty_Maybe, dae)) -> new_esEs16(vwx301, vwx401, dae) 18.45/7.62 new_lt5(vwx90, vwx100) -> new_esEs9(new_compare9(vwx90, vwx100), LT) 18.45/7.62 new_esEs19(vwx91, vwx101, app(ty_Ratio, bhc)) -> new_esEs13(vwx91, vwx101, bhc) 18.45/7.62 new_esEs20(vwx90, vwx100, ty_Char) -> new_esEs8(vwx90, vwx100) 18.45/7.62 new_esEs26(vwx300, vwx400, ty_Bool) -> new_esEs12(vwx300, vwx400) 18.45/7.62 new_compare25(vwx9, vwx10, False, dcc) -> new_compare112(vwx9, vwx10, new_ltEs19(vwx9, vwx10, dcc), dcc) 18.45/7.62 new_compare11(Float(vwx90, Pos(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare13(new_sr(vwx90, Pos(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.45/7.62 new_compare11(Float(vwx90, Neg(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare13(new_sr(vwx90, Neg(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.45/7.62 new_lt7(vwx91, vwx101, ty_Float) -> new_lt8(vwx91, vwx101) 18.45/7.62 new_ltEs13(vwx9, vwx10, cga) -> new_not(new_esEs9(new_compare19(vwx9, vwx10, cga), GT)) 18.45/7.62 new_primCmpInt(Pos(Succ(vwx900)), Pos(vwx100)) -> new_primCmpNat0(Succ(vwx900), vwx100) 18.45/7.62 new_compare110(vwx90, vwx100, False) -> GT 18.45/7.62 new_esEs29(vwx90, vwx100, app(app(ty_Either, cg), da)) -> new_esEs5(vwx90, vwx100, cg, da) 18.45/7.62 new_ltEs5(vwx9, vwx10) -> new_not(new_esEs9(new_compare6(vwx9, vwx10), GT)) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), ty_Bool, eh) -> new_ltEs4(vwx90, vwx100) 18.45/7.62 new_primCompAux00(vwx50, EQ) -> vwx50 18.45/7.62 new_esEs12(False, True) -> False 18.45/7.62 new_esEs12(True, False) -> False 18.45/7.62 new_sr(vwx301, vwx400) -> new_primMulInt(vwx301, vwx400) 18.45/7.62 new_lt16(vwx90, vwx100, ce, cf) -> new_esEs9(new_compare14(vwx90, vwx100, ce, cf), LT) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs9(vwx300, vwx400) 18.45/7.62 new_lt11(vwx90, vwx100) -> new_esEs9(new_compare13(vwx90, vwx100), LT) 18.45/7.62 new_esEs28(vwx300, vwx400, ty_Float) -> new_esEs15(vwx300, vwx400) 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, app(app(ty_@2, ge), gf)) -> new_ltEs16(vwx90, vwx100, ge, gf) 18.45/7.62 new_compare13(vwx9, vwx10) -> new_primCmpInt(vwx9, vwx10) 18.45/7.62 new_primMulNat0(Zero, Zero) -> Zero 18.45/7.62 new_ltEs20(vwx91, vwx101, ty_Ordering) -> new_ltEs12(vwx91, vwx101) 18.45/7.62 new_lt10(vwx90, vwx100) -> new_esEs9(new_compare16(vwx90, vwx100), LT) 18.45/7.62 new_esEs12(True, True) -> True 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), app(ty_[], ba)) -> new_ltEs9(vwx90, vwx100, ba) 18.45/7.62 new_compare111(vwx90, vwx100, False) -> GT 18.45/7.62 new_esEs17(:(vwx300, vwx301), :(vwx400, vwx401), cad) -> new_asAs(new_esEs26(vwx300, vwx400, cad), new_esEs17(vwx301, vwx401, cad)) 18.45/7.62 new_esEs27(vwx301, vwx401, ty_Double) -> new_esEs10(vwx301, vwx401) 18.45/7.62 new_ltEs20(vwx91, vwx101, app(app(ty_@2, dh), ea)) -> new_ltEs16(vwx91, vwx101, dh, ea) 18.45/7.62 new_esEs20(vwx90, vwx100, app(app(ty_Either, bab), bac)) -> new_esEs5(vwx90, vwx100, bab, bac) 18.45/7.62 new_lt6(vwx90, vwx100, ty_@0) -> new_lt13(vwx90, vwx100) 18.45/7.62 new_compare17(vwx90, vwx100, ty_Int) -> new_compare13(vwx90, vwx100) 18.45/7.62 new_esEs27(vwx301, vwx401, ty_Integer) -> new_esEs11(vwx301, vwx401) 18.45/7.62 new_ltEs19(vwx9, vwx10, app(ty_Ratio, cga)) -> new_ltEs13(vwx9, vwx10, cga) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, app(app(ty_Either, bgg), bgh)) -> new_esEs5(vwx300, vwx400, bgg, bgh) 18.45/7.62 new_compare17(vwx90, vwx100, app(ty_Maybe, bdc)) -> new_compare15(vwx90, vwx100, bdc) 18.45/7.62 new_esEs20(vwx90, vwx100, app(ty_[], hd)) -> new_esEs17(vwx90, vwx100, hd) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), app(app(app(ty_@3, cae), caf), cag)) -> new_esEs6(vwx300, vwx400, cae, caf, cag) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), ty_Ordering) -> new_ltEs12(vwx90, vwx100) 18.45/7.62 new_ltEs7(vwx92, vwx102, app(ty_Ratio, bhd)) -> new_ltEs13(vwx92, vwx102, bhd) 18.45/7.62 new_ltEs20(vwx91, vwx101, app(ty_[], df)) -> new_ltEs9(vwx91, vwx101, df) 18.45/7.62 new_esEs24(vwx301, vwx401, app(ty_Ratio, cdf)) -> new_esEs13(vwx301, vwx401, cdf) 18.45/7.62 new_ltEs12(GT, LT) -> False 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, ty_Float) -> new_ltEs8(vwx90, vwx100) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), app(app(ty_@2, bc), bd)) -> new_ltEs16(vwx90, vwx100, bc, bd) 18.45/7.62 new_esEs9(EQ, EQ) -> True 18.45/7.62 new_ltEs7(vwx92, vwx102, app(ty_[], bca)) -> new_ltEs9(vwx92, vwx102, bca) 18.45/7.62 new_ltEs19(vwx9, vwx10, app(app(ty_@2, de), cc)) -> new_ltEs16(vwx9, vwx10, de, cc) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), ty_Ordering, eh) -> new_ltEs12(vwx90, vwx100) 18.45/7.62 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 18.45/7.62 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), ty_Char, eh) -> new_ltEs10(vwx90, vwx100) 18.45/7.62 new_esEs29(vwx90, vwx100, app(ty_Ratio, cff)) -> new_esEs13(vwx90, vwx100, cff) 18.45/7.62 new_esEs11(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 18.45/7.62 new_compare([], [], h) -> EQ 18.45/7.62 new_esEs14(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 18.45/7.62 new_ltEs20(vwx91, vwx101, app(ty_Ratio, dcd)) -> new_ltEs13(vwx91, vwx101, dcd) 18.45/7.62 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.45/7.62 new_ltEs4(True, False) -> False 18.45/7.62 new_esEs7(vwx30, vwx40, ty_Int) -> new_esEs14(vwx30, vwx40) 18.45/7.62 new_esEs26(vwx300, vwx400, app(app(ty_@2, cgh), cha)) -> new_esEs4(vwx300, vwx400, cgh, cha) 18.45/7.62 new_lt7(vwx91, vwx101, ty_Integer) -> new_lt4(vwx91, vwx101) 18.45/7.62 new_esEs25(vwx300, vwx400, app(app(ty_Either, cfb), cfc)) -> new_esEs5(vwx300, vwx400, cfb, cfc) 18.45/7.62 new_esEs15(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs14(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.45/7.62 new_esEs7(vwx30, vwx40, app(app(app(ty_@3, bhf), bhg), bhh)) -> new_esEs6(vwx30, vwx40, bhf, bhg, bhh) 18.45/7.62 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 18.45/7.62 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 18.45/7.62 new_esEs26(vwx300, vwx400, app(ty_Maybe, chc)) -> new_esEs16(vwx300, vwx400, chc) 18.45/7.62 new_primCmpInt(Neg(Zero), Neg(Succ(vwx1000))) -> new_primCmpNat0(Succ(vwx1000), Zero) 18.45/7.62 new_lt20(vwx90, vwx100, app(ty_Ratio, cff)) -> new_lt14(vwx90, vwx100, cff) 18.45/7.62 new_lt7(vwx91, vwx101, ty_Char) -> new_lt10(vwx91, vwx101) 18.45/7.62 new_esEs26(vwx300, vwx400, app(ty_[], chf)) -> new_esEs17(vwx300, vwx400, chf) 18.45/7.62 new_ltEs12(EQ, GT) -> True 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), app(ty_Maybe, cbc)) -> new_esEs16(vwx300, vwx400, cbc) 18.45/7.62 new_compare24(vwx90, vwx100, False, db, dc, dd) -> new_compare12(vwx90, vwx100, new_ltEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.62 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, ty_Char) -> new_ltEs10(vwx90, vwx100) 18.45/7.62 new_ltEs4(False, False) -> True 18.45/7.62 new_esEs29(vwx90, vwx100, ty_Int) -> new_esEs14(vwx90, vwx100) 18.45/7.62 new_esEs26(vwx300, vwx400, app(app(ty_Either, chd), che)) -> new_esEs5(vwx300, vwx400, chd, che) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), ty_Float, beg) -> new_esEs15(vwx300, vwx400) 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, app(ty_[], gc)) -> new_ltEs9(vwx90, vwx100, gc) 18.45/7.62 new_ltEs12(EQ, EQ) -> True 18.45/7.62 new_esEs20(vwx90, vwx100, ty_Int) -> new_esEs14(vwx90, vwx100) 18.45/7.62 new_lt20(vwx90, vwx100, ty_Integer) -> new_lt4(vwx90, vwx100) 18.45/7.62 new_esEs5(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bed), bee), bef), beg) -> new_esEs6(vwx300, vwx400, bed, bee, bef) 18.45/7.62 new_esEs4(@2(vwx300, vwx301), @2(vwx400, vwx401), caa, cab) -> new_asAs(new_esEs28(vwx300, vwx400, caa), new_esEs27(vwx301, vwx401, cab)) 18.45/7.62 new_esEs26(vwx300, vwx400, app(app(app(ty_@3, cge), cgf), cgg)) -> new_esEs6(vwx300, vwx400, cge, cgf, cgg) 18.45/7.62 new_esEs24(vwx301, vwx401, ty_Float) -> new_esEs15(vwx301, vwx401) 18.45/7.62 new_lt13(vwx90, vwx100) -> new_esEs9(new_compare6(vwx90, vwx100), LT) 18.45/7.62 new_lt20(vwx90, vwx100, ty_Double) -> new_lt18(vwx90, vwx100) 18.45/7.62 new_not(False) -> True 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), ty_Integer, eh) -> new_ltEs14(vwx90, vwx100) 18.45/7.62 new_ltEs20(vwx91, vwx101, ty_Bool) -> new_ltEs4(vwx91, vwx101) 18.45/7.62 new_esEs28(vwx300, vwx400, app(ty_Ratio, dbf)) -> new_esEs13(vwx300, vwx400, dbf) 18.45/7.62 new_esEs24(vwx301, vwx401, app(ty_[], ceb)) -> new_esEs17(vwx301, vwx401, ceb) 18.45/7.62 new_lt7(vwx91, vwx101, ty_Int) -> new_lt11(vwx91, vwx101) 18.45/7.62 new_ltEs15(Nothing, Just(vwx100), cfg) -> True 18.45/7.62 new_ltEs18(vwx9, vwx10) -> new_not(new_esEs9(new_compare26(vwx9, vwx10), GT)) 18.45/7.62 new_esEs9(GT, GT) -> True 18.45/7.62 new_lt7(vwx91, vwx101, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_lt19(vwx91, vwx101, bbf, bbg, bbh) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), ty_Int) -> new_ltEs11(vwx90, vwx100) 18.45/7.62 new_compare29(vwx90, vwx100, True) -> EQ 18.45/7.62 new_esEs27(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 18.45/7.62 new_esEs5(Left(vwx300), Right(vwx400), bfg, beg) -> False 18.45/7.62 new_esEs5(Right(vwx300), Left(vwx400), bfg, beg) -> False 18.45/7.62 new_esEs20(vwx90, vwx100, ty_Bool) -> new_esEs12(vwx90, vwx100) 18.45/7.62 new_compare11(Float(vwx90, Pos(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare13(new_sr(vwx90, Pos(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, app(ty_Maybe, gd)) -> new_ltEs15(vwx90, vwx100, gd) 18.45/7.62 new_compare17(vwx90, vwx100, ty_Float) -> new_compare11(vwx90, vwx100) 18.45/7.62 new_compare15(Just(vwx30), Just(vwx40), bec) -> new_compare25(vwx30, vwx40, new_esEs7(vwx30, vwx40, bec), bec) 18.45/7.62 new_esEs9(EQ, GT) -> False 18.45/7.62 new_esEs9(GT, EQ) -> False 18.45/7.62 new_esEs29(vwx90, vwx100, ty_Bool) -> new_esEs12(vwx90, vwx100) 18.45/7.62 new_primPlusNat0(Succ(vwx460), vwx40000) -> Succ(Succ(new_primPlusNat1(vwx460, vwx40000))) 18.45/7.62 new_ltEs7(vwx92, vwx102, ty_Bool) -> new_ltEs4(vwx92, vwx102) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), ty_Char) -> new_ltEs10(vwx90, vwx100) 18.45/7.62 new_lt20(vwx90, vwx100, ty_Int) -> new_lt11(vwx90, vwx100) 18.45/7.62 new_compare27(vwx90, vwx100, db, dc, dd) -> new_compare24(vwx90, vwx100, new_esEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.62 new_ltEs19(vwx9, vwx10, ty_Char) -> new_ltEs10(vwx9, vwx10) 18.45/7.62 new_lt20(vwx90, vwx100, app(ty_Maybe, cd)) -> new_lt15(vwx90, vwx100, cd) 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, ty_Int) -> new_ltEs11(vwx90, vwx100) 18.45/7.62 new_lt20(vwx90, vwx100, ty_Ordering) -> new_lt5(vwx90, vwx100) 18.45/7.62 new_compare16(Char(vwx90), Char(vwx100)) -> new_primCmpNat0(vwx90, vwx100) 18.45/7.62 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 18.45/7.62 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 18.45/7.62 new_compare15(Nothing, Just(vwx40), bec) -> LT 18.45/7.62 new_lt6(vwx90, vwx100, app(ty_Ratio, bhb)) -> new_lt14(vwx90, vwx100, bhb) 18.45/7.62 new_primPlusNat1(Zero, Zero) -> Zero 18.45/7.62 new_lt20(vwx90, vwx100, app(app(app(ty_@3, db), dc), dd)) -> new_lt19(vwx90, vwx100, db, dc, dd) 18.45/7.62 new_lt20(vwx90, vwx100, app(app(ty_@2, ce), cf)) -> new_lt16(vwx90, vwx100, ce, cf) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), ty_Double) -> new_ltEs18(vwx90, vwx100) 18.45/7.62 new_esEs28(vwx300, vwx400, ty_Char) -> new_esEs8(vwx300, vwx400) 18.45/7.62 new_esEs21(vwx301, vwx401, ty_Integer) -> new_esEs11(vwx301, vwx401) 18.45/7.62 new_esEs7(vwx30, vwx40, ty_Ordering) -> new_esEs9(vwx30, vwx40) 18.45/7.62 new_esEs7(vwx30, vwx40, ty_Char) -> new_esEs8(vwx30, vwx40) 18.45/7.62 new_esEs27(vwx301, vwx401, app(app(ty_@2, dab), dac)) -> new_esEs4(vwx301, vwx401, dab, dac) 18.45/7.62 new_esEs28(vwx300, vwx400, ty_Ordering) -> new_esEs9(vwx300, vwx400) 18.45/7.62 new_esEs25(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 18.45/7.62 new_esEs27(vwx301, vwx401, ty_Int) -> new_esEs14(vwx301, vwx401) 18.45/7.62 new_compare6(@0, @0) -> EQ 18.45/7.62 new_esEs19(vwx91, vwx101, ty_Char) -> new_esEs8(vwx91, vwx101) 18.45/7.62 new_ltEs19(vwx9, vwx10, ty_Bool) -> new_ltEs4(vwx9, vwx10) 18.45/7.62 new_esEs16(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs12(vwx300, vwx400) 18.45/7.62 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.45/7.62 new_lt7(vwx91, vwx101, app(ty_Ratio, bhc)) -> new_lt14(vwx91, vwx101, bhc) 18.45/7.62 new_ltEs7(vwx92, vwx102, ty_Char) -> new_ltEs10(vwx92, vwx102) 18.45/7.62 new_compare8(vwx90, vwx100, cg, da) -> new_compare23(vwx90, vwx100, new_esEs5(vwx90, vwx100, cg, da), cg, da) 18.45/7.62 new_ltEs4(True, True) -> True 18.45/7.62 new_primMulNat0(Succ(vwx30100), Succ(vwx40000)) -> new_primPlusNat0(new_primMulNat0(vwx30100, Succ(vwx40000)), vwx40000) 18.45/7.62 new_esEs28(vwx300, vwx400, app(app(ty_@2, dbd), dbe)) -> new_esEs4(vwx300, vwx400, dbd, dbe) 18.45/7.62 new_compare26(Double(vwx90, Pos(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare13(new_sr(vwx90, Pos(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.45/7.62 new_compare26(Double(vwx90, Neg(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare13(new_sr(vwx90, Neg(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.45/7.62 new_ltEs12(EQ, LT) -> False 18.45/7.62 new_esEs7(vwx30, vwx40, ty_Integer) -> new_esEs11(vwx30, vwx40) 18.45/7.62 new_lt6(vwx90, vwx100, app(ty_[], hd)) -> new_lt9(vwx90, vwx100, hd) 18.45/7.62 new_primCmpNat0(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat0(vwx900, vwx1000) 18.45/7.62 new_lt6(vwx90, vwx100, ty_Double) -> new_lt18(vwx90, vwx100) 18.45/7.62 new_ltEs7(vwx92, vwx102, ty_Ordering) -> new_ltEs12(vwx92, vwx102) 18.45/7.62 new_ltEs7(vwx92, vwx102, app(app(app(ty_@3, bcg), bch), bda)) -> new_ltEs6(vwx92, vwx102, bcg, bch, bda) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, ty_Char) -> new_esEs8(vwx300, vwx400) 18.45/7.62 new_esEs13(:%(vwx300, vwx301), :%(vwx400, vwx401), bhe) -> new_asAs(new_esEs22(vwx300, vwx400, bhe), new_esEs21(vwx301, vwx401, bhe)) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, ty_Integer) -> new_esEs11(vwx300, vwx400) 18.45/7.62 new_lt6(vwx90, vwx100, app(app(ty_Either, bab), bac)) -> new_lt17(vwx90, vwx100, bab, bac) 18.45/7.62 new_ltEs20(vwx91, vwx101, ty_Char) -> new_ltEs10(vwx91, vwx101) 18.45/7.62 new_esEs27(vwx301, vwx401, ty_Float) -> new_esEs15(vwx301, vwx401) 18.45/7.62 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.45/7.62 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.45/7.62 new_ltEs12(LT, EQ) -> True 18.45/7.62 new_esEs24(vwx301, vwx401, app(ty_Maybe, cdg)) -> new_esEs16(vwx301, vwx401, cdg) 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, ty_Bool) -> new_ltEs4(vwx90, vwx100) 18.45/7.62 new_esEs29(vwx90, vwx100, app(app(ty_@2, ce), cf)) -> new_esEs4(vwx90, vwx100, ce, cf) 18.45/7.62 new_ltEs17(Right(vwx90), Left(vwx100), gb, eh) -> False 18.45/7.62 new_compare23(vwx90, vwx100, False, cg, da) -> new_compare10(vwx90, vwx100, new_ltEs17(vwx90, vwx100, cg, da), cg, da) 18.45/7.62 new_compare17(vwx90, vwx100, app(app(ty_Either, bdf), bdg)) -> new_compare8(vwx90, vwx100, bdf, bdg) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, ty_Ordering) -> new_esEs9(vwx300, vwx400) 18.45/7.62 new_lt6(vwx90, vwx100, app(app(ty_@2, hh), baa)) -> new_lt16(vwx90, vwx100, hh, baa) 18.45/7.62 new_primEqNat0(Zero, Zero) -> True 18.45/7.62 new_esEs28(vwx300, vwx400, app(app(ty_Either, dbh), dca)) -> new_esEs5(vwx300, vwx400, dbh, dca) 18.45/7.62 new_compare17(vwx90, vwx100, app(app(ty_@2, bdd), bde)) -> new_compare14(vwx90, vwx100, bdd, bde) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, ty_Bool) -> new_esEs12(vwx300, vwx400) 18.45/7.62 new_esEs10(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs14(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.45/7.62 new_esEs28(vwx300, vwx400, app(app(app(ty_@3, dba), dbb), dbc)) -> new_esEs6(vwx300, vwx400, dba, dbb, dbc) 18.45/7.62 new_esEs19(vwx91, vwx101, ty_Double) -> new_esEs10(vwx91, vwx101) 18.45/7.62 new_esEs9(LT, GT) -> False 18.45/7.62 new_esEs9(GT, LT) -> False 18.45/7.62 new_esEs26(vwx300, vwx400, ty_Float) -> new_esEs15(vwx300, vwx400) 18.45/7.62 new_esEs17(:(vwx300, vwx301), [], cad) -> False 18.45/7.62 new_esEs17([], :(vwx400, vwx401), cad) -> False 18.45/7.62 new_asAs(False, vwx37) -> False 18.45/7.62 new_esEs20(vwx90, vwx100, ty_Integer) -> new_esEs11(vwx90, vwx100) 18.45/7.62 new_esEs19(vwx91, vwx101, ty_Bool) -> new_esEs12(vwx91, vwx101) 18.45/7.62 new_esEs29(vwx90, vwx100, ty_Char) -> new_esEs8(vwx90, vwx100) 18.45/7.62 new_esEs29(vwx90, vwx100, ty_Ordering) -> new_esEs9(vwx90, vwx100) 18.45/7.62 new_ltEs17(Left(vwx90), Left(vwx100), app(ty_Ratio, cgb), eh) -> new_ltEs13(vwx90, vwx100, cgb) 18.45/7.62 new_esEs26(vwx300, vwx400, app(ty_Ratio, chb)) -> new_esEs13(vwx300, vwx400, chb) 18.45/7.62 new_esEs7(vwx30, vwx40, ty_Double) -> new_esEs10(vwx30, vwx40) 18.45/7.62 new_esEs23(vwx302, vwx402, app(ty_Maybe, cce)) -> new_esEs16(vwx302, vwx402, cce) 18.45/7.62 new_compare112(vwx16, vwx17, False, cgd) -> GT 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, app(ty_[], bha)) -> new_esEs17(vwx300, vwx400, bha) 18.45/7.62 new_esEs20(vwx90, vwx100, ty_Double) -> new_esEs10(vwx90, vwx100) 18.45/7.62 new_compare17(vwx90, vwx100, ty_Bool) -> new_compare18(vwx90, vwx100) 18.45/7.62 new_lt7(vwx91, vwx101, ty_Double) -> new_lt18(vwx91, vwx101) 18.45/7.62 new_ltEs17(Right(vwx90), Right(vwx100), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_ltEs6(vwx90, vwx100, ha, hb, hc) 18.45/7.62 new_esEs5(Right(vwx300), Right(vwx400), bfg, app(ty_Maybe, bgf)) -> new_esEs16(vwx300, vwx400, bgf) 18.45/7.62 new_ltEs15(Just(vwx90), Just(vwx100), ty_Bool) -> new_ltEs4(vwx90, vwx100) 18.45/7.62 new_lt7(vwx91, vwx101, app(ty_[], bah)) -> new_lt9(vwx91, vwx101, bah) 18.45/7.62 new_compare17(vwx90, vwx100, ty_@0) -> new_compare6(vwx90, vwx100) 18.45/7.62 new_esEs19(vwx91, vwx101, ty_Integer) -> new_esEs11(vwx91, vwx101) 18.45/7.62 new_compare17(vwx90, vwx100, ty_Ordering) -> new_compare9(vwx90, vwx100) 18.45/7.62 18.45/7.62 The set Q consists of the following terms: 18.45/7.62 18.45/7.62 new_compare([], :(x0, x1), x2) 18.45/7.62 new_primMulNat0(Succ(x0), Zero) 18.45/7.62 new_esEs19(x0, x1, ty_Double) 18.45/7.62 new_ltEs20(x0, x1, ty_Bool) 18.45/7.62 new_esEs22(x0, x1, ty_Int) 18.45/7.62 new_esEs28(x0, x1, ty_Double) 18.45/7.62 new_ltEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.45/7.62 new_compare10(x0, x1, False, x2, x3) 18.45/7.62 new_esEs7(x0, x1, ty_Int) 18.45/7.62 new_esEs27(x0, x1, ty_Int) 18.45/7.62 new_esEs5(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.45/7.62 new_compare24(x0, x1, True, x2, x3, x4) 18.45/7.62 new_compare112(x0, x1, False, x2) 18.45/7.62 new_lt7(x0, x1, app(ty_Maybe, x2)) 18.45/7.62 new_compare25(x0, x1, True, x2) 18.45/7.62 new_esEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.62 new_ltEs7(x0, x1, ty_@0) 18.45/7.62 new_lt7(x0, x1, ty_Float) 18.45/7.62 new_primPlusNat1(Zero, Zero) 18.45/7.62 new_esEs19(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_esEs19(x0, x1, ty_Ordering) 18.45/7.62 new_esEs26(x0, x1, ty_Double) 18.45/7.62 new_esEs5(Left(x0), Left(x1), app(ty_[], x2), x3) 18.45/7.62 new_ltEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.45/7.62 new_esEs29(x0, x1, ty_Float) 18.45/7.62 new_primPlusNat0(Succ(x0), x1) 18.45/7.62 new_compare110(x0, x1, True) 18.45/7.62 new_lt20(x0, x1, ty_Float) 18.45/7.62 new_esEs27(x0, x1, ty_Char) 18.45/7.62 new_compare113(x0, x1, False, x2, x3) 18.45/7.62 new_esEs27(x0, x1, ty_Ordering) 18.45/7.62 new_esEs26(x0, x1, ty_Int) 18.45/7.62 new_lt6(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_primEqInt(Pos(Zero), Pos(Zero)) 18.45/7.62 new_esEs20(x0, x1, ty_@0) 18.45/7.62 new_esEs5(Left(x0), Left(x1), ty_Bool, x2) 18.45/7.62 new_compare17(x0, x1, ty_@0) 18.45/7.62 new_esEs16(Just(x0), Just(x1), app(ty_[], x2)) 18.45/7.62 new_compare15(Just(x0), Nothing, x1) 18.45/7.62 new_lt9(x0, x1, x2) 18.45/7.62 new_esEs7(x0, x1, app(ty_Maybe, x2)) 18.45/7.62 new_ltEs19(x0, x1, app(ty_[], x2)) 18.45/7.62 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.45/7.62 new_ltEs17(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.45/7.62 new_pePe(True, x0) 18.45/7.62 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.45/7.62 new_compare19(:%(x0, x1), :%(x2, x3), ty_Int) 18.45/7.62 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_esEs7(x0, x1, ty_Char) 18.45/7.62 new_primEqInt(Neg(Zero), Neg(Zero)) 18.45/7.62 new_ltEs15(Just(x0), Just(x1), ty_Integer) 18.45/7.62 new_esEs24(x0, x1, ty_Float) 18.45/7.62 new_esEs7(x0, x1, ty_Double) 18.45/7.62 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 18.45/7.62 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 18.45/7.62 new_esEs5(Right(x0), Right(x1), x2, ty_Ordering) 18.45/7.62 new_esEs26(x0, x1, ty_Ordering) 18.45/7.62 new_compare6(@0, @0) 18.45/7.62 new_primEqNat0(Zero, Succ(x0)) 18.45/7.62 new_esEs12(False, True) 18.45/7.62 new_esEs12(True, False) 18.45/7.62 new_ltEs7(x0, x1, ty_Int) 18.45/7.62 new_lt13(x0, x1) 18.45/7.62 new_compare27(x0, x1, x2, x3, x4) 18.45/7.62 new_ltEs9(x0, x1, x2) 18.45/7.62 new_esEs9(LT, LT) 18.45/7.62 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.62 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.62 new_compare(:(x0, x1), [], x2) 18.45/7.62 new_esEs5(Left(x0), Left(x1), ty_Integer, x2) 18.45/7.62 new_esEs27(x0, x1, app(ty_[], x2)) 18.45/7.62 new_compare7(Integer(x0), Integer(x1)) 18.45/7.62 new_compare26(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 18.45/7.62 new_compare26(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 18.45/7.62 new_ltEs15(Just(x0), Just(x1), ty_@0) 18.45/7.62 new_compare9(x0, x1) 18.45/7.62 new_primPlusNat0(Zero, x0) 18.45/7.62 new_esEs5(Right(x0), Right(x1), x2, ty_Double) 18.45/7.62 new_esEs9(EQ, GT) 18.45/7.62 new_esEs9(GT, EQ) 18.45/7.62 new_esEs20(x0, x1, ty_Int) 18.45/7.62 new_ltEs20(x0, x1, ty_Char) 18.45/7.62 new_compare29(x0, x1, True) 18.45/7.62 new_esEs27(x0, x1, ty_Double) 18.45/7.62 new_compare17(x0, x1, ty_Ordering) 18.45/7.62 new_ltEs12(GT, EQ) 18.45/7.62 new_ltEs12(EQ, GT) 18.45/7.62 new_esEs25(x0, x1, app(ty_Maybe, x2)) 18.45/7.62 new_compare12(x0, x1, True, x2, x3, x4) 18.45/7.62 new_compare26(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 18.45/7.62 new_esEs14(x0, x1) 18.45/7.62 new_esEs5(Left(x0), Right(x1), x2, x3) 18.45/7.62 new_esEs5(Right(x0), Left(x1), x2, x3) 18.45/7.62 new_compare18(x0, x1) 18.45/7.62 new_esEs7(x0, x1, ty_@0) 18.45/7.62 new_lt6(x0, x1, ty_Bool) 18.45/7.62 new_esEs21(x0, x1, ty_Int) 18.45/7.62 new_lt7(x0, x1, ty_Integer) 18.45/7.62 new_primMulNat0(Zero, Succ(x0)) 18.45/7.62 new_ltEs19(x0, x1, ty_Int) 18.45/7.62 new_esEs16(Just(x0), Just(x1), ty_Float) 18.45/7.62 new_esEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.62 new_lt6(x0, x1, ty_Float) 18.45/7.62 new_ltEs7(x0, x1, ty_Bool) 18.45/7.62 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 18.45/7.62 new_esEs25(x0, x1, ty_Integer) 18.45/7.62 new_primEqInt(Pos(Zero), Neg(Zero)) 18.45/7.62 new_primEqInt(Neg(Zero), Pos(Zero)) 18.45/7.62 new_primMulInt(Pos(x0), Pos(x1)) 18.45/7.62 new_asAs(True, x0) 18.45/7.62 new_lt17(x0, x1, x2, x3) 18.45/7.62 new_esEs27(x0, x1, ty_Bool) 18.45/7.62 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 18.45/7.62 new_esEs16(Nothing, Nothing, x0) 18.45/7.62 new_lt6(x0, x1, ty_@0) 18.45/7.62 new_esEs25(x0, x1, app(ty_[], x2)) 18.45/7.62 new_esEs20(x0, x1, ty_Char) 18.45/7.62 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_ltEs20(x0, x1, ty_@0) 18.45/7.62 new_compare25(x0, x1, False, x2) 18.45/7.62 new_ltEs19(x0, x1, ty_Char) 18.45/7.62 new_esEs28(x0, x1, ty_Ordering) 18.45/7.62 new_ltEs19(x0, x1, ty_Double) 18.45/7.62 new_compare15(Nothing, Just(x0), x1) 18.45/7.62 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 18.45/7.62 new_esEs20(x0, x1, ty_Bool) 18.45/7.62 new_compare17(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_esEs23(x0, x1, ty_Float) 18.45/7.62 new_compare24(x0, x1, False, x2, x3, x4) 18.45/7.62 new_ltEs15(Just(x0), Just(x1), ty_Bool) 18.45/7.62 new_esEs20(x0, x1, ty_Double) 18.45/7.62 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.45/7.62 new_ltEs7(x0, x1, ty_Double) 18.45/7.62 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.45/7.62 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.45/7.62 new_ltEs17(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.45/7.62 new_compare([], [], x0) 18.45/7.62 new_esEs10(Double(x0, x1), Double(x2, x3)) 18.45/7.62 new_ltEs7(x0, x1, ty_Char) 18.45/7.62 new_esEs5(Left(x0), Left(x1), ty_Ordering, x2) 18.45/7.62 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_ltEs20(x0, x1, ty_Float) 18.45/7.62 new_esEs27(x0, x1, ty_Integer) 18.45/7.62 new_compare17(x0, x1, app(ty_[], x2)) 18.45/7.62 new_lt7(x0, x1, ty_@0) 18.45/7.62 new_compare15(Nothing, Nothing, x0) 18.45/7.62 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_ltEs7(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.62 new_ltEs20(x0, x1, ty_Double) 18.45/7.62 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.62 new_ltEs17(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.45/7.62 new_ltEs17(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.45/7.62 new_esEs16(Just(x0), Just(x1), ty_Integer) 18.45/7.62 new_esEs29(x0, x1, ty_Integer) 18.45/7.62 new_pePe(False, x0) 18.45/7.62 new_compare17(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.62 new_esEs19(x0, x1, ty_@0) 18.45/7.62 new_ltEs17(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.45/7.62 new_ltEs15(Nothing, Nothing, x0) 18.45/7.62 new_esEs25(x0, x1, ty_@0) 18.45/7.62 new_esEs15(Float(x0, x1), Float(x2, x3)) 18.45/7.62 new_esEs17(:(x0, x1), [], x2) 18.45/7.62 new_ltEs10(x0, x1) 18.45/7.62 new_esEs5(Right(x0), Right(x1), x2, ty_Char) 18.45/7.62 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_lt16(x0, x1, x2, x3) 18.45/7.62 new_ltEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.45/7.62 new_ltEs16(@2(x0, x1), @2(x2, x3), x4, x5) 18.45/7.62 new_asAs(False, x0) 18.45/7.62 new_ltEs4(True, True) 18.45/7.62 new_compare17(x0, x1, ty_Float) 18.45/7.62 new_esEs29(x0, x1, ty_@0) 18.45/7.62 new_ltEs17(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.45/7.62 new_esEs21(x0, x1, ty_Integer) 18.45/7.62 new_esEs16(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.45/7.62 new_esEs5(Right(x0), Right(x1), x2, ty_Int) 18.45/7.62 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.62 new_ltEs7(x0, x1, ty_Float) 18.45/7.62 new_ltEs7(x0, x1, app(ty_Maybe, x2)) 18.45/7.62 new_compare29(x0, x1, False) 18.45/7.62 new_ltEs17(Left(x0), Left(x1), ty_Bool, x2) 18.45/7.62 new_ltEs15(Just(x0), Just(x1), ty_Ordering) 18.45/7.62 new_esEs20(x0, x1, ty_Float) 18.45/7.62 new_esEs27(x0, x1, ty_@0) 18.45/7.62 new_ltEs14(x0, x1) 18.45/7.62 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.45/7.62 new_compare17(x0, x1, ty_Integer) 18.45/7.62 new_esEs28(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_esEs11(Integer(x0), Integer(x1)) 18.45/7.62 new_ltEs12(EQ, LT) 18.45/7.62 new_ltEs12(LT, EQ) 18.45/7.62 new_esEs28(x0, x1, ty_Bool) 18.45/7.62 new_ltEs15(Just(x0), Just(x1), app(ty_[], x2)) 18.45/7.62 new_ltEs12(GT, GT) 18.45/7.62 new_esEs26(x0, x1, ty_@0) 18.45/7.62 new_lt20(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_primCmpInt(Neg(Zero), Neg(Zero)) 18.45/7.62 new_compare17(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.62 new_esEs28(x0, x1, ty_Char) 18.45/7.62 new_esEs23(x0, x1, ty_Integer) 18.45/7.62 new_sr(x0, x1) 18.45/7.62 new_lt8(x0, x1) 18.45/7.62 new_ltEs17(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.45/7.62 new_esEs26(x0, x1, app(ty_[], x2)) 18.45/7.62 new_esEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.62 new_primMulNat0(Succ(x0), Succ(x1)) 18.45/7.62 new_primCmpInt(Pos(Zero), Neg(Zero)) 18.45/7.62 new_primCmpInt(Neg(Zero), Pos(Zero)) 18.45/7.62 new_esEs5(Right(x0), Right(x1), x2, ty_Float) 18.45/7.62 new_esEs5(Left(x0), Left(x1), ty_Int, x2) 18.45/7.62 new_compare11(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 18.45/7.62 new_compare11(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 18.45/7.62 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.62 new_esEs25(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_ltEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.62 new_esEs5(Left(x0), Left(x1), ty_Char, x2) 18.45/7.62 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_esEs28(x0, x1, ty_Int) 18.45/7.62 new_compare17(x0, x1, ty_Int) 18.45/7.62 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.62 new_ltEs17(Right(x0), Right(x1), x2, ty_Float) 18.45/7.62 new_lt7(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_sr0(Integer(x0), Integer(x1)) 18.45/7.62 new_ltEs12(LT, LT) 18.45/7.62 new_esEs23(x0, x1, ty_Ordering) 18.45/7.62 new_compare17(x0, x1, ty_Char) 18.45/7.62 new_compare28(x0, x1, False) 18.45/7.62 new_primCompAux00(x0, GT) 18.45/7.62 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.62 new_compare17(x0, x1, ty_Bool) 18.45/7.62 new_ltEs17(Left(x0), Right(x1), x2, x3) 18.45/7.62 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 18.45/7.62 new_ltEs17(Right(x0), Left(x1), x2, x3) 18.45/7.62 new_ltEs17(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.45/7.62 new_esEs5(Left(x0), Left(x1), ty_Float, x2) 18.45/7.62 new_compare210(x0, x1, True, x2, x3) 18.45/7.62 new_esEs26(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_ltEs17(Left(x0), Left(x1), ty_Float, x2) 18.45/7.62 new_esEs5(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.45/7.62 new_esEs16(Just(x0), Just(x1), ty_Ordering) 18.45/7.62 new_esEs28(x0, x1, app(ty_[], x2)) 18.45/7.62 new_esEs16(Just(x0), Nothing, x1) 18.45/7.62 new_primEqNat0(Succ(x0), Succ(x1)) 18.45/7.62 new_esEs5(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.45/7.62 new_esEs28(x0, x1, ty_Float) 18.45/7.62 new_ltEs20(x0, x1, app(ty_[], x2)) 18.45/7.62 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.62 new_esEs25(x0, x1, ty_Ordering) 18.45/7.62 new_esEs16(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.45/7.62 new_esEs19(x0, x1, app(ty_Maybe, x2)) 18.45/7.62 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.62 new_esEs24(x0, x1, ty_Char) 18.45/7.62 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.62 new_lt15(x0, x1, x2) 18.45/7.62 new_esEs9(EQ, EQ) 18.45/7.62 new_lt20(x0, x1, app(ty_[], x2)) 18.45/7.62 new_primCompAux0(x0, x1, x2, x3) 18.45/7.62 new_esEs19(x0, x1, ty_Float) 18.45/7.62 new_lt20(x0, x1, ty_Ordering) 18.45/7.62 new_lt7(x0, x1, ty_Double) 18.45/7.62 new_esEs26(x0, x1, ty_Float) 18.45/7.62 new_ltEs17(Right(x0), Right(x1), x2, ty_Char) 18.45/7.62 new_esEs16(Just(x0), Just(x1), ty_Char) 18.45/7.62 new_esEs20(x0, x1, app(ty_Maybe, x2)) 18.45/7.62 new_primMulNat0(Zero, Zero) 18.45/7.62 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.62 new_primPlusNat1(Zero, Succ(x0)) 18.45/7.62 new_ltEs17(Left(x0), Left(x1), ty_Int, x2) 18.45/7.62 new_compare17(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_esEs24(x0, x1, ty_Int) 18.45/7.62 new_esEs25(x0, x1, ty_Int) 18.45/7.62 new_compare13(x0, x1) 18.45/7.62 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_esEs29(x0, x1, ty_Double) 18.45/7.62 new_esEs5(Right(x0), Right(x1), x2, ty_Integer) 18.45/7.62 new_ltEs19(x0, x1, ty_Integer) 18.45/7.62 new_ltEs7(x0, x1, app(ty_Ratio, x2)) 18.45/7.62 new_esEs27(x0, x1, ty_Float) 18.45/7.62 new_esEs29(x0, x1, ty_Char) 18.45/7.62 new_esEs5(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.45/7.63 new_esEs19(x0, x1, app(ty_[], x2)) 18.45/7.63 new_esEs17([], :(x0, x1), x2) 18.45/7.63 new_ltEs13(x0, x1, x2) 18.45/7.63 new_esEs24(x0, x1, app(ty_[], x2)) 18.45/7.63 new_ltEs17(Right(x0), Right(x1), x2, ty_Ordering) 18.45/7.63 new_ltEs17(Left(x0), Left(x1), ty_Double, x2) 18.45/7.63 new_esEs25(x0, x1, ty_Char) 18.45/7.63 new_esEs13(:%(x0, x1), :%(x2, x3), x4) 18.45/7.63 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_esEs25(x0, x1, ty_Double) 18.45/7.63 new_esEs29(x0, x1, app(ty_[], x2)) 18.45/7.63 new_esEs29(x0, x1, ty_Ordering) 18.45/7.63 new_compare111(x0, x1, True) 18.45/7.63 new_compare28(x0, x1, True) 18.45/7.63 new_ltEs17(Right(x0), Right(x1), x2, ty_Int) 18.45/7.63 new_esEs23(x0, x1, ty_Bool) 18.45/7.63 new_ltEs17(Left(x0), Left(x1), ty_Char, x2) 18.45/7.63 new_ltEs19(x0, x1, ty_Float) 18.45/7.63 new_compare23(x0, x1, False, x2, x3) 18.45/7.63 new_esEs29(x0, x1, ty_Int) 18.45/7.63 new_esEs16(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.45/7.63 new_compare17(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_esEs24(x0, x1, ty_Double) 18.45/7.63 new_esEs16(Just(x0), Just(x1), ty_Double) 18.45/7.63 new_not(True) 18.45/7.63 new_compare15(Just(x0), Just(x1), x2) 18.45/7.63 new_esEs6(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.45/7.63 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_esEs5(Right(x0), Right(x1), x2, ty_Bool) 18.45/7.63 new_lt19(x0, x1, x2, x3, x4) 18.45/7.63 new_ltEs17(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.45/7.63 new_ltEs19(x0, x1, ty_Bool) 18.45/7.63 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.63 new_esEs12(False, False) 18.45/7.63 new_esEs16(Just(x0), Just(x1), ty_@0) 18.45/7.63 new_esEs17([], [], x0) 18.45/7.63 new_lt12(x0, x1) 18.45/7.63 new_ltEs17(Right(x0), Right(x1), x2, ty_Double) 18.45/7.63 new_esEs23(x0, x1, ty_Int) 18.45/7.63 new_ltEs15(Just(x0), Just(x1), ty_Double) 18.45/7.63 new_esEs24(x0, x1, ty_@0) 18.45/7.63 new_esEs7(x0, x1, ty_Float) 18.45/7.63 new_compare11(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 18.45/7.63 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.63 new_ltEs17(Right(x0), Right(x1), x2, ty_Bool) 18.45/7.63 new_esEs16(Just(x0), Just(x1), ty_Bool) 18.45/7.63 new_lt14(x0, x1, x2) 18.45/7.63 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.45/7.63 new_esEs17(:(x0, x1), :(x2, x3), x4) 18.45/7.63 new_esEs29(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_esEs23(x0, x1, ty_Char) 18.45/7.63 new_compare14(x0, x1, x2, x3) 18.45/7.63 new_lt10(x0, x1) 18.45/7.63 new_ltEs17(Left(x0), Left(x1), ty_Ordering, x2) 18.45/7.63 new_lt20(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_esEs5(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.45/7.63 new_ltEs4(False, True) 18.45/7.63 new_ltEs4(True, False) 18.45/7.63 new_lt20(x0, x1, ty_@0) 18.45/7.63 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.63 new_esEs20(x0, x1, app(ty_Ratio, x2)) 18.45/7.63 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.63 new_esEs9(LT, EQ) 18.45/7.63 new_esEs9(EQ, LT) 18.45/7.63 new_lt18(x0, x1) 18.45/7.63 new_ltEs15(Nothing, Just(x0), x1) 18.45/7.63 new_esEs29(x0, x1, ty_Bool) 18.45/7.63 new_lt6(x0, x1, ty_Char) 18.45/7.63 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.45/7.63 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.45/7.63 new_lt20(x0, x1, ty_Double) 18.45/7.63 new_esEs27(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_ltEs12(EQ, EQ) 18.45/7.63 new_esEs9(GT, GT) 18.45/7.63 new_lt20(x0, x1, ty_Char) 18.45/7.63 new_lt6(x0, x1, ty_Double) 18.45/7.63 new_esEs26(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_esEs28(x0, x1, ty_Integer) 18.45/7.63 new_lt7(x0, x1, ty_Ordering) 18.45/7.63 new_esEs16(Just(x0), Just(x1), ty_Int) 18.45/7.63 new_esEs24(x0, x1, app(ty_Ratio, x2)) 18.45/7.63 new_lt6(x0, x1, app(ty_[], x2)) 18.45/7.63 new_esEs23(x0, x1, ty_@0) 18.45/7.63 new_ltEs5(x0, x1) 18.45/7.63 new_esEs5(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.45/7.63 new_lt6(x0, x1, ty_Int) 18.45/7.63 new_esEs24(x0, x1, ty_Bool) 18.45/7.63 new_esEs7(x0, x1, app(ty_[], x2)) 18.45/7.63 new_esEs9(LT, GT) 18.45/7.63 new_esEs9(GT, LT) 18.45/7.63 new_esEs5(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.45/7.63 new_primCmpInt(Pos(Zero), Pos(Zero)) 18.45/7.63 new_lt20(x0, x1, ty_Int) 18.45/7.63 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 18.45/7.63 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_ltEs17(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.45/7.63 new_ltEs20(x0, x1, ty_Ordering) 18.45/7.63 new_esEs28(x0, x1, ty_@0) 18.45/7.63 new_esEs8(Char(x0), Char(x1)) 18.45/7.63 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_ltEs11(x0, x1) 18.45/7.63 new_compare10(x0, x1, True, x2, x3) 18.45/7.63 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_esEs26(x0, x1, ty_Bool) 18.45/7.63 new_esEs5(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.45/7.63 new_esEs5(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.45/7.63 new_compare19(:%(x0, x1), :%(x2, x3), ty_Integer) 18.45/7.63 new_primEqNat0(Succ(x0), Zero) 18.45/7.63 new_esEs25(x0, x1, ty_Bool) 18.45/7.63 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_ltEs17(Left(x0), Left(x1), ty_Integer, x2) 18.45/7.63 new_ltEs15(Just(x0), Just(x1), ty_Char) 18.45/7.63 new_ltEs8(x0, x1) 18.45/7.63 new_esEs19(x0, x1, ty_Bool) 18.45/7.63 new_primCmpNat0(Succ(x0), Zero) 18.45/7.63 new_esEs7(x0, x1, ty_Integer) 18.45/7.63 new_ltEs7(x0, x1, app(ty_[], x2)) 18.45/7.63 new_ltEs17(Right(x0), Right(x1), x2, ty_Integer) 18.45/7.63 new_esEs23(x0, x1, ty_Double) 18.45/7.63 new_lt20(x0, x1, ty_Bool) 18.45/7.63 new_esEs22(x0, x1, ty_Integer) 18.45/7.63 new_ltEs15(Just(x0), Just(x1), ty_Int) 18.45/7.63 new_lt7(x0, x1, ty_Bool) 18.45/7.63 new_ltEs17(Left(x0), Left(x1), app(ty_[], x2), x3) 18.45/7.63 new_lt6(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_compare111(x0, x1, False) 18.45/7.63 new_esEs16(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.45/7.63 new_compare112(x0, x1, True, x2) 18.45/7.63 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.63 new_ltEs6(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.45/7.63 new_ltEs20(x0, x1, ty_Int) 18.45/7.63 new_ltEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.45/7.63 new_lt20(x0, x1, ty_Integer) 18.45/7.63 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.63 new_esEs20(x0, x1, app(ty_[], x2)) 18.45/7.63 new_ltEs17(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.45/7.63 new_esEs5(Left(x0), Left(x1), ty_Double, x2) 18.45/7.63 new_ltEs15(Just(x0), Nothing, x1) 18.45/7.63 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.45/7.63 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.63 new_lt4(x0, x1) 18.45/7.63 new_ltEs4(False, False) 18.45/7.63 new_esEs26(x0, x1, ty_Integer) 18.45/7.63 new_primMulInt(Pos(x0), Neg(x1)) 18.45/7.63 new_primMulInt(Neg(x0), Pos(x1)) 18.45/7.63 new_ltEs19(x0, x1, ty_@0) 18.45/7.63 new_primPlusNat1(Succ(x0), Zero) 18.45/7.63 new_primCompAux00(x0, LT) 18.45/7.63 new_compare210(x0, x1, False, x2, x3) 18.45/7.63 new_ltEs7(x0, x1, app(app(ty_@2, x2), x3)) 18.45/7.63 new_esEs24(x0, x1, ty_Integer) 18.45/7.63 new_compare26(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 18.45/7.63 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.45/7.63 new_compare(:(x0, x1), :(x2, x3), x4) 18.45/7.63 new_esEs19(x0, x1, ty_Integer) 18.45/7.63 new_compare8(x0, x1, x2, x3) 18.45/7.63 new_primCmpNat0(Succ(x0), Succ(x1)) 18.45/7.63 new_primPlusNat1(Succ(x0), Succ(x1)) 18.45/7.63 new_esEs18(@0, @0) 18.45/7.63 new_esEs4(@2(x0, x1), @2(x2, x3), x4, x5) 18.45/7.63 new_esEs20(x0, x1, ty_Integer) 18.45/7.63 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.63 new_compare16(Char(x0), Char(x1)) 18.45/7.63 new_ltEs15(Just(x0), Just(x1), ty_Float) 18.45/7.63 new_esEs5(Right(x0), Right(x1), x2, ty_@0) 18.45/7.63 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.63 new_primEqNat0(Zero, Zero) 18.45/7.63 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.63 new_ltEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.45/7.63 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_ltEs19(x0, x1, ty_Ordering) 18.45/7.63 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 18.45/7.63 new_esEs12(True, True) 18.45/7.63 new_not(False) 18.45/7.63 new_esEs20(x0, x1, ty_Ordering) 18.45/7.63 new_compare23(x0, x1, True, x2, x3) 18.45/7.63 new_esEs19(x0, x1, ty_Char) 18.45/7.63 new_lt6(x0, x1, ty_Ordering) 18.45/7.63 new_ltEs17(Right(x0), Right(x1), x2, ty_@0) 18.45/7.63 new_esEs28(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_lt7(x0, x1, ty_Char) 18.45/7.63 new_esEs7(x0, x1, app(ty_Ratio, x2)) 18.45/7.63 new_esEs24(x0, x1, ty_Ordering) 18.45/7.63 new_ltEs7(x0, x1, ty_Integer) 18.45/7.63 new_ltEs12(LT, GT) 18.45/7.63 new_ltEs12(GT, LT) 18.45/7.63 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 18.45/7.63 new_esEs7(x0, x1, ty_Bool) 18.45/7.63 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 18.45/7.63 new_ltEs18(x0, x1) 18.45/7.63 new_lt7(x0, x1, app(ty_[], x2)) 18.45/7.63 new_esEs5(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.45/7.63 new_ltEs17(Left(x0), Left(x1), ty_@0, x2) 18.45/7.63 new_esEs23(x0, x1, app(ty_[], x2)) 18.45/7.63 new_ltEs7(x0, x1, ty_Ordering) 18.45/7.63 new_esEs26(x0, x1, ty_Char) 18.45/7.63 new_esEs7(x0, x1, ty_Ordering) 18.45/7.63 new_lt6(x0, x1, ty_Integer) 18.45/7.63 new_esEs19(x0, x1, ty_Int) 18.45/7.63 new_compare113(x0, x1, True, x2, x3) 18.45/7.63 new_compare17(x0, x1, ty_Double) 18.45/7.63 new_compare12(x0, x1, False, x2, x3, x4) 18.45/7.63 new_compare110(x0, x1, False) 18.45/7.63 new_primCmpNat0(Zero, Succ(x0)) 18.45/7.63 new_esEs16(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.45/7.63 new_esEs27(x0, x1, app(ty_Ratio, x2)) 18.45/7.63 new_lt5(x0, x1) 18.45/7.63 new_esEs16(Nothing, Just(x0), x1) 18.45/7.63 new_esEs5(Left(x0), Left(x1), ty_@0, x2) 18.45/7.63 new_esEs29(x0, x1, app(ty_Ratio, x2)) 18.45/7.63 new_primCompAux00(x0, EQ) 18.45/7.63 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 18.45/7.63 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 18.45/7.63 new_lt11(x0, x1) 18.45/7.63 new_esEs25(x0, x1, ty_Float) 18.45/7.63 new_esEs24(x0, x1, app(ty_Maybe, x2)) 18.45/7.63 new_primCmpNat0(Zero, Zero) 18.45/7.63 new_compare11(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 18.45/7.63 new_lt7(x0, x1, ty_Int) 18.45/7.63 new_primMulInt(Neg(x0), Neg(x1)) 18.45/7.63 new_ltEs20(x0, x1, ty_Integer) 18.45/7.63 18.45/7.63 We have to consider all minimal (P,Q,R)-chains. 18.45/7.63 ---------------------------------------- 18.45/7.63 18.45/7.63 (31) QDPSizeChangeProof (EQUIVALENT) 18.45/7.63 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 18.45/7.63 18.45/7.63 From the DPs we obtained the following set of size-change graphs: 18.45/7.63 *new_compare1(Just(vwx30), Just(vwx40), bec) -> new_compare2(vwx30, vwx40, new_esEs7(vwx30, vwx40, bec), bec) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_compare0(vwx91, vwx101, h) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_@2, bc), bd)) -> new_ltEs1(vwx90, vwx100, bc, bd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare21(vwx90, vwx100, False, cg, da) -> new_ltEs2(vwx90, vwx100, cg, da) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs0(Just(vwx90), Just(vwx100), app(app(app(ty_@3, bg), bh), ca)) -> new_ltEs3(vwx90, vwx100, bg, bh, ca) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare5(vwx90, vwx100, db, dc, dd) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs0(Just(vwx90), Just(vwx100), app(ty_Maybe, bb)) -> new_ltEs0(vwx90, vwx100, bb) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(app(ty_@2, bcc), bcd)) -> new_ltEs1(vwx92, vwx102, bcc, bcd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(app(app(ty_@3, bcg), bch), bda)) -> new_ltEs3(vwx92, vwx102, bcg, bch, bda) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(ty_Maybe, bcb)) -> new_ltEs0(vwx92, vwx102, bcb) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_lt(vwx90, vwx100, cb) -> new_compare0(vwx90, vwx100, cb) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_primCompAux(vwx90, vwx100, vwx45, app(app(ty_Either, bdf), bdg)) -> new_compare4(vwx90, vwx100, bdf, bdg) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_lt0(vwx90, vwx100, cd) -> new_compare1(vwx90, vwx100, cd) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare22(vwx90, vwx100, False, db, dc, dd) -> new_ltEs3(vwx90, vwx100, db, dc, dd) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_Either, be), bf)) -> new_ltEs2(vwx90, vwx100, be, bf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs0(Just(vwx90), Just(vwx100), app(ty_[], ba)) -> new_ltEs(vwx90, vwx100, ba) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], h)) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(app(ty_Either, bce), bcf)) -> new_ltEs2(vwx92, vwx102, bce, bcf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_compare0(vwx91, vwx101, h) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_lt1(vwx90, vwx100, ce, cf) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_lt2(vwx90, vwx100, cg, da) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, cg, da), cg, da) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, he, app(ty_[], bca)) -> new_ltEs(vwx92, vwx102, bca) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs3(vwx91, vwx101, ed, ee, ef) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(ty_Maybe, dg)) -> new_ltEs0(vwx91, vwx101, dg) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_Either, cg), da)), cc)) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, cg, da), cg, da) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(app(ty_Either, eb), ec)) -> new_ltEs2(vwx91, vwx101, eb, ec) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(ty_[], df)) -> new_ltEs(vwx91, vwx101, df) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(app(ty_@3, db), dc), dd)), cc)) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5, 4 > 6 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_Maybe, cd)), cc)) -> new_compare1(vwx90, vwx100, cd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare3(vwx90, vwx100, ce, cf) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), de, app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx91, vwx101, dh, ea) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare20(vwx90, vwx100, False, ce, cf) -> new_ltEs1(vwx90, vwx100, ce, cf) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, cg), da), cc) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, cg, da), cg, da) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare4(vwx90, vwx100, cg, da) -> new_compare21(vwx90, vwx100, new_esEs5(vwx90, vwx100, cg, da), cg, da) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, db), dc), dd), cc) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 18.45/7.63 18.45/7.63 18.45/7.63 *new_lt3(vwx90, vwx100, db, dc, dd) -> new_compare22(vwx90, vwx100, new_esEs6(vwx90, vwx100, db, dc, dd), db, dc, dd) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, cd), cc) -> new_compare1(vwx90, vwx100, cd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_primCompAux(vwx90, vwx100, vwx45, app(ty_Maybe, bdc)) -> new_compare1(vwx90, vwx100, bdc) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], cb), cc) -> new_compare0(vwx90, vwx100, cb) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, ce), cf), cc) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_primCompAux(vwx90, vwx100, vwx45, app(ty_[], bdb)) -> new_compare0(vwx90, vwx100, bdb) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_@2, ce), cf)), cc)) -> new_compare20(vwx90, vwx100, new_esEs4(vwx90, vwx100, ce, cf), ce, cf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_primCompAux(vwx90, vwx100, vwx45, app(app(ty_@2, bdd), bde)) -> new_compare3(vwx90, vwx100, bdd, bde) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_primCompAux(vwx90, vwx100, vwx45, app(app(app(ty_@3, bdh), bea), beb)) -> new_compare5(vwx90, vwx100, bdh, bea, beb) 18.45/7.63 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Left(vwx90), Left(vwx100), app(app(ty_@2, fb), fc), eh) -> new_ltEs1(vwx90, vwx100, fb, fc) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(ty_@2, ge), gf)) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(app(ty_@2, bcc), bcd))) -> new_ltEs1(vwx92, vwx102, bcc, bcd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_@2, bc), bd))) -> new_ltEs1(vwx90, vwx100, bc, bd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_@2, fb), fc)), eh)) -> new_ltEs1(vwx90, vwx100, fb, fc) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(ty_@2, ge), gf))) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(app(ty_@2, dh), ea))) -> new_ltEs1(vwx91, vwx101, dh, ea) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_ltEs3(vwx90, vwx100, ha, hb, hc) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Left(vwx90), Left(vwx100), app(app(app(ty_@3, fg), fh), ga), eh) -> new_ltEs3(vwx90, vwx100, fg, fh, ga) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(app(ty_@3, bg), bh), ca))) -> new_ltEs3(vwx90, vwx100, bg, bh, ca) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(app(app(ty_@3, ed), ee), ef))) -> new_ltEs3(vwx91, vwx101, ed, ee, ef) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(app(ty_@3, ha), hb), hc))) -> new_ltEs3(vwx90, vwx100, ha, hb, hc) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(app(ty_@3, fg), fh), ga)), eh)) -> new_ltEs3(vwx90, vwx100, fg, fh, ga) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(app(app(ty_@3, bcg), bch), bda))) -> new_ltEs3(vwx92, vwx102, bcg, bch, bda) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bad), bae), baf), he, hf) -> new_lt3(vwx90, vwx100, bad, bae, baf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(app(app(ty_@3, bbf), bbg), bbh), hf) -> new_lt3(vwx91, vwx101, bbf, bbg, bbh) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(ty_Maybe, bba), hf) -> new_lt0(vwx91, vwx101, bba) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, hg), he, hf) -> new_lt0(vwx90, vwx100, hg) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, bab), bac), he, hf) -> new_lt2(vwx90, vwx100, bab, bac) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(app(ty_Either, bbd), bbe), hf) -> new_lt2(vwx91, vwx101, bbd, bbe) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(app(ty_@2, bbb), bbc), hf) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, hh), baa), he, hf) -> new_lt1(vwx90, vwx100, hh, baa) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bag, app(ty_[], bah), hf) -> new_lt(vwx91, vwx101, bah) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], hd), he, hf) -> new_lt(vwx90, vwx100, hd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(ty_Maybe, gd)) -> new_ltEs0(vwx90, vwx100, gd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Left(vwx90), Left(vwx100), app(ty_Maybe, fa), eh) -> new_ltEs0(vwx90, vwx100, fa) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(ty_Maybe, dg))) -> new_ltEs0(vwx91, vwx101, dg) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(ty_Maybe, bcb))) -> new_ltEs0(vwx92, vwx102, bcb) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(ty_Maybe, gd))) -> new_ltEs0(vwx90, vwx100, gd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_Maybe, bb))) -> new_ltEs0(vwx90, vwx100, bb) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_Maybe, fa)), eh)) -> new_ltEs0(vwx90, vwx100, fa) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(ty_Either, gg), gh)) -> new_ltEs2(vwx90, vwx100, gg, gh) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Left(vwx90), Left(vwx100), app(app(ty_Either, fd), ff), eh) -> new_ltEs2(vwx90, vwx100, fd, ff) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Left(vwx90), Left(vwx100), app(ty_[], eg), eh) -> new_ltEs(vwx90, vwx100, eg) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(ty_[], gc)) -> new_ltEs(vwx90, vwx100, gc) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(app(ty_@3, bad), bae), baf)), he), hf)) -> new_lt3(vwx90, vwx100, bad, bae, baf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(app(app(ty_@3, bbf), bbg), bbh)), hf)) -> new_lt3(vwx91, vwx101, bbf, bbg, bbh) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_Either, fd), ff)), eh)) -> new_ltEs2(vwx90, vwx100, fd, ff) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(ty_Either, gg), gh))) -> new_ltEs2(vwx90, vwx100, gg, gh) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(app(ty_Either, eb), ec))) -> new_ltEs2(vwx91, vwx101, eb, ec) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(app(ty_Either, bce), bcf))) -> new_ltEs2(vwx92, vwx102, bce, bcf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_Either, be), bf))) -> new_ltEs2(vwx90, vwx100, be, bf) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, de), app(ty_[], df))) -> new_ltEs(vwx91, vwx101, df) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), he), app(ty_[], bca))) -> new_ltEs(vwx92, vwx102, bca) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_[], ba))) -> new_ltEs(vwx90, vwx100, ba) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(ty_[], gc))) -> new_ltEs(vwx90, vwx100, gc) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_[], eg)), eh)) -> new_ltEs(vwx90, vwx100, eg) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_Maybe, hg)), he), hf)) -> new_lt0(vwx90, vwx100, hg) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(ty_Maybe, bba)), hf)) -> new_lt0(vwx91, vwx101, bba) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], h)) -> new_compare0(vwx91, vwx101, h) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_[], cb)), cc)) -> new_compare0(vwx90, vwx100, cb) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_Either, bab), bac)), he), hf)) -> new_lt2(vwx90, vwx100, bab, bac) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(app(ty_Either, bbd), bbe)), hf)) -> new_lt2(vwx91, vwx101, bbd, bbe) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(app(ty_@2, bbb), bbc)), hf)) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_@2, hh), baa)), he), hf)) -> new_lt1(vwx90, vwx100, hh, baa) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_[], hd)), he), hf)) -> new_lt(vwx90, vwx100, hd) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 *new_compare2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bag), app(ty_[], bah)), hf)) -> new_lt(vwx91, vwx101, bah) 18.45/7.63 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.45/7.63 18.45/7.63 18.45/7.63 ---------------------------------------- 18.45/7.63 18.45/7.63 (32) 18.45/7.63 YES 18.55/7.76 EOF