15.60/6.46 YES 18.18/7.18 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 18.18/7.18 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.18/7.18 18.18/7.18 18.18/7.18 H-Termination with start terms of the given HASKELL could be proven: 18.18/7.18 18.18/7.18 (0) HASKELL 18.18/7.18 (1) CR [EQUIVALENT, 0 ms] 18.18/7.18 (2) HASKELL 18.18/7.18 (3) IFR [EQUIVALENT, 0 ms] 18.18/7.18 (4) HASKELL 18.18/7.18 (5) BR [EQUIVALENT, 0 ms] 18.18/7.18 (6) HASKELL 18.18/7.18 (7) COR [EQUIVALENT, 19 ms] 18.18/7.18 (8) HASKELL 18.18/7.18 (9) LetRed [EQUIVALENT, 0 ms] 18.18/7.18 (10) HASKELL 18.18/7.18 (11) NumRed [SOUND, 0 ms] 18.18/7.18 (12) HASKELL 18.18/7.18 (13) Narrow [SOUND, 0 ms] 18.18/7.18 (14) AND 18.18/7.18 (15) QDP 18.18/7.18 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.18/7.18 (17) YES 18.18/7.18 (18) QDP 18.18/7.18 (19) QDPSizeChangeProof [EQUIVALENT, 22 ms] 18.18/7.18 (20) YES 18.18/7.18 (21) QDP 18.18/7.18 (22) QDPSizeChangeProof [EQUIVALENT, 22 ms] 18.18/7.18 (23) YES 18.18/7.18 (24) QDP 18.18/7.18 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.18/7.18 (26) YES 18.18/7.18 (27) QDP 18.18/7.18 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.18/7.18 (29) YES 18.18/7.18 (30) QDP 18.18/7.18 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.18/7.18 (32) YES 18.18/7.18 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (0) 18.18/7.18 Obligation: 18.18/7.18 mainModule Main 18.18/7.18 module Main where { 18.18/7.18 import qualified Prelude; 18.18/7.18 } 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (1) CR (EQUIVALENT) 18.18/7.18 Case Reductions: 18.18/7.18 The following Case expression 18.18/7.18 "case compare x y of { 18.18/7.18 EQ -> o; 18.18/7.18 LT -> LT; 18.18/7.18 GT -> GT} 18.18/7.18 " 18.18/7.18 is transformed to 18.18/7.18 "primCompAux0 o EQ = o; 18.18/7.18 primCompAux0 o LT = LT; 18.18/7.18 primCompAux0 o GT = GT; 18.18/7.18 " 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (2) 18.18/7.18 Obligation: 18.18/7.18 mainModule Main 18.18/7.18 module Main where { 18.18/7.18 import qualified Prelude; 18.18/7.18 } 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (3) IFR (EQUIVALENT) 18.18/7.18 If Reductions: 18.18/7.18 The following If expression 18.18/7.18 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 18.18/7.18 is transformed to 18.18/7.18 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 18.18/7.18 primDivNatS0 x y False = Zero; 18.18/7.18 " 18.18/7.18 The following If expression 18.18/7.18 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 18.18/7.18 is transformed to 18.18/7.18 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 18.18/7.18 primModNatS0 x y False = Succ x; 18.18/7.18 " 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (4) 18.18/7.18 Obligation: 18.18/7.18 mainModule Main 18.18/7.18 module Main where { 18.18/7.18 import qualified Prelude; 18.18/7.18 } 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (5) BR (EQUIVALENT) 18.18/7.18 Replaced joker patterns by fresh variables and removed binding patterns. 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (6) 18.18/7.18 Obligation: 18.18/7.18 mainModule Main 18.18/7.18 module Main where { 18.18/7.18 import qualified Prelude; 18.18/7.18 } 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (7) COR (EQUIVALENT) 18.18/7.18 Cond Reductions: 18.18/7.18 The following Function with conditions 18.18/7.18 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 18.18/7.18 " 18.18/7.18 is transformed to 18.18/7.18 "compare x y = compare3 x y; 18.18/7.18 " 18.18/7.18 "compare0 x y True = GT; 18.18/7.18 " 18.18/7.18 "compare1 x y True = LT; 18.18/7.18 compare1 x y False = compare0 x y otherwise; 18.18/7.18 " 18.18/7.18 "compare2 x y True = EQ; 18.18/7.18 compare2 x y False = compare1 x y (x <= y); 18.18/7.18 " 18.18/7.18 "compare3 x y = compare2 x y (x == y); 18.18/7.18 " 18.18/7.18 The following Function with conditions 18.18/7.18 "absReal x|x >= 0x|otherwise`negate` x; 18.18/7.18 " 18.18/7.18 is transformed to 18.18/7.18 "absReal x = absReal2 x; 18.18/7.18 " 18.18/7.18 "absReal0 x True = `negate` x; 18.18/7.18 " 18.18/7.18 "absReal1 x True = x; 18.18/7.18 absReal1 x False = absReal0 x otherwise; 18.18/7.18 " 18.18/7.18 "absReal2 x = absReal1 x (x >= 0); 18.18/7.18 " 18.18/7.18 The following Function with conditions 18.18/7.18 "gcd' x 0 = x; 18.18/7.18 gcd' x y = gcd' y (x `rem` y); 18.18/7.18 " 18.18/7.18 is transformed to 18.18/7.18 "gcd' x zx = gcd'2 x zx; 18.18/7.18 gcd' x y = gcd'0 x y; 18.18/7.18 " 18.18/7.18 "gcd'0 x y = gcd' y (x `rem` y); 18.18/7.18 " 18.18/7.18 "gcd'1 True x zx = x; 18.18/7.18 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.18/7.18 " 18.18/7.18 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.18/7.18 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.18/7.18 " 18.18/7.18 The following Function with conditions 18.18/7.18 "gcd 0 0 = error []; 18.18/7.18 gcd x y = gcd' (abs x) (abs y) where { 18.18/7.18 gcd' x 0 = x; 18.18/7.18 gcd' x y = gcd' y (x `rem` y); 18.18/7.18 } 18.18/7.18 ; 18.18/7.18 " 18.18/7.18 is transformed to 18.18/7.18 "gcd vux vuy = gcd3 vux vuy; 18.18/7.18 gcd x y = gcd0 x y; 18.18/7.18 " 18.18/7.18 "gcd0 x y = gcd' (abs x) (abs y) where { 18.18/7.18 gcd' x zx = gcd'2 x zx; 18.18/7.18 gcd' x y = gcd'0 x y; 18.18/7.18 ; 18.18/7.18 gcd'0 x y = gcd' y (x `rem` y); 18.18/7.18 ; 18.18/7.18 gcd'1 True x zx = x; 18.18/7.18 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.18/7.18 ; 18.18/7.18 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.18/7.18 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.18/7.18 } 18.18/7.18 ; 18.18/7.18 " 18.18/7.18 "gcd1 True vux vuy = error []; 18.18/7.18 gcd1 vuz vvu vvv = gcd0 vvu vvv; 18.18/7.18 " 18.18/7.18 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 18.18/7.18 gcd2 vvw vvx vvy = gcd0 vvx vvy; 18.18/7.18 " 18.18/7.18 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 18.18/7.18 gcd3 vvz vwu = gcd0 vvz vwu; 18.18/7.18 " 18.18/7.18 The following Function with conditions 18.18/7.18 "undefined |Falseundefined; 18.18/7.18 " 18.18/7.18 is transformed to 18.18/7.18 "undefined = undefined1; 18.18/7.18 " 18.18/7.18 "undefined0 True = undefined; 18.18/7.18 " 18.18/7.18 "undefined1 = undefined0 False; 18.18/7.18 " 18.18/7.18 The following Function with conditions 18.18/7.18 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 18.18/7.18 d = gcd x y; 18.18/7.18 } 18.18/7.18 ; 18.18/7.18 " 18.18/7.18 is transformed to 18.18/7.18 "reduce x y = reduce2 x y; 18.18/7.18 " 18.18/7.18 "reduce2 x y = reduce1 x y (y == 0) where { 18.18/7.18 d = gcd x y; 18.18/7.18 ; 18.18/7.18 reduce0 x y True = x `quot` d :% (y `quot` d); 18.18/7.18 ; 18.18/7.18 reduce1 x y True = error []; 18.18/7.18 reduce1 x y False = reduce0 x y otherwise; 18.18/7.18 } 18.18/7.18 ; 18.18/7.18 " 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (8) 18.18/7.18 Obligation: 18.18/7.18 mainModule Main 18.18/7.18 module Main where { 18.18/7.18 import qualified Prelude; 18.18/7.18 } 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (9) LetRed (EQUIVALENT) 18.18/7.18 Let/Where Reductions: 18.18/7.18 The bindings of the following Let/Where expression 18.18/7.18 "gcd' (abs x) (abs y) where { 18.18/7.18 gcd' x zx = gcd'2 x zx; 18.18/7.18 gcd' x y = gcd'0 x y; 18.18/7.18 ; 18.18/7.18 gcd'0 x y = gcd' y (x `rem` y); 18.18/7.18 ; 18.18/7.18 gcd'1 True x zx = x; 18.18/7.18 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.18/7.18 ; 18.18/7.18 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.18/7.18 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.18/7.18 } 18.18/7.18 " 18.18/7.18 are unpacked to the following functions on top level 18.18/7.18 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 18.18/7.18 gcd0Gcd' x y = gcd0Gcd'0 x y; 18.18/7.18 " 18.18/7.18 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 18.18/7.18 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 18.18/7.18 " 18.18/7.18 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 18.18/7.18 " 18.18/7.18 "gcd0Gcd'1 True x zx = x; 18.18/7.18 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 18.18/7.18 " 18.18/7.18 The bindings of the following Let/Where expression 18.18/7.18 "reduce1 x y (y == 0) where { 18.18/7.18 d = gcd x y; 18.18/7.18 ; 18.18/7.18 reduce0 x y True = x `quot` d :% (y `quot` d); 18.18/7.18 ; 18.18/7.18 reduce1 x y True = error []; 18.18/7.18 reduce1 x y False = reduce0 x y otherwise; 18.18/7.18 } 18.18/7.18 " 18.18/7.18 are unpacked to the following functions on top level 18.18/7.18 "reduce2D vwv vww = gcd vwv vww; 18.18/7.18 " 18.18/7.18 "reduce2Reduce1 vwv vww x y True = error []; 18.18/7.18 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 18.18/7.18 " 18.18/7.18 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 18.18/7.18 " 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (10) 18.18/7.18 Obligation: 18.18/7.18 mainModule Main 18.18/7.18 module Main where { 18.18/7.18 import qualified Prelude; 18.18/7.18 } 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (11) NumRed (SOUND) 18.18/7.18 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (12) 18.18/7.18 Obligation: 18.18/7.18 mainModule Main 18.18/7.18 module Main where { 18.18/7.18 import qualified Prelude; 18.18/7.18 } 18.18/7.18 18.18/7.18 ---------------------------------------- 18.18/7.18 18.18/7.18 (13) Narrow (SOUND) 18.18/7.18 Haskell To QDPs 18.18/7.18 18.18/7.18 digraph dp_graph { 18.18/7.18 node [outthreshold=100, inthreshold=100];1[label="(>)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.18/7.18 3[label="(>) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 18.18/7.18 4[label="(>) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 18.18/7.18 5[label="compare vwx3 vwx4 == GT",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 18.18/7.18 6[label="compare3 vwx3 vwx4 == GT",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 18.18/7.18 7[label="compare2 vwx3 vwx4 (vwx3 == vwx4) == GT",fontsize=16,color="burlywood",shape="box"];2783[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];7 -> 2783[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2783 -> 8[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2784[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];7 -> 2784[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2784 -> 9[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 8[label="compare2 (Left vwx30) vwx4 (Left vwx30 == vwx4) == GT",fontsize=16,color="burlywood",shape="box"];2785[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 2785[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2785 -> 10[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2786[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 2786[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2786 -> 11[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 9[label="compare2 (Right vwx30) vwx4 (Right vwx30 == vwx4) == GT",fontsize=16,color="burlywood",shape="box"];2787[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];9 -> 2787[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2787 -> 12[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2788[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];9 -> 2788[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2788 -> 13[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 10[label="compare2 (Left vwx30) (Left vwx40) (Left vwx30 == Left vwx40) == GT",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 18.18/7.18 11[label="compare2 (Left vwx30) (Right vwx40) (Left vwx30 == Right vwx40) == GT",fontsize=16,color="black",shape="box"];11 -> 15[label="",style="solid", color="black", weight=3]; 18.18/7.18 12[label="compare2 (Right vwx30) (Left vwx40) (Right vwx30 == Left vwx40) == GT",fontsize=16,color="black",shape="box"];12 -> 16[label="",style="solid", color="black", weight=3]; 18.18/7.18 13[label="compare2 (Right vwx30) (Right vwx40) (Right vwx30 == Right vwx40) == GT",fontsize=16,color="black",shape="box"];13 -> 17[label="",style="solid", color="black", weight=3]; 18.18/7.18 14 -> 18[label="",style="dashed", color="red", weight=0]; 18.18/7.18 14[label="compare2 (Left vwx30) (Left vwx40) (vwx30 == vwx40) == GT",fontsize=16,color="magenta"];14 -> 19[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 14 -> 20[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 14 -> 21[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 15[label="compare2 (Left vwx30) (Right vwx40) False == GT",fontsize=16,color="black",shape="box"];15 -> 22[label="",style="solid", color="black", weight=3]; 18.18/7.18 16[label="compare2 (Right vwx30) (Left vwx40) False == GT",fontsize=16,color="black",shape="box"];16 -> 23[label="",style="solid", color="black", weight=3]; 18.18/7.18 17 -> 24[label="",style="dashed", color="red", weight=0]; 18.18/7.18 17[label="compare2 (Right vwx30) (Right vwx40) (vwx30 == vwx40) == GT",fontsize=16,color="magenta"];17 -> 25[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 17 -> 26[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 17 -> 27[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 19[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2789[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2789[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2789 -> 28[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2790[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2790[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2790 -> 29[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2791[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2791[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2791 -> 30[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2792[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2792[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2792 -> 31[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2793[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2793[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2793 -> 32[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2794[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2794[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2794 -> 33[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2795[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2795[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2795 -> 34[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2796[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2796[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2796 -> 35[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2797[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2797[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2797 -> 36[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2798[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2798[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2798 -> 37[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2799[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2799[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2799 -> 38[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2800[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2800[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2800 -> 39[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2801[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2801[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2801 -> 40[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2802[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];19 -> 2802[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2802 -> 41[label="",style="solid", color="blue", weight=3]; 18.18/7.18 20[label="vwx30",fontsize=16,color="green",shape="box"];21[label="vwx40",fontsize=16,color="green",shape="box"];18[label="compare2 (Left vwx9) (Left vwx10) vwx11 == GT",fontsize=16,color="burlywood",shape="triangle"];2803[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];18 -> 2803[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2803 -> 42[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2804[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];18 -> 2804[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2804 -> 43[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 22[label="compare1 (Left vwx30) (Right vwx40) (Left vwx30 <= Right vwx40) == GT",fontsize=16,color="black",shape="box"];22 -> 44[label="",style="solid", color="black", weight=3]; 18.18/7.18 23[label="compare1 (Right vwx30) (Left vwx40) (Right vwx30 <= Left vwx40) == GT",fontsize=16,color="black",shape="box"];23 -> 45[label="",style="solid", color="black", weight=3]; 18.18/7.18 25[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2805[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2805[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2805 -> 46[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2806[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2806[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2806 -> 47[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2807[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2807[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2807 -> 48[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2808[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2808[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2808 -> 49[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2809[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2809[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2809 -> 50[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2810[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2810[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2810 -> 51[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2811[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2811[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2811 -> 52[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2812[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2812[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2812 -> 53[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2813[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2813[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2813 -> 54[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2814[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2814[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2814 -> 55[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2815[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2815[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2815 -> 56[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2816[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2816[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2816 -> 57[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2817[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2817[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2817 -> 58[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2818[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];25 -> 2818[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2818 -> 59[label="",style="solid", color="blue", weight=3]; 18.18/7.18 26[label="vwx30",fontsize=16,color="green",shape="box"];27[label="vwx40",fontsize=16,color="green",shape="box"];24[label="compare2 (Right vwx16) (Right vwx17) vwx18 == GT",fontsize=16,color="burlywood",shape="triangle"];2819[label="vwx18/False",fontsize=10,color="white",style="solid",shape="box"];24 -> 2819[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2819 -> 60[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2820[label="vwx18/True",fontsize=10,color="white",style="solid",shape="box"];24 -> 2820[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2820 -> 61[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 28[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2821[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];28 -> 2821[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2821 -> 62[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2822[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];28 -> 2822[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2822 -> 63[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 29[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];29 -> 64[label="",style="solid", color="black", weight=3]; 18.18/7.18 30[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];30 -> 65[label="",style="solid", color="black", weight=3]; 18.18/7.18 31[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];31 -> 66[label="",style="solid", color="black", weight=3]; 18.18/7.18 32[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2823[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];32 -> 2823[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2823 -> 67[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2824[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];32 -> 2824[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2824 -> 68[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 33[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2825[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];33 -> 2825[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2825 -> 69[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 34[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2826[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];34 -> 2826[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2826 -> 70[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2827[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];34 -> 2827[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2827 -> 71[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 35[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2828[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];35 -> 2828[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2828 -> 72[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2829[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];35 -> 2829[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2829 -> 73[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 36[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2830[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];36 -> 2830[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2830 -> 74[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2831[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];36 -> 2831[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2831 -> 75[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2832[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];36 -> 2832[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2832 -> 76[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 37[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2833[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];37 -> 2833[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2833 -> 77[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 38[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2834[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];38 -> 2834[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2834 -> 78[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 39[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];39 -> 79[label="",style="solid", color="black", weight=3]; 18.18/7.18 40[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2835[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];40 -> 2835[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2835 -> 80[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 41[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2836[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];41 -> 2836[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2836 -> 81[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 42[label="compare2 (Left vwx9) (Left vwx10) False == GT",fontsize=16,color="black",shape="box"];42 -> 82[label="",style="solid", color="black", weight=3]; 18.18/7.18 43[label="compare2 (Left vwx9) (Left vwx10) True == GT",fontsize=16,color="black",shape="box"];43 -> 83[label="",style="solid", color="black", weight=3]; 18.18/7.18 44 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 44[label="compare1 (Left vwx30) (Right vwx40) True == GT",fontsize=16,color="magenta"];44 -> 84[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 44 -> 85[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 45 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 45[label="compare1 (Right vwx30) (Left vwx40) False == GT",fontsize=16,color="magenta"];45 -> 86[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 45 -> 87[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 46 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.18 46[label="vwx30 == vwx40",fontsize=16,color="magenta"];46 -> 88[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 46 -> 89[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 47 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.18 47[label="vwx30 == vwx40",fontsize=16,color="magenta"];47 -> 90[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 47 -> 91[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 48 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 48[label="vwx30 == vwx40",fontsize=16,color="magenta"];48 -> 92[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 48 -> 93[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 49 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.18 49[label="vwx30 == vwx40",fontsize=16,color="magenta"];49 -> 94[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 49 -> 95[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 50 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 50[label="vwx30 == vwx40",fontsize=16,color="magenta"];50 -> 96[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 50 -> 97[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 51 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.18 51[label="vwx30 == vwx40",fontsize=16,color="magenta"];51 -> 98[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 51 -> 99[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 52 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.18 52[label="vwx30 == vwx40",fontsize=16,color="magenta"];52 -> 100[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 52 -> 101[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 53 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.18 53[label="vwx30 == vwx40",fontsize=16,color="magenta"];53 -> 102[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 53 -> 103[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 54 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 54[label="vwx30 == vwx40",fontsize=16,color="magenta"];54 -> 104[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 54 -> 105[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 55 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.18 55[label="vwx30 == vwx40",fontsize=16,color="magenta"];55 -> 106[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 55 -> 107[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 56 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.18 56[label="vwx30 == vwx40",fontsize=16,color="magenta"];56 -> 108[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 56 -> 109[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 57 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.18 57[label="vwx30 == vwx40",fontsize=16,color="magenta"];57 -> 110[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 57 -> 111[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 58 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 58[label="vwx30 == vwx40",fontsize=16,color="magenta"];58 -> 112[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 58 -> 113[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 59 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.18 59[label="vwx30 == vwx40",fontsize=16,color="magenta"];59 -> 114[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 59 -> 115[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 60[label="compare2 (Right vwx16) (Right vwx17) False == GT",fontsize=16,color="black",shape="box"];60 -> 116[label="",style="solid", color="black", weight=3]; 18.18/7.18 61[label="compare2 (Right vwx16) (Right vwx17) True == GT",fontsize=16,color="black",shape="box"];61 -> 117[label="",style="solid", color="black", weight=3]; 18.18/7.18 62[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2837[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 2837[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2837 -> 118[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2838[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 2838[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2838 -> 119[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 63[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2839[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];63 -> 2839[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2839 -> 120[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2840[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];63 -> 2840[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2840 -> 121[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 64[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2841[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];64 -> 2841[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2841 -> 122[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 65[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2842[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];65 -> 2842[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2842 -> 123[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2843[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];65 -> 2843[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2843 -> 124[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 66[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2844[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];66 -> 2844[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2844 -> 125[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 67[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2845[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];67 -> 2845[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2845 -> 126[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2846[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];67 -> 2846[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2846 -> 127[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 68[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2847[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];68 -> 2847[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2847 -> 128[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2848[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];68 -> 2848[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2848 -> 129[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 69[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2849[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];69 -> 2849[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2849 -> 130[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 70[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];2850[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];70 -> 2850[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2850 -> 131[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2851[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];70 -> 2851[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2851 -> 132[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 71[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2852[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];71 -> 2852[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2852 -> 133[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2853[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];71 -> 2853[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2853 -> 134[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 72[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2854[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];72 -> 2854[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2854 -> 135[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2855[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];72 -> 2855[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2855 -> 136[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 73[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2856[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];73 -> 2856[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2856 -> 137[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2857[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];73 -> 2857[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2857 -> 138[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 74[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2858[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];74 -> 2858[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2858 -> 139[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2859[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];74 -> 2859[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2859 -> 140[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2860[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];74 -> 2860[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2860 -> 141[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 75[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2861[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];75 -> 2861[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2861 -> 142[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2862[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];75 -> 2862[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2862 -> 143[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2863[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];75 -> 2863[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2863 -> 144[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 76[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2864[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];76 -> 2864[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2864 -> 145[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2865[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];76 -> 2865[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2865 -> 146[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2866[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];76 -> 2866[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2866 -> 147[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 77[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];2867[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];77 -> 2867[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2867 -> 148[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 78[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2868[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];78 -> 2868[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2868 -> 149[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 79[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2869[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];79 -> 2869[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2869 -> 150[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 80[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2870[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];80 -> 2870[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2870 -> 151[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 81[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2871[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];81 -> 2871[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2871 -> 152[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 82 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 82[label="compare1 (Left vwx9) (Left vwx10) (Left vwx9 <= Left vwx10) == GT",fontsize=16,color="magenta"];82 -> 153[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 82 -> 154[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 83 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 83[label="EQ == GT",fontsize=16,color="magenta"];83 -> 155[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 83 -> 156[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 84 -> 1725[label="",style="dashed", color="red", weight=0]; 18.18/7.18 84[label="compare1 (Left vwx30) (Right vwx40) True",fontsize=16,color="magenta"];84 -> 1726[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 84 -> 1727[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 84 -> 1728[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 85[label="GT",fontsize=16,color="green",shape="box"];86 -> 1725[label="",style="dashed", color="red", weight=0]; 18.18/7.18 86[label="compare1 (Right vwx30) (Left vwx40) False",fontsize=16,color="magenta"];86 -> 1729[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 86 -> 1730[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 86 -> 1731[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 87[label="GT",fontsize=16,color="green",shape="box"];88[label="vwx30",fontsize=16,color="green",shape="box"];89[label="vwx40",fontsize=16,color="green",shape="box"];90[label="vwx30",fontsize=16,color="green",shape="box"];91[label="vwx40",fontsize=16,color="green",shape="box"];92[label="vwx30",fontsize=16,color="green",shape="box"];93[label="vwx40",fontsize=16,color="green",shape="box"];94[label="vwx30",fontsize=16,color="green",shape="box"];95[label="vwx40",fontsize=16,color="green",shape="box"];96[label="vwx30",fontsize=16,color="green",shape="box"];97[label="vwx40",fontsize=16,color="green",shape="box"];98[label="vwx30",fontsize=16,color="green",shape="box"];99[label="vwx40",fontsize=16,color="green",shape="box"];100[label="vwx30",fontsize=16,color="green",shape="box"];101[label="vwx40",fontsize=16,color="green",shape="box"];102[label="vwx30",fontsize=16,color="green",shape="box"];103[label="vwx40",fontsize=16,color="green",shape="box"];104[label="vwx30",fontsize=16,color="green",shape="box"];105[label="vwx40",fontsize=16,color="green",shape="box"];106[label="vwx30",fontsize=16,color="green",shape="box"];107[label="vwx40",fontsize=16,color="green",shape="box"];108[label="vwx30",fontsize=16,color="green",shape="box"];109[label="vwx40",fontsize=16,color="green",shape="box"];110[label="vwx30",fontsize=16,color="green",shape="box"];111[label="vwx40",fontsize=16,color="green",shape="box"];112[label="vwx30",fontsize=16,color="green",shape="box"];113[label="vwx40",fontsize=16,color="green",shape="box"];114[label="vwx30",fontsize=16,color="green",shape="box"];115[label="vwx40",fontsize=16,color="green",shape="box"];116 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 116[label="compare1 (Right vwx16) (Right vwx17) (Right vwx16 <= Right vwx17) == GT",fontsize=16,color="magenta"];116 -> 159[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 116 -> 160[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 117 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 117[label="EQ == GT",fontsize=16,color="magenta"];117 -> 161[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 117 -> 162[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 118[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];118 -> 163[label="",style="solid", color="black", weight=3]; 18.18/7.18 119[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];119 -> 164[label="",style="solid", color="black", weight=3]; 18.18/7.18 120[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];120 -> 165[label="",style="solid", color="black", weight=3]; 18.18/7.18 121[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];121 -> 166[label="",style="solid", color="black", weight=3]; 18.18/7.18 122[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2872[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];122 -> 2872[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2872 -> 167[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 123[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2873[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];123 -> 2873[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2873 -> 168[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2874[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];123 -> 2874[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2874 -> 169[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 124[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2875[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];124 -> 2875[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2875 -> 170[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2876[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];124 -> 2876[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2876 -> 171[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 125[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2877[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];125 -> 2877[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2877 -> 172[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 126[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];126 -> 173[label="",style="solid", color="black", weight=3]; 18.18/7.18 127[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];127 -> 174[label="",style="solid", color="black", weight=3]; 18.18/7.18 128[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];128 -> 175[label="",style="solid", color="black", weight=3]; 18.18/7.18 129[label="[] == []",fontsize=16,color="black",shape="box"];129 -> 176[label="",style="solid", color="black", weight=3]; 18.18/7.18 130[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];130 -> 177[label="",style="solid", color="black", weight=3]; 18.18/7.18 131[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];131 -> 178[label="",style="solid", color="black", weight=3]; 18.18/7.18 132[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];132 -> 179[label="",style="solid", color="black", weight=3]; 18.18/7.18 133[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];133 -> 180[label="",style="solid", color="black", weight=3]; 18.18/7.18 134[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];134 -> 181[label="",style="solid", color="black", weight=3]; 18.18/7.18 135[label="False == False",fontsize=16,color="black",shape="box"];135 -> 182[label="",style="solid", color="black", weight=3]; 18.18/7.18 136[label="False == True",fontsize=16,color="black",shape="box"];136 -> 183[label="",style="solid", color="black", weight=3]; 18.18/7.18 137[label="True == False",fontsize=16,color="black",shape="box"];137 -> 184[label="",style="solid", color="black", weight=3]; 18.18/7.18 138[label="True == True",fontsize=16,color="black",shape="box"];138 -> 185[label="",style="solid", color="black", weight=3]; 18.18/7.18 139[label="LT == LT",fontsize=16,color="black",shape="box"];139 -> 186[label="",style="solid", color="black", weight=3]; 18.18/7.18 140[label="LT == EQ",fontsize=16,color="black",shape="box"];140 -> 187[label="",style="solid", color="black", weight=3]; 18.18/7.18 141[label="LT == GT",fontsize=16,color="black",shape="box"];141 -> 188[label="",style="solid", color="black", weight=3]; 18.18/7.18 142[label="EQ == LT",fontsize=16,color="black",shape="box"];142 -> 189[label="",style="solid", color="black", weight=3]; 18.18/7.18 143[label="EQ == EQ",fontsize=16,color="black",shape="box"];143 -> 190[label="",style="solid", color="black", weight=3]; 18.18/7.18 144[label="EQ == GT",fontsize=16,color="black",shape="box"];144 -> 191[label="",style="solid", color="black", weight=3]; 18.18/7.18 145[label="GT == LT",fontsize=16,color="black",shape="box"];145 -> 192[label="",style="solid", color="black", weight=3]; 18.18/7.18 146[label="GT == EQ",fontsize=16,color="black",shape="box"];146 -> 193[label="",style="solid", color="black", weight=3]; 18.18/7.18 147[label="GT == GT",fontsize=16,color="black",shape="box"];147 -> 194[label="",style="solid", color="black", weight=3]; 18.18/7.18 148[label="() == ()",fontsize=16,color="black",shape="box"];148 -> 195[label="",style="solid", color="black", weight=3]; 18.18/7.18 149[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];149 -> 196[label="",style="solid", color="black", weight=3]; 18.18/7.18 150[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2878[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];150 -> 2878[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2878 -> 197[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 151[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];151 -> 198[label="",style="solid", color="black", weight=3]; 18.18/7.18 152[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];152 -> 199[label="",style="solid", color="black", weight=3]; 18.18/7.18 153 -> 1725[label="",style="dashed", color="red", weight=0]; 18.18/7.18 153[label="compare1 (Left vwx9) (Left vwx10) (Left vwx9 <= Left vwx10)",fontsize=16,color="magenta"];153 -> 1732[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 153 -> 1733[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 153 -> 1734[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 154[label="GT",fontsize=16,color="green",shape="box"];155[label="EQ",fontsize=16,color="green",shape="box"];156[label="GT",fontsize=16,color="green",shape="box"];1726[label="Left vwx30",fontsize=16,color="green",shape="box"];1727[label="Right vwx40",fontsize=16,color="green",shape="box"];1728[label="True",fontsize=16,color="green",shape="box"];1725[label="compare1 vwx90 vwx100 vwx59",fontsize=16,color="burlywood",shape="triangle"];2879[label="vwx59/False",fontsize=10,color="white",style="solid",shape="box"];1725 -> 2879[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2879 -> 1745[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2880[label="vwx59/True",fontsize=10,color="white",style="solid",shape="box"];1725 -> 2880[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2880 -> 1746[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 1729[label="Right vwx30",fontsize=16,color="green",shape="box"];1730[label="Left vwx40",fontsize=16,color="green",shape="box"];1731[label="False",fontsize=16,color="green",shape="box"];159 -> 1725[label="",style="dashed", color="red", weight=0]; 18.18/7.18 159[label="compare1 (Right vwx16) (Right vwx17) (Right vwx16 <= Right vwx17)",fontsize=16,color="magenta"];159 -> 1735[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 159 -> 1736[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 159 -> 1737[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 160[label="GT",fontsize=16,color="green",shape="box"];161[label="EQ",fontsize=16,color="green",shape="box"];162[label="GT",fontsize=16,color="green",shape="box"];163[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2881[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2881[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2881 -> 203[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2882[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2882[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2882 -> 204[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2883[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2883[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2883 -> 205[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2884[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2884[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2884 -> 206[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2885[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2885[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2885 -> 207[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2886[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2886[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2886 -> 208[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2887[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2887[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2887 -> 209[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2888[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2888[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2888 -> 210[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2889[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2889[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2889 -> 211[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2890[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2890[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2890 -> 212[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2891[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2891[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2891 -> 213[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2892[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2892[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2892 -> 214[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2893[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2893[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2893 -> 215[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2894[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2894[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2894 -> 216[label="",style="solid", color="blue", weight=3]; 18.18/7.18 164[label="False",fontsize=16,color="green",shape="box"];165[label="False",fontsize=16,color="green",shape="box"];166[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2895[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2895[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2895 -> 217[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2896[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2896[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2896 -> 218[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2897[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2897[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2897 -> 219[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2898[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2898[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2898 -> 220[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2899[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2899[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2899 -> 221[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2900[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2900[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2900 -> 222[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2901[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2901[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2901 -> 223[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2902[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2902[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2902 -> 224[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2903[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2903[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2903 -> 225[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2904[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2904[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2904 -> 226[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2905[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2905[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2905 -> 227[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2906[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2906[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2906 -> 228[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2907[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2907[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2907 -> 229[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2908[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2908[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2908 -> 230[label="",style="solid", color="blue", weight=3]; 18.18/7.18 167[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];167 -> 231[label="",style="solid", color="black", weight=3]; 18.18/7.18 168[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2909[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];168 -> 2909[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2909 -> 232[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2910[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];168 -> 2910[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2910 -> 233[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 169[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2911[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];169 -> 2911[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2911 -> 234[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2912[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];169 -> 2912[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2912 -> 235[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 170[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2913[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];170 -> 2913[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2913 -> 236[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2914[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];170 -> 2914[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2914 -> 237[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 171[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2915[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];171 -> 2915[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2915 -> 238[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2916[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];171 -> 2916[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2916 -> 239[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 172[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];172 -> 240[label="",style="solid", color="black", weight=3]; 18.18/7.18 173 -> 366[label="",style="dashed", color="red", weight=0]; 18.18/7.18 173[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];173 -> 367[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 173 -> 368[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 174[label="False",fontsize=16,color="green",shape="box"];175[label="False",fontsize=16,color="green",shape="box"];176[label="True",fontsize=16,color="green",shape="box"];177 -> 366[label="",style="dashed", color="red", weight=0]; 18.18/7.18 177[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];177 -> 369[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 177 -> 370[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 178[label="True",fontsize=16,color="green",shape="box"];179[label="False",fontsize=16,color="green",shape="box"];180[label="False",fontsize=16,color="green",shape="box"];181[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2917[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2917[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2917 -> 252[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2918[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2918[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2918 -> 253[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2919[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2919[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2919 -> 254[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2920[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2920[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2920 -> 255[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2921[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2921[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2921 -> 256[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2922[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2922[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2922 -> 257[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2923[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2923[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2923 -> 258[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2924[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2924[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2924 -> 259[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2925[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2925[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2925 -> 260[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2926[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2926[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2926 -> 261[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2927[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2927[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2927 -> 262[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2928[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2928[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2928 -> 263[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2929[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2929[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2929 -> 264[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2930[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];181 -> 2930[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2930 -> 265[label="",style="solid", color="blue", weight=3]; 18.18/7.18 182[label="True",fontsize=16,color="green",shape="box"];183[label="False",fontsize=16,color="green",shape="box"];184[label="False",fontsize=16,color="green",shape="box"];185[label="True",fontsize=16,color="green",shape="box"];186[label="True",fontsize=16,color="green",shape="box"];187[label="False",fontsize=16,color="green",shape="box"];188[label="False",fontsize=16,color="green",shape="box"];189[label="False",fontsize=16,color="green",shape="box"];190[label="True",fontsize=16,color="green",shape="box"];191[label="False",fontsize=16,color="green",shape="box"];192[label="False",fontsize=16,color="green",shape="box"];193[label="False",fontsize=16,color="green",shape="box"];194[label="True",fontsize=16,color="green",shape="box"];195[label="True",fontsize=16,color="green",shape="box"];196 -> 366[label="",style="dashed", color="red", weight=0]; 18.18/7.18 196[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];196 -> 371[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 196 -> 372[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 197[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];197 -> 266[label="",style="solid", color="black", weight=3]; 18.18/7.18 198 -> 65[label="",style="dashed", color="red", weight=0]; 18.18/7.18 198[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];198 -> 267[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 198 -> 268[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 199 -> 366[label="",style="dashed", color="red", weight=0]; 18.18/7.18 199[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];199 -> 373[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 199 -> 374[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1732[label="Left vwx9",fontsize=16,color="green",shape="box"];1733[label="Left vwx10",fontsize=16,color="green",shape="box"];1734[label="Left vwx9 <= Left vwx10",fontsize=16,color="black",shape="box"];1734 -> 1747[label="",style="solid", color="black", weight=3]; 18.18/7.18 1745[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1745 -> 1753[label="",style="solid", color="black", weight=3]; 18.18/7.18 1746[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1746 -> 1754[label="",style="solid", color="black", weight=3]; 18.18/7.18 1735[label="Right vwx16",fontsize=16,color="green",shape="box"];1736[label="Right vwx17",fontsize=16,color="green",shape="box"];1737[label="Right vwx16 <= Right vwx17",fontsize=16,color="black",shape="box"];1737 -> 1748[label="",style="solid", color="black", weight=3]; 18.18/7.18 203 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.18 203[label="vwx300 == vwx400",fontsize=16,color="magenta"];203 -> 290[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 203 -> 291[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 204 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.18 204[label="vwx300 == vwx400",fontsize=16,color="magenta"];204 -> 292[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 204 -> 293[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 205 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 205[label="vwx300 == vwx400",fontsize=16,color="magenta"];205 -> 294[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 205 -> 295[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 206 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.18 206[label="vwx300 == vwx400",fontsize=16,color="magenta"];206 -> 296[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 206 -> 297[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 207 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 207[label="vwx300 == vwx400",fontsize=16,color="magenta"];207 -> 298[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 207 -> 299[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 208 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.18 208[label="vwx300 == vwx400",fontsize=16,color="magenta"];208 -> 300[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 208 -> 301[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 209 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.18 209[label="vwx300 == vwx400",fontsize=16,color="magenta"];209 -> 302[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 209 -> 303[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 210 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.18 210[label="vwx300 == vwx400",fontsize=16,color="magenta"];210 -> 304[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 210 -> 305[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 211 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 211[label="vwx300 == vwx400",fontsize=16,color="magenta"];211 -> 306[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 211 -> 307[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 212 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.18 212[label="vwx300 == vwx400",fontsize=16,color="magenta"];212 -> 308[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 212 -> 309[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 213 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.18 213[label="vwx300 == vwx400",fontsize=16,color="magenta"];213 -> 310[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 213 -> 311[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 214 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.18 214[label="vwx300 == vwx400",fontsize=16,color="magenta"];214 -> 312[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 214 -> 313[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 215 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 215[label="vwx300 == vwx400",fontsize=16,color="magenta"];215 -> 314[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 215 -> 315[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 216 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.18 216[label="vwx300 == vwx400",fontsize=16,color="magenta"];216 -> 316[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 216 -> 317[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 217 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.18 217[label="vwx300 == vwx400",fontsize=16,color="magenta"];217 -> 318[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 217 -> 319[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 218 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.18 218[label="vwx300 == vwx400",fontsize=16,color="magenta"];218 -> 320[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 218 -> 321[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 219 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 219[label="vwx300 == vwx400",fontsize=16,color="magenta"];219 -> 322[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 219 -> 323[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 220 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.18 220[label="vwx300 == vwx400",fontsize=16,color="magenta"];220 -> 324[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 220 -> 325[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 221 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 221[label="vwx300 == vwx400",fontsize=16,color="magenta"];221 -> 326[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 221 -> 327[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 222 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.18 222[label="vwx300 == vwx400",fontsize=16,color="magenta"];222 -> 328[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 222 -> 329[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 223 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.18 223[label="vwx300 == vwx400",fontsize=16,color="magenta"];223 -> 330[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 223 -> 331[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 224 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.18 224[label="vwx300 == vwx400",fontsize=16,color="magenta"];224 -> 332[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 224 -> 333[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 225 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 225[label="vwx300 == vwx400",fontsize=16,color="magenta"];225 -> 334[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 225 -> 335[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 226 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.18 226[label="vwx300 == vwx400",fontsize=16,color="magenta"];226 -> 336[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 226 -> 337[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 227 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.18 227[label="vwx300 == vwx400",fontsize=16,color="magenta"];227 -> 338[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 227 -> 339[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 228 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.18 228[label="vwx300 == vwx400",fontsize=16,color="magenta"];228 -> 340[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 228 -> 341[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 229 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 229[label="vwx300 == vwx400",fontsize=16,color="magenta"];229 -> 342[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 229 -> 343[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 230 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.18 230[label="vwx300 == vwx400",fontsize=16,color="magenta"];230 -> 344[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 230 -> 345[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 231 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 231[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];231 -> 346[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 231 -> 347[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 232[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2931[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];232 -> 2931[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2931 -> 348[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2932[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];232 -> 2932[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2932 -> 349[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 233[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];233 -> 350[label="",style="solid", color="black", weight=3]; 18.18/7.18 234[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2933[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];234 -> 2933[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2933 -> 351[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2934[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];234 -> 2934[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2934 -> 352[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 235[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2935[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];235 -> 2935[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2935 -> 353[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2936[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];235 -> 2936[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2936 -> 354[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 236[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];236 -> 355[label="",style="solid", color="black", weight=3]; 18.18/7.18 237[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2937[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];237 -> 2937[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2937 -> 356[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2938[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];237 -> 2938[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2938 -> 357[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 238[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2939[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];238 -> 2939[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2939 -> 358[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2940[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];238 -> 2940[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2940 -> 359[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 239[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2941[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];239 -> 2941[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2941 -> 360[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2942[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];239 -> 2942[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2942 -> 361[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 240[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2943[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];240 -> 2943[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2943 -> 362[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2944[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];240 -> 2944[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2944 -> 363[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 367[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2945[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2945[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2945 -> 379[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2946[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2946[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2946 -> 380[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2947[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2947[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2947 -> 381[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2948[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2948[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2948 -> 382[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2949[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2949[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2949 -> 383[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2950[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2950[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2950 -> 384[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2951[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2951[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2951 -> 385[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2952[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2952[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2952 -> 386[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2953[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2953[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2953 -> 387[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2954[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2954[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2954 -> 388[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2955[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2955[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2955 -> 389[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2956[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2956[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2956 -> 390[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2957[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2957[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2957 -> 391[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2958[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];367 -> 2958[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2958 -> 392[label="",style="solid", color="blue", weight=3]; 18.18/7.18 368 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 368[label="vwx301 == vwx401",fontsize=16,color="magenta"];368 -> 393[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 368 -> 394[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 366[label="vwx37 && vwx38",fontsize=16,color="burlywood",shape="triangle"];2959[label="vwx37/False",fontsize=10,color="white",style="solid",shape="box"];366 -> 2959[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2959 -> 395[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 2960[label="vwx37/True",fontsize=10,color="white",style="solid",shape="box"];366 -> 2960[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 2960 -> 396[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 369[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2961[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2961[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2961 -> 397[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2962[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2962[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2962 -> 398[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2963[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2963[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2963 -> 399[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2964[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2964[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2964 -> 400[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2965[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2965[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2965 -> 401[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2966[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2966[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2966 -> 402[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2967[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2967[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2967 -> 403[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2968[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2968[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2968 -> 404[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2969[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2969[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2969 -> 405[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2970[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2970[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2970 -> 406[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2971[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2971[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2971 -> 407[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2972[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2972[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2972 -> 408[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2973[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2973[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2973 -> 409[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2974[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2974[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2974 -> 410[label="",style="solid", color="blue", weight=3]; 18.18/7.18 370[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2975[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2975[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2975 -> 411[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2976[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2976[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2976 -> 412[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2977[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2977[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2977 -> 413[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2978[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2978[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2978 -> 414[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2979[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2979[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2979 -> 415[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2980[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2980[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2980 -> 416[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2981[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2981[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2981 -> 417[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2982[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2982[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2982 -> 418[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2983[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2983[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2983 -> 419[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2984[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2984[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2984 -> 420[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2985[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2985[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2985 -> 421[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2986[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2986[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2986 -> 422[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2987[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2987[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2987 -> 423[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2988[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];370 -> 2988[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2988 -> 424[label="",style="solid", color="blue", weight=3]; 18.18/7.18 252 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.18 252[label="vwx300 == vwx400",fontsize=16,color="magenta"];252 -> 425[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 252 -> 426[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 253 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.18 253[label="vwx300 == vwx400",fontsize=16,color="magenta"];253 -> 427[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 253 -> 428[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 254 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 254[label="vwx300 == vwx400",fontsize=16,color="magenta"];254 -> 429[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 254 -> 430[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 255 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.18 255[label="vwx300 == vwx400",fontsize=16,color="magenta"];255 -> 431[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 255 -> 432[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 256 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 256[label="vwx300 == vwx400",fontsize=16,color="magenta"];256 -> 433[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 256 -> 434[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 257 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.18 257[label="vwx300 == vwx400",fontsize=16,color="magenta"];257 -> 435[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 257 -> 436[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 258 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.18 258[label="vwx300 == vwx400",fontsize=16,color="magenta"];258 -> 437[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 258 -> 438[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 259 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.18 259[label="vwx300 == vwx400",fontsize=16,color="magenta"];259 -> 439[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 259 -> 440[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 260 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 260[label="vwx300 == vwx400",fontsize=16,color="magenta"];260 -> 441[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 260 -> 442[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 261 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.18 261[label="vwx300 == vwx400",fontsize=16,color="magenta"];261 -> 443[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 261 -> 444[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 262 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.18 262[label="vwx300 == vwx400",fontsize=16,color="magenta"];262 -> 445[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 262 -> 446[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 263 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.18 263[label="vwx300 == vwx400",fontsize=16,color="magenta"];263 -> 447[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 263 -> 448[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 264 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 264[label="vwx300 == vwx400",fontsize=16,color="magenta"];264 -> 449[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 264 -> 450[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 265 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.18 265[label="vwx300 == vwx400",fontsize=16,color="magenta"];265 -> 451[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 265 -> 452[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 371[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2989[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2989[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2989 -> 453[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2990[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];371 -> 2990[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2990 -> 454[label="",style="solid", color="blue", weight=3]; 18.18/7.18 372[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2991[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];372 -> 2991[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2991 -> 455[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2992[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];372 -> 2992[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2992 -> 456[label="",style="solid", color="blue", weight=3]; 18.18/7.18 266 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 266[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];266 -> 457[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 266 -> 458[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 267[label="vwx300",fontsize=16,color="green",shape="box"];268[label="vwx400",fontsize=16,color="green",shape="box"];373[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2993[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 2993[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2993 -> 459[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2994[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 2994[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2994 -> 460[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2995[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 2995[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2995 -> 461[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2996[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 2996[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2996 -> 462[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2997[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 2997[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2997 -> 463[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2998[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 2998[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2998 -> 464[label="",style="solid", color="blue", weight=3]; 18.18/7.18 2999[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 2999[label="",style="solid", color="blue", weight=9]; 18.18/7.18 2999 -> 465[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3000[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 3000[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3000 -> 466[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3001[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 3001[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3001 -> 467[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3002[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 3002[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3002 -> 468[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3003[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 3003[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3003 -> 469[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3004[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 3004[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3004 -> 470[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3005[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 3005[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3005 -> 471[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3006[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];373 -> 3006[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3006 -> 472[label="",style="solid", color="blue", weight=3]; 18.18/7.18 374 -> 366[label="",style="dashed", color="red", weight=0]; 18.18/7.18 374[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];374 -> 473[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 374 -> 474[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1747[label="vwx9 <= vwx10",fontsize=16,color="blue",shape="box"];3007[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3007[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3007 -> 1755[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3008[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3008[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3008 -> 1756[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3009[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3009[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3009 -> 1757[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3010[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3010[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3010 -> 1758[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3011[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3011[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3011 -> 1759[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3012[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3012[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3012 -> 1760[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3013[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3013[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3013 -> 1761[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3014[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3014[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3014 -> 1762[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3015[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3015[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3015 -> 1763[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3016[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3016[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3016 -> 1764[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3017[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3017[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3017 -> 1765[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3018[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3018[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3018 -> 1766[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3019[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3019[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3019 -> 1767[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3020[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1747 -> 3020[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3020 -> 1768[label="",style="solid", color="blue", weight=3]; 18.18/7.18 1753[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1753 -> 1787[label="",style="solid", color="black", weight=3]; 18.18/7.18 1754[label="LT",fontsize=16,color="green",shape="box"];1748[label="vwx16 <= vwx17",fontsize=16,color="blue",shape="box"];3021[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3021[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3021 -> 1769[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3022[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3022[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3022 -> 1770[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3023[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3023[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3023 -> 1771[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3024[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3024[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3024 -> 1772[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3025[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3025[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3025 -> 1773[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3026[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3026[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3026 -> 1774[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3027[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3027[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3027 -> 1775[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3028[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3028[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3028 -> 1776[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3029[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3029[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3029 -> 1777[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3030[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3030[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3030 -> 1778[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3031[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3031[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3031 -> 1779[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3032[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3032[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3032 -> 1780[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3033[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3033[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3033 -> 1781[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3034[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1748 -> 3034[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3034 -> 1782[label="",style="solid", color="blue", weight=3]; 18.18/7.18 290[label="vwx300",fontsize=16,color="green",shape="box"];291[label="vwx400",fontsize=16,color="green",shape="box"];292[label="vwx300",fontsize=16,color="green",shape="box"];293[label="vwx400",fontsize=16,color="green",shape="box"];294[label="vwx300",fontsize=16,color="green",shape="box"];295[label="vwx400",fontsize=16,color="green",shape="box"];296[label="vwx300",fontsize=16,color="green",shape="box"];297[label="vwx400",fontsize=16,color="green",shape="box"];298[label="vwx300",fontsize=16,color="green",shape="box"];299[label="vwx400",fontsize=16,color="green",shape="box"];300[label="vwx300",fontsize=16,color="green",shape="box"];301[label="vwx400",fontsize=16,color="green",shape="box"];302[label="vwx300",fontsize=16,color="green",shape="box"];303[label="vwx400",fontsize=16,color="green",shape="box"];304[label="vwx300",fontsize=16,color="green",shape="box"];305[label="vwx400",fontsize=16,color="green",shape="box"];306[label="vwx300",fontsize=16,color="green",shape="box"];307[label="vwx400",fontsize=16,color="green",shape="box"];308[label="vwx300",fontsize=16,color="green",shape="box"];309[label="vwx400",fontsize=16,color="green",shape="box"];310[label="vwx300",fontsize=16,color="green",shape="box"];311[label="vwx400",fontsize=16,color="green",shape="box"];312[label="vwx300",fontsize=16,color="green",shape="box"];313[label="vwx400",fontsize=16,color="green",shape="box"];314[label="vwx300",fontsize=16,color="green",shape="box"];315[label="vwx400",fontsize=16,color="green",shape="box"];316[label="vwx300",fontsize=16,color="green",shape="box"];317[label="vwx400",fontsize=16,color="green",shape="box"];318[label="vwx300",fontsize=16,color="green",shape="box"];319[label="vwx400",fontsize=16,color="green",shape="box"];320[label="vwx300",fontsize=16,color="green",shape="box"];321[label="vwx400",fontsize=16,color="green",shape="box"];322[label="vwx300",fontsize=16,color="green",shape="box"];323[label="vwx400",fontsize=16,color="green",shape="box"];324[label="vwx300",fontsize=16,color="green",shape="box"];325[label="vwx400",fontsize=16,color="green",shape="box"];326[label="vwx300",fontsize=16,color="green",shape="box"];327[label="vwx400",fontsize=16,color="green",shape="box"];328[label="vwx300",fontsize=16,color="green",shape="box"];329[label="vwx400",fontsize=16,color="green",shape="box"];330[label="vwx300",fontsize=16,color="green",shape="box"];331[label="vwx400",fontsize=16,color="green",shape="box"];332[label="vwx300",fontsize=16,color="green",shape="box"];333[label="vwx400",fontsize=16,color="green",shape="box"];334[label="vwx300",fontsize=16,color="green",shape="box"];335[label="vwx400",fontsize=16,color="green",shape="box"];336[label="vwx300",fontsize=16,color="green",shape="box"];337[label="vwx400",fontsize=16,color="green",shape="box"];338[label="vwx300",fontsize=16,color="green",shape="box"];339[label="vwx400",fontsize=16,color="green",shape="box"];340[label="vwx300",fontsize=16,color="green",shape="box"];341[label="vwx400",fontsize=16,color="green",shape="box"];342[label="vwx300",fontsize=16,color="green",shape="box"];343[label="vwx400",fontsize=16,color="green",shape="box"];344[label="vwx300",fontsize=16,color="green",shape="box"];345[label="vwx400",fontsize=16,color="green",shape="box"];346[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];346 -> 507[label="",style="solid", color="black", weight=3]; 18.18/7.18 347 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.18 347[label="vwx301 * vwx400",fontsize=16,color="magenta"];347 -> 508[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 347 -> 509[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 348[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];348 -> 510[label="",style="solid", color="black", weight=3]; 18.18/7.18 349[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];349 -> 511[label="",style="solid", color="black", weight=3]; 18.18/7.18 350[label="False",fontsize=16,color="green",shape="box"];351[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];351 -> 512[label="",style="solid", color="black", weight=3]; 18.18/7.18 352[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];352 -> 513[label="",style="solid", color="black", weight=3]; 18.18/7.18 353[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];353 -> 514[label="",style="solid", color="black", weight=3]; 18.18/7.18 354[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];354 -> 515[label="",style="solid", color="black", weight=3]; 18.18/7.18 355[label="False",fontsize=16,color="green",shape="box"];356[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];356 -> 516[label="",style="solid", color="black", weight=3]; 18.18/7.18 357[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];357 -> 517[label="",style="solid", color="black", weight=3]; 18.18/7.18 358[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];358 -> 518[label="",style="solid", color="black", weight=3]; 18.18/7.18 359[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];359 -> 519[label="",style="solid", color="black", weight=3]; 18.18/7.18 360[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];360 -> 520[label="",style="solid", color="black", weight=3]; 18.18/7.18 361[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];361 -> 521[label="",style="solid", color="black", weight=3]; 18.18/7.18 362[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3035[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];362 -> 3035[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3035 -> 522[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 3036[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];362 -> 3036[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3036 -> 523[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 363[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3037[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];363 -> 3037[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3037 -> 524[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 3038[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];363 -> 3038[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3038 -> 525[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 379 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.18 379[label="vwx300 == vwx400",fontsize=16,color="magenta"];379 -> 526[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 379 -> 527[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 380 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.18 380[label="vwx300 == vwx400",fontsize=16,color="magenta"];380 -> 528[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 380 -> 529[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 381 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 381[label="vwx300 == vwx400",fontsize=16,color="magenta"];381 -> 530[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 381 -> 531[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 382 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.18 382[label="vwx300 == vwx400",fontsize=16,color="magenta"];382 -> 532[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 382 -> 533[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 383 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 383[label="vwx300 == vwx400",fontsize=16,color="magenta"];383 -> 534[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 383 -> 535[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 384 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.18 384[label="vwx300 == vwx400",fontsize=16,color="magenta"];384 -> 536[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 384 -> 537[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 385 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.18 385[label="vwx300 == vwx400",fontsize=16,color="magenta"];385 -> 538[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 385 -> 539[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 386 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.18 386[label="vwx300 == vwx400",fontsize=16,color="magenta"];386 -> 540[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 386 -> 541[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 387 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 387[label="vwx300 == vwx400",fontsize=16,color="magenta"];387 -> 542[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 387 -> 543[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 388 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.18 388[label="vwx300 == vwx400",fontsize=16,color="magenta"];388 -> 544[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 388 -> 545[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 389 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.18 389[label="vwx300 == vwx400",fontsize=16,color="magenta"];389 -> 546[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 389 -> 547[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 390 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.18 390[label="vwx300 == vwx400",fontsize=16,color="magenta"];390 -> 548[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 390 -> 549[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 391 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 391[label="vwx300 == vwx400",fontsize=16,color="magenta"];391 -> 550[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 391 -> 551[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 392 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.18 392[label="vwx300 == vwx400",fontsize=16,color="magenta"];392 -> 552[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 392 -> 553[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 393[label="vwx301",fontsize=16,color="green",shape="box"];394[label="vwx401",fontsize=16,color="green",shape="box"];395[label="False && vwx38",fontsize=16,color="black",shape="box"];395 -> 554[label="",style="solid", color="black", weight=3]; 18.18/7.18 396[label="True && vwx38",fontsize=16,color="black",shape="box"];396 -> 555[label="",style="solid", color="black", weight=3]; 18.18/7.18 397 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.18 397[label="vwx300 == vwx400",fontsize=16,color="magenta"];397 -> 556[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 397 -> 557[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 398 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.18 398[label="vwx300 == vwx400",fontsize=16,color="magenta"];398 -> 558[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 398 -> 559[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 399 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 399[label="vwx300 == vwx400",fontsize=16,color="magenta"];399 -> 560[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 399 -> 561[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 400 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.18 400[label="vwx300 == vwx400",fontsize=16,color="magenta"];400 -> 562[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 400 -> 563[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 401 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 401[label="vwx300 == vwx400",fontsize=16,color="magenta"];401 -> 564[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 401 -> 565[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 402 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.18 402[label="vwx300 == vwx400",fontsize=16,color="magenta"];402 -> 566[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 402 -> 567[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 403 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.18 403[label="vwx300 == vwx400",fontsize=16,color="magenta"];403 -> 568[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 403 -> 569[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 404 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.18 404[label="vwx300 == vwx400",fontsize=16,color="magenta"];404 -> 570[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 404 -> 571[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 405 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 405[label="vwx300 == vwx400",fontsize=16,color="magenta"];405 -> 572[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 405 -> 573[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 406 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.18 406[label="vwx300 == vwx400",fontsize=16,color="magenta"];406 -> 574[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 406 -> 575[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 407 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.18 407[label="vwx300 == vwx400",fontsize=16,color="magenta"];407 -> 576[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 407 -> 577[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 408 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.18 408[label="vwx300 == vwx400",fontsize=16,color="magenta"];408 -> 578[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 408 -> 579[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 409 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 409[label="vwx300 == vwx400",fontsize=16,color="magenta"];409 -> 580[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 409 -> 581[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 410 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.18 410[label="vwx300 == vwx400",fontsize=16,color="magenta"];410 -> 582[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 410 -> 583[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 411 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.18 411[label="vwx301 == vwx401",fontsize=16,color="magenta"];411 -> 584[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 411 -> 585[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 412 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.18 412[label="vwx301 == vwx401",fontsize=16,color="magenta"];412 -> 586[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 412 -> 587[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 413 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 413[label="vwx301 == vwx401",fontsize=16,color="magenta"];413 -> 588[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 413 -> 589[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 414 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.18 414[label="vwx301 == vwx401",fontsize=16,color="magenta"];414 -> 590[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 414 -> 591[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 415 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 415[label="vwx301 == vwx401",fontsize=16,color="magenta"];415 -> 592[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 415 -> 593[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 416 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.18 416[label="vwx301 == vwx401",fontsize=16,color="magenta"];416 -> 594[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 416 -> 595[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 417 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.18 417[label="vwx301 == vwx401",fontsize=16,color="magenta"];417 -> 596[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 417 -> 597[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 418 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.18 418[label="vwx301 == vwx401",fontsize=16,color="magenta"];418 -> 598[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 418 -> 599[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 419 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 419[label="vwx301 == vwx401",fontsize=16,color="magenta"];419 -> 600[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 419 -> 601[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 420 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.18 420[label="vwx301 == vwx401",fontsize=16,color="magenta"];420 -> 602[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 420 -> 603[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 421 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.18 421[label="vwx301 == vwx401",fontsize=16,color="magenta"];421 -> 604[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 421 -> 605[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 422 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.18 422[label="vwx301 == vwx401",fontsize=16,color="magenta"];422 -> 606[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 422 -> 607[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 423 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 423[label="vwx301 == vwx401",fontsize=16,color="magenta"];423 -> 608[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 423 -> 609[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 424 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.18 424[label="vwx301 == vwx401",fontsize=16,color="magenta"];424 -> 610[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 424 -> 611[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 425[label="vwx300",fontsize=16,color="green",shape="box"];426[label="vwx400",fontsize=16,color="green",shape="box"];427[label="vwx300",fontsize=16,color="green",shape="box"];428[label="vwx400",fontsize=16,color="green",shape="box"];429[label="vwx300",fontsize=16,color="green",shape="box"];430[label="vwx400",fontsize=16,color="green",shape="box"];431[label="vwx300",fontsize=16,color="green",shape="box"];432[label="vwx400",fontsize=16,color="green",shape="box"];433[label="vwx300",fontsize=16,color="green",shape="box"];434[label="vwx400",fontsize=16,color="green",shape="box"];435[label="vwx300",fontsize=16,color="green",shape="box"];436[label="vwx400",fontsize=16,color="green",shape="box"];437[label="vwx300",fontsize=16,color="green",shape="box"];438[label="vwx400",fontsize=16,color="green",shape="box"];439[label="vwx300",fontsize=16,color="green",shape="box"];440[label="vwx400",fontsize=16,color="green",shape="box"];441[label="vwx300",fontsize=16,color="green",shape="box"];442[label="vwx400",fontsize=16,color="green",shape="box"];443[label="vwx300",fontsize=16,color="green",shape="box"];444[label="vwx400",fontsize=16,color="green",shape="box"];445[label="vwx300",fontsize=16,color="green",shape="box"];446[label="vwx400",fontsize=16,color="green",shape="box"];447[label="vwx300",fontsize=16,color="green",shape="box"];448[label="vwx400",fontsize=16,color="green",shape="box"];449[label="vwx300",fontsize=16,color="green",shape="box"];450[label="vwx400",fontsize=16,color="green",shape="box"];451[label="vwx300",fontsize=16,color="green",shape="box"];452[label="vwx400",fontsize=16,color="green",shape="box"];453 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 453[label="vwx300 == vwx400",fontsize=16,color="magenta"];453 -> 612[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 453 -> 613[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 454 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 454[label="vwx300 == vwx400",fontsize=16,color="magenta"];454 -> 614[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 454 -> 615[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 455 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 455[label="vwx301 == vwx401",fontsize=16,color="magenta"];455 -> 616[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 455 -> 617[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 456 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 456[label="vwx301 == vwx401",fontsize=16,color="magenta"];456 -> 618[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 456 -> 619[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 457 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.18 457[label="vwx300 * vwx401",fontsize=16,color="magenta"];457 -> 620[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 457 -> 621[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 458 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.18 458[label="vwx301 * vwx400",fontsize=16,color="magenta"];458 -> 622[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 458 -> 623[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 459 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.18 459[label="vwx300 == vwx400",fontsize=16,color="magenta"];459 -> 624[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 459 -> 625[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 460 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.18 460[label="vwx300 == vwx400",fontsize=16,color="magenta"];460 -> 626[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 460 -> 627[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 461 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 461[label="vwx300 == vwx400",fontsize=16,color="magenta"];461 -> 628[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 461 -> 629[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 462 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.18 462[label="vwx300 == vwx400",fontsize=16,color="magenta"];462 -> 630[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 462 -> 631[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 463 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 463[label="vwx300 == vwx400",fontsize=16,color="magenta"];463 -> 632[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 463 -> 633[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 464 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.18 464[label="vwx300 == vwx400",fontsize=16,color="magenta"];464 -> 634[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 464 -> 635[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 465 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.18 465[label="vwx300 == vwx400",fontsize=16,color="magenta"];465 -> 636[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 465 -> 637[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 466 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.18 466[label="vwx300 == vwx400",fontsize=16,color="magenta"];466 -> 638[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 466 -> 639[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 467 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.18 467[label="vwx300 == vwx400",fontsize=16,color="magenta"];467 -> 640[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 467 -> 641[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 468 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.18 468[label="vwx300 == vwx400",fontsize=16,color="magenta"];468 -> 642[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 468 -> 643[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 469 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.18 469[label="vwx300 == vwx400",fontsize=16,color="magenta"];469 -> 644[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 469 -> 645[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 470 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.18 470[label="vwx300 == vwx400",fontsize=16,color="magenta"];470 -> 646[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 470 -> 647[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 471 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.18 471[label="vwx300 == vwx400",fontsize=16,color="magenta"];471 -> 648[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 471 -> 649[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 472 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.18 472[label="vwx300 == vwx400",fontsize=16,color="magenta"];472 -> 650[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 472 -> 651[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 473[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3039[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3039[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3039 -> 652[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3040[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3040[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3040 -> 653[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3041[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3041[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3041 -> 654[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3042[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3042[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3042 -> 655[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3043[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3043[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3043 -> 656[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3044[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3044[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3044 -> 657[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3045[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3045[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3045 -> 658[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3046[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3046[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3046 -> 659[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3047[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3047[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3047 -> 660[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3048[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3048[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3048 -> 661[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3049[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3049[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3049 -> 662[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3050[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3050[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3050 -> 663[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3051[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3051[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3051 -> 664[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3052[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];473 -> 3052[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3052 -> 665[label="",style="solid", color="blue", weight=3]; 18.18/7.18 474[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3053[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3053[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3053 -> 666[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3054[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3054[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3054 -> 667[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3055[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3055[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3055 -> 668[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3056[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3056[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3056 -> 669[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3057[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3057[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3057 -> 670[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3058[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3058[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3058 -> 671[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3059[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3059[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3059 -> 672[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3060[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3060[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3060 -> 673[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3061[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3061[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3061 -> 674[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3062[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3062[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3062 -> 675[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3063[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3063[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3063 -> 676[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3064[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3064[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3064 -> 677[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3065[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3065[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3065 -> 678[label="",style="solid", color="blue", weight=3]; 18.18/7.18 3066[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];474 -> 3066[label="",style="solid", color="blue", weight=9]; 18.18/7.18 3066 -> 679[label="",style="solid", color="blue", weight=3]; 18.18/7.18 1755[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1755 -> 1788[label="",style="solid", color="black", weight=3]; 18.18/7.18 1756[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3067[label="vwx9/Left vwx90",fontsize=10,color="white",style="solid",shape="box"];1756 -> 3067[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3067 -> 1789[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 3068[label="vwx9/Right vwx90",fontsize=10,color="white",style="solid",shape="box"];1756 -> 3068[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3068 -> 1790[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 1757[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3069[label="vwx9/LT",fontsize=10,color="white",style="solid",shape="box"];1757 -> 3069[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3069 -> 1791[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 3070[label="vwx9/EQ",fontsize=10,color="white",style="solid",shape="box"];1757 -> 3070[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3070 -> 1792[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 3071[label="vwx9/GT",fontsize=10,color="white",style="solid",shape="box"];1757 -> 3071[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3071 -> 1793[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 1758[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3072[label="vwx9/Nothing",fontsize=10,color="white",style="solid",shape="box"];1758 -> 3072[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3072 -> 1794[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 3073[label="vwx9/Just vwx90",fontsize=10,color="white",style="solid",shape="box"];1758 -> 3073[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3073 -> 1795[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 1759[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3074[label="vwx9/(vwx90,vwx91)",fontsize=10,color="white",style="solid",shape="box"];1759 -> 3074[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3074 -> 1796[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 1760[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3075[label="vwx9/(vwx90,vwx91,vwx92)",fontsize=10,color="white",style="solid",shape="box"];1760 -> 3075[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3075 -> 1797[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 1761[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3076[label="vwx9/False",fontsize=10,color="white",style="solid",shape="box"];1761 -> 3076[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3076 -> 1798[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 3077[label="vwx9/True",fontsize=10,color="white",style="solid",shape="box"];1761 -> 3077[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3077 -> 1799[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 1762[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1762 -> 1800[label="",style="solid", color="black", weight=3]; 18.18/7.18 1763[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1763 -> 1801[label="",style="solid", color="black", weight=3]; 18.18/7.18 1764[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1764 -> 1802[label="",style="solid", color="black", weight=3]; 18.18/7.18 1765[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1765 -> 1803[label="",style="solid", color="black", weight=3]; 18.18/7.18 1766[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1766 -> 1804[label="",style="solid", color="black", weight=3]; 18.18/7.18 1767[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1767 -> 1805[label="",style="solid", color="black", weight=3]; 18.18/7.18 1768[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1768 -> 1806[label="",style="solid", color="black", weight=3]; 18.18/7.18 1787[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1787 -> 1836[label="",style="solid", color="black", weight=3]; 18.18/7.18 1769 -> 1755[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1769[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1769 -> 1807[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1769 -> 1808[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1770 -> 1756[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1770[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1770 -> 1809[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1770 -> 1810[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1771 -> 1757[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1771[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1771 -> 1811[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1771 -> 1812[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1772 -> 1758[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1772[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1772 -> 1813[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1772 -> 1814[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1773 -> 1759[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1773[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1773 -> 1815[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1773 -> 1816[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1774 -> 1760[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1774[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1774 -> 1817[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1774 -> 1818[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1775 -> 1761[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1775[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1775 -> 1819[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1775 -> 1820[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1776 -> 1762[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1776[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1776 -> 1821[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1776 -> 1822[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1777 -> 1763[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1777[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1777 -> 1823[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1777 -> 1824[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1778 -> 1764[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1778[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1778 -> 1825[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1778 -> 1826[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1779 -> 1765[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1779[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1779 -> 1827[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1779 -> 1828[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1780 -> 1766[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1780[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1780 -> 1829[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1780 -> 1830[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1781 -> 1767[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1781[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1781 -> 1831[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1781 -> 1832[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1782 -> 1768[label="",style="dashed", color="red", weight=0]; 18.18/7.18 1782[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1782 -> 1833[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 1782 -> 1834[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 507[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];3078[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];507 -> 3078[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3078 -> 729[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 3079[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];507 -> 3079[label="",style="solid", color="burlywood", weight=9]; 18.18/7.18 3079 -> 730[label="",style="solid", color="burlywood", weight=3]; 18.18/7.18 508[label="vwx400",fontsize=16,color="green",shape="box"];509[label="vwx301",fontsize=16,color="green",shape="box"];510 -> 240[label="",style="dashed", color="red", weight=0]; 18.18/7.18 510[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];510 -> 731[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 510 -> 732[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 511[label="False",fontsize=16,color="green",shape="box"];512[label="False",fontsize=16,color="green",shape="box"];513[label="True",fontsize=16,color="green",shape="box"];514[label="False",fontsize=16,color="green",shape="box"];515[label="True",fontsize=16,color="green",shape="box"];516 -> 240[label="",style="dashed", color="red", weight=0]; 18.18/7.18 516[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];516 -> 733[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 516 -> 734[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 517[label="False",fontsize=16,color="green",shape="box"];518[label="False",fontsize=16,color="green",shape="box"];519[label="True",fontsize=16,color="green",shape="box"];520[label="False",fontsize=16,color="green",shape="box"];521[label="True",fontsize=16,color="green",shape="box"];522[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];522 -> 735[label="",style="solid", color="black", weight=3]; 18.18/7.18 523[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];523 -> 736[label="",style="solid", color="black", weight=3]; 18.18/7.18 524[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];524 -> 737[label="",style="solid", color="black", weight=3]; 18.18/7.18 525[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];525 -> 738[label="",style="solid", color="black", weight=3]; 18.18/7.18 526[label="vwx300",fontsize=16,color="green",shape="box"];527[label="vwx400",fontsize=16,color="green",shape="box"];528[label="vwx300",fontsize=16,color="green",shape="box"];529[label="vwx400",fontsize=16,color="green",shape="box"];530[label="vwx300",fontsize=16,color="green",shape="box"];531[label="vwx400",fontsize=16,color="green",shape="box"];532[label="vwx300",fontsize=16,color="green",shape="box"];533[label="vwx400",fontsize=16,color="green",shape="box"];534[label="vwx300",fontsize=16,color="green",shape="box"];535[label="vwx400",fontsize=16,color="green",shape="box"];536[label="vwx300",fontsize=16,color="green",shape="box"];537[label="vwx400",fontsize=16,color="green",shape="box"];538[label="vwx300",fontsize=16,color="green",shape="box"];539[label="vwx400",fontsize=16,color="green",shape="box"];540[label="vwx300",fontsize=16,color="green",shape="box"];541[label="vwx400",fontsize=16,color="green",shape="box"];542[label="vwx300",fontsize=16,color="green",shape="box"];543[label="vwx400",fontsize=16,color="green",shape="box"];544[label="vwx300",fontsize=16,color="green",shape="box"];545[label="vwx400",fontsize=16,color="green",shape="box"];546[label="vwx300",fontsize=16,color="green",shape="box"];547[label="vwx400",fontsize=16,color="green",shape="box"];548[label="vwx300",fontsize=16,color="green",shape="box"];549[label="vwx400",fontsize=16,color="green",shape="box"];550[label="vwx300",fontsize=16,color="green",shape="box"];551[label="vwx400",fontsize=16,color="green",shape="box"];552[label="vwx300",fontsize=16,color="green",shape="box"];553[label="vwx400",fontsize=16,color="green",shape="box"];554[label="False",fontsize=16,color="green",shape="box"];555[label="vwx38",fontsize=16,color="green",shape="box"];556[label="vwx300",fontsize=16,color="green",shape="box"];557[label="vwx400",fontsize=16,color="green",shape="box"];558[label="vwx300",fontsize=16,color="green",shape="box"];559[label="vwx400",fontsize=16,color="green",shape="box"];560[label="vwx300",fontsize=16,color="green",shape="box"];561[label="vwx400",fontsize=16,color="green",shape="box"];562[label="vwx300",fontsize=16,color="green",shape="box"];563[label="vwx400",fontsize=16,color="green",shape="box"];564[label="vwx300",fontsize=16,color="green",shape="box"];565[label="vwx400",fontsize=16,color="green",shape="box"];566[label="vwx300",fontsize=16,color="green",shape="box"];567[label="vwx400",fontsize=16,color="green",shape="box"];568[label="vwx300",fontsize=16,color="green",shape="box"];569[label="vwx400",fontsize=16,color="green",shape="box"];570[label="vwx300",fontsize=16,color="green",shape="box"];571[label="vwx400",fontsize=16,color="green",shape="box"];572[label="vwx300",fontsize=16,color="green",shape="box"];573[label="vwx400",fontsize=16,color="green",shape="box"];574[label="vwx300",fontsize=16,color="green",shape="box"];575[label="vwx400",fontsize=16,color="green",shape="box"];576[label="vwx300",fontsize=16,color="green",shape="box"];577[label="vwx400",fontsize=16,color="green",shape="box"];578[label="vwx300",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[label="vwx400",fontsize=16,color="green",shape="box"];584[label="vwx301",fontsize=16,color="green",shape="box"];585[label="vwx401",fontsize=16,color="green",shape="box"];586[label="vwx301",fontsize=16,color="green",shape="box"];587[label="vwx401",fontsize=16,color="green",shape="box"];588[label="vwx301",fontsize=16,color="green",shape="box"];589[label="vwx401",fontsize=16,color="green",shape="box"];590[label="vwx301",fontsize=16,color="green",shape="box"];591[label="vwx401",fontsize=16,color="green",shape="box"];592[label="vwx301",fontsize=16,color="green",shape="box"];593[label="vwx401",fontsize=16,color="green",shape="box"];594[label="vwx301",fontsize=16,color="green",shape="box"];595[label="vwx401",fontsize=16,color="green",shape="box"];596[label="vwx301",fontsize=16,color="green",shape="box"];597[label="vwx401",fontsize=16,color="green",shape="box"];598[label="vwx301",fontsize=16,color="green",shape="box"];599[label="vwx401",fontsize=16,color="green",shape="box"];600[label="vwx301",fontsize=16,color="green",shape="box"];601[label="vwx401",fontsize=16,color="green",shape="box"];602[label="vwx301",fontsize=16,color="green",shape="box"];603[label="vwx401",fontsize=16,color="green",shape="box"];604[label="vwx301",fontsize=16,color="green",shape="box"];605[label="vwx401",fontsize=16,color="green",shape="box"];606[label="vwx301",fontsize=16,color="green",shape="box"];607[label="vwx401",fontsize=16,color="green",shape="box"];608[label="vwx301",fontsize=16,color="green",shape="box"];609[label="vwx401",fontsize=16,color="green",shape="box"];610[label="vwx301",fontsize=16,color="green",shape="box"];611[label="vwx401",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="vwx301",fontsize=16,color="green",shape="box"];617[label="vwx401",fontsize=16,color="green",shape="box"];618[label="vwx301",fontsize=16,color="green",shape="box"];619[label="vwx401",fontsize=16,color="green",shape="box"];620[label="vwx401",fontsize=16,color="green",shape="box"];621[label="vwx300",fontsize=16,color="green",shape="box"];622[label="vwx400",fontsize=16,color="green",shape="box"];623[label="vwx301",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[label="vwx400",fontsize=16,color="green",shape="box"];628[label="vwx300",fontsize=16,color="green",shape="box"];629[label="vwx400",fontsize=16,color="green",shape="box"];630[label="vwx300",fontsize=16,color="green",shape="box"];631[label="vwx400",fontsize=16,color="green",shape="box"];632[label="vwx300",fontsize=16,color="green",shape="box"];633[label="vwx400",fontsize=16,color="green",shape="box"];634[label="vwx300",fontsize=16,color="green",shape="box"];635[label="vwx400",fontsize=16,color="green",shape="box"];636[label="vwx300",fontsize=16,color="green",shape="box"];637[label="vwx400",fontsize=16,color="green",shape="box"];638[label="vwx300",fontsize=16,color="green",shape="box"];639[label="vwx400",fontsize=16,color="green",shape="box"];640[label="vwx300",fontsize=16,color="green",shape="box"];641[label="vwx400",fontsize=16,color="green",shape="box"];642[label="vwx300",fontsize=16,color="green",shape="box"];643[label="vwx400",fontsize=16,color="green",shape="box"];644[label="vwx300",fontsize=16,color="green",shape="box"];645[label="vwx400",fontsize=16,color="green",shape="box"];646[label="vwx300",fontsize=16,color="green",shape="box"];647[label="vwx400",fontsize=16,color="green",shape="box"];648[label="vwx300",fontsize=16,color="green",shape="box"];649[label="vwx400",fontsize=16,color="green",shape="box"];650[label="vwx300",fontsize=16,color="green",shape="box"];651[label="vwx400",fontsize=16,color="green",shape="box"];652 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.18 652[label="vwx301 == vwx401",fontsize=16,color="magenta"];652 -> 739[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 652 -> 740[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 653 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.18 653[label="vwx301 == vwx401",fontsize=16,color="magenta"];653 -> 741[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 653 -> 742[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 654 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.18 654[label="vwx301 == vwx401",fontsize=16,color="magenta"];654 -> 743[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 654 -> 744[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 655 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.18 655[label="vwx301 == vwx401",fontsize=16,color="magenta"];655 -> 745[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 655 -> 746[label="",style="dashed", color="magenta", weight=3]; 18.18/7.18 656 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.18 656[label="vwx301 == vwx401",fontsize=16,color="magenta"];656 -> 747[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 656 -> 748[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 657 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.19 657[label="vwx301 == vwx401",fontsize=16,color="magenta"];657 -> 749[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 657 -> 750[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 658 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.19 658[label="vwx301 == vwx401",fontsize=16,color="magenta"];658 -> 751[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 658 -> 752[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 659 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.19 659[label="vwx301 == vwx401",fontsize=16,color="magenta"];659 -> 753[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 659 -> 754[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 660 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 660[label="vwx301 == vwx401",fontsize=16,color="magenta"];660 -> 755[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 660 -> 756[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 661 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.19 661[label="vwx301 == vwx401",fontsize=16,color="magenta"];661 -> 757[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 661 -> 758[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 662 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.19 662[label="vwx301 == vwx401",fontsize=16,color="magenta"];662 -> 759[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 662 -> 760[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 663 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.19 663[label="vwx301 == vwx401",fontsize=16,color="magenta"];663 -> 761[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 663 -> 762[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 664 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.19 664[label="vwx301 == vwx401",fontsize=16,color="magenta"];664 -> 763[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 664 -> 764[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 665 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.19 665[label="vwx301 == vwx401",fontsize=16,color="magenta"];665 -> 765[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 665 -> 766[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 666 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.19 666[label="vwx302 == vwx402",fontsize=16,color="magenta"];666 -> 767[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 666 -> 768[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 667 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.19 667[label="vwx302 == vwx402",fontsize=16,color="magenta"];667 -> 769[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 667 -> 770[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 668 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.19 668[label="vwx302 == vwx402",fontsize=16,color="magenta"];668 -> 771[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 668 -> 772[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 669 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.19 669[label="vwx302 == vwx402",fontsize=16,color="magenta"];669 -> 773[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 669 -> 774[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 670 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.19 670[label="vwx302 == vwx402",fontsize=16,color="magenta"];670 -> 775[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 670 -> 776[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 671 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.19 671[label="vwx302 == vwx402",fontsize=16,color="magenta"];671 -> 777[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 671 -> 778[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 672 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.19 672[label="vwx302 == vwx402",fontsize=16,color="magenta"];672 -> 779[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 672 -> 780[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 673 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.19 673[label="vwx302 == vwx402",fontsize=16,color="magenta"];673 -> 781[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 673 -> 782[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 674 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 674[label="vwx302 == vwx402",fontsize=16,color="magenta"];674 -> 783[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 674 -> 784[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 675 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.19 675[label="vwx302 == vwx402",fontsize=16,color="magenta"];675 -> 785[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 675 -> 786[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 676 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.19 676[label="vwx302 == vwx402",fontsize=16,color="magenta"];676 -> 787[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 676 -> 788[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 677 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.19 677[label="vwx302 == vwx402",fontsize=16,color="magenta"];677 -> 789[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 677 -> 790[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 678 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.19 678[label="vwx302 == vwx402",fontsize=16,color="magenta"];678 -> 791[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 678 -> 792[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 679 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.19 679[label="vwx302 == vwx402",fontsize=16,color="magenta"];679 -> 793[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 679 -> 794[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1788[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1788 -> 1837[label="",style="solid", color="black", weight=3]; 18.18/7.19 1789[label="Left vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];3080[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];1789 -> 3080[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3080 -> 1838[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3081[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];1789 -> 3081[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3081 -> 1839[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1790[label="Right vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];3082[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];1790 -> 3082[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3082 -> 1840[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3083[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];1790 -> 3083[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3083 -> 1841[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1791[label="LT <= vwx10",fontsize=16,color="burlywood",shape="box"];3084[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1791 -> 3084[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3084 -> 1842[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3085[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1791 -> 3085[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3085 -> 1843[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3086[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1791 -> 3086[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3086 -> 1844[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1792[label="EQ <= vwx10",fontsize=16,color="burlywood",shape="box"];3087[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1792 -> 3087[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3087 -> 1845[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3088[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1792 -> 3088[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3088 -> 1846[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3089[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1792 -> 3089[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3089 -> 1847[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1793[label="GT <= vwx10",fontsize=16,color="burlywood",shape="box"];3090[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3090[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3090 -> 1848[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3091[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3091[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3091 -> 1849[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3092[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3092[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3092 -> 1850[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1794[label="Nothing <= vwx10",fontsize=16,color="burlywood",shape="box"];3093[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];1794 -> 3093[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3093 -> 1851[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3094[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];1794 -> 3094[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3094 -> 1852[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1795[label="Just vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];3095[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];1795 -> 3095[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3095 -> 1853[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3096[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];1795 -> 3096[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3096 -> 1854[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1796[label="(vwx90,vwx91) <= vwx10",fontsize=16,color="burlywood",shape="box"];3097[label="vwx10/(vwx100,vwx101)",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3097[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3097 -> 1855[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1797[label="(vwx90,vwx91,vwx92) <= vwx10",fontsize=16,color="burlywood",shape="box"];3098[label="vwx10/(vwx100,vwx101,vwx102)",fontsize=10,color="white",style="solid",shape="box"];1797 -> 3098[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3098 -> 1856[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1798[label="False <= vwx10",fontsize=16,color="burlywood",shape="box"];3099[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];1798 -> 3099[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3099 -> 1857[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3100[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];1798 -> 3100[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3100 -> 1858[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1799[label="True <= vwx10",fontsize=16,color="burlywood",shape="box"];3101[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3101[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3101 -> 1859[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3102[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3102[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3102 -> 1860[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1800[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1800 -> 1861[label="",style="solid", color="black", weight=3]; 18.18/7.19 1801[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1801 -> 1862[label="",style="solid", color="black", weight=3]; 18.18/7.19 1802[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1802 -> 1863[label="",style="solid", color="black", weight=3]; 18.18/7.19 1803[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1803 -> 1864[label="",style="solid", color="black", weight=3]; 18.18/7.19 1804[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1804 -> 1865[label="",style="solid", color="black", weight=3]; 18.18/7.19 1805[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1805 -> 1866[label="",style="solid", color="black", weight=3]; 18.18/7.19 1806[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1806 -> 1867[label="",style="solid", color="black", weight=3]; 18.18/7.19 1836[label="GT",fontsize=16,color="green",shape="box"];1807[label="vwx16",fontsize=16,color="green",shape="box"];1808[label="vwx17",fontsize=16,color="green",shape="box"];1809[label="vwx16",fontsize=16,color="green",shape="box"];1810[label="vwx17",fontsize=16,color="green",shape="box"];1811[label="vwx16",fontsize=16,color="green",shape="box"];1812[label="vwx17",fontsize=16,color="green",shape="box"];1813[label="vwx16",fontsize=16,color="green",shape="box"];1814[label="vwx17",fontsize=16,color="green",shape="box"];1815[label="vwx16",fontsize=16,color="green",shape="box"];1816[label="vwx17",fontsize=16,color="green",shape="box"];1817[label="vwx16",fontsize=16,color="green",shape="box"];1818[label="vwx17",fontsize=16,color="green",shape="box"];1819[label="vwx16",fontsize=16,color="green",shape="box"];1820[label="vwx17",fontsize=16,color="green",shape="box"];1821[label="vwx16",fontsize=16,color="green",shape="box"];1822[label="vwx17",fontsize=16,color="green",shape="box"];1823[label="vwx16",fontsize=16,color="green",shape="box"];1824[label="vwx17",fontsize=16,color="green",shape="box"];1825[label="vwx16",fontsize=16,color="green",shape="box"];1826[label="vwx17",fontsize=16,color="green",shape="box"];1827[label="vwx16",fontsize=16,color="green",shape="box"];1828[label="vwx17",fontsize=16,color="green",shape="box"];1829[label="vwx16",fontsize=16,color="green",shape="box"];1830[label="vwx17",fontsize=16,color="green",shape="box"];1831[label="vwx16",fontsize=16,color="green",shape="box"];1832[label="vwx17",fontsize=16,color="green",shape="box"];1833[label="vwx16",fontsize=16,color="green",shape="box"];1834[label="vwx17",fontsize=16,color="green",shape="box"];729[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];3103[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];729 -> 3103[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3103 -> 828[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3104[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];729 -> 3104[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3104 -> 829[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 730[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];3105[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];730 -> 3105[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3105 -> 830[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3106[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];730 -> 3106[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3106 -> 831[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 731[label="vwx4000",fontsize=16,color="green",shape="box"];732[label="vwx3000",fontsize=16,color="green",shape="box"];733[label="vwx4000",fontsize=16,color="green",shape="box"];734[label="vwx3000",fontsize=16,color="green",shape="box"];735 -> 240[label="",style="dashed", color="red", weight=0]; 18.18/7.19 735[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];735 -> 832[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 735 -> 833[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 736[label="False",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="vwx301",fontsize=16,color="green",shape="box"];740[label="vwx401",fontsize=16,color="green",shape="box"];741[label="vwx301",fontsize=16,color="green",shape="box"];742[label="vwx401",fontsize=16,color="green",shape="box"];743[label="vwx301",fontsize=16,color="green",shape="box"];744[label="vwx401",fontsize=16,color="green",shape="box"];745[label="vwx301",fontsize=16,color="green",shape="box"];746[label="vwx401",fontsize=16,color="green",shape="box"];747[label="vwx301",fontsize=16,color="green",shape="box"];748[label="vwx401",fontsize=16,color="green",shape="box"];749[label="vwx301",fontsize=16,color="green",shape="box"];750[label="vwx401",fontsize=16,color="green",shape="box"];751[label="vwx301",fontsize=16,color="green",shape="box"];752[label="vwx401",fontsize=16,color="green",shape="box"];753[label="vwx301",fontsize=16,color="green",shape="box"];754[label="vwx401",fontsize=16,color="green",shape="box"];755[label="vwx301",fontsize=16,color="green",shape="box"];756[label="vwx401",fontsize=16,color="green",shape="box"];757[label="vwx301",fontsize=16,color="green",shape="box"];758[label="vwx401",fontsize=16,color="green",shape="box"];759[label="vwx301",fontsize=16,color="green",shape="box"];760[label="vwx401",fontsize=16,color="green",shape="box"];761[label="vwx301",fontsize=16,color="green",shape="box"];762[label="vwx401",fontsize=16,color="green",shape="box"];763[label="vwx301",fontsize=16,color="green",shape="box"];764[label="vwx401",fontsize=16,color="green",shape="box"];765[label="vwx301",fontsize=16,color="green",shape="box"];766[label="vwx401",fontsize=16,color="green",shape="box"];767[label="vwx302",fontsize=16,color="green",shape="box"];768[label="vwx402",fontsize=16,color="green",shape="box"];769[label="vwx302",fontsize=16,color="green",shape="box"];770[label="vwx402",fontsize=16,color="green",shape="box"];771[label="vwx302",fontsize=16,color="green",shape="box"];772[label="vwx402",fontsize=16,color="green",shape="box"];773[label="vwx302",fontsize=16,color="green",shape="box"];774[label="vwx402",fontsize=16,color="green",shape="box"];775[label="vwx302",fontsize=16,color="green",shape="box"];776[label="vwx402",fontsize=16,color="green",shape="box"];777[label="vwx302",fontsize=16,color="green",shape="box"];778[label="vwx402",fontsize=16,color="green",shape="box"];779[label="vwx302",fontsize=16,color="green",shape="box"];780[label="vwx402",fontsize=16,color="green",shape="box"];781[label="vwx302",fontsize=16,color="green",shape="box"];782[label="vwx402",fontsize=16,color="green",shape="box"];783[label="vwx302",fontsize=16,color="green",shape="box"];784[label="vwx402",fontsize=16,color="green",shape="box"];785[label="vwx302",fontsize=16,color="green",shape="box"];786[label="vwx402",fontsize=16,color="green",shape="box"];787[label="vwx302",fontsize=16,color="green",shape="box"];788[label="vwx402",fontsize=16,color="green",shape="box"];789[label="vwx302",fontsize=16,color="green",shape="box"];790[label="vwx402",fontsize=16,color="green",shape="box"];791[label="vwx302",fontsize=16,color="green",shape="box"];792[label="vwx402",fontsize=16,color="green",shape="box"];793[label="vwx302",fontsize=16,color="green",shape="box"];794[label="vwx402",fontsize=16,color="green",shape="box"];1837 -> 1870[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1837[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1837 -> 1871[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1838[label="Left vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];1838 -> 1879[label="",style="solid", color="black", weight=3]; 18.18/7.19 1839[label="Left vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];1839 -> 1880[label="",style="solid", color="black", weight=3]; 18.18/7.19 1840[label="Right vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];1840 -> 1881[label="",style="solid", color="black", weight=3]; 18.18/7.19 1841[label="Right vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];1841 -> 1882[label="",style="solid", color="black", weight=3]; 18.18/7.19 1842[label="LT <= LT",fontsize=16,color="black",shape="box"];1842 -> 1883[label="",style="solid", color="black", weight=3]; 18.18/7.19 1843[label="LT <= EQ",fontsize=16,color="black",shape="box"];1843 -> 1884[label="",style="solid", color="black", weight=3]; 18.18/7.19 1844[label="LT <= GT",fontsize=16,color="black",shape="box"];1844 -> 1885[label="",style="solid", color="black", weight=3]; 18.18/7.19 1845[label="EQ <= LT",fontsize=16,color="black",shape="box"];1845 -> 1886[label="",style="solid", color="black", weight=3]; 18.18/7.19 1846[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1846 -> 1887[label="",style="solid", color="black", weight=3]; 18.18/7.19 1847[label="EQ <= GT",fontsize=16,color="black",shape="box"];1847 -> 1888[label="",style="solid", color="black", weight=3]; 18.18/7.19 1848[label="GT <= LT",fontsize=16,color="black",shape="box"];1848 -> 1889[label="",style="solid", color="black", weight=3]; 18.18/7.19 1849[label="GT <= EQ",fontsize=16,color="black",shape="box"];1849 -> 1890[label="",style="solid", color="black", weight=3]; 18.18/7.19 1850[label="GT <= GT",fontsize=16,color="black",shape="box"];1850 -> 1891[label="",style="solid", color="black", weight=3]; 18.18/7.19 1851[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1851 -> 1892[label="",style="solid", color="black", weight=3]; 18.18/7.19 1852[label="Nothing <= Just vwx100",fontsize=16,color="black",shape="box"];1852 -> 1893[label="",style="solid", color="black", weight=3]; 18.18/7.19 1853[label="Just vwx90 <= Nothing",fontsize=16,color="black",shape="box"];1853 -> 1894[label="",style="solid", color="black", weight=3]; 18.18/7.19 1854[label="Just vwx90 <= Just vwx100",fontsize=16,color="black",shape="box"];1854 -> 1895[label="",style="solid", color="black", weight=3]; 18.18/7.19 1855[label="(vwx90,vwx91) <= (vwx100,vwx101)",fontsize=16,color="black",shape="box"];1855 -> 1896[label="",style="solid", color="black", weight=3]; 18.18/7.19 1856[label="(vwx90,vwx91,vwx92) <= (vwx100,vwx101,vwx102)",fontsize=16,color="black",shape="box"];1856 -> 1897[label="",style="solid", color="black", weight=3]; 18.18/7.19 1857[label="False <= False",fontsize=16,color="black",shape="box"];1857 -> 1898[label="",style="solid", color="black", weight=3]; 18.18/7.19 1858[label="False <= True",fontsize=16,color="black",shape="box"];1858 -> 1899[label="",style="solid", color="black", weight=3]; 18.18/7.19 1859[label="True <= False",fontsize=16,color="black",shape="box"];1859 -> 1900[label="",style="solid", color="black", weight=3]; 18.18/7.19 1860[label="True <= True",fontsize=16,color="black",shape="box"];1860 -> 1901[label="",style="solid", color="black", weight=3]; 18.18/7.19 1861 -> 1870[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1861[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1861 -> 1872[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1862 -> 1870[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1862[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1862 -> 1873[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1863 -> 1870[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1863[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1863 -> 1874[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1864 -> 1870[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1864[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1864 -> 1875[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1865 -> 1870[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1865[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1865 -> 1876[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1866 -> 1870[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1866[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1866 -> 1877[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1867 -> 1870[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1867[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1867 -> 1878[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 828[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];828 -> 866[label="",style="solid", color="black", weight=3]; 18.18/7.19 829[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];829 -> 867[label="",style="solid", color="black", weight=3]; 18.18/7.19 830[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];830 -> 868[label="",style="solid", color="black", weight=3]; 18.18/7.19 831[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];831 -> 869[label="",style="solid", color="black", weight=3]; 18.18/7.19 832[label="vwx4000",fontsize=16,color="green",shape="box"];833[label="vwx3000",fontsize=16,color="green",shape="box"];1871 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1871[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1871 -> 1902[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1871 -> 1903[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1870[label="not vwx60",fontsize=16,color="burlywood",shape="triangle"];3107[label="vwx60/False",fontsize=10,color="white",style="solid",shape="box"];1870 -> 3107[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3107 -> 1904[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3108[label="vwx60/True",fontsize=10,color="white",style="solid",shape="box"];1870 -> 3108[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3108 -> 1905[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1879[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];3109[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3109[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3109 -> 1920[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3110[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3110[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3110 -> 1921[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3111[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3111[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3111 -> 1922[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3112[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3112[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3112 -> 1923[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3113[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3113[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3113 -> 1924[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3114[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3114[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3114 -> 1925[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3115[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3115[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3115 -> 1926[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3116[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3116[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3116 -> 1927[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3117[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3117[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3117 -> 1928[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3118[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3118[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3118 -> 1929[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3119[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3119[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3119 -> 1930[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3120[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3120[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3120 -> 1931[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3121[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3121[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3121 -> 1932[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3122[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1879 -> 3122[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3122 -> 1933[label="",style="solid", color="blue", weight=3]; 18.18/7.19 1880[label="True",fontsize=16,color="green",shape="box"];1881[label="False",fontsize=16,color="green",shape="box"];1882[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];3123[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3123[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3123 -> 1934[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3124[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3124[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3124 -> 1935[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3125[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3125[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3125 -> 1936[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3126[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3126[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3126 -> 1937[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3127[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3127[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3127 -> 1938[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3128[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3128[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3128 -> 1939[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3129[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3129[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3129 -> 1940[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3130[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3130[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3130 -> 1941[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3131[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3131[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3131 -> 1942[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3132[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3132[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3132 -> 1943[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3133[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3133[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3133 -> 1944[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3134[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3134[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3134 -> 1945[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3135[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3135[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3135 -> 1946[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3136[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1882 -> 3136[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3136 -> 1947[label="",style="solid", color="blue", weight=3]; 18.18/7.19 1883[label="True",fontsize=16,color="green",shape="box"];1884[label="True",fontsize=16,color="green",shape="box"];1885[label="True",fontsize=16,color="green",shape="box"];1886[label="False",fontsize=16,color="green",shape="box"];1887[label="True",fontsize=16,color="green",shape="box"];1888[label="True",fontsize=16,color="green",shape="box"];1889[label="False",fontsize=16,color="green",shape="box"];1890[label="False",fontsize=16,color="green",shape="box"];1891[label="True",fontsize=16,color="green",shape="box"];1892[label="True",fontsize=16,color="green",shape="box"];1893[label="True",fontsize=16,color="green",shape="box"];1894[label="False",fontsize=16,color="green",shape="box"];1895[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];3137[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3137[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3137 -> 1948[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3138[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3138[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3138 -> 1949[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3139[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3139[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3139 -> 1950[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3140[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3140[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3140 -> 1951[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3141[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3141[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3141 -> 1952[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3142[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3142[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3142 -> 1953[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3143[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3143[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3143 -> 1954[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3144[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3144[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3144 -> 1955[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3145[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3145[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3145 -> 1956[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3146[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3146[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3146 -> 1957[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3147[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3147[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3147 -> 1958[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3148[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3148[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3148 -> 1959[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3149[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3149[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3149 -> 1960[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3150[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3150[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3150 -> 1961[label="",style="solid", color="blue", weight=3]; 18.18/7.19 1896 -> 2056[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1896[label="vwx90 < vwx100 || vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];1896 -> 2057[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1896 -> 2058[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1897 -> 2056[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1897[label="vwx90 < vwx100 || vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];1897 -> 2059[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1897 -> 2060[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1898[label="True",fontsize=16,color="green",shape="box"];1899[label="True",fontsize=16,color="green",shape="box"];1900[label="False",fontsize=16,color="green",shape="box"];1901[label="True",fontsize=16,color="green",shape="box"];1872 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1872[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1872 -> 1906[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1872 -> 1907[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1873 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1873[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1873 -> 1908[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1873 -> 1909[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1874 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1874[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1874 -> 1910[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1874 -> 1911[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1875 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1875[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1875 -> 1912[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1875 -> 1913[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1876 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1876[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1876 -> 1914[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1876 -> 1915[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1877 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1877[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1877 -> 1916[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1877 -> 1917[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1878 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1878[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1878 -> 1918[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1878 -> 1919[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 866[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];866 -> 935[label="",style="dashed", color="green", weight=3]; 18.18/7.19 867[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];867 -> 936[label="",style="dashed", color="green", weight=3]; 18.18/7.19 868[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];868 -> 937[label="",style="dashed", color="green", weight=3]; 18.18/7.19 869[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];869 -> 938[label="",style="dashed", color="green", weight=3]; 18.18/7.19 1902[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3151[label="vwx9/vwx90 :% vwx91",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3151[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3151 -> 1967[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1903[label="GT",fontsize=16,color="green",shape="box"];1904[label="not False",fontsize=16,color="black",shape="box"];1904 -> 1968[label="",style="solid", color="black", weight=3]; 18.18/7.19 1905[label="not True",fontsize=16,color="black",shape="box"];1905 -> 1969[label="",style="solid", color="black", weight=3]; 18.18/7.19 1920 -> 1755[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1920[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1920 -> 1970[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1920 -> 1971[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1921 -> 1756[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1921[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1921 -> 1972[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1921 -> 1973[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1922 -> 1757[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1922[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1922 -> 1974[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1922 -> 1975[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1923 -> 1758[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1923[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1923 -> 1976[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1923 -> 1977[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1924 -> 1759[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1924[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1924 -> 1978[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1924 -> 1979[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1925 -> 1760[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1925[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1925 -> 1980[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1925 -> 1981[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1926 -> 1761[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1926[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1926 -> 1982[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1926 -> 1983[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1927 -> 1762[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1927[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1927 -> 1984[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1927 -> 1985[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1928 -> 1763[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1928[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1928 -> 1986[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1928 -> 1987[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1929 -> 1764[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1929[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1929 -> 1988[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1929 -> 1989[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1930 -> 1765[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1930[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1930 -> 1990[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1930 -> 1991[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1931 -> 1766[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1931[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1931 -> 1992[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1931 -> 1993[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1932 -> 1767[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1932[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1932 -> 1994[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1932 -> 1995[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1933 -> 1768[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1933[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1933 -> 1996[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1933 -> 1997[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1934 -> 1755[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1934[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1934 -> 1998[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1934 -> 1999[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1935 -> 1756[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1935[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1935 -> 2000[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1935 -> 2001[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1936 -> 1757[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1936[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1936 -> 2002[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1936 -> 2003[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1937 -> 1758[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1937[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1937 -> 2004[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1937 -> 2005[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1938 -> 1759[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1938[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1938 -> 2006[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1938 -> 2007[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1939 -> 1760[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1939[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1939 -> 2008[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1939 -> 2009[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1940 -> 1761[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1940[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1940 -> 2010[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1940 -> 2011[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1941 -> 1762[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1941[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1941 -> 2012[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1941 -> 2013[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1942 -> 1763[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1942[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1942 -> 2014[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1942 -> 2015[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1943 -> 1764[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1943[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1943 -> 2016[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1943 -> 2017[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1944 -> 1765[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1944[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1944 -> 2018[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1944 -> 2019[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1945 -> 1766[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1945[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1945 -> 2020[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1945 -> 2021[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1946 -> 1767[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1946[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1946 -> 2022[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1946 -> 2023[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1947 -> 1768[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1947[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1947 -> 2024[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1947 -> 2025[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1948 -> 1755[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1948[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1948 -> 2026[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1948 -> 2027[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1949 -> 1756[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1949[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1949 -> 2028[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1949 -> 2029[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1950 -> 1757[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1950[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1950 -> 2030[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1950 -> 2031[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1951 -> 1758[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1951[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1951 -> 2032[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1951 -> 2033[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1952 -> 1759[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1952[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1952 -> 2034[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1952 -> 2035[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1953 -> 1760[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1953[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1953 -> 2036[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1953 -> 2037[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1954 -> 1761[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1954[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1954 -> 2038[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1954 -> 2039[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1955 -> 1762[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1955[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1955 -> 2040[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1955 -> 2041[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1956 -> 1763[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1956[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1956 -> 2042[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1956 -> 2043[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1957 -> 1764[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1957[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1957 -> 2044[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1957 -> 2045[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1958 -> 1765[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1958[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1958 -> 2046[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1958 -> 2047[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1959 -> 1766[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1959[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1959 -> 2048[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1959 -> 2049[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1960 -> 1767[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1960[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1960 -> 2050[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1960 -> 2051[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1961 -> 1768[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1961[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1961 -> 2052[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1961 -> 2053[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2057 -> 366[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2057[label="vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];2057 -> 2063[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2057 -> 2064[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2058[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];3152[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3152[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3152 -> 2065[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3153[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3153[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3153 -> 2066[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3154[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3154[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3154 -> 2067[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3155[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3155[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3155 -> 2068[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3156[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3156[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3156 -> 2069[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3157[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3157[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3157 -> 2070[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3158[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3158[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3158 -> 2071[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3159[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3159[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3159 -> 2072[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3160[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3160[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3160 -> 2073[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3161[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3161[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3161 -> 2074[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3162[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3162[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3162 -> 2075[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3163[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3163[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3163 -> 2076[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3164[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3164[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3164 -> 2077[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3165[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3165[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3165 -> 2078[label="",style="solid", color="blue", weight=3]; 18.18/7.19 2056[label="vwx65 || vwx66",fontsize=16,color="burlywood",shape="triangle"];3166[label="vwx65/False",fontsize=10,color="white",style="solid",shape="box"];2056 -> 3166[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3166 -> 2079[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3167[label="vwx65/True",fontsize=10,color="white",style="solid",shape="box"];2056 -> 3167[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3167 -> 2080[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2059 -> 366[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2059[label="vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];2059 -> 2081[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2059 -> 2082[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2060[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];3168[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3168[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3168 -> 2083[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3169[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3169[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3169 -> 2084[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3170[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3170[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3170 -> 2085[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3171[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3171[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3171 -> 2086[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3172[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3172[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3172 -> 2087[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3173[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3173[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3173 -> 2088[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3174[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3174[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3174 -> 2089[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3175[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3175[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3175 -> 2090[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3176[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3176[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3176 -> 2091[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3177[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3177[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3177 -> 2092[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3178[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3178[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3178 -> 2093[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3179[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3179[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3179 -> 2094[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3180[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3180[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3180 -> 2095[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3181[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2060 -> 3181[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3181 -> 2096[label="",style="solid", color="blue", weight=3]; 18.18/7.19 1906[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1906 -> 2097[label="",style="solid", color="black", weight=3]; 18.18/7.19 1907[label="GT",fontsize=16,color="green",shape="box"];1908[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1908 -> 2098[label="",style="solid", color="black", weight=3]; 18.18/7.19 1909[label="GT",fontsize=16,color="green",shape="box"];1910[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1910 -> 2099[label="",style="solid", color="black", weight=3]; 18.18/7.19 1911[label="GT",fontsize=16,color="green",shape="box"];1912[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1912 -> 2100[label="",style="solid", color="black", weight=3]; 18.18/7.19 1913[label="GT",fontsize=16,color="green",shape="box"];1914[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3182[label="vwx9/Integer vwx90",fontsize=10,color="white",style="solid",shape="box"];1914 -> 3182[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3182 -> 2101[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1915[label="GT",fontsize=16,color="green",shape="box"];1916[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3183[label="vwx9/()",fontsize=10,color="white",style="solid",shape="box"];1916 -> 3183[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3183 -> 2102[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1917[label="GT",fontsize=16,color="green",shape="box"];1918[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3184[label="vwx9/vwx90 : vwx91",fontsize=10,color="white",style="solid",shape="box"];1918 -> 3184[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3184 -> 2103[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3185[label="vwx9/[]",fontsize=10,color="white",style="solid",shape="box"];1918 -> 3185[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3185 -> 2104[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1919[label="GT",fontsize=16,color="green",shape="box"];935[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];3186[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];935 -> 3186[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3186 -> 1077[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3187[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];935 -> 3187[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3187 -> 1078[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 936 -> 935[label="",style="dashed", color="red", weight=0]; 18.18/7.19 936[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];936 -> 1079[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 937 -> 935[label="",style="dashed", color="red", weight=0]; 18.18/7.19 937[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];937 -> 1080[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 938 -> 935[label="",style="dashed", color="red", weight=0]; 18.18/7.19 938[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];938 -> 1081[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 938 -> 1082[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1967[label="compare (vwx90 :% vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3188[label="vwx10/vwx100 :% vwx101",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3188[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3188 -> 2105[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1968[label="True",fontsize=16,color="green",shape="box"];1969[label="False",fontsize=16,color="green",shape="box"];1970[label="vwx90",fontsize=16,color="green",shape="box"];1971[label="vwx100",fontsize=16,color="green",shape="box"];1972[label="vwx90",fontsize=16,color="green",shape="box"];1973[label="vwx100",fontsize=16,color="green",shape="box"];1974[label="vwx90",fontsize=16,color="green",shape="box"];1975[label="vwx100",fontsize=16,color="green",shape="box"];1976[label="vwx90",fontsize=16,color="green",shape="box"];1977[label="vwx100",fontsize=16,color="green",shape="box"];1978[label="vwx90",fontsize=16,color="green",shape="box"];1979[label="vwx100",fontsize=16,color="green",shape="box"];1980[label="vwx90",fontsize=16,color="green",shape="box"];1981[label="vwx100",fontsize=16,color="green",shape="box"];1982[label="vwx90",fontsize=16,color="green",shape="box"];1983[label="vwx100",fontsize=16,color="green",shape="box"];1984[label="vwx90",fontsize=16,color="green",shape="box"];1985[label="vwx100",fontsize=16,color="green",shape="box"];1986[label="vwx90",fontsize=16,color="green",shape="box"];1987[label="vwx100",fontsize=16,color="green",shape="box"];1988[label="vwx90",fontsize=16,color="green",shape="box"];1989[label="vwx100",fontsize=16,color="green",shape="box"];1990[label="vwx90",fontsize=16,color="green",shape="box"];1991[label="vwx100",fontsize=16,color="green",shape="box"];1992[label="vwx90",fontsize=16,color="green",shape="box"];1993[label="vwx100",fontsize=16,color="green",shape="box"];1994[label="vwx90",fontsize=16,color="green",shape="box"];1995[label="vwx100",fontsize=16,color="green",shape="box"];1996[label="vwx90",fontsize=16,color="green",shape="box"];1997[label="vwx100",fontsize=16,color="green",shape="box"];1998[label="vwx90",fontsize=16,color="green",shape="box"];1999[label="vwx100",fontsize=16,color="green",shape="box"];2000[label="vwx90",fontsize=16,color="green",shape="box"];2001[label="vwx100",fontsize=16,color="green",shape="box"];2002[label="vwx90",fontsize=16,color="green",shape="box"];2003[label="vwx100",fontsize=16,color="green",shape="box"];2004[label="vwx90",fontsize=16,color="green",shape="box"];2005[label="vwx100",fontsize=16,color="green",shape="box"];2006[label="vwx90",fontsize=16,color="green",shape="box"];2007[label="vwx100",fontsize=16,color="green",shape="box"];2008[label="vwx90",fontsize=16,color="green",shape="box"];2009[label="vwx100",fontsize=16,color="green",shape="box"];2010[label="vwx90",fontsize=16,color="green",shape="box"];2011[label="vwx100",fontsize=16,color="green",shape="box"];2012[label="vwx90",fontsize=16,color="green",shape="box"];2013[label="vwx100",fontsize=16,color="green",shape="box"];2014[label="vwx90",fontsize=16,color="green",shape="box"];2015[label="vwx100",fontsize=16,color="green",shape="box"];2016[label="vwx90",fontsize=16,color="green",shape="box"];2017[label="vwx100",fontsize=16,color="green",shape="box"];2018[label="vwx90",fontsize=16,color="green",shape="box"];2019[label="vwx100",fontsize=16,color="green",shape="box"];2020[label="vwx90",fontsize=16,color="green",shape="box"];2021[label="vwx100",fontsize=16,color="green",shape="box"];2022[label="vwx90",fontsize=16,color="green",shape="box"];2023[label="vwx100",fontsize=16,color="green",shape="box"];2024[label="vwx90",fontsize=16,color="green",shape="box"];2025[label="vwx100",fontsize=16,color="green",shape="box"];2026[label="vwx90",fontsize=16,color="green",shape="box"];2027[label="vwx100",fontsize=16,color="green",shape="box"];2028[label="vwx90",fontsize=16,color="green",shape="box"];2029[label="vwx100",fontsize=16,color="green",shape="box"];2030[label="vwx90",fontsize=16,color="green",shape="box"];2031[label="vwx100",fontsize=16,color="green",shape="box"];2032[label="vwx90",fontsize=16,color="green",shape="box"];2033[label="vwx100",fontsize=16,color="green",shape="box"];2034[label="vwx90",fontsize=16,color="green",shape="box"];2035[label="vwx100",fontsize=16,color="green",shape="box"];2036[label="vwx90",fontsize=16,color="green",shape="box"];2037[label="vwx100",fontsize=16,color="green",shape="box"];2038[label="vwx90",fontsize=16,color="green",shape="box"];2039[label="vwx100",fontsize=16,color="green",shape="box"];2040[label="vwx90",fontsize=16,color="green",shape="box"];2041[label="vwx100",fontsize=16,color="green",shape="box"];2042[label="vwx90",fontsize=16,color="green",shape="box"];2043[label="vwx100",fontsize=16,color="green",shape="box"];2044[label="vwx90",fontsize=16,color="green",shape="box"];2045[label="vwx100",fontsize=16,color="green",shape="box"];2046[label="vwx90",fontsize=16,color="green",shape="box"];2047[label="vwx100",fontsize=16,color="green",shape="box"];2048[label="vwx90",fontsize=16,color="green",shape="box"];2049[label="vwx100",fontsize=16,color="green",shape="box"];2050[label="vwx90",fontsize=16,color="green",shape="box"];2051[label="vwx100",fontsize=16,color="green",shape="box"];2052[label="vwx90",fontsize=16,color="green",shape="box"];2053[label="vwx100",fontsize=16,color="green",shape="box"];2063[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];3189[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3189[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3189 -> 2106[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3190[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3190[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3190 -> 2107[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3191[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3191[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3191 -> 2108[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3192[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3192[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3192 -> 2109[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3193[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3193[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3193 -> 2110[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3194[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3194[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3194 -> 2111[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3195[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3195[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3195 -> 2112[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3196[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3196[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3196 -> 2113[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3197[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3197[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3197 -> 2114[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3198[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3198[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3198 -> 2115[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3199[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3199[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3199 -> 2116[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3200[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3200[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3200 -> 2117[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3201[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3201[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3201 -> 2118[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3202[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2063 -> 3202[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3202 -> 2119[label="",style="solid", color="blue", weight=3]; 18.18/7.19 2064[label="vwx91 <= vwx101",fontsize=16,color="blue",shape="box"];3203[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3203[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3203 -> 2120[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3204[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3204[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3204 -> 2121[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3205[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3205[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3205 -> 2122[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3206[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3206[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3206 -> 2123[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3207[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3207[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3207 -> 2124[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3208[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3208[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3208 -> 2125[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3209[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3209[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3209 -> 2126[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3210[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3210[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3210 -> 2127[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3211[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3211[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3211 -> 2128[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3212[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3212[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3212 -> 2129[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3213[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3213[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3213 -> 2130[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3214[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3214[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3214 -> 2131[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3215[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3215[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3215 -> 2132[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3216[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2064 -> 3216[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3216 -> 2133[label="",style="solid", color="blue", weight=3]; 18.18/7.19 2065[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2065 -> 2134[label="",style="solid", color="black", weight=3]; 18.18/7.19 2066[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2066 -> 2135[label="",style="solid", color="black", weight=3]; 18.18/7.19 2067[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2067 -> 2136[label="",style="solid", color="black", weight=3]; 18.18/7.19 2068[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2068 -> 2137[label="",style="solid", color="black", weight=3]; 18.18/7.19 2069[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2069 -> 2138[label="",style="solid", color="black", weight=3]; 18.18/7.19 2070[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2070 -> 2139[label="",style="solid", color="black", weight=3]; 18.18/7.19 2071[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2071 -> 2140[label="",style="solid", color="black", weight=3]; 18.18/7.19 2072[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2072 -> 2141[label="",style="solid", color="black", weight=3]; 18.18/7.19 2073[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2073 -> 2142[label="",style="solid", color="black", weight=3]; 18.18/7.19 2074[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2074 -> 2143[label="",style="solid", color="black", weight=3]; 18.18/7.19 2075[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2075 -> 2144[label="",style="solid", color="black", weight=3]; 18.18/7.19 2076[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2076 -> 2145[label="",style="solid", color="black", weight=3]; 18.18/7.19 2077[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2077 -> 2146[label="",style="solid", color="black", weight=3]; 18.18/7.19 2078[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2078 -> 2147[label="",style="solid", color="black", weight=3]; 18.18/7.19 2079[label="False || vwx66",fontsize=16,color="black",shape="box"];2079 -> 2148[label="",style="solid", color="black", weight=3]; 18.18/7.19 2080[label="True || vwx66",fontsize=16,color="black",shape="box"];2080 -> 2149[label="",style="solid", color="black", weight=3]; 18.18/7.19 2081[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];3217[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3217[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3217 -> 2150[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3218[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3218[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3218 -> 2151[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3219[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3219[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3219 -> 2152[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3220[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3220[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3220 -> 2153[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3221[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3221[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3221 -> 2154[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3222[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3222[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3222 -> 2155[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3223[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3223[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3223 -> 2156[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3224[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3224[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3224 -> 2157[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3225[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3225[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3225 -> 2158[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3226[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3226[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3226 -> 2159[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3227[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3227[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3227 -> 2160[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3228[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3228[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3228 -> 2161[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3229[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3229[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3229 -> 2162[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3230[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3230[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3230 -> 2163[label="",style="solid", color="blue", weight=3]; 18.18/7.19 2082 -> 2056[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2082[label="vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];2082 -> 2164[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2082 -> 2165[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2083 -> 2065[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2083[label="vwx90 < vwx100",fontsize=16,color="magenta"];2083 -> 2166[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2083 -> 2167[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2084 -> 2066[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2084[label="vwx90 < vwx100",fontsize=16,color="magenta"];2084 -> 2168[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2084 -> 2169[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2085 -> 2067[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2085[label="vwx90 < vwx100",fontsize=16,color="magenta"];2085 -> 2170[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2085 -> 2171[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2086 -> 2068[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2086[label="vwx90 < vwx100",fontsize=16,color="magenta"];2086 -> 2172[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2086 -> 2173[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2087 -> 2069[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2087[label="vwx90 < vwx100",fontsize=16,color="magenta"];2087 -> 2174[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2087 -> 2175[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2088 -> 2070[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2088[label="vwx90 < vwx100",fontsize=16,color="magenta"];2088 -> 2176[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2088 -> 2177[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2089 -> 2071[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2089[label="vwx90 < vwx100",fontsize=16,color="magenta"];2089 -> 2178[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2089 -> 2179[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2090 -> 2072[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2090[label="vwx90 < vwx100",fontsize=16,color="magenta"];2090 -> 2180[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2090 -> 2181[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2091 -> 2073[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2091[label="vwx90 < vwx100",fontsize=16,color="magenta"];2091 -> 2182[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2091 -> 2183[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2092 -> 2074[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2092[label="vwx90 < vwx100",fontsize=16,color="magenta"];2092 -> 2184[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2092 -> 2185[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2093 -> 2075[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2093[label="vwx90 < vwx100",fontsize=16,color="magenta"];2093 -> 2186[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2093 -> 2187[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2094 -> 2076[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2094[label="vwx90 < vwx100",fontsize=16,color="magenta"];2094 -> 2188[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2094 -> 2189[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2095 -> 2077[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2095[label="vwx90 < vwx100",fontsize=16,color="magenta"];2095 -> 2190[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2095 -> 2191[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2096 -> 2078[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2096[label="vwx90 < vwx100",fontsize=16,color="magenta"];2096 -> 2192[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2096 -> 2193[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2097[label="primCmpFloat vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3231[label="vwx9/Float vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];2097 -> 3231[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3231 -> 2194[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2098[label="primCmpInt vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3232[label="vwx9/Pos vwx90",fontsize=10,color="white",style="solid",shape="box"];2098 -> 3232[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3232 -> 2195[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3233[label="vwx9/Neg vwx90",fontsize=10,color="white",style="solid",shape="box"];2098 -> 3233[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3233 -> 2196[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2099[label="primCmpChar vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3234[label="vwx9/Char vwx90",fontsize=10,color="white",style="solid",shape="box"];2099 -> 3234[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3234 -> 2197[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2100[label="primCmpDouble vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3235[label="vwx9/Double vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];2100 -> 3235[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3235 -> 2198[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2101[label="compare (Integer vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3236[label="vwx10/Integer vwx100",fontsize=10,color="white",style="solid",shape="box"];2101 -> 3236[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3236 -> 2199[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2102[label="compare () vwx10",fontsize=16,color="burlywood",shape="box"];3237[label="vwx10/()",fontsize=10,color="white",style="solid",shape="box"];2102 -> 3237[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3237 -> 2200[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2103[label="compare (vwx90 : vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3238[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];2103 -> 3238[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3238 -> 2201[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3239[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];2103 -> 3239[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3239 -> 2202[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2104[label="compare [] vwx10",fontsize=16,color="burlywood",shape="box"];3240[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];2104 -> 3240[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3240 -> 2203[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3241[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];2104 -> 3241[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3241 -> 2204[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1077[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];3242[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3242[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3242 -> 1183[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3243[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3243[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3243 -> 1184[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1078[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];3244[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1078 -> 3244[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3244 -> 1185[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3245[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1078 -> 3245[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3245 -> 1186[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1079[label="vwx4010",fontsize=16,color="green",shape="box"];1080[label="vwx3000",fontsize=16,color="green",shape="box"];1081[label="vwx4010",fontsize=16,color="green",shape="box"];1082[label="vwx3000",fontsize=16,color="green",shape="box"];2105[label="compare (vwx90 :% vwx91) (vwx100 :% vwx101)",fontsize=16,color="black",shape="box"];2105 -> 2205[label="",style="solid", color="black", weight=3]; 18.18/7.19 2106 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2106[label="vwx90 == vwx100",fontsize=16,color="magenta"];2106 -> 2206[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2106 -> 2207[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2107 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2107[label="vwx90 == vwx100",fontsize=16,color="magenta"];2107 -> 2208[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2107 -> 2209[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2108 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2108[label="vwx90 == vwx100",fontsize=16,color="magenta"];2108 -> 2210[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2108 -> 2211[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2109 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2109[label="vwx90 == vwx100",fontsize=16,color="magenta"];2109 -> 2212[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2109 -> 2213[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2110 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2110[label="vwx90 == vwx100",fontsize=16,color="magenta"];2110 -> 2214[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2110 -> 2215[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2111 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2111[label="vwx90 == vwx100",fontsize=16,color="magenta"];2111 -> 2216[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2111 -> 2217[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2112 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2112[label="vwx90 == vwx100",fontsize=16,color="magenta"];2112 -> 2218[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2112 -> 2219[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2113 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2113[label="vwx90 == vwx100",fontsize=16,color="magenta"];2113 -> 2220[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2113 -> 2221[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2114 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2114[label="vwx90 == vwx100",fontsize=16,color="magenta"];2114 -> 2222[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2114 -> 2223[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2115 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2115[label="vwx90 == vwx100",fontsize=16,color="magenta"];2115 -> 2224[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2115 -> 2225[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2116 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2116[label="vwx90 == vwx100",fontsize=16,color="magenta"];2116 -> 2226[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2116 -> 2227[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2117 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2117[label="vwx90 == vwx100",fontsize=16,color="magenta"];2117 -> 2228[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2117 -> 2229[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2118 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2118[label="vwx90 == vwx100",fontsize=16,color="magenta"];2118 -> 2230[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2118 -> 2231[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2119 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2119[label="vwx90 == vwx100",fontsize=16,color="magenta"];2119 -> 2232[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2119 -> 2233[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2120 -> 1755[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2120[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2120 -> 2234[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2120 -> 2235[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2121 -> 1756[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2121[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2121 -> 2236[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2121 -> 2237[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2122 -> 1757[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2122[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2122 -> 2238[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2122 -> 2239[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2123 -> 1758[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2123[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2123 -> 2240[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2123 -> 2241[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2124 -> 1759[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2124[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2124 -> 2242[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2124 -> 2243[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2125 -> 1760[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2125[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2125 -> 2244[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2125 -> 2245[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2126 -> 1761[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2126[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2126 -> 2246[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2126 -> 2247[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2127 -> 1762[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2127[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2127 -> 2248[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2127 -> 2249[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2128 -> 1763[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2128[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2128 -> 2250[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2128 -> 2251[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2129 -> 1764[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2129[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2129 -> 2252[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2129 -> 2253[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2130 -> 1765[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2130[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2130 -> 2254[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2130 -> 2255[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2131 -> 1766[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2131[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2131 -> 2256[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2131 -> 2257[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2132 -> 1767[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2132[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2132 -> 2258[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2132 -> 2259[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2133 -> 1768[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2133[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2133 -> 2260[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2133 -> 2261[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2134 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2134[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2134 -> 2262[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2134 -> 2263[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2135 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2135[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2135 -> 2264[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2135 -> 2265[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2136 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2136[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2136 -> 2266[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2136 -> 2267[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2137 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2137[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2137 -> 2268[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2137 -> 2269[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2138 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2138[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2138 -> 2270[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2138 -> 2271[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2139 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2139[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2139 -> 2272[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2139 -> 2273[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2140 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2140[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2140 -> 2274[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2140 -> 2275[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2141 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2141[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2141 -> 2276[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2141 -> 2277[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2142 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2142[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2142 -> 2278[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2142 -> 2279[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2143 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2143[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2143 -> 2280[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2143 -> 2281[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2144 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2144[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2144 -> 2282[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2144 -> 2283[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2145 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2145[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2145 -> 2284[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2145 -> 2285[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2146 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2146[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2146 -> 2286[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2146 -> 2287[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2147 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2147[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2147 -> 2288[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2147 -> 2289[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2148[label="vwx66",fontsize=16,color="green",shape="box"];2149[label="True",fontsize=16,color="green",shape="box"];2150 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2150[label="vwx90 == vwx100",fontsize=16,color="magenta"];2150 -> 2290[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2150 -> 2291[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2151 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2151[label="vwx90 == vwx100",fontsize=16,color="magenta"];2151 -> 2292[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2151 -> 2293[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2152 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2152[label="vwx90 == vwx100",fontsize=16,color="magenta"];2152 -> 2294[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2152 -> 2295[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2153 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2153[label="vwx90 == vwx100",fontsize=16,color="magenta"];2153 -> 2296[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2153 -> 2297[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2154 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2154[label="vwx90 == vwx100",fontsize=16,color="magenta"];2154 -> 2298[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2154 -> 2299[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2155 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2155[label="vwx90 == vwx100",fontsize=16,color="magenta"];2155 -> 2300[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2155 -> 2301[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2156 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2156[label="vwx90 == vwx100",fontsize=16,color="magenta"];2156 -> 2302[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2156 -> 2303[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2157 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2157[label="vwx90 == vwx100",fontsize=16,color="magenta"];2157 -> 2304[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2157 -> 2305[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2158 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2158[label="vwx90 == vwx100",fontsize=16,color="magenta"];2158 -> 2306[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2158 -> 2307[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2159 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2159[label="vwx90 == vwx100",fontsize=16,color="magenta"];2159 -> 2308[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2159 -> 2309[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2160 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2160[label="vwx90 == vwx100",fontsize=16,color="magenta"];2160 -> 2310[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2160 -> 2311[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2161 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2161[label="vwx90 == vwx100",fontsize=16,color="magenta"];2161 -> 2312[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2161 -> 2313[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2162 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2162[label="vwx90 == vwx100",fontsize=16,color="magenta"];2162 -> 2314[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2162 -> 2315[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2163 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2163[label="vwx90 == vwx100",fontsize=16,color="magenta"];2163 -> 2316[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2163 -> 2317[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2164 -> 366[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2164[label="vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];2164 -> 2318[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2164 -> 2319[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2165[label="vwx91 < vwx101",fontsize=16,color="blue",shape="box"];3246[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3246[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3246 -> 2320[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3247[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3247[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3247 -> 2321[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3248[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3248[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3248 -> 2322[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3249[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3249[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3249 -> 2323[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3250[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3250[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3250 -> 2324[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3251[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3251[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3251 -> 2325[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3252[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3252[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3252 -> 2326[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3253[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3253[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3253 -> 2327[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3254[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3254[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3254 -> 2328[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3255[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3255[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3255 -> 2329[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3256[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3256[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3256 -> 2330[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3257[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3257[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3257 -> 2331[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3258[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3258[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3258 -> 2332[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3259[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3259[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3259 -> 2333[label="",style="solid", color="blue", weight=3]; 18.18/7.19 2166[label="vwx90",fontsize=16,color="green",shape="box"];2167[label="vwx100",fontsize=16,color="green",shape="box"];2168[label="vwx90",fontsize=16,color="green",shape="box"];2169[label="vwx100",fontsize=16,color="green",shape="box"];2170[label="vwx90",fontsize=16,color="green",shape="box"];2171[label="vwx100",fontsize=16,color="green",shape="box"];2172[label="vwx90",fontsize=16,color="green",shape="box"];2173[label="vwx100",fontsize=16,color="green",shape="box"];2174[label="vwx90",fontsize=16,color="green",shape="box"];2175[label="vwx100",fontsize=16,color="green",shape="box"];2176[label="vwx90",fontsize=16,color="green",shape="box"];2177[label="vwx100",fontsize=16,color="green",shape="box"];2178[label="vwx90",fontsize=16,color="green",shape="box"];2179[label="vwx100",fontsize=16,color="green",shape="box"];2180[label="vwx90",fontsize=16,color="green",shape="box"];2181[label="vwx100",fontsize=16,color="green",shape="box"];2182[label="vwx90",fontsize=16,color="green",shape="box"];2183[label="vwx100",fontsize=16,color="green",shape="box"];2184[label="vwx90",fontsize=16,color="green",shape="box"];2185[label="vwx100",fontsize=16,color="green",shape="box"];2186[label="vwx90",fontsize=16,color="green",shape="box"];2187[label="vwx100",fontsize=16,color="green",shape="box"];2188[label="vwx90",fontsize=16,color="green",shape="box"];2189[label="vwx100",fontsize=16,color="green",shape="box"];2190[label="vwx90",fontsize=16,color="green",shape="box"];2191[label="vwx100",fontsize=16,color="green",shape="box"];2192[label="vwx90",fontsize=16,color="green",shape="box"];2193[label="vwx100",fontsize=16,color="green",shape="box"];2194[label="primCmpFloat (Float vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3260[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];2194 -> 3260[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3260 -> 2334[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3261[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];2194 -> 3261[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3261 -> 2335[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2195[label="primCmpInt (Pos vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3262[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2195 -> 3262[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3262 -> 2336[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3263[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2195 -> 3263[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3263 -> 2337[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2196[label="primCmpInt (Neg vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3264[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3264[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3264 -> 2338[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3265[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3265[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3265 -> 2339[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2197[label="primCmpChar (Char vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3266[label="vwx10/Char vwx100",fontsize=10,color="white",style="solid",shape="box"];2197 -> 3266[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3266 -> 2340[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2198[label="primCmpDouble (Double vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3267[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];2198 -> 3267[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3267 -> 2341[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3268[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];2198 -> 3268[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3268 -> 2342[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2199[label="compare (Integer vwx90) (Integer vwx100)",fontsize=16,color="black",shape="box"];2199 -> 2343[label="",style="solid", color="black", weight=3]; 18.18/7.19 2200[label="compare () ()",fontsize=16,color="black",shape="box"];2200 -> 2344[label="",style="solid", color="black", weight=3]; 18.18/7.19 2201[label="compare (vwx90 : vwx91) (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];2201 -> 2345[label="",style="solid", color="black", weight=3]; 18.18/7.19 2202[label="compare (vwx90 : vwx91) []",fontsize=16,color="black",shape="box"];2202 -> 2346[label="",style="solid", color="black", weight=3]; 18.18/7.19 2203[label="compare [] (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];2203 -> 2347[label="",style="solid", color="black", weight=3]; 18.18/7.19 2204[label="compare [] []",fontsize=16,color="black",shape="box"];2204 -> 2348[label="",style="solid", color="black", weight=3]; 18.18/7.19 1183[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1183 -> 1331[label="",style="solid", color="black", weight=3]; 18.18/7.19 1184[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1184 -> 1332[label="",style="solid", color="black", weight=3]; 18.18/7.19 1185[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1185 -> 1333[label="",style="solid", color="black", weight=3]; 18.18/7.19 1186[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1186 -> 1334[label="",style="solid", color="black", weight=3]; 18.18/7.19 2205[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="blue",shape="box"];3269[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3269[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3269 -> 2349[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3270[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2205 -> 3270[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3270 -> 2350[label="",style="solid", color="blue", weight=3]; 18.18/7.19 2206[label="vwx90",fontsize=16,color="green",shape="box"];2207[label="vwx100",fontsize=16,color="green",shape="box"];2208[label="vwx90",fontsize=16,color="green",shape="box"];2209[label="vwx100",fontsize=16,color="green",shape="box"];2210[label="vwx90",fontsize=16,color="green",shape="box"];2211[label="vwx100",fontsize=16,color="green",shape="box"];2212[label="vwx90",fontsize=16,color="green",shape="box"];2213[label="vwx100",fontsize=16,color="green",shape="box"];2214[label="vwx90",fontsize=16,color="green",shape="box"];2215[label="vwx100",fontsize=16,color="green",shape="box"];2216[label="vwx90",fontsize=16,color="green",shape="box"];2217[label="vwx100",fontsize=16,color="green",shape="box"];2218[label="vwx90",fontsize=16,color="green",shape="box"];2219[label="vwx100",fontsize=16,color="green",shape="box"];2220[label="vwx90",fontsize=16,color="green",shape="box"];2221[label="vwx100",fontsize=16,color="green",shape="box"];2222[label="vwx90",fontsize=16,color="green",shape="box"];2223[label="vwx100",fontsize=16,color="green",shape="box"];2224[label="vwx90",fontsize=16,color="green",shape="box"];2225[label="vwx100",fontsize=16,color="green",shape="box"];2226[label="vwx90",fontsize=16,color="green",shape="box"];2227[label="vwx100",fontsize=16,color="green",shape="box"];2228[label="vwx90",fontsize=16,color="green",shape="box"];2229[label="vwx100",fontsize=16,color="green",shape="box"];2230[label="vwx90",fontsize=16,color="green",shape="box"];2231[label="vwx100",fontsize=16,color="green",shape="box"];2232[label="vwx90",fontsize=16,color="green",shape="box"];2233[label="vwx100",fontsize=16,color="green",shape="box"];2234[label="vwx91",fontsize=16,color="green",shape="box"];2235[label="vwx101",fontsize=16,color="green",shape="box"];2236[label="vwx91",fontsize=16,color="green",shape="box"];2237[label="vwx101",fontsize=16,color="green",shape="box"];2238[label="vwx91",fontsize=16,color="green",shape="box"];2239[label="vwx101",fontsize=16,color="green",shape="box"];2240[label="vwx91",fontsize=16,color="green",shape="box"];2241[label="vwx101",fontsize=16,color="green",shape="box"];2242[label="vwx91",fontsize=16,color="green",shape="box"];2243[label="vwx101",fontsize=16,color="green",shape="box"];2244[label="vwx91",fontsize=16,color="green",shape="box"];2245[label="vwx101",fontsize=16,color="green",shape="box"];2246[label="vwx91",fontsize=16,color="green",shape="box"];2247[label="vwx101",fontsize=16,color="green",shape="box"];2248[label="vwx91",fontsize=16,color="green",shape="box"];2249[label="vwx101",fontsize=16,color="green",shape="box"];2250[label="vwx91",fontsize=16,color="green",shape="box"];2251[label="vwx101",fontsize=16,color="green",shape="box"];2252[label="vwx91",fontsize=16,color="green",shape="box"];2253[label="vwx101",fontsize=16,color="green",shape="box"];2254[label="vwx91",fontsize=16,color="green",shape="box"];2255[label="vwx101",fontsize=16,color="green",shape="box"];2256[label="vwx91",fontsize=16,color="green",shape="box"];2257[label="vwx101",fontsize=16,color="green",shape="box"];2258[label="vwx91",fontsize=16,color="green",shape="box"];2259[label="vwx101",fontsize=16,color="green",shape="box"];2260[label="vwx91",fontsize=16,color="green",shape="box"];2261[label="vwx101",fontsize=16,color="green",shape="box"];2262 -> 1902[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2262[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2262 -> 2351[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2262 -> 2352[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2263[label="LT",fontsize=16,color="green",shape="box"];2264[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2264 -> 2353[label="",style="solid", color="black", weight=3]; 18.18/7.19 2265[label="LT",fontsize=16,color="green",shape="box"];2266[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2266 -> 2354[label="",style="solid", color="black", weight=3]; 18.18/7.19 2267[label="LT",fontsize=16,color="green",shape="box"];2268[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2268 -> 2355[label="",style="solid", color="black", weight=3]; 18.18/7.19 2269[label="LT",fontsize=16,color="green",shape="box"];2270[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2270 -> 2356[label="",style="solid", color="black", weight=3]; 18.18/7.19 2271[label="LT",fontsize=16,color="green",shape="box"];2272[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2272 -> 2357[label="",style="solid", color="black", weight=3]; 18.18/7.19 2273[label="LT",fontsize=16,color="green",shape="box"];2274[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2274 -> 2358[label="",style="solid", color="black", weight=3]; 18.18/7.19 2275[label="LT",fontsize=16,color="green",shape="box"];2276 -> 1906[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2276[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2276 -> 2359[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2276 -> 2360[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2277[label="LT",fontsize=16,color="green",shape="box"];2278 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2278[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2278 -> 2361[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2278 -> 2362[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2279[label="LT",fontsize=16,color="green",shape="box"];2280 -> 1910[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2280[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2280 -> 2363[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2280 -> 2364[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2281[label="LT",fontsize=16,color="green",shape="box"];2282 -> 1912[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2282[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2282 -> 2365[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2282 -> 2366[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2283[label="LT",fontsize=16,color="green",shape="box"];2284 -> 1914[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2284[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2284 -> 2367[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2284 -> 2368[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2285[label="LT",fontsize=16,color="green",shape="box"];2286 -> 1916[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2286[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2286 -> 2369[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2286 -> 2370[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2287[label="LT",fontsize=16,color="green",shape="box"];2288 -> 1918[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2288[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2288 -> 2371[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2288 -> 2372[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2289[label="LT",fontsize=16,color="green",shape="box"];2290[label="vwx90",fontsize=16,color="green",shape="box"];2291[label="vwx100",fontsize=16,color="green",shape="box"];2292[label="vwx90",fontsize=16,color="green",shape="box"];2293[label="vwx100",fontsize=16,color="green",shape="box"];2294[label="vwx90",fontsize=16,color="green",shape="box"];2295[label="vwx100",fontsize=16,color="green",shape="box"];2296[label="vwx90",fontsize=16,color="green",shape="box"];2297[label="vwx100",fontsize=16,color="green",shape="box"];2298[label="vwx90",fontsize=16,color="green",shape="box"];2299[label="vwx100",fontsize=16,color="green",shape="box"];2300[label="vwx90",fontsize=16,color="green",shape="box"];2301[label="vwx100",fontsize=16,color="green",shape="box"];2302[label="vwx90",fontsize=16,color="green",shape="box"];2303[label="vwx100",fontsize=16,color="green",shape="box"];2304[label="vwx90",fontsize=16,color="green",shape="box"];2305[label="vwx100",fontsize=16,color="green",shape="box"];2306[label="vwx90",fontsize=16,color="green",shape="box"];2307[label="vwx100",fontsize=16,color="green",shape="box"];2308[label="vwx90",fontsize=16,color="green",shape="box"];2309[label="vwx100",fontsize=16,color="green",shape="box"];2310[label="vwx90",fontsize=16,color="green",shape="box"];2311[label="vwx100",fontsize=16,color="green",shape="box"];2312[label="vwx90",fontsize=16,color="green",shape="box"];2313[label="vwx100",fontsize=16,color="green",shape="box"];2314[label="vwx90",fontsize=16,color="green",shape="box"];2315[label="vwx100",fontsize=16,color="green",shape="box"];2316[label="vwx90",fontsize=16,color="green",shape="box"];2317[label="vwx100",fontsize=16,color="green",shape="box"];2318[label="vwx91 == vwx101",fontsize=16,color="blue",shape="box"];3271[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3271[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3271 -> 2373[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3272[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3272[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3272 -> 2374[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3273[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3273[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3273 -> 2375[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3274[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3274[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3274 -> 2376[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3275[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3275[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3275 -> 2377[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3276[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3276[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3276 -> 2378[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3277[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3277[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3277 -> 2379[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3278[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3278[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3278 -> 2380[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3279[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3279[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3279 -> 2381[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3280[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3280[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3280 -> 2382[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3281[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3281[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3281 -> 2383[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3282[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3282[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3282 -> 2384[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3283[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3283[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3283 -> 2385[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3284[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2318 -> 3284[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3284 -> 2386[label="",style="solid", color="blue", weight=3]; 18.18/7.19 2319[label="vwx92 <= vwx102",fontsize=16,color="blue",shape="box"];3285[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3285[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3285 -> 2387[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3286[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3286[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3286 -> 2388[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3287[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3287[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3287 -> 2389[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3288[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3288[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3288 -> 2390[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3289[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3289[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3289 -> 2391[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3290[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3290[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3290 -> 2392[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3291[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3291[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3291 -> 2393[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3292[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3292[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3292 -> 2394[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3293[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3293[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3293 -> 2395[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3294[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3294[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3294 -> 2396[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3295[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3295[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3295 -> 2397[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3296[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3296[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3296 -> 2398[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3297[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3297[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3297 -> 2399[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3298[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3298[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3298 -> 2400[label="",style="solid", color="blue", weight=3]; 18.18/7.19 2320 -> 2065[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2320[label="vwx91 < vwx101",fontsize=16,color="magenta"];2320 -> 2401[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2320 -> 2402[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2321 -> 2066[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2321[label="vwx91 < vwx101",fontsize=16,color="magenta"];2321 -> 2403[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2321 -> 2404[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2322 -> 2067[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2322[label="vwx91 < vwx101",fontsize=16,color="magenta"];2322 -> 2405[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2322 -> 2406[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2323 -> 2068[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2323[label="vwx91 < vwx101",fontsize=16,color="magenta"];2323 -> 2407[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2323 -> 2408[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2324 -> 2069[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2324[label="vwx91 < vwx101",fontsize=16,color="magenta"];2324 -> 2409[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2324 -> 2410[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2325 -> 2070[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2325[label="vwx91 < vwx101",fontsize=16,color="magenta"];2325 -> 2411[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2325 -> 2412[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2326 -> 2071[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2326[label="vwx91 < vwx101",fontsize=16,color="magenta"];2326 -> 2413[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2326 -> 2414[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2327 -> 2072[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2327[label="vwx91 < vwx101",fontsize=16,color="magenta"];2327 -> 2415[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2327 -> 2416[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2328 -> 2073[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2328[label="vwx91 < vwx101",fontsize=16,color="magenta"];2328 -> 2417[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2328 -> 2418[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2329 -> 2074[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2329[label="vwx91 < vwx101",fontsize=16,color="magenta"];2329 -> 2419[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2329 -> 2420[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2330 -> 2075[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2330[label="vwx91 < vwx101",fontsize=16,color="magenta"];2330 -> 2421[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2330 -> 2422[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2331 -> 2076[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2331[label="vwx91 < vwx101",fontsize=16,color="magenta"];2331 -> 2423[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2331 -> 2424[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2332 -> 2077[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2332[label="vwx91 < vwx101",fontsize=16,color="magenta"];2332 -> 2425[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2332 -> 2426[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2333 -> 2078[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2333[label="vwx91 < vwx101",fontsize=16,color="magenta"];2333 -> 2427[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2333 -> 2428[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2334[label="primCmpFloat (Float vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3299[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2334 -> 3299[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3299 -> 2429[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2335[label="primCmpFloat (Float vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3300[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2335 -> 3300[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3300 -> 2430[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2336[label="primCmpInt (Pos (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];3301[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2336 -> 3301[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3301 -> 2431[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3302[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2336 -> 3302[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3302 -> 2432[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2337[label="primCmpInt (Pos Zero) vwx10",fontsize=16,color="burlywood",shape="box"];3303[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2337 -> 3303[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3303 -> 2433[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3304[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2337 -> 3304[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3304 -> 2434[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2338[label="primCmpInt (Neg (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];3305[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2338 -> 3305[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3305 -> 2435[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3306[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2338 -> 3306[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3306 -> 2436[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2339[label="primCmpInt (Neg Zero) vwx10",fontsize=16,color="burlywood",shape="box"];3307[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2339 -> 3307[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3307 -> 2437[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3308[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2339 -> 3308[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3308 -> 2438[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2340[label="primCmpChar (Char vwx90) (Char vwx100)",fontsize=16,color="black",shape="box"];2340 -> 2439[label="",style="solid", color="black", weight=3]; 18.18/7.19 2341[label="primCmpDouble (Double vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3309[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2341 -> 3309[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3309 -> 2440[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2342[label="primCmpDouble (Double vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3310[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2342 -> 3310[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3310 -> 2441[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2343 -> 2098[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2343[label="primCmpInt vwx90 vwx100",fontsize=16,color="magenta"];2343 -> 2442[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2343 -> 2443[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2344[label="EQ",fontsize=16,color="green",shape="box"];2345 -> 2444[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2345[label="primCompAux vwx90 vwx100 (compare vwx91 vwx101)",fontsize=16,color="magenta"];2345 -> 2445[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2346[label="GT",fontsize=16,color="green",shape="box"];2347[label="LT",fontsize=16,color="green",shape="box"];2348[label="EQ",fontsize=16,color="green",shape="box"];1331 -> 1432[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1331[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];1331 -> 1433[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1332[label="Zero",fontsize=16,color="green",shape="box"];1333[label="Zero",fontsize=16,color="green",shape="box"];1334[label="Zero",fontsize=16,color="green",shape="box"];2349 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2349[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];2349 -> 2446[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2349 -> 2447[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2350 -> 1914[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2350[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];2350 -> 2448[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2350 -> 2449[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2351[label="vwx90",fontsize=16,color="green",shape="box"];2352[label="vwx100",fontsize=16,color="green",shape="box"];2353[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2353 -> 2450[label="",style="solid", color="black", weight=3]; 18.18/7.19 2354[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2354 -> 2451[label="",style="solid", color="black", weight=3]; 18.18/7.19 2355[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2355 -> 2452[label="",style="solid", color="black", weight=3]; 18.18/7.19 2356[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2356 -> 2453[label="",style="solid", color="black", weight=3]; 18.18/7.19 2357[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2357 -> 2454[label="",style="solid", color="black", weight=3]; 18.18/7.19 2358[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2358 -> 2455[label="",style="solid", color="black", weight=3]; 18.18/7.19 2359[label="vwx90",fontsize=16,color="green",shape="box"];2360[label="vwx100",fontsize=16,color="green",shape="box"];2361[label="vwx90",fontsize=16,color="green",shape="box"];2362[label="vwx100",fontsize=16,color="green",shape="box"];2363[label="vwx90",fontsize=16,color="green",shape="box"];2364[label="vwx100",fontsize=16,color="green",shape="box"];2365[label="vwx90",fontsize=16,color="green",shape="box"];2366[label="vwx100",fontsize=16,color="green",shape="box"];2367[label="vwx90",fontsize=16,color="green",shape="box"];2368[label="vwx100",fontsize=16,color="green",shape="box"];2369[label="vwx90",fontsize=16,color="green",shape="box"];2370[label="vwx100",fontsize=16,color="green",shape="box"];2371[label="vwx90",fontsize=16,color="green",shape="box"];2372[label="vwx100",fontsize=16,color="green",shape="box"];2373 -> 38[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2373[label="vwx91 == vwx101",fontsize=16,color="magenta"];2373 -> 2456[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2373 -> 2457[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2374 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2374[label="vwx91 == vwx101",fontsize=16,color="magenta"];2374 -> 2458[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2374 -> 2459[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2375 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2375[label="vwx91 == vwx101",fontsize=16,color="magenta"];2375 -> 2460[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2375 -> 2461[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2376 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2376[label="vwx91 == vwx101",fontsize=16,color="magenta"];2376 -> 2462[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2376 -> 2463[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2377 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2377[label="vwx91 == vwx101",fontsize=16,color="magenta"];2377 -> 2464[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2377 -> 2465[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2378 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2378[label="vwx91 == vwx101",fontsize=16,color="magenta"];2378 -> 2466[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2378 -> 2467[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2379 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2379[label="vwx91 == vwx101",fontsize=16,color="magenta"];2379 -> 2468[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2379 -> 2469[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2380 -> 29[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2380[label="vwx91 == vwx101",fontsize=16,color="magenta"];2380 -> 2470[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2380 -> 2471[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2381 -> 30[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2381[label="vwx91 == vwx101",fontsize=16,color="magenta"];2381 -> 2472[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2381 -> 2473[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2382 -> 31[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2382[label="vwx91 == vwx101",fontsize=16,color="magenta"];2382 -> 2474[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2382 -> 2475[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2383 -> 39[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2383[label="vwx91 == vwx101",fontsize=16,color="magenta"];2383 -> 2476[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2383 -> 2477[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2384 -> 40[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2384[label="vwx91 == vwx101",fontsize=16,color="magenta"];2384 -> 2478[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2384 -> 2479[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2385 -> 37[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2385[label="vwx91 == vwx101",fontsize=16,color="magenta"];2385 -> 2480[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2385 -> 2481[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2386 -> 32[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2386[label="vwx91 == vwx101",fontsize=16,color="magenta"];2386 -> 2482[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2386 -> 2483[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2387 -> 1755[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2387[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2387 -> 2484[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2387 -> 2485[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2388 -> 1756[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2388[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2388 -> 2486[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2388 -> 2487[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2389 -> 1757[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2389[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2389 -> 2488[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2389 -> 2489[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2390 -> 1758[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2390[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2390 -> 2490[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2390 -> 2491[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2391 -> 1759[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2391[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2391 -> 2492[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2391 -> 2493[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2392 -> 1760[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2392[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2392 -> 2494[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2392 -> 2495[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2393 -> 1761[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2393[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2393 -> 2496[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2393 -> 2497[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2394 -> 1762[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2394[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2394 -> 2498[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2394 -> 2499[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2395 -> 1763[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2395[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2395 -> 2500[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2395 -> 2501[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2396 -> 1764[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2396[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2396 -> 2502[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2396 -> 2503[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2397 -> 1765[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2397[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2397 -> 2504[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2397 -> 2505[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2398 -> 1766[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2398[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2398 -> 2506[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2398 -> 2507[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2399 -> 1767[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2399[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2399 -> 2508[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2399 -> 2509[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2400 -> 1768[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2400[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2400 -> 2510[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2400 -> 2511[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2401[label="vwx91",fontsize=16,color="green",shape="box"];2402[label="vwx101",fontsize=16,color="green",shape="box"];2403[label="vwx91",fontsize=16,color="green",shape="box"];2404[label="vwx101",fontsize=16,color="green",shape="box"];2405[label="vwx91",fontsize=16,color="green",shape="box"];2406[label="vwx101",fontsize=16,color="green",shape="box"];2407[label="vwx91",fontsize=16,color="green",shape="box"];2408[label="vwx101",fontsize=16,color="green",shape="box"];2409[label="vwx91",fontsize=16,color="green",shape="box"];2410[label="vwx101",fontsize=16,color="green",shape="box"];2411[label="vwx91",fontsize=16,color="green",shape="box"];2412[label="vwx101",fontsize=16,color="green",shape="box"];2413[label="vwx91",fontsize=16,color="green",shape="box"];2414[label="vwx101",fontsize=16,color="green",shape="box"];2415[label="vwx91",fontsize=16,color="green",shape="box"];2416[label="vwx101",fontsize=16,color="green",shape="box"];2417[label="vwx91",fontsize=16,color="green",shape="box"];2418[label="vwx101",fontsize=16,color="green",shape="box"];2419[label="vwx91",fontsize=16,color="green",shape="box"];2420[label="vwx101",fontsize=16,color="green",shape="box"];2421[label="vwx91",fontsize=16,color="green",shape="box"];2422[label="vwx101",fontsize=16,color="green",shape="box"];2423[label="vwx91",fontsize=16,color="green",shape="box"];2424[label="vwx101",fontsize=16,color="green",shape="box"];2425[label="vwx91",fontsize=16,color="green",shape="box"];2426[label="vwx101",fontsize=16,color="green",shape="box"];2427[label="vwx91",fontsize=16,color="green",shape="box"];2428[label="vwx101",fontsize=16,color="green",shape="box"];2429[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3311[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2429 -> 3311[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3311 -> 2512[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3312[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2429 -> 3312[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3312 -> 2513[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2430[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3313[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2430 -> 3313[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3313 -> 2514[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3314[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2430 -> 3314[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3314 -> 2515[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2431[label="primCmpInt (Pos (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];2431 -> 2516[label="",style="solid", color="black", weight=3]; 18.18/7.19 2432[label="primCmpInt (Pos (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];2432 -> 2517[label="",style="solid", color="black", weight=3]; 18.18/7.19 2433[label="primCmpInt (Pos Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];3315[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2433 -> 3315[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3315 -> 2518[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3316[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2433 -> 3316[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3316 -> 2519[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2434[label="primCmpInt (Pos Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];3317[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2434 -> 3317[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3317 -> 2520[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3318[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2434 -> 3318[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3318 -> 2521[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2435[label="primCmpInt (Neg (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];2435 -> 2522[label="",style="solid", color="black", weight=3]; 18.18/7.19 2436[label="primCmpInt (Neg (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];2436 -> 2523[label="",style="solid", color="black", weight=3]; 18.18/7.19 2437[label="primCmpInt (Neg Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];3319[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3319[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3319 -> 2524[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3320[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3320[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3320 -> 2525[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2438[label="primCmpInt (Neg Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];3321[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2438 -> 3321[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3321 -> 2526[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3322[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2438 -> 3322[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3322 -> 2527[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2439[label="primCmpNat vwx90 vwx100",fontsize=16,color="burlywood",shape="triangle"];3323[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2439 -> 3323[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3323 -> 2528[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3324[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2439 -> 3324[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3324 -> 2529[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2440[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3325[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2440 -> 3325[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3325 -> 2530[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3326[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2440 -> 3326[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3326 -> 2531[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2441[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3327[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2441 -> 3327[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3327 -> 2532[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3328[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2441 -> 3328[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3328 -> 2533[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2442[label="vwx90",fontsize=16,color="green",shape="box"];2443[label="vwx100",fontsize=16,color="green",shape="box"];2445 -> 1918[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2445[label="compare vwx91 vwx101",fontsize=16,color="magenta"];2445 -> 2534[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2445 -> 2535[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2444[label="primCompAux vwx90 vwx100 vwx67",fontsize=16,color="black",shape="triangle"];2444 -> 2536[label="",style="solid", color="black", weight=3]; 18.18/7.19 1433 -> 935[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1433[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1433 -> 1525[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1433 -> 1526[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1432[label="primPlusNat vwx47 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];3329[label="vwx47/Succ vwx470",fontsize=10,color="white",style="solid",shape="box"];1432 -> 3329[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3329 -> 1527[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3330[label="vwx47/Zero",fontsize=10,color="white",style="solid",shape="box"];1432 -> 3330[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3330 -> 1528[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2446 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2446[label="vwx90 * vwx101",fontsize=16,color="magenta"];2446 -> 2537[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2446 -> 2538[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2447 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2447[label="vwx100 * vwx91",fontsize=16,color="magenta"];2447 -> 2539[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2447 -> 2540[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2448[label="vwx90 * vwx101",fontsize=16,color="burlywood",shape="triangle"];3331[label="vwx90/Integer vwx900",fontsize=10,color="white",style="solid",shape="box"];2448 -> 3331[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3331 -> 2541[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2449 -> 2448[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2449[label="vwx100 * vwx91",fontsize=16,color="magenta"];2449 -> 2542[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2449 -> 2543[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2450 -> 2544[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2450[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2450 -> 2545[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2451 -> 2546[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2451[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2451 -> 2547[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2452 -> 2548[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2452[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2452 -> 2549[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2453 -> 2550[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2453[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2453 -> 2551[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2454 -> 2552[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2454[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2454 -> 2553[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2455 -> 2554[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2455[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2455 -> 2555[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2456[label="vwx91",fontsize=16,color="green",shape="box"];2457[label="vwx101",fontsize=16,color="green",shape="box"];2458[label="vwx91",fontsize=16,color="green",shape="box"];2459[label="vwx101",fontsize=16,color="green",shape="box"];2460[label="vwx91",fontsize=16,color="green",shape="box"];2461[label="vwx101",fontsize=16,color="green",shape="box"];2462[label="vwx91",fontsize=16,color="green",shape="box"];2463[label="vwx101",fontsize=16,color="green",shape="box"];2464[label="vwx91",fontsize=16,color="green",shape="box"];2465[label="vwx101",fontsize=16,color="green",shape="box"];2466[label="vwx91",fontsize=16,color="green",shape="box"];2467[label="vwx101",fontsize=16,color="green",shape="box"];2468[label="vwx91",fontsize=16,color="green",shape="box"];2469[label="vwx101",fontsize=16,color="green",shape="box"];2470[label="vwx91",fontsize=16,color="green",shape="box"];2471[label="vwx101",fontsize=16,color="green",shape="box"];2472[label="vwx91",fontsize=16,color="green",shape="box"];2473[label="vwx101",fontsize=16,color="green",shape="box"];2474[label="vwx91",fontsize=16,color="green",shape="box"];2475[label="vwx101",fontsize=16,color="green",shape="box"];2476[label="vwx91",fontsize=16,color="green",shape="box"];2477[label="vwx101",fontsize=16,color="green",shape="box"];2478[label="vwx91",fontsize=16,color="green",shape="box"];2479[label="vwx101",fontsize=16,color="green",shape="box"];2480[label="vwx91",fontsize=16,color="green",shape="box"];2481[label="vwx101",fontsize=16,color="green",shape="box"];2482[label="vwx91",fontsize=16,color="green",shape="box"];2483[label="vwx101",fontsize=16,color="green",shape="box"];2484[label="vwx92",fontsize=16,color="green",shape="box"];2485[label="vwx102",fontsize=16,color="green",shape="box"];2486[label="vwx92",fontsize=16,color="green",shape="box"];2487[label="vwx102",fontsize=16,color="green",shape="box"];2488[label="vwx92",fontsize=16,color="green",shape="box"];2489[label="vwx102",fontsize=16,color="green",shape="box"];2490[label="vwx92",fontsize=16,color="green",shape="box"];2491[label="vwx102",fontsize=16,color="green",shape="box"];2492[label="vwx92",fontsize=16,color="green",shape="box"];2493[label="vwx102",fontsize=16,color="green",shape="box"];2494[label="vwx92",fontsize=16,color="green",shape="box"];2495[label="vwx102",fontsize=16,color="green",shape="box"];2496[label="vwx92",fontsize=16,color="green",shape="box"];2497[label="vwx102",fontsize=16,color="green",shape="box"];2498[label="vwx92",fontsize=16,color="green",shape="box"];2499[label="vwx102",fontsize=16,color="green",shape="box"];2500[label="vwx92",fontsize=16,color="green",shape="box"];2501[label="vwx102",fontsize=16,color="green",shape="box"];2502[label="vwx92",fontsize=16,color="green",shape="box"];2503[label="vwx102",fontsize=16,color="green",shape="box"];2504[label="vwx92",fontsize=16,color="green",shape="box"];2505[label="vwx102",fontsize=16,color="green",shape="box"];2506[label="vwx92",fontsize=16,color="green",shape="box"];2507[label="vwx102",fontsize=16,color="green",shape="box"];2508[label="vwx92",fontsize=16,color="green",shape="box"];2509[label="vwx102",fontsize=16,color="green",shape="box"];2510[label="vwx92",fontsize=16,color="green",shape="box"];2511[label="vwx102",fontsize=16,color="green",shape="box"];2512[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2512 -> 2556[label="",style="solid", color="black", weight=3]; 18.18/7.19 2513[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2513 -> 2557[label="",style="solid", color="black", weight=3]; 18.18/7.19 2514[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2514 -> 2558[label="",style="solid", color="black", weight=3]; 18.18/7.19 2515[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2515 -> 2559[label="",style="solid", color="black", weight=3]; 18.18/7.19 2516 -> 2439[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2516[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="magenta"];2516 -> 2560[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2516 -> 2561[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2517[label="GT",fontsize=16,color="green",shape="box"];2518[label="primCmpInt (Pos Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];2518 -> 2562[label="",style="solid", color="black", weight=3]; 18.18/7.19 2519[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2519 -> 2563[label="",style="solid", color="black", weight=3]; 18.18/7.19 2520[label="primCmpInt (Pos Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];2520 -> 2564[label="",style="solid", color="black", weight=3]; 18.18/7.19 2521[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2521 -> 2565[label="",style="solid", color="black", weight=3]; 18.18/7.19 2522[label="LT",fontsize=16,color="green",shape="box"];2523 -> 2439[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2523[label="primCmpNat vwx100 (Succ vwx900)",fontsize=16,color="magenta"];2523 -> 2566[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2523 -> 2567[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2524[label="primCmpInt (Neg Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];2524 -> 2568[label="",style="solid", color="black", weight=3]; 18.18/7.19 2525[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2525 -> 2569[label="",style="solid", color="black", weight=3]; 18.18/7.19 2526[label="primCmpInt (Neg Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];2526 -> 2570[label="",style="solid", color="black", weight=3]; 18.18/7.19 2527[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2527 -> 2571[label="",style="solid", color="black", weight=3]; 18.18/7.19 2528[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="burlywood",shape="box"];3332[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2528 -> 3332[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3332 -> 2572[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3333[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2528 -> 3333[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3333 -> 2573[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2529[label="primCmpNat Zero vwx100",fontsize=16,color="burlywood",shape="box"];3334[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2529 -> 3334[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3334 -> 2574[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3335[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2529 -> 3335[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3335 -> 2575[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2530[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2530 -> 2576[label="",style="solid", color="black", weight=3]; 18.18/7.19 2531[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2531 -> 2577[label="",style="solid", color="black", weight=3]; 18.18/7.19 2532[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2532 -> 2578[label="",style="solid", color="black", weight=3]; 18.18/7.19 2533[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2533 -> 2579[label="",style="solid", color="black", weight=3]; 18.18/7.19 2534[label="vwx91",fontsize=16,color="green",shape="box"];2535[label="vwx101",fontsize=16,color="green",shape="box"];2536 -> 2580[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2536[label="primCompAux0 vwx67 (compare vwx90 vwx100)",fontsize=16,color="magenta"];2536 -> 2581[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2536 -> 2582[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1525[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1526[label="vwx30000",fontsize=16,color="green",shape="box"];1527[label="primPlusNat (Succ vwx470) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1527 -> 1575[label="",style="solid", color="black", weight=3]; 18.18/7.19 1528[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1528 -> 1576[label="",style="solid", color="black", weight=3]; 18.18/7.19 2537[label="vwx101",fontsize=16,color="green",shape="box"];2538[label="vwx90",fontsize=16,color="green",shape="box"];2539[label="vwx91",fontsize=16,color="green",shape="box"];2540[label="vwx100",fontsize=16,color="green",shape="box"];2541[label="Integer vwx900 * vwx101",fontsize=16,color="burlywood",shape="box"];3336[label="vwx101/Integer vwx1010",fontsize=10,color="white",style="solid",shape="box"];2541 -> 3336[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3336 -> 2583[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2542[label="vwx91",fontsize=16,color="green",shape="box"];2543[label="vwx100",fontsize=16,color="green",shape="box"];2545 -> 28[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2545[label="vwx90 == vwx100",fontsize=16,color="magenta"];2545 -> 2584[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2545 -> 2585[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2544[label="compare2 vwx90 vwx100 vwx68",fontsize=16,color="burlywood",shape="triangle"];3337[label="vwx68/False",fontsize=10,color="white",style="solid",shape="box"];2544 -> 3337[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3337 -> 2586[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3338[label="vwx68/True",fontsize=10,color="white",style="solid",shape="box"];2544 -> 3338[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3338 -> 2587[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2547 -> 36[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2547[label="vwx90 == vwx100",fontsize=16,color="magenta"];2547 -> 2588[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2547 -> 2589[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2546[label="compare2 vwx90 vwx100 vwx69",fontsize=16,color="burlywood",shape="triangle"];3339[label="vwx69/False",fontsize=10,color="white",style="solid",shape="box"];2546 -> 3339[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3339 -> 2590[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3340[label="vwx69/True",fontsize=10,color="white",style="solid",shape="box"];2546 -> 3340[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3340 -> 2591[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2549 -> 34[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2549[label="vwx90 == vwx100",fontsize=16,color="magenta"];2549 -> 2592[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2549 -> 2593[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2548[label="compare2 vwx90 vwx100 vwx70",fontsize=16,color="burlywood",shape="triangle"];3341[label="vwx70/False",fontsize=10,color="white",style="solid",shape="box"];2548 -> 3341[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3341 -> 2594[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3342[label="vwx70/True",fontsize=10,color="white",style="solid",shape="box"];2548 -> 3342[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3342 -> 2595[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2551 -> 33[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2551[label="vwx90 == vwx100",fontsize=16,color="magenta"];2551 -> 2596[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2551 -> 2597[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2550[label="compare2 vwx90 vwx100 vwx71",fontsize=16,color="burlywood",shape="triangle"];3343[label="vwx71/False",fontsize=10,color="white",style="solid",shape="box"];2550 -> 3343[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3343 -> 2598[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3344[label="vwx71/True",fontsize=10,color="white",style="solid",shape="box"];2550 -> 3344[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3344 -> 2599[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2553 -> 41[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2553[label="vwx90 == vwx100",fontsize=16,color="magenta"];2553 -> 2600[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2553 -> 2601[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2552[label="compare2 vwx90 vwx100 vwx72",fontsize=16,color="burlywood",shape="triangle"];3345[label="vwx72/False",fontsize=10,color="white",style="solid",shape="box"];2552 -> 3345[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3345 -> 2602[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3346[label="vwx72/True",fontsize=10,color="white",style="solid",shape="box"];2552 -> 3346[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3346 -> 2603[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2555 -> 35[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2555[label="vwx90 == vwx100",fontsize=16,color="magenta"];2555 -> 2604[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2555 -> 2605[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2554[label="compare2 vwx90 vwx100 vwx73",fontsize=16,color="burlywood",shape="triangle"];3347[label="vwx73/False",fontsize=10,color="white",style="solid",shape="box"];2554 -> 3347[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3347 -> 2606[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3348[label="vwx73/True",fontsize=10,color="white",style="solid",shape="box"];2554 -> 3348[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3348 -> 2607[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2556 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2556[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2556 -> 2608[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2556 -> 2609[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2557 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2557[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2557 -> 2610[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2557 -> 2611[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2558 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2558[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2558 -> 2612[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2558 -> 2613[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2559 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2559[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2559 -> 2614[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2559 -> 2615[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2560[label="vwx100",fontsize=16,color="green",shape="box"];2561[label="Succ vwx900",fontsize=16,color="green",shape="box"];2562 -> 2439[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2562[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="magenta"];2562 -> 2616[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2562 -> 2617[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2563[label="EQ",fontsize=16,color="green",shape="box"];2564[label="GT",fontsize=16,color="green",shape="box"];2565[label="EQ",fontsize=16,color="green",shape="box"];2566[label="Succ vwx900",fontsize=16,color="green",shape="box"];2567[label="vwx100",fontsize=16,color="green",shape="box"];2568[label="LT",fontsize=16,color="green",shape="box"];2569[label="EQ",fontsize=16,color="green",shape="box"];2570 -> 2439[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2570[label="primCmpNat (Succ vwx1000) Zero",fontsize=16,color="magenta"];2570 -> 2618[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2570 -> 2619[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2571[label="EQ",fontsize=16,color="green",shape="box"];2572[label="primCmpNat (Succ vwx900) (Succ vwx1000)",fontsize=16,color="black",shape="box"];2572 -> 2620[label="",style="solid", color="black", weight=3]; 18.18/7.19 2573[label="primCmpNat (Succ vwx900) Zero",fontsize=16,color="black",shape="box"];2573 -> 2621[label="",style="solid", color="black", weight=3]; 18.18/7.19 2574[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="black",shape="box"];2574 -> 2622[label="",style="solid", color="black", weight=3]; 18.18/7.19 2575[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2575 -> 2623[label="",style="solid", color="black", weight=3]; 18.18/7.19 2576 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2576[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2576 -> 2624[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2576 -> 2625[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2577 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2577[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2577 -> 2626[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2577 -> 2627[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2578 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2578[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2578 -> 2628[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2578 -> 2629[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2579 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2579[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2579 -> 2630[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2579 -> 2631[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2581[label="vwx67",fontsize=16,color="green",shape="box"];2582[label="compare vwx90 vwx100",fontsize=16,color="blue",shape="box"];3349[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3349[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3349 -> 2632[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3350[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3350[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3350 -> 2633[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3351[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3351[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3351 -> 2634[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3352[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3352[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3352 -> 2635[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3353[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3353[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3353 -> 2636[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3354[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3354[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3354 -> 2637[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3355[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3355[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3355 -> 2638[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3356[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3356[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3356 -> 2639[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3357[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3357[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3357 -> 2640[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3358[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3358[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3358 -> 2641[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3359[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3359[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3359 -> 2642[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3360[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3360[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3360 -> 2643[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3361[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3361[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3361 -> 2644[label="",style="solid", color="blue", weight=3]; 18.18/7.19 3362[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2582 -> 3362[label="",style="solid", color="blue", weight=9]; 18.18/7.19 3362 -> 2645[label="",style="solid", color="blue", weight=3]; 18.18/7.19 2580[label="primCompAux0 vwx77 vwx78",fontsize=16,color="burlywood",shape="triangle"];3363[label="vwx78/LT",fontsize=10,color="white",style="solid",shape="box"];2580 -> 3363[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3363 -> 2646[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3364[label="vwx78/EQ",fontsize=10,color="white",style="solid",shape="box"];2580 -> 3364[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3364 -> 2647[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3365[label="vwx78/GT",fontsize=10,color="white",style="solid",shape="box"];2580 -> 3365[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3365 -> 2648[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1575[label="Succ (Succ (primPlusNat vwx470 vwx40100))",fontsize=16,color="green",shape="box"];1575 -> 1643[label="",style="dashed", color="green", weight=3]; 18.18/7.19 1576[label="Succ vwx40100",fontsize=16,color="green",shape="box"];2583[label="Integer vwx900 * Integer vwx1010",fontsize=16,color="black",shape="box"];2583 -> 2649[label="",style="solid", color="black", weight=3]; 18.18/7.19 2584[label="vwx90",fontsize=16,color="green",shape="box"];2585[label="vwx100",fontsize=16,color="green",shape="box"];2586[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2586 -> 2650[label="",style="solid", color="black", weight=3]; 18.18/7.19 2587[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2587 -> 2651[label="",style="solid", color="black", weight=3]; 18.18/7.19 2588[label="vwx90",fontsize=16,color="green",shape="box"];2589[label="vwx100",fontsize=16,color="green",shape="box"];2590[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2590 -> 2652[label="",style="solid", color="black", weight=3]; 18.18/7.19 2591[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2591 -> 2653[label="",style="solid", color="black", weight=3]; 18.18/7.19 2592[label="vwx90",fontsize=16,color="green",shape="box"];2593[label="vwx100",fontsize=16,color="green",shape="box"];2594[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2594 -> 2654[label="",style="solid", color="black", weight=3]; 18.18/7.19 2595[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2595 -> 2655[label="",style="solid", color="black", weight=3]; 18.18/7.19 2596[label="vwx90",fontsize=16,color="green",shape="box"];2597[label="vwx100",fontsize=16,color="green",shape="box"];2598[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2598 -> 2656[label="",style="solid", color="black", weight=3]; 18.18/7.19 2599[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2599 -> 2657[label="",style="solid", color="black", weight=3]; 18.18/7.19 2600[label="vwx90",fontsize=16,color="green",shape="box"];2601[label="vwx100",fontsize=16,color="green",shape="box"];2602[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2602 -> 2658[label="",style="solid", color="black", weight=3]; 18.18/7.19 2603[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2603 -> 2659[label="",style="solid", color="black", weight=3]; 18.18/7.19 2604[label="vwx90",fontsize=16,color="green",shape="box"];2605[label="vwx100",fontsize=16,color="green",shape="box"];2606[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2606 -> 2660[label="",style="solid", color="black", weight=3]; 18.18/7.19 2607[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2607 -> 2661[label="",style="solid", color="black", weight=3]; 18.18/7.19 2608 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2608[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2608 -> 2662[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2608 -> 2663[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2609 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2609[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2609 -> 2664[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2609 -> 2665[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2610 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2610[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2610 -> 2666[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2610 -> 2667[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2611 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2611[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2611 -> 2668[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2611 -> 2669[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2612 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2612[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2612 -> 2670[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2612 -> 2671[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2613 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2613[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2613 -> 2672[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2613 -> 2673[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2614 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2614[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2614 -> 2674[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2614 -> 2675[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2615 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2615[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2615 -> 2676[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2615 -> 2677[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2616[label="Succ vwx1000",fontsize=16,color="green",shape="box"];2617[label="Zero",fontsize=16,color="green",shape="box"];2618[label="Zero",fontsize=16,color="green",shape="box"];2619[label="Succ vwx1000",fontsize=16,color="green",shape="box"];2620 -> 2439[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2620[label="primCmpNat vwx900 vwx1000",fontsize=16,color="magenta"];2620 -> 2678[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2620 -> 2679[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2621[label="GT",fontsize=16,color="green",shape="box"];2622[label="LT",fontsize=16,color="green",shape="box"];2623[label="EQ",fontsize=16,color="green",shape="box"];2624 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2624[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2624 -> 2680[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2624 -> 2681[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2625 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2625[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2625 -> 2682[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2625 -> 2683[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2626 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2626[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2626 -> 2684[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2626 -> 2685[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2627 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2627[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2627 -> 2686[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2627 -> 2687[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2628 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2628[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2628 -> 2688[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2628 -> 2689[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2629 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2629[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2629 -> 2690[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2629 -> 2691[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2630 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2630[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2630 -> 2692[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2630 -> 2693[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2631 -> 346[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2631[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2631 -> 2694[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2631 -> 2695[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2632 -> 1902[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2632[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2632 -> 2696[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2632 -> 2697[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2633 -> 2264[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2633[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2633 -> 2698[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2633 -> 2699[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2634 -> 2266[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2634[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2634 -> 2700[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2634 -> 2701[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2635 -> 2268[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2635[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2635 -> 2702[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2635 -> 2703[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2636 -> 2270[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2636[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2636 -> 2704[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2636 -> 2705[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2637 -> 2272[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2637[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2637 -> 2706[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2637 -> 2707[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2638 -> 2274[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2638[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2638 -> 2708[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2638 -> 2709[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2639 -> 1906[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2639[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2639 -> 2710[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2639 -> 2711[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2640 -> 1908[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2640[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2640 -> 2712[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2640 -> 2713[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2641 -> 1910[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2641[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2641 -> 2714[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2641 -> 2715[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2642 -> 1912[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2642[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2642 -> 2716[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2642 -> 2717[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2643 -> 1914[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2643[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2643 -> 2718[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2643 -> 2719[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2644 -> 1916[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2644[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2644 -> 2720[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2644 -> 2721[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2645 -> 1918[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2645[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2645 -> 2722[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2645 -> 2723[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2646[label="primCompAux0 vwx77 LT",fontsize=16,color="black",shape="box"];2646 -> 2724[label="",style="solid", color="black", weight=3]; 18.18/7.19 2647[label="primCompAux0 vwx77 EQ",fontsize=16,color="black",shape="box"];2647 -> 2725[label="",style="solid", color="black", weight=3]; 18.18/7.19 2648[label="primCompAux0 vwx77 GT",fontsize=16,color="black",shape="box"];2648 -> 2726[label="",style="solid", color="black", weight=3]; 18.18/7.19 1643[label="primPlusNat vwx470 vwx40100",fontsize=16,color="burlywood",shape="triangle"];3366[label="vwx470/Succ vwx4700",fontsize=10,color="white",style="solid",shape="box"];1643 -> 3366[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3366 -> 1722[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3367[label="vwx470/Zero",fontsize=10,color="white",style="solid",shape="box"];1643 -> 3367[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3367 -> 1723[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2649[label="Integer (primMulInt vwx900 vwx1010)",fontsize=16,color="green",shape="box"];2649 -> 2727[label="",style="dashed", color="green", weight=3]; 18.18/7.19 2650 -> 1725[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2650[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2650 -> 2728[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2651[label="EQ",fontsize=16,color="green",shape="box"];2652 -> 2729[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2652[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2652 -> 2730[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2653[label="EQ",fontsize=16,color="green",shape="box"];2654 -> 2731[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2654[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2654 -> 2732[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2655[label="EQ",fontsize=16,color="green",shape="box"];2656 -> 2733[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2656[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2656 -> 2734[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2657[label="EQ",fontsize=16,color="green",shape="box"];2658 -> 2735[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2658[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2658 -> 2736[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2659[label="EQ",fontsize=16,color="green",shape="box"];2660 -> 2737[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2660[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2660 -> 2738[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2661[label="EQ",fontsize=16,color="green",shape="box"];2662[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2663[label="vwx90",fontsize=16,color="green",shape="box"];2664[label="vwx100",fontsize=16,color="green",shape="box"];2665[label="Pos vwx910",fontsize=16,color="green",shape="box"];2666[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2667[label="vwx90",fontsize=16,color="green",shape="box"];2668[label="vwx100",fontsize=16,color="green",shape="box"];2669[label="Neg vwx910",fontsize=16,color="green",shape="box"];2670[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2671[label="vwx90",fontsize=16,color="green",shape="box"];2672[label="vwx100",fontsize=16,color="green",shape="box"];2673[label="Pos vwx910",fontsize=16,color="green",shape="box"];2674[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2675[label="vwx90",fontsize=16,color="green",shape="box"];2676[label="vwx100",fontsize=16,color="green",shape="box"];2677[label="Neg vwx910",fontsize=16,color="green",shape="box"];2678[label="vwx1000",fontsize=16,color="green",shape="box"];2679[label="vwx900",fontsize=16,color="green",shape="box"];2680[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2681[label="vwx90",fontsize=16,color="green",shape="box"];2682[label="vwx100",fontsize=16,color="green",shape="box"];2683[label="Pos vwx910",fontsize=16,color="green",shape="box"];2684[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2685[label="vwx90",fontsize=16,color="green",shape="box"];2686[label="vwx100",fontsize=16,color="green",shape="box"];2687[label="Neg vwx910",fontsize=16,color="green",shape="box"];2688[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2689[label="vwx90",fontsize=16,color="green",shape="box"];2690[label="vwx100",fontsize=16,color="green",shape="box"];2691[label="Pos vwx910",fontsize=16,color="green",shape="box"];2692[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2693[label="vwx90",fontsize=16,color="green",shape="box"];2694[label="vwx100",fontsize=16,color="green",shape="box"];2695[label="Neg vwx910",fontsize=16,color="green",shape="box"];2696[label="vwx90",fontsize=16,color="green",shape="box"];2697[label="vwx100",fontsize=16,color="green",shape="box"];2698[label="vwx90",fontsize=16,color="green",shape="box"];2699[label="vwx100",fontsize=16,color="green",shape="box"];2700[label="vwx90",fontsize=16,color="green",shape="box"];2701[label="vwx100",fontsize=16,color="green",shape="box"];2702[label="vwx90",fontsize=16,color="green",shape="box"];2703[label="vwx100",fontsize=16,color="green",shape="box"];2704[label="vwx90",fontsize=16,color="green",shape="box"];2705[label="vwx100",fontsize=16,color="green",shape="box"];2706[label="vwx90",fontsize=16,color="green",shape="box"];2707[label="vwx100",fontsize=16,color="green",shape="box"];2708[label="vwx90",fontsize=16,color="green",shape="box"];2709[label="vwx100",fontsize=16,color="green",shape="box"];2710[label="vwx90",fontsize=16,color="green",shape="box"];2711[label="vwx100",fontsize=16,color="green",shape="box"];2712[label="vwx90",fontsize=16,color="green",shape="box"];2713[label="vwx100",fontsize=16,color="green",shape="box"];2714[label="vwx90",fontsize=16,color="green",shape="box"];2715[label="vwx100",fontsize=16,color="green",shape="box"];2716[label="vwx90",fontsize=16,color="green",shape="box"];2717[label="vwx100",fontsize=16,color="green",shape="box"];2718[label="vwx90",fontsize=16,color="green",shape="box"];2719[label="vwx100",fontsize=16,color="green",shape="box"];2720[label="vwx90",fontsize=16,color="green",shape="box"];2721[label="vwx100",fontsize=16,color="green",shape="box"];2722[label="vwx90",fontsize=16,color="green",shape="box"];2723[label="vwx100",fontsize=16,color="green",shape="box"];2724[label="LT",fontsize=16,color="green",shape="box"];2725[label="vwx77",fontsize=16,color="green",shape="box"];2726[label="GT",fontsize=16,color="green",shape="box"];1722[label="primPlusNat (Succ vwx4700) vwx40100",fontsize=16,color="burlywood",shape="box"];3368[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1722 -> 3368[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3368 -> 1749[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3369[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1722 -> 3369[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3369 -> 1750[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1723[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];3370[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1723 -> 3370[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3370 -> 1751[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3371[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1723 -> 3371[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3371 -> 1752[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2727 -> 507[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2727[label="primMulInt vwx900 vwx1010",fontsize=16,color="magenta"];2727 -> 2739[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2727 -> 2740[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2728 -> 1756[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2728[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2728 -> 2741[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2728 -> 2742[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2730 -> 1757[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2730[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2730 -> 2743[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2730 -> 2744[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2729[label="compare1 vwx90 vwx100 vwx79",fontsize=16,color="burlywood",shape="triangle"];3372[label="vwx79/False",fontsize=10,color="white",style="solid",shape="box"];2729 -> 3372[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3372 -> 2745[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3373[label="vwx79/True",fontsize=10,color="white",style="solid",shape="box"];2729 -> 3373[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3373 -> 2746[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2732 -> 1758[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2732[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2732 -> 2747[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2732 -> 2748[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2731[label="compare1 vwx90 vwx100 vwx80",fontsize=16,color="burlywood",shape="triangle"];3374[label="vwx80/False",fontsize=10,color="white",style="solid",shape="box"];2731 -> 3374[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3374 -> 2749[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3375[label="vwx80/True",fontsize=10,color="white",style="solid",shape="box"];2731 -> 3375[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3375 -> 2750[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2734 -> 1759[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2734[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2734 -> 2751[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2734 -> 2752[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2733[label="compare1 vwx90 vwx100 vwx81",fontsize=16,color="burlywood",shape="triangle"];3376[label="vwx81/False",fontsize=10,color="white",style="solid",shape="box"];2733 -> 3376[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3376 -> 2753[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3377[label="vwx81/True",fontsize=10,color="white",style="solid",shape="box"];2733 -> 3377[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3377 -> 2754[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2736 -> 1760[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2736[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2736 -> 2755[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2736 -> 2756[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2735[label="compare1 vwx90 vwx100 vwx82",fontsize=16,color="burlywood",shape="triangle"];3378[label="vwx82/False",fontsize=10,color="white",style="solid",shape="box"];2735 -> 3378[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3378 -> 2757[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3379[label="vwx82/True",fontsize=10,color="white",style="solid",shape="box"];2735 -> 3379[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3379 -> 2758[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 2738 -> 1761[label="",style="dashed", color="red", weight=0]; 18.18/7.19 2738[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2738 -> 2759[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2738 -> 2760[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2737[label="compare1 vwx90 vwx100 vwx83",fontsize=16,color="burlywood",shape="triangle"];3380[label="vwx83/False",fontsize=10,color="white",style="solid",shape="box"];2737 -> 3380[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3380 -> 2761[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 3381[label="vwx83/True",fontsize=10,color="white",style="solid",shape="box"];2737 -> 3381[label="",style="solid", color="burlywood", weight=9]; 18.18/7.19 3381 -> 2762[label="",style="solid", color="burlywood", weight=3]; 18.18/7.19 1749[label="primPlusNat (Succ vwx4700) (Succ vwx401000)",fontsize=16,color="black",shape="box"];1749 -> 1783[label="",style="solid", color="black", weight=3]; 18.18/7.19 1750[label="primPlusNat (Succ vwx4700) Zero",fontsize=16,color="black",shape="box"];1750 -> 1784[label="",style="solid", color="black", weight=3]; 18.18/7.19 1751[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];1751 -> 1785[label="",style="solid", color="black", weight=3]; 18.18/7.19 1752[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1752 -> 1786[label="",style="solid", color="black", weight=3]; 18.18/7.19 2739[label="vwx1010",fontsize=16,color="green",shape="box"];2740[label="vwx900",fontsize=16,color="green",shape="box"];2741[label="vwx90",fontsize=16,color="green",shape="box"];2742[label="vwx100",fontsize=16,color="green",shape="box"];2743[label="vwx90",fontsize=16,color="green",shape="box"];2744[label="vwx100",fontsize=16,color="green",shape="box"];2745[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2745 -> 2763[label="",style="solid", color="black", weight=3]; 18.18/7.19 2746[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2746 -> 2764[label="",style="solid", color="black", weight=3]; 18.18/7.19 2747[label="vwx90",fontsize=16,color="green",shape="box"];2748[label="vwx100",fontsize=16,color="green",shape="box"];2749[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2749 -> 2765[label="",style="solid", color="black", weight=3]; 18.18/7.19 2750[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2750 -> 2766[label="",style="solid", color="black", weight=3]; 18.18/7.19 2751[label="vwx90",fontsize=16,color="green",shape="box"];2752[label="vwx100",fontsize=16,color="green",shape="box"];2753[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2753 -> 2767[label="",style="solid", color="black", weight=3]; 18.18/7.19 2754[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2754 -> 2768[label="",style="solid", color="black", weight=3]; 18.18/7.19 2755[label="vwx90",fontsize=16,color="green",shape="box"];2756[label="vwx100",fontsize=16,color="green",shape="box"];2757[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2757 -> 2769[label="",style="solid", color="black", weight=3]; 18.18/7.19 2758[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2758 -> 2770[label="",style="solid", color="black", weight=3]; 18.18/7.19 2759[label="vwx90",fontsize=16,color="green",shape="box"];2760[label="vwx100",fontsize=16,color="green",shape="box"];2761[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2761 -> 2771[label="",style="solid", color="black", weight=3]; 18.18/7.19 2762[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2762 -> 2772[label="",style="solid", color="black", weight=3]; 18.18/7.19 1783[label="Succ (Succ (primPlusNat vwx4700 vwx401000))",fontsize=16,color="green",shape="box"];1783 -> 1835[label="",style="dashed", color="green", weight=3]; 18.18/7.19 1784[label="Succ vwx4700",fontsize=16,color="green",shape="box"];1785[label="Succ vwx401000",fontsize=16,color="green",shape="box"];1786[label="Zero",fontsize=16,color="green",shape="box"];2763[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2763 -> 2773[label="",style="solid", color="black", weight=3]; 18.18/7.19 2764[label="LT",fontsize=16,color="green",shape="box"];2765[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2765 -> 2774[label="",style="solid", color="black", weight=3]; 18.18/7.19 2766[label="LT",fontsize=16,color="green",shape="box"];2767[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2767 -> 2775[label="",style="solid", color="black", weight=3]; 18.18/7.19 2768[label="LT",fontsize=16,color="green",shape="box"];2769[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2769 -> 2776[label="",style="solid", color="black", weight=3]; 18.18/7.19 2770[label="LT",fontsize=16,color="green",shape="box"];2771[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2771 -> 2777[label="",style="solid", color="black", weight=3]; 18.18/7.19 2772[label="LT",fontsize=16,color="green",shape="box"];1835 -> 1643[label="",style="dashed", color="red", weight=0]; 18.18/7.19 1835[label="primPlusNat vwx4700 vwx401000",fontsize=16,color="magenta"];1835 -> 1868[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 1835 -> 1869[label="",style="dashed", color="magenta", weight=3]; 18.18/7.19 2773[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2773 -> 2778[label="",style="solid", color="black", weight=3]; 18.18/7.19 2774[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2774 -> 2779[label="",style="solid", color="black", weight=3]; 18.18/7.19 2775[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2775 -> 2780[label="",style="solid", color="black", weight=3]; 18.18/7.19 2776[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2776 -> 2781[label="",style="solid", color="black", weight=3]; 18.18/7.19 2777[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2777 -> 2782[label="",style="solid", color="black", weight=3]; 18.18/7.19 1868[label="vwx4700",fontsize=16,color="green",shape="box"];1869[label="vwx401000",fontsize=16,color="green",shape="box"];2778[label="GT",fontsize=16,color="green",shape="box"];2779[label="GT",fontsize=16,color="green",shape="box"];2780[label="GT",fontsize=16,color="green",shape="box"];2781[label="GT",fontsize=16,color="green",shape="box"];2782[label="GT",fontsize=16,color="green",shape="box"];} 18.18/7.19 18.18/7.19 ---------------------------------------- 18.18/7.19 18.18/7.19 (14) 18.18/7.19 Complex Obligation (AND) 18.18/7.19 18.18/7.19 ---------------------------------------- 18.18/7.19 18.18/7.19 (15) 18.18/7.19 Obligation: 18.18/7.19 Q DP problem: 18.18/7.19 The TRS P consists of the following rules: 18.18/7.19 18.18/7.19 new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.18/7.19 18.18/7.19 R is empty. 18.18/7.19 Q is empty. 18.18/7.19 We have to consider all minimal (P,Q,R)-chains. 18.18/7.19 ---------------------------------------- 18.18/7.19 18.18/7.19 (16) QDPSizeChangeProof (EQUIVALENT) 18.18/7.19 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.18/7.19 18.18/7.19 From the DPs we obtained the following set of size-change graphs: 18.18/7.19 *new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2 18.18/7.19 18.18/7.19 18.18/7.19 ---------------------------------------- 18.18/7.19 18.18/7.19 (17) 18.18/7.19 YES 18.18/7.19 18.18/7.19 ---------------------------------------- 18.18/7.19 18.18/7.19 (18) 18.18/7.19 Obligation: 18.18/7.19 Q DP problem: 18.18/7.19 The TRS P consists of the following rules: 18.18/7.19 18.18/7.19 new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs1(vwx300, vwx400, hg, hh) 18.18/7.19 new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bc), bb) -> new_esEs0(vwx300, vwx400, bc) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(vwx301, vwx401, ha, hb, hc) 18.18/7.19 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 18.18/7.19 new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, bf), bb) -> new_esEs2(vwx300, vwx400, bf) 18.18/7.19 new_esEs2(Just(vwx300), Just(vwx400), app(ty_[], hf)) -> new_esEs0(vwx300, vwx400, hf) 18.18/7.19 new_esEs2(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bab), bac), bad)) -> new_esEs3(vwx300, vwx400, bab, bac, bad) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_esEs3(vwx300, vwx400, bbe, bbf, bbg) 18.18/7.19 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, db), dc), dd)) -> new_esEs3(vwx300, vwx400, db, dc, dd) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx302, vwx402, bdb, bdc) 18.18/7.19 new_esEs2(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs2(vwx300, vwx400, baa) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, gc), gd)) -> new_esEs(vwx301, vwx401, gc, gd) 18.18/7.19 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 18.18/7.19 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], dg)) -> new_esEs0(vwx300, vwx400, dg) 18.18/7.19 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs3(vwx302, vwx402, bdh, bea, beb) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, gh)) -> new_esEs2(vwx301, vwx401, gh) 18.18/7.19 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 18.18/7.19 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs0(vwx301, vwx401, ef) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ff), fa) -> new_esEs2(vwx300, vwx400, ff) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bbb), bbc), bag, bah) -> new_esEs1(vwx300, vwx400, bbb, bbc) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, fg), fh), ga), fa) -> new_esEs3(vwx300, vwx400, fg, fh, ga) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bba), bag, bah) -> new_esEs0(vwx300, vwx400, bba) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], ge)) -> new_esEs0(vwx301, vwx401, ge) 18.18/7.19 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, eb)) -> new_esEs2(vwx300, vwx400, eb) 18.18/7.19 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, ec), ed), ee)) -> new_esEs3(vwx300, vwx400, ec, ed, ee) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fb), fa) -> new_esEs0(vwx300, vwx400, fb) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_esEs3(vwx301, vwx401, bcg, bch, bda) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_[], bdd)) -> new_esEs0(vwx302, vwx402, bdd) 18.18/7.19 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_@2, bcd), bce), bah) -> new_esEs1(vwx301, vwx401, bcd, bce) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_[], bcc), bah) -> new_esEs0(vwx301, vwx401, bcc) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fa) -> new_esEs1(vwx300, vwx400, fc, fd) 18.18/7.19 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, da)) -> new_esEs2(vwx300, vwx400, da) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_Maybe, bdg)) -> new_esEs2(vwx302, vwx402, bdg) 18.18/7.19 new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bg), bh), ca), bb) -> new_esEs3(vwx300, vwx400, bg, bh, ca) 18.18/7.19 new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_Either, hd), he)) -> new_esEs(vwx300, vwx400, hd, he) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, eg), eh), fa) -> new_esEs(vwx300, vwx400, eg, eh) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bae), baf), bag, bah) -> new_esEs(vwx300, vwx400, bae, baf) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx302, vwx402, bde, bdf) 18.18/7.19 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], ce)) -> new_esEs0(vwx300, vwx400, ce) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bbd), bag, bah) -> new_esEs2(vwx300, vwx400, bbd) 18.18/7.19 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs1(vwx301, vwx401, gf, gg) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_Either, bca), bcb), bah) -> new_esEs(vwx301, vwx401, bca, bcb) 18.18/7.19 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_Maybe, bcf), bah) -> new_esEs2(vwx301, vwx401, bcf) 18.18/7.19 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 18.18/7.19 18.18/7.19 R is empty. 18.18/7.19 Q is empty. 18.18/7.19 We have to consider all minimal (P,Q,R)-chains. 18.18/7.19 ---------------------------------------- 18.18/7.19 18.18/7.19 (19) QDPSizeChangeProof (EQUIVALENT) 18.18/7.19 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.18/7.19 18.18/7.19 From the DPs we obtained the following set of size-change graphs: 18.18/7.19 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, eb)) -> new_esEs2(vwx300, vwx400, eb) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs2(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs2(vwx300, vwx400, baa) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_Either, hd), he)) -> new_esEs(vwx300, vwx400, hd, he) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs1(vwx300, vwx400, hg, hh) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, ec), ed), ee)) -> new_esEs3(vwx300, vwx400, ec, ed, ee) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs2(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bab), bac), bad)) -> new_esEs3(vwx300, vwx400, bab, bac, bad) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs2(Just(vwx300), Just(vwx400), app(ty_[], hf)) -> new_esEs0(vwx300, vwx400, hf) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, gh)) -> new_esEs2(vwx301, vwx401, gh) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ff), fa) -> new_esEs2(vwx300, vwx400, ff) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, gc), gd)) -> new_esEs(vwx301, vwx401, gc, gd) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, eg), eh), fa) -> new_esEs(vwx300, vwx400, eg, eh) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fa) -> new_esEs1(vwx300, vwx400, fc, fd) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs1(vwx301, vwx401, gf, gg) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(vwx301, vwx401, ha, hb, hc) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, fg), fh), ga), fa) -> new_esEs3(vwx300, vwx400, fg, fh, ga) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], ge)) -> new_esEs0(vwx301, vwx401, ge) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fb), fa) -> new_esEs0(vwx300, vwx400, fb) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_Maybe, bdg)) -> new_esEs2(vwx302, vwx402, bdg) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bbd), bag, bah) -> new_esEs2(vwx300, vwx400, bbd) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_Maybe, bcf), bah) -> new_esEs2(vwx301, vwx401, bcf) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, bf), bb) -> new_esEs2(vwx300, vwx400, bf) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, da)) -> new_esEs2(vwx300, vwx400, da) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], dg)) -> new_esEs0(vwx300, vwx400, dg) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs0(vwx301, vwx401, ef) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx302, vwx402, bdb, bdc) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bae), baf), bag, bah) -> new_esEs(vwx300, vwx400, bae, baf) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_Either, bca), bcb), bah) -> new_esEs(vwx301, vwx401, bca, bcb) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bbb), bbc), bag, bah) -> new_esEs1(vwx300, vwx400, bbb, bbc) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_@2, bcd), bce), bah) -> new_esEs1(vwx301, vwx401, bcd, bce) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx302, vwx402, bde, bdf) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_esEs3(vwx300, vwx400, bbe, bbf, bbg) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.18/7.19 18.18/7.19 18.18/7.19 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs3(vwx302, vwx402, bdh, bea, beb) 18.18/7.19 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_esEs3(vwx301, vwx401, bcg, bch, bda) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bba), bag, bah) -> new_esEs0(vwx300, vwx400, bba) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_[], bdd)) -> new_esEs0(vwx302, vwx402, bdd) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_[], bcc), bah) -> new_esEs0(vwx301, vwx401, bcc) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, db), dc), dd)) -> new_esEs3(vwx300, vwx400, db, dc, dd) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bg), bh), ca), bb) -> new_esEs3(vwx300, vwx400, bg, bh, ca) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bc), bb) -> new_esEs0(vwx300, vwx400, bc) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.18/7.20 18.18/7.20 18.18/7.20 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], ce)) -> new_esEs0(vwx300, vwx400, ce) 18.18/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.18/7.20 18.18/7.20 18.18/7.20 ---------------------------------------- 18.18/7.20 18.18/7.20 (20) 18.18/7.20 YES 18.18/7.20 18.18/7.20 ---------------------------------------- 18.18/7.20 18.18/7.20 (21) 18.18/7.20 Obligation: 18.18/7.20 Q DP problem: 18.18/7.20 The TRS P consists of the following rules: 18.18/7.20 18.18/7.20 new_ltEs(Left(vwx90), Left(vwx100), app(ty_[], ca), bb) -> new_ltEs3(vwx90, vwx100, ca) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(app(app(ty_@3, fd), ff), fg)) -> new_ltEs2(vwx91, vwx101, fd, ff, fg) 18.18/7.20 new_primCompAux(vwx90, vwx100, vwx67, app(app(app(ty_@3, bdg), bdh), bea)) -> new_compare5(vwx90, vwx100, bdg, bdh, bea) 18.18/7.20 new_ltEs(Left(vwx90), Left(vwx100), app(app(app(ty_@3, bf), bg), bh), bb) -> new_ltEs2(vwx90, vwx100, bf, bg, bh) 18.18/7.20 new_ltEs0(Just(vwx90), Just(vwx100), app(app(app(ty_@3, eb), ec), ed)) -> new_ltEs2(vwx90, vwx100, eb, ec, ed) 18.18/7.20 new_compare21(vwx90, vwx100, False, ge, gf) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.18/7.20 new_primCompAux(vwx90, vwx100, vwx67, app(ty_Maybe, bdd)) -> new_compare3(vwx90, vwx100, bdd) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx92, vwx102, hh, baa) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(ty_[], bae)) -> new_ltEs3(vwx92, vwx102, bae) 18.18/7.20 new_lt2(vwx90, vwx100, gg, gh, ha) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, gg, gh, ha), gg, gh, ha) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(app(ty_Either, eg), eh)) -> new_ltEs(vwx91, vwx101, eg, eh) 18.18/7.20 new_ltEs(Right(vwx90), Right(vwx100), cb, app(ty_Maybe, ce)) -> new_ltEs0(vwx90, vwx100, ce) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, gg), gh), ha), gc) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, gg, gh, ha), gg, gh, ha) 18.18/7.20 new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(ty_Either, cc), cd)) -> new_ltEs(vwx90, vwx100, cc, cd) 18.18/7.20 new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(app(ty_@3, da), db), dc)) -> new_ltEs2(vwx90, vwx100, da, db, dc) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], hb), gc) -> new_compare(vwx90, vwx100, hb) 18.18/7.20 new_ltEs(Right(vwx90), Right(vwx100), cb, app(ty_[], dd)) -> new_ltEs3(vwx90, vwx100, dd) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(ty_Maybe, hg)) -> new_ltEs0(vwx92, vwx102, hg) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(ty_Maybe, fa)) -> new_ltEs0(vwx91, vwx101, fa) 18.18/7.20 new_ltEs3(:(vwx90, vwx91), :(vwx100, vwx101), bda) -> new_compare(vwx91, vwx101, bda) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, bcc), bcd), hd, bah) -> new_lt1(vwx90, vwx100, bcc, bcd) 18.18/7.20 new_lt(vwx90, vwx100, ga, gb) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, ga, gb), ga, gb) 18.18/7.20 new_lt3(vwx90, vwx100, hb) -> new_compare(vwx90, vwx100, hb) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(app(ty_@2, fb), fc)) -> new_ltEs1(vwx91, vwx101, fb, fc) 18.18/7.20 new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_Either, de), df)) -> new_ltEs(vwx90, vwx100, de, df) 18.18/7.20 new_ltEs3(:(vwx90, vwx91), :(vwx100, vwx101), bda) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, bda), bda) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, bbh), bca), hd, bah) -> new_lt(vwx90, vwx100, bbh, bca) 18.18/7.20 new_compare4(vwx90, vwx100, ge, gf) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ge, gf), ge, gf) 18.18/7.20 new_compare(:(vwx90, vwx91), :(vwx100, vwx101), bda) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, bda), bda) 18.18/7.20 new_compare20(vwx90, vwx100, False, gd) -> new_ltEs0(vwx90, vwx100, gd) 18.18/7.20 new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(ty_@2, cf), cg)) -> new_ltEs1(vwx90, vwx100, cf, cg) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(ty_[], bbg), bah) -> new_lt3(vwx91, vwx101, bbg) 18.18/7.20 new_lt0(vwx90, vwx100, gd) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, gd), gd) 18.18/7.20 new_compare22(vwx90, vwx100, False, gg, gh, ha) -> new_ltEs2(vwx90, vwx100, gg, gh, ha) 18.18/7.20 new_primCompAux(vwx90, vwx100, vwx67, app(ty_[], beb)) -> new_compare(vwx90, vwx100, beb) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs2(vwx92, vwx102, bab, bac, bad) 18.18/7.20 new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx90, vwx100, dh, ea) 18.18/7.20 new_ltEs(Left(vwx90), Left(vwx100), app(app(ty_Either, h), ba), bb) -> new_ltEs(vwx90, vwx100, h, ba) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(ty_Maybe, bba), bah) -> new_lt0(vwx91, vwx101, bba) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(ty_[], fh)) -> new_ltEs3(vwx91, vwx101, fh) 18.18/7.20 new_ltEs0(Just(vwx90), Just(vwx100), app(ty_[], ee)) -> new_ltEs3(vwx90, vwx100, ee) 18.18/7.20 new_ltEs0(Just(vwx90), Just(vwx100), app(ty_Maybe, dg)) -> new_ltEs0(vwx90, vwx100, dg) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, bcb), hd, bah) -> new_lt0(vwx90, vwx100, bcb) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, ga), gb), gc) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, ga, gb), ga, gb) 18.18/7.20 new_primCompAux(vwx90, vwx100, vwx67, app(app(ty_Either, bdb), bdc)) -> new_compare1(vwx90, vwx100, bdb, bdc) 18.18/7.20 new_compare(:(vwx90, vwx91), :(vwx100, vwx101), bda) -> new_compare(vwx91, vwx101, bda) 18.18/7.20 new_primCompAux(vwx90, vwx100, vwx67, app(app(ty_@2, bde), bdf)) -> new_compare4(vwx90, vwx100, bde, bdf) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(app(ty_@2, bbb), bbc), bah) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, ge), gf), gc) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ge, gf), ge, gf) 18.18/7.20 new_compare2(vwx90, vwx100, False, ga, gb) -> new_ltEs(vwx90, vwx100, ga, gb) 18.18/7.20 new_compare5(vwx90, vwx100, gg, gh, ha) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, gg, gh, ha), gg, gh, ha) 18.18/7.20 new_ltEs(Left(vwx90), Left(vwx100), app(ty_Maybe, bc), bb) -> new_ltEs0(vwx90, vwx100, bc) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(app(app(ty_@3, bbd), bbe), bbf), bah) -> new_lt2(vwx91, vwx101, bbd, bbe, bbf) 18.18/7.20 new_ltEs(Left(vwx90), Left(vwx100), app(app(ty_@2, bd), be), bb) -> new_ltEs1(vwx90, vwx100, bd, be) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(app(ty_Either, he), hf)) -> new_ltEs(vwx92, vwx102, he, hf) 18.18/7.20 new_compare3(vwx90, vwx100, gd) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, gd), gd) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(app(ty_Either, baf), bag), bah) -> new_lt(vwx91, vwx101, baf, bag) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bce), bcf), bcg), hd, bah) -> new_lt2(vwx90, vwx100, bce, bcf, bcg) 18.18/7.20 new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], bch), hd, bah) -> new_lt3(vwx90, vwx100, bch) 18.18/7.20 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, gd), gc) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, gd), gd) 18.18/7.20 new_compare1(vwx90, vwx100, ga, gb) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, ga, gb), ga, gb) 18.18/7.20 new_lt1(vwx90, vwx100, ge, gf) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ge, gf), ge, gf) 18.18/7.20 18.18/7.20 The TRS R consists of the following rules: 18.18/7.20 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), app(app(ty_Either, h), ba), bb) -> new_ltEs7(vwx90, vwx100, h, ba) 18.18/7.20 new_ltEs7(Right(vwx90), Left(vwx100), cb, bb) -> False 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), ty_Double, cfg) -> new_esEs16(vwx300, vwx400) 18.18/7.20 new_ltEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, bah) -> new_pePe(new_lt6(vwx90, vwx100, hc), new_asAs(new_esEs9(vwx90, vwx100, hc), new_pePe(new_lt5(vwx91, vwx101, hd), new_asAs(new_esEs10(vwx91, vwx101, hd), new_ltEs5(vwx92, vwx102, bah))))) 18.18/7.20 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.18/7.20 new_primCmpInt(Neg(Succ(vwx900)), Pos(vwx100)) -> LT 18.18/7.20 new_compare10(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Int) -> new_compare13(new_sr(vwx90, vwx101), new_sr(vwx100, vwx91)) 18.18/7.20 new_pePe(True, vwx66) -> True 18.18/7.20 new_compare111(vwx90, vwx100, True, gg, gh, ha) -> LT 18.18/7.20 new_esEs17(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 18.18/7.20 new_lt4(vwx90, vwx100, ga, gb) -> new_esEs8(new_compare6(vwx90, vwx100, ga, gb), LT) 18.18/7.20 new_lt6(vwx90, vwx100, ty_@0) -> new_lt18(vwx90, vwx100) 18.18/7.20 new_esEs9(vwx90, vwx100, ty_Int) -> new_esEs14(vwx90, vwx100) 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), app(app(ty_@2, bd), be), bb) -> new_ltEs10(vwx90, vwx100, bd, be) 18.18/7.20 new_lt6(vwx90, vwx100, app(app(ty_Either, bbh), bca)) -> new_lt4(vwx90, vwx100, bbh, bca) 18.18/7.20 new_esEs4(Left(vwx300), Right(vwx400), cgh, cfg) -> False 18.18/7.20 new_esEs4(Right(vwx300), Left(vwx400), cgh, cfg) -> False 18.18/7.20 new_esEs24(vwx301, vwx401, app(ty_[], caa)) -> new_esEs19(vwx301, vwx401, caa) 18.18/7.20 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 18.18/7.20 new_compare7(vwx90, vwx100, gd) -> new_compare26(vwx90, vwx100, new_esEs5(vwx90, vwx100, gd), gd) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs15(vwx300, vwx400) 18.18/7.20 new_ltEs14(vwx9, vwx10) -> new_not(new_esEs8(new_compare29(vwx9, vwx10), GT)) 18.18/7.20 new_primCmpInt(Pos(Zero), Neg(Succ(vwx1000))) -> GT 18.18/7.20 new_esEs21(vwx300, vwx400, ty_Int) -> new_esEs14(vwx300, vwx400) 18.18/7.20 new_esEs23(vwx300, vwx400, ty_Double) -> new_esEs16(vwx300, vwx400) 18.18/7.20 new_esEs24(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, app(ty_Ratio, chg)) -> new_esEs11(vwx300, vwx400, chg) 18.18/7.20 new_esEs18(@0, @0) -> True 18.18/7.20 new_lt6(vwx90, vwx100, ty_Bool) -> new_lt12(vwx90, vwx100) 18.18/7.20 new_primCmpInt(Neg(Succ(vwx900)), Neg(vwx100)) -> new_primCmpNat0(vwx100, Succ(vwx900)) 18.18/7.20 new_esEs28(vwx90, vwx100, ty_Bool) -> new_esEs12(vwx90, vwx100) 18.18/7.20 new_esEs24(vwx301, vwx401, ty_Float) -> new_esEs13(vwx301, vwx401) 18.18/7.20 new_esEs28(vwx90, vwx100, ty_Integer) -> new_esEs17(vwx90, vwx100) 18.18/7.20 new_lt6(vwx90, vwx100, ty_Float) -> new_lt13(vwx90, vwx100) 18.18/7.20 new_ltEs19(vwx91, vwx101, app(ty_Maybe, fa)) -> new_ltEs9(vwx91, vwx101, fa) 18.18/7.20 new_ltEs13(vwx9, vwx10) -> new_not(new_esEs8(new_compare13(vwx9, vwx10), GT)) 18.18/7.20 new_esEs23(vwx300, vwx400, ty_Integer) -> new_esEs17(vwx300, vwx400) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), app(ty_Ratio, cgd), cfg) -> new_esEs11(vwx300, vwx400, cgd) 18.18/7.20 new_lt6(vwx90, vwx100, app(app(app(ty_@3, bce), bcf), bcg)) -> new_lt11(vwx90, vwx100, bce, bcf, bcg) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), ty_Integer, cfg) -> new_esEs17(vwx300, vwx400) 18.18/7.20 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 18.18/7.20 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 18.18/7.20 new_esEs8(GT, GT) -> True 18.18/7.20 new_esEs28(vwx90, vwx100, ty_@0) -> new_esEs18(vwx90, vwx100) 18.18/7.20 new_esEs26(vwx301, vwx401, ty_Char) -> new_esEs15(vwx301, vwx401) 18.18/7.20 new_compare210(vwx90, vwx100, True, ga, gb) -> EQ 18.18/7.20 new_compare18(vwx90, vwx100, False, gd) -> GT 18.18/7.20 new_esEs8(EQ, EQ) -> True 18.18/7.20 new_lt20(vwx90, vwx100, ty_Int) -> new_lt14(vwx90, vwx100) 18.18/7.20 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 18.18/7.20 new_esEs26(vwx301, vwx401, app(ty_Ratio, cde)) -> new_esEs11(vwx301, vwx401, cde) 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Float) -> new_ltEs12(vwx90, vwx100) 18.18/7.20 new_not(True) -> False 18.18/7.20 new_compare12(Double(vwx90, Neg(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare13(new_sr(vwx90, Neg(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.18/7.20 new_lt20(vwx90, vwx100, app(ty_Ratio, bga)) -> new_lt7(vwx90, vwx100, bga) 18.18/7.20 new_esEs9(vwx90, vwx100, app(app(app(ty_@3, bce), bcf), bcg)) -> new_esEs7(vwx90, vwx100, bce, bcf, bcg) 18.18/7.20 new_ltEs5(vwx92, vwx102, ty_Double) -> new_ltEs15(vwx92, vwx102) 18.18/7.20 new_lt5(vwx91, vwx101, app(app(ty_@2, bbb), bbc)) -> new_lt10(vwx91, vwx101, bbb, bbc) 18.18/7.20 new_esEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cbb, cbc, cbd) -> new_asAs(new_esEs25(vwx300, vwx400, cbb), new_asAs(new_esEs26(vwx301, vwx401, cbc), new_esEs27(vwx302, vwx402, cbd))) 18.18/7.20 new_compare14(Float(vwx90, Pos(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare13(new_sr(vwx90, Pos(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(ty_Maybe, ce)) -> new_ltEs9(vwx90, vwx100, ce) 18.18/7.20 new_primCompAux00(vwx77, LT) -> LT 18.18/7.20 new_primCmpNat0(Zero, Zero) -> EQ 18.18/7.20 new_lt17(vwx90, vwx100) -> new_esEs8(new_compare11(vwx90, vwx100), LT) 18.18/7.20 new_esEs27(vwx302, vwx402, ty_Double) -> new_esEs16(vwx302, vwx402) 18.18/7.20 new_esEs28(vwx90, vwx100, app(ty_[], hb)) -> new_esEs19(vwx90, vwx100, hb) 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), ty_Char, bb) -> new_ltEs14(vwx90, vwx100) 18.18/7.20 new_esEs28(vwx90, vwx100, ty_Float) -> new_esEs13(vwx90, vwx100) 18.18/7.20 new_esEs10(vwx91, vwx101, app(app(ty_@2, bbb), bbc)) -> new_esEs6(vwx91, vwx101, bbb, bbc) 18.18/7.20 new_compare12(Double(vwx90, Pos(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare13(new_sr(vwx90, Pos(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), ty_Bool, cfg) -> new_esEs12(vwx300, vwx400) 18.18/7.20 new_esEs23(vwx300, vwx400, ty_Bool) -> new_esEs12(vwx300, vwx400) 18.18/7.20 new_esEs25(vwx300, vwx400, app(app(app(ty_@3, ccd), cce), ccf)) -> new_esEs7(vwx300, vwx400, ccd, cce, ccf) 18.18/7.20 new_esEs10(vwx91, vwx101, ty_Ordering) -> new_esEs8(vwx91, vwx101) 18.18/7.20 new_esEs10(vwx91, vwx101, app(app(app(ty_@3, bbd), bbe), bbf)) -> new_esEs7(vwx91, vwx101, bbd, bbe, bbf) 18.18/7.20 new_compare9(vwx90, vwx100) -> new_compare211(vwx90, vwx100, new_esEs12(vwx90, vwx100)) 18.18/7.20 new_esEs28(vwx90, vwx100, ty_Double) -> new_esEs16(vwx90, vwx100) 18.18/7.20 new_primEqNat0(Succ(vwx3000), Zero) -> False 18.18/7.20 new_primEqNat0(Zero, Succ(vwx4000)) -> False 18.18/7.20 new_lt10(vwx90, vwx100, ge, gf) -> new_esEs8(new_compare8(vwx90, vwx100, ge, gf), LT) 18.18/7.20 new_compare112(vwx90, vwx100, False) -> GT 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, app(app(app(ty_@3, chh), daa), dab)) -> new_esEs7(vwx300, vwx400, chh, daa, dab) 18.18/7.20 new_esEs10(vwx91, vwx101, ty_Float) -> new_esEs13(vwx91, vwx101) 18.18/7.20 new_esEs23(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 18.18/7.20 new_esEs25(vwx300, vwx400, ty_Int) -> new_esEs14(vwx300, vwx400) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), ty_@0, cfg) -> new_esEs18(vwx300, vwx400) 18.18/7.20 new_ltEs8(GT, LT) -> False 18.18/7.20 new_primCompAux00(vwx77, GT) -> GT 18.18/7.20 new_esEs10(vwx91, vwx101, app(ty_[], bbg)) -> new_esEs19(vwx91, vwx101, bbg) 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), ty_Char) -> new_ltEs14(vwx90, vwx100) 18.18/7.20 new_esEs27(vwx302, vwx402, ty_Integer) -> new_esEs17(vwx302, vwx402) 18.18/7.20 new_esEs20(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), app(app(ty_@2, cga), cgb), cfg) -> new_esEs6(vwx300, vwx400, cga, cgb) 18.18/7.20 new_compare15(vwx90, vwx100, True, ge, gf) -> LT 18.18/7.20 new_primCmpInt(Pos(Succ(vwx900)), Neg(vwx100)) -> GT 18.18/7.20 new_primCompAux0(vwx90, vwx100, vwx67, bda) -> new_primCompAux00(vwx67, new_compare28(vwx90, vwx100, bda)) 18.18/7.20 new_esEs26(vwx301, vwx401, ty_Int) -> new_esEs14(vwx301, vwx401) 18.18/7.20 new_ltEs8(GT, EQ) -> False 18.18/7.20 new_compare110(vwx90, vwx100, True, ga, gb) -> LT 18.18/7.20 new_esEs24(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 18.18/7.20 new_esEs9(vwx90, vwx100, app(ty_Ratio, bec)) -> new_esEs11(vwx90, vwx100, bec) 18.18/7.20 new_esEs10(vwx91, vwx101, app(ty_Ratio, bed)) -> new_esEs11(vwx91, vwx101, bed) 18.18/7.20 new_esEs11(:%(vwx300, vwx301), :%(vwx400, vwx401), bgb) -> new_asAs(new_esEs21(vwx300, vwx400, bgb), new_esEs22(vwx301, vwx401, bgb)) 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), ty_Int) -> new_ltEs13(vwx90, vwx100) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), app(ty_Ratio, dbd)) -> new_esEs11(vwx300, vwx400, dbd) 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), app(ty_Maybe, bc), bb) -> new_ltEs9(vwx90, vwx100, bc) 18.18/7.20 new_ltEs5(vwx92, vwx102, app(ty_Ratio, bee)) -> new_ltEs6(vwx92, vwx102, bee) 18.18/7.20 new_lt5(vwx91, vwx101, app(ty_Maybe, bba)) -> new_lt9(vwx91, vwx101, bba) 18.18/7.20 new_compare19(vwx90, vwx100, True) -> LT 18.18/7.20 new_primPlusNat1(Succ(vwx4700), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat1(vwx4700, vwx401000))) 18.18/7.20 new_ltEs19(vwx91, vwx101, ty_Ordering) -> new_ltEs8(vwx91, vwx101) 18.18/7.20 new_compare24(vwx90, vwx100, False) -> new_compare19(vwx90, vwx100, new_ltEs8(vwx90, vwx100)) 18.18/7.20 new_primCmpNat0(Zero, Succ(vwx1000)) -> LT 18.18/7.20 new_esEs26(vwx301, vwx401, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_esEs7(vwx301, vwx401, cdf, cdg, cdh) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), app(app(ty_@2, dba), dbb)) -> new_esEs6(vwx300, vwx400, dba, dbb) 18.18/7.20 new_compare28(vwx90, vwx100, app(app(ty_@2, bde), bdf)) -> new_compare8(vwx90, vwx100, bde, bdf) 18.18/7.20 new_esEs9(vwx90, vwx100, app(app(ty_@2, bcc), bcd)) -> new_esEs6(vwx90, vwx100, bcc, bcd) 18.18/7.20 new_primCmpNat0(Succ(vwx900), Zero) -> GT 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, ty_Float) -> new_esEs13(vwx300, vwx400) 18.18/7.20 new_pePe(False, vwx66) -> vwx66 18.18/7.20 new_ltEs19(vwx91, vwx101, app(app(ty_Either, eg), eh)) -> new_ltEs7(vwx91, vwx101, eg, eh) 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Int) -> new_ltEs13(vwx90, vwx100) 18.18/7.20 new_esEs20(vwx300, vwx400, ty_Integer) -> new_esEs17(vwx300, vwx400) 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), ty_Bool, bb) -> new_ltEs11(vwx90, vwx100) 18.18/7.20 new_esEs10(vwx91, vwx101, ty_@0) -> new_esEs18(vwx91, vwx101) 18.18/7.20 new_esEs19([], [], bef) -> True 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), ty_Ordering, cfg) -> new_esEs8(vwx300, vwx400) 18.18/7.20 new_esEs9(vwx90, vwx100, app(ty_Maybe, bcb)) -> new_esEs5(vwx90, vwx100, bcb) 18.18/7.20 new_esEs12(False, False) -> True 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Integer) -> new_ltEs16(vwx90, vwx100) 18.18/7.20 new_esEs27(vwx302, vwx402, ty_Bool) -> new_esEs12(vwx302, vwx402) 18.18/7.20 new_lt11(vwx90, vwx100, gg, gh, ha) -> new_esEs8(new_compare17(vwx90, vwx100, gg, gh, ha), LT) 18.18/7.20 new_ltEs19(vwx91, vwx101, app(app(ty_@2, fb), fc)) -> new_ltEs10(vwx91, vwx101, fb, fc) 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, app(ty_Maybe, chf)) -> new_esEs5(vwx300, vwx400, chf) 18.18/7.20 new_lt20(vwx90, vwx100, app(ty_Maybe, gd)) -> new_lt9(vwx90, vwx100, gd) 18.18/7.20 new_compare23(vwx90, vwx100, True, ge, gf) -> EQ 18.18/7.20 new_compare14(Float(vwx90, Pos(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare13(new_sr(vwx90, Pos(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.18/7.20 new_compare14(Float(vwx90, Neg(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare13(new_sr(vwx90, Neg(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), app(ty_[], ca), bb) -> new_ltEs18(vwx90, vwx100, ca) 18.18/7.20 new_esEs8(LT, EQ) -> False 18.18/7.20 new_esEs8(EQ, LT) -> False 18.18/7.20 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 18.18/7.20 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(app(ty_@2, cf), cg)) -> new_ltEs10(vwx90, vwx100, cf, cg) 18.18/7.20 new_esEs24(vwx301, vwx401, app(app(ty_@2, cab), cac)) -> new_esEs6(vwx301, vwx401, cab, cac) 18.18/7.20 new_ltEs16(vwx9, vwx10) -> new_not(new_esEs8(new_compare11(vwx9, vwx10), GT)) 18.18/7.20 new_esEs22(vwx301, vwx401, ty_Int) -> new_esEs14(vwx301, vwx401) 18.18/7.20 new_esEs5(Nothing, Nothing, dae) -> True 18.18/7.20 new_ltEs5(vwx92, vwx102, app(app(ty_@2, hh), baa)) -> new_ltEs10(vwx92, vwx102, hh, baa) 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Double) -> new_ltEs15(vwx90, vwx100) 18.18/7.20 new_esEs10(vwx91, vwx101, ty_Int) -> new_esEs14(vwx91, vwx101) 18.18/7.20 new_esEs25(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.18/7.20 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.18/7.20 new_esEs5(Nothing, Just(vwx400), dae) -> False 18.18/7.20 new_esEs5(Just(vwx300), Nothing, dae) -> False 18.18/7.20 new_esEs20(vwx300, vwx400, app(ty_Ratio, bfe)) -> new_esEs11(vwx300, vwx400, bfe) 18.18/7.20 new_compare25(vwx90, vwx100, True, gg, gh, ha) -> EQ 18.18/7.20 new_primCmpInt(Neg(Zero), Pos(Succ(vwx1000))) -> LT 18.18/7.20 new_ltEs19(vwx91, vwx101, ty_Char) -> new_ltEs14(vwx91, vwx101) 18.18/7.20 new_ltEs5(vwx92, vwx102, ty_Integer) -> new_ltEs16(vwx92, vwx102) 18.18/7.20 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(app(ty_Either, cc), cd)) -> new_ltEs7(vwx90, vwx100, cc, cd) 18.18/7.20 new_esEs23(vwx300, vwx400, app(app(ty_Either, bge), bgf)) -> new_esEs4(vwx300, vwx400, bge, bgf) 18.18/7.20 new_esEs26(vwx301, vwx401, app(app(ty_@2, cdb), cdc)) -> new_esEs6(vwx301, vwx401, cdb, cdc) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), app(app(app(ty_@3, dbe), dbf), dbg)) -> new_esEs7(vwx300, vwx400, dbe, dbf, dbg) 18.18/7.20 new_esEs9(vwx90, vwx100, ty_Ordering) -> new_esEs8(vwx90, vwx100) 18.18/7.20 new_compare28(vwx90, vwx100, ty_Integer) -> new_compare11(vwx90, vwx100) 18.18/7.20 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 18.18/7.20 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, ty_Char) -> new_esEs15(vwx300, vwx400) 18.18/7.20 new_ltEs11(False, False) -> True 18.18/7.20 new_primPlusNat0(Zero, vwx40100) -> Succ(vwx40100) 18.18/7.20 new_ltEs19(vwx91, vwx101, app(ty_[], fh)) -> new_ltEs18(vwx91, vwx101, fh) 18.18/7.20 new_ltEs5(vwx92, vwx102, app(app(ty_Either, he), hf)) -> new_ltEs7(vwx92, vwx102, he, hf) 18.18/7.20 new_compare26(vwx90, vwx100, True, gd) -> EQ 18.18/7.20 new_esEs23(vwx300, vwx400, app(ty_Maybe, bhb)) -> new_esEs5(vwx300, vwx400, bhb) 18.18/7.20 new_ltEs19(vwx91, vwx101, ty_Float) -> new_ltEs12(vwx91, vwx101) 18.18/7.20 new_compare28(vwx90, vwx100, app(ty_[], beb)) -> new_compare0(vwx90, vwx100, beb) 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), ty_Ordering, bb) -> new_ltEs8(vwx90, vwx100) 18.18/7.20 new_lt20(vwx90, vwx100, app(app(app(ty_@3, gg), gh), ha)) -> new_lt11(vwx90, vwx100, gg, gh, ha) 18.18/7.20 new_lt20(vwx90, vwx100, ty_Bool) -> new_lt12(vwx90, vwx100) 18.18/7.20 new_esEs10(vwx91, vwx101, app(app(ty_Either, baf), bag)) -> new_esEs4(vwx91, vwx101, baf, bag) 18.18/7.20 new_esEs8(LT, LT) -> True 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs14(vwx300, vwx400) 18.18/7.20 new_ltEs19(vwx91, vwx101, ty_Integer) -> new_ltEs16(vwx91, vwx101) 18.18/7.20 new_lt16(vwx90, vwx100) -> new_esEs8(new_compare12(vwx90, vwx100), LT) 18.18/7.20 new_esEs24(vwx301, vwx401, ty_Int) -> new_esEs14(vwx301, vwx401) 18.18/7.20 new_esEs28(vwx90, vwx100, ty_Char) -> new_esEs15(vwx90, vwx100) 18.18/7.20 new_compare19(vwx90, vwx100, False) -> GT 18.18/7.20 new_ltEs12(vwx9, vwx10) -> new_not(new_esEs8(new_compare14(vwx9, vwx10), GT)) 18.18/7.20 new_esEs20(vwx300, vwx400, ty_Float) -> new_esEs13(vwx300, vwx400) 18.18/7.20 new_lt6(vwx90, vwx100, app(app(ty_@2, bcc), bcd)) -> new_lt10(vwx90, vwx100, bcc, bcd) 18.18/7.20 new_esEs24(vwx301, vwx401, ty_Bool) -> new_esEs12(vwx301, vwx401) 18.18/7.20 new_ltEs11(True, True) -> True 18.18/7.20 new_esEs20(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 18.18/7.20 new_esEs24(vwx301, vwx401, app(app(app(ty_@3, caf), cag), cah)) -> new_esEs7(vwx301, vwx401, caf, cag, cah) 18.18/7.20 new_primPlusNat1(Succ(vwx4700), Zero) -> Succ(vwx4700) 18.18/7.20 new_primPlusNat1(Zero, Succ(vwx401000)) -> Succ(vwx401000) 18.18/7.20 new_compare211(vwx90, vwx100, False) -> new_compare112(vwx90, vwx100, new_ltEs11(vwx90, vwx100)) 18.18/7.20 new_esEs27(vwx302, vwx402, ty_Char) -> new_esEs15(vwx302, vwx402) 18.18/7.20 new_esEs20(vwx300, vwx400, app(ty_[], bfa)) -> new_esEs19(vwx300, vwx400, bfa) 18.18/7.20 new_ltEs5(vwx92, vwx102, ty_Char) -> new_ltEs14(vwx92, vwx102) 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), ty_Bool) -> new_ltEs11(vwx90, vwx100) 18.18/7.20 new_esEs25(vwx300, vwx400, ty_Bool) -> new_esEs12(vwx300, vwx400) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), ty_Int, cfg) -> new_esEs14(vwx300, vwx400) 18.18/7.20 new_esEs23(vwx300, vwx400, app(app(app(ty_@3, bhd), bhe), bhf)) -> new_esEs7(vwx300, vwx400, bhd, bhe, bhf) 18.18/7.20 new_esEs9(vwx90, vwx100, app(app(ty_Either, bbh), bca)) -> new_esEs4(vwx90, vwx100, bbh, bca) 18.18/7.20 new_esEs20(vwx300, vwx400, ty_Double) -> new_esEs16(vwx300, vwx400) 18.18/7.20 new_lt9(vwx90, vwx100, gd) -> new_esEs8(new_compare7(vwx90, vwx100, gd), LT) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), app(app(ty_Either, daf), dag)) -> new_esEs4(vwx300, vwx400, daf, dag) 18.18/7.20 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.18/7.20 new_primCmpInt(Pos(Zero), Pos(Succ(vwx1000))) -> new_primCmpNat0(Zero, Succ(vwx1000)) 18.18/7.20 new_esEs10(vwx91, vwx101, app(ty_Maybe, bba)) -> new_esEs5(vwx91, vwx101, bba) 18.18/7.20 new_lt18(vwx90, vwx100) -> new_esEs8(new_compare27(vwx90, vwx100), LT) 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_@0) -> new_ltEs17(vwx90, vwx100) 18.18/7.20 new_esEs25(vwx300, vwx400, app(app(ty_@2, cbh), cca)) -> new_esEs6(vwx300, vwx400, cbh, cca) 18.18/7.20 new_lt5(vwx91, vwx101, ty_Bool) -> new_lt12(vwx91, vwx101) 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(app(app(ty_@3, da), db), dc)) -> new_ltEs4(vwx90, vwx100, da, db, dc) 18.18/7.20 new_ltEs11(False, True) -> True 18.18/7.20 new_lt6(vwx90, vwx100, app(ty_Ratio, bec)) -> new_lt7(vwx90, vwx100, bec) 18.18/7.20 new_esEs16(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs14(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), app(ty_Ratio, dbh), bb) -> new_ltEs6(vwx90, vwx100, dbh) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), app(ty_Maybe, dbc)) -> new_esEs5(vwx300, vwx400, dbc) 18.18/7.20 new_lt5(vwx91, vwx101, app(app(app(ty_@3, bbd), bbe), bbf)) -> new_lt11(vwx91, vwx101, bbd, bbe, bbf) 18.18/7.20 new_esEs23(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.18/7.20 new_ltEs18(vwx9, vwx10, bda) -> new_not(new_esEs8(new_compare0(vwx9, vwx10, bda), GT)) 18.18/7.20 new_esEs23(vwx300, vwx400, ty_Int) -> new_esEs14(vwx300, vwx400) 18.18/7.20 new_compare28(vwx90, vwx100, ty_@0) -> new_compare27(vwx90, vwx100) 18.18/7.20 new_compare28(vwx90, vwx100, ty_Char) -> new_compare29(vwx90, vwx100) 18.18/7.20 new_compare112(vwx90, vwx100, True) -> LT 18.18/7.20 new_esEs26(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 18.18/7.20 new_compare23(vwx90, vwx100, False, ge, gf) -> new_compare15(vwx90, vwx100, new_ltEs10(vwx90, vwx100, ge, gf), ge, gf) 18.18/7.20 new_compare10(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Integer) -> new_compare11(new_sr0(vwx90, vwx101), new_sr0(vwx100, vwx91)) 18.18/7.20 new_ltEs5(vwx92, vwx102, app(ty_Maybe, hg)) -> new_ltEs9(vwx92, vwx102, hg) 18.18/7.20 new_ltEs7(Left(vwx90), Right(vwx100), cb, bb) -> True 18.18/7.20 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.18/7.20 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.18/7.20 new_esEs28(vwx90, vwx100, app(ty_Ratio, bga)) -> new_esEs11(vwx90, vwx100, bga) 18.18/7.20 new_esEs23(vwx300, vwx400, app(app(ty_@2, bgh), bha)) -> new_esEs6(vwx300, vwx400, bgh, bha) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs13(vwx300, vwx400) 18.18/7.20 new_lt5(vwx91, vwx101, app(ty_Ratio, bed)) -> new_lt7(vwx91, vwx101, bed) 18.18/7.20 new_compare16(vwx90, vwx100) -> new_compare24(vwx90, vwx100, new_esEs8(vwx90, vwx100)) 18.18/7.20 new_esEs28(vwx90, vwx100, ty_Int) -> new_esEs14(vwx90, vwx100) 18.18/7.20 new_esEs24(vwx301, vwx401, ty_Char) -> new_esEs15(vwx301, vwx401) 18.18/7.20 new_compare28(vwx90, vwx100, ty_Int) -> new_compare13(vwx90, vwx100) 18.18/7.20 new_compare27(@0, @0) -> EQ 18.18/7.20 new_esEs19(:(vwx300, vwx301), [], bef) -> False 18.18/7.20 new_esEs19([], :(vwx400, vwx401), bef) -> False 18.18/7.20 new_compare111(vwx90, vwx100, False, gg, gh, ha) -> GT 18.18/7.20 new_esEs21(vwx300, vwx400, ty_Integer) -> new_esEs17(vwx300, vwx400) 18.18/7.20 new_sr0(Integer(vwx900), Integer(vwx1010)) -> Integer(new_primMulInt(vwx900, vwx1010)) 18.18/7.20 new_compare12(Double(vwx90, Pos(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare13(new_sr(vwx90, Pos(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.18/7.20 new_compare12(Double(vwx90, Neg(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare13(new_sr(vwx90, Neg(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), ty_Ordering) -> new_ltEs8(vwx90, vwx100) 18.18/7.20 new_lt8(vwx90, vwx100) -> new_esEs8(new_compare16(vwx90, vwx100), LT) 18.18/7.20 new_ltEs19(vwx91, vwx101, app(ty_Ratio, cfc)) -> new_ltEs6(vwx91, vwx101, cfc) 18.18/7.20 new_esEs28(vwx90, vwx100, app(app(app(ty_@3, gg), gh), ha)) -> new_esEs7(vwx90, vwx100, gg, gh, ha) 18.18/7.20 new_lt20(vwx90, vwx100, ty_Double) -> new_lt16(vwx90, vwx100) 18.18/7.20 new_ltEs8(GT, GT) -> True 18.18/7.20 new_ltEs9(Nothing, Just(vwx100), dac) -> True 18.18/7.20 new_compare0([], :(vwx100, vwx101), bda) -> LT 18.18/7.20 new_asAs(True, vwx38) -> vwx38 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs18(vwx300, vwx400) 18.18/7.20 new_esEs26(vwx301, vwx401, ty_Float) -> new_esEs13(vwx301, vwx401) 18.18/7.20 new_lt20(vwx90, vwx100, app(app(ty_@2, ge), gf)) -> new_lt10(vwx90, vwx100, ge, gf) 18.18/7.20 new_compare18(vwx90, vwx100, True, gd) -> LT 18.18/7.20 new_compare28(vwx90, vwx100, ty_Float) -> new_compare14(vwx90, vwx100) 18.18/7.20 new_ltEs8(EQ, EQ) -> True 18.18/7.20 new_esEs9(vwx90, vwx100, ty_@0) -> new_esEs18(vwx90, vwx100) 18.18/7.20 new_esEs20(vwx300, vwx400, app(ty_Maybe, bfd)) -> new_esEs5(vwx300, vwx400, bfd) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), app(app(app(ty_@3, cge), cgf), cgg), cfg) -> new_esEs7(vwx300, vwx400, cge, cgf, cgg) 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, ty_Integer) -> new_esEs17(vwx300, vwx400) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), app(app(ty_Either, cfe), cff), cfg) -> new_esEs4(vwx300, vwx400, cfe, cff) 18.18/7.20 new_compare28(vwx90, vwx100, ty_Ordering) -> new_compare16(vwx90, vwx100) 18.18/7.20 new_esEs26(vwx301, vwx401, ty_Integer) -> new_esEs17(vwx301, vwx401) 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, app(app(ty_@2, chd), che)) -> new_esEs6(vwx300, vwx400, chd, che) 18.18/7.20 new_ltEs19(vwx91, vwx101, ty_Double) -> new_ltEs15(vwx91, vwx101) 18.18/7.20 new_esEs26(vwx301, vwx401, ty_Bool) -> new_esEs12(vwx301, vwx401) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), app(app(ty_@2, dh), ea)) -> new_ltEs10(vwx90, vwx100, dh, ea) 18.18/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Char) -> new_ltEs14(vwx90, vwx100) 18.18/7.20 new_esEs26(vwx301, vwx401, app(ty_[], cda)) -> new_esEs19(vwx301, vwx401, cda) 18.18/7.20 new_primCmpInt(Pos(Succ(vwx900)), Pos(vwx100)) -> new_primCmpNat0(Succ(vwx900), vwx100) 18.18/7.20 new_primCompAux00(vwx77, EQ) -> vwx77 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, ty_Double) -> new_esEs16(vwx300, vwx400) 18.18/7.20 new_compare0([], [], bda) -> EQ 18.18/7.20 new_esEs20(vwx300, vwx400, app(app(ty_Either, beg), beh)) -> new_esEs4(vwx300, vwx400, beg, beh) 18.18/7.20 new_esEs12(False, True) -> False 18.18/7.20 new_esEs12(True, False) -> False 18.18/7.20 new_sr(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 18.18/7.20 new_ltEs8(EQ, GT) -> True 18.18/7.20 new_esEs27(vwx302, vwx402, app(app(ty_@2, ced), cee)) -> new_esEs6(vwx302, vwx402, ced, cee) 18.18/7.20 new_esEs23(vwx300, vwx400, app(ty_Ratio, bhc)) -> new_esEs11(vwx300, vwx400, bhc) 18.18/7.20 new_lt12(vwx90, vwx100) -> new_esEs8(new_compare9(vwx90, vwx100), LT) 18.18/7.20 new_compare13(vwx9, vwx10) -> new_primCmpInt(vwx9, vwx10) 18.18/7.20 new_primMulNat0(Zero, Zero) -> Zero 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), app(app(app(ty_@3, eb), ec), ed)) -> new_ltEs4(vwx90, vwx100, eb, ec, ed) 18.18/7.20 new_lt5(vwx91, vwx101, ty_Int) -> new_lt14(vwx91, vwx101) 18.18/7.20 new_lt6(vwx90, vwx100, app(ty_Maybe, bcb)) -> new_lt9(vwx90, vwx100, bcb) 18.18/7.20 new_esEs12(True, True) -> True 18.18/7.20 new_esEs9(vwx90, vwx100, ty_Float) -> new_esEs13(vwx90, vwx100) 18.18/7.20 new_esEs27(vwx302, vwx402, ty_Ordering) -> new_esEs8(vwx302, vwx402) 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), app(app(ty_Either, de), df)) -> new_ltEs7(vwx90, vwx100, de, df) 18.18/7.20 new_esEs24(vwx301, vwx401, app(ty_Maybe, cad)) -> new_esEs5(vwx301, vwx401, cad) 18.18/7.20 new_compare11(Integer(vwx90), Integer(vwx100)) -> new_primCmpInt(vwx90, vwx100) 18.18/7.20 new_compare211(vwx90, vwx100, True) -> EQ 18.18/7.20 new_esEs27(vwx302, vwx402, ty_Float) -> new_esEs13(vwx302, vwx402) 18.18/7.20 new_ltEs11(True, False) -> False 18.18/7.20 new_esEs25(vwx300, vwx400, app(app(ty_Either, cbe), cbf)) -> new_esEs4(vwx300, vwx400, cbe, cbf) 18.18/7.20 new_ltEs5(vwx92, vwx102, ty_Float) -> new_ltEs12(vwx92, vwx102) 18.18/7.20 new_lt20(vwx90, vwx100, ty_@0) -> new_lt18(vwx90, vwx100) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), app(ty_[], cfh), cfg) -> new_esEs19(vwx300, vwx400, cfh) 18.18/7.20 new_esEs27(vwx302, vwx402, app(ty_[], cec)) -> new_esEs19(vwx302, vwx402, cec) 18.18/7.20 new_ltEs5(vwx92, vwx102, app(ty_[], bae)) -> new_ltEs18(vwx92, vwx102, bae) 18.18/7.20 new_esEs25(vwx300, vwx400, app(ty_Maybe, ccb)) -> new_esEs5(vwx300, vwx400, ccb) 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, app(app(ty_Either, cha), chb)) -> new_esEs4(vwx300, vwx400, cha, chb) 18.18/7.20 new_ltEs5(vwx92, vwx102, ty_Ordering) -> new_ltEs8(vwx92, vwx102) 18.18/7.20 new_esEs28(vwx90, vwx100, app(app(ty_@2, ge), gf)) -> new_esEs6(vwx90, vwx100, ge, gf) 18.18/7.20 new_lt7(vwx90, vwx100, bga) -> new_esEs8(new_compare10(vwx90, vwx100, bga), LT) 18.18/7.20 new_esEs10(vwx91, vwx101, ty_Double) -> new_esEs16(vwx91, vwx101) 18.18/7.20 new_ltEs8(LT, EQ) -> True 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, ty_@0) -> new_esEs18(vwx300, vwx400) 18.18/7.20 new_compare28(vwx90, vwx100, ty_Double) -> new_compare12(vwx90, vwx100) 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), ty_Int, bb) -> new_ltEs13(vwx90, vwx100) 18.18/7.20 new_esEs22(vwx301, vwx401, ty_Integer) -> new_esEs17(vwx301, vwx401) 18.18/7.20 new_esEs20(vwx300, vwx400, ty_Char) -> new_esEs15(vwx300, vwx400) 18.18/7.20 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 18.18/7.20 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 18.18/7.20 new_lt14(vwx90, vwx100) -> new_esEs8(new_compare13(vwx90, vwx100), LT) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs16(vwx300, vwx400) 18.18/7.20 new_esEs9(vwx90, vwx100, ty_Double) -> new_esEs16(vwx90, vwx100) 18.18/7.20 new_esEs14(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 18.18/7.20 new_lt6(vwx90, vwx100, ty_Char) -> new_lt15(vwx90, vwx100) 18.18/7.20 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.18/7.20 new_esEs10(vwx91, vwx101, ty_Integer) -> new_esEs17(vwx91, vwx101) 18.18/7.20 new_compare24(vwx90, vwx100, True) -> EQ 18.18/7.20 new_lt6(vwx90, vwx100, ty_Int) -> new_lt14(vwx90, vwx100) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), app(ty_[], dah)) -> new_esEs19(vwx300, vwx400, dah) 18.18/7.20 new_esEs9(vwx90, vwx100, app(ty_[], bch)) -> new_esEs19(vwx90, vwx100, bch) 18.18/7.20 new_esEs9(vwx90, vwx100, ty_Bool) -> new_esEs12(vwx90, vwx100) 18.18/7.20 new_ltEs8(LT, LT) -> True 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, app(ty_[], chc)) -> new_esEs19(vwx300, vwx400, chc) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs12(vwx300, vwx400) 18.18/7.20 new_esEs26(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 18.18/7.20 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 18.18/7.20 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 18.18/7.20 new_esEs27(vwx302, vwx402, app(ty_Ratio, ceg)) -> new_esEs11(vwx302, vwx402, ceg) 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), app(ty_Maybe, dg)) -> new_ltEs9(vwx90, vwx100, dg) 18.18/7.20 new_primCmpInt(Neg(Zero), Neg(Succ(vwx1000))) -> new_primCmpNat0(Succ(vwx1000), Zero) 18.18/7.20 new_esEs9(vwx90, vwx100, ty_Integer) -> new_esEs17(vwx90, vwx100) 18.18/7.20 new_esEs5(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs17(vwx300, vwx400) 18.18/7.20 new_esEs24(vwx301, vwx401, app(app(ty_Either, bhg), bhh)) -> new_esEs4(vwx301, vwx401, bhg, bhh) 18.18/7.20 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 18.18/7.20 new_esEs25(vwx300, vwx400, ty_Char) -> new_esEs15(vwx300, vwx400) 18.18/7.20 new_lt20(vwx90, vwx100, app(ty_[], hb)) -> new_lt19(vwx90, vwx100, hb) 18.18/7.20 new_esEs28(vwx90, vwx100, app(ty_Maybe, gd)) -> new_esEs5(vwx90, vwx100, gd) 18.18/7.20 new_esEs23(vwx300, vwx400, ty_Char) -> new_esEs15(vwx300, vwx400) 18.18/7.20 new_ltEs19(vwx91, vwx101, app(app(app(ty_@3, fd), ff), fg)) -> new_ltEs4(vwx91, vwx101, fd, ff, fg) 18.18/7.20 new_compare17(vwx90, vwx100, gg, gh, ha) -> new_compare25(vwx90, vwx100, new_esEs7(vwx90, vwx100, gg, gh, ha), gg, gh, ha) 18.18/7.20 new_esEs20(vwx300, vwx400, ty_Int) -> new_esEs14(vwx300, vwx400) 18.18/7.20 new_ltEs19(vwx91, vwx101, ty_@0) -> new_ltEs17(vwx91, vwx101) 18.18/7.20 new_esEs23(vwx300, vwx400, app(ty_[], bgg)) -> new_esEs19(vwx300, vwx400, bgg) 18.18/7.20 new_compare28(vwx90, vwx100, app(ty_Maybe, bdd)) -> new_compare7(vwx90, vwx100, bdd) 18.18/7.20 new_lt20(vwx90, vwx100, ty_Char) -> new_lt15(vwx90, vwx100) 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), ty_Integer) -> new_ltEs16(vwx90, vwx100) 18.18/7.20 new_ltEs5(vwx92, vwx102, ty_Bool) -> new_ltEs11(vwx92, vwx102) 18.18/7.20 new_ltEs17(vwx9, vwx10) -> new_not(new_esEs8(new_compare27(vwx9, vwx10), GT)) 18.18/7.20 new_lt15(vwx90, vwx100) -> new_esEs8(new_compare29(vwx90, vwx100), LT) 18.18/7.20 new_esEs23(vwx300, vwx400, ty_Float) -> new_esEs13(vwx300, vwx400) 18.18/7.20 new_lt5(vwx91, vwx101, ty_Float) -> new_lt13(vwx91, vwx101) 18.18/7.20 new_ltEs7(Left(vwx90), Left(vwx100), ty_@0, bb) -> new_ltEs17(vwx90, vwx100) 18.18/7.20 new_compare25(vwx90, vwx100, False, gg, gh, ha) -> new_compare111(vwx90, vwx100, new_ltEs4(vwx90, vwx100, gg, gh, ha), gg, gh, ha) 18.18/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.18/7.20 new_lt5(vwx91, vwx101, ty_@0) -> new_lt18(vwx91, vwx101) 18.18/7.20 new_not(False) -> True 18.18/7.20 new_ltEs9(Just(vwx90), Just(vwx100), ty_Double) -> new_ltEs15(vwx90, vwx100) 18.18/7.20 new_esEs10(vwx91, vwx101, ty_Bool) -> new_esEs12(vwx91, vwx101) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), ty_Float, cfg) -> new_esEs13(vwx300, vwx400) 18.18/7.20 new_esEs20(vwx300, vwx400, app(app(app(ty_@3, bff), bfg), bfh)) -> new_esEs7(vwx300, vwx400, bff, bfg, bfh) 18.18/7.20 new_lt5(vwx91, vwx101, ty_Char) -> new_lt15(vwx91, vwx101) 18.18/7.20 new_lt20(vwx90, vwx100, ty_Float) -> new_lt13(vwx90, vwx100) 18.18/7.20 new_compare6(vwx90, vwx100, ga, gb) -> new_compare210(vwx90, vwx100, new_esEs4(vwx90, vwx100, ga, gb), ga, gb) 18.18/7.20 new_compare0(:(vwx90, vwx91), [], bda) -> GT 18.18/7.20 new_esEs8(LT, GT) -> False 18.18/7.20 new_esEs8(GT, LT) -> False 18.18/7.20 new_ltEs5(vwx92, vwx102, ty_@0) -> new_ltEs17(vwx92, vwx102) 18.18/7.20 new_lt5(vwx91, vwx101, app(app(ty_Either, baf), bag)) -> new_lt4(vwx91, vwx101, baf, bag) 18.18/7.20 new_esEs4(Left(vwx300), Left(vwx400), ty_Char, cfg) -> new_esEs15(vwx300, vwx400) 18.49/7.20 new_esEs27(vwx302, vwx402, ty_@0) -> new_esEs18(vwx302, vwx402) 18.49/7.20 new_compare26(vwx90, vwx100, False, gd) -> new_compare18(vwx90, vwx100, new_ltEs9(vwx90, vwx100, gd), gd) 18.49/7.20 new_esEs20(vwx300, vwx400, ty_Bool) -> new_esEs12(vwx300, vwx400) 18.49/7.20 new_esEs20(vwx300, vwx400, app(app(ty_@2, bfb), bfc)) -> new_esEs6(vwx300, vwx400, bfb, bfc) 18.49/7.20 new_esEs24(vwx301, vwx401, ty_Double) -> new_esEs16(vwx301, vwx401) 18.49/7.20 new_esEs27(vwx302, vwx402, app(app(app(ty_@3, ceh), cfa), cfb)) -> new_esEs7(vwx302, vwx402, ceh, cfa, cfb) 18.49/7.20 new_primPlusNat0(Succ(vwx470), vwx40100) -> Succ(Succ(new_primPlusNat1(vwx470, vwx40100))) 18.49/7.20 new_esEs26(vwx301, vwx401, app(ty_Maybe, cdd)) -> new_esEs5(vwx301, vwx401, cdd) 18.49/7.20 new_lt5(vwx91, vwx101, ty_Ordering) -> new_lt8(vwx91, vwx101) 18.49/7.20 new_ltEs7(Left(vwx90), Left(vwx100), ty_Integer, bb) -> new_ltEs16(vwx90, vwx100) 18.49/7.20 new_esEs4(Left(vwx300), Left(vwx400), app(ty_Maybe, cgc), cfg) -> new_esEs5(vwx300, vwx400, cgc) 18.49/7.20 new_esEs6(@2(vwx300, vwx301), @2(vwx400, vwx401), bgc, bgd) -> new_asAs(new_esEs23(vwx300, vwx400, bgc), new_esEs24(vwx301, vwx401, bgd)) 18.49/7.20 new_ltEs5(vwx92, vwx102, app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs4(vwx92, vwx102, bab, bac, bad) 18.49/7.20 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 18.49/7.20 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 18.49/7.20 new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), bda) -> new_primCompAux0(vwx90, vwx100, new_compare0(vwx91, vwx101, bda), bda) 18.49/7.20 new_primPlusNat1(Zero, Zero) -> Zero 18.49/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, ty_Bool) -> new_esEs12(vwx300, vwx400) 18.49/7.20 new_esEs26(vwx301, vwx401, ty_Double) -> new_esEs16(vwx301, vwx401) 18.49/7.20 new_ltEs19(vwx91, vwx101, ty_Bool) -> new_ltEs11(vwx91, vwx101) 18.49/7.20 new_esEs28(vwx90, vwx100, app(app(ty_Either, ga), gb)) -> new_esEs4(vwx90, vwx100, ga, gb) 18.49/7.20 new_lt20(vwx90, vwx100, ty_Ordering) -> new_lt8(vwx90, vwx100) 18.49/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Bool) -> new_ltEs11(vwx90, vwx100) 18.49/7.20 new_compare14(Float(vwx90, Neg(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare13(new_sr(vwx90, Neg(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.49/7.20 new_lt19(vwx90, vwx100, hb) -> new_esEs8(new_compare0(vwx90, vwx100, hb), LT) 18.49/7.20 new_esEs25(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 18.49/7.20 new_esEs27(vwx302, vwx402, ty_Int) -> new_esEs14(vwx302, vwx402) 18.49/7.20 new_ltEs9(Just(vwx90), Just(vwx100), app(ty_Ratio, dad)) -> new_ltEs6(vwx90, vwx100, dad) 18.49/7.20 new_lt5(vwx91, vwx101, ty_Integer) -> new_lt17(vwx91, vwx101) 18.49/7.20 new_esEs26(vwx301, vwx401, app(app(ty_Either, ccg), cch)) -> new_esEs4(vwx301, vwx401, ccg, cch) 18.49/7.20 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.49/7.20 new_esEs25(vwx300, vwx400, ty_Integer) -> new_esEs17(vwx300, vwx400) 18.49/7.20 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 18.49/7.20 new_ltEs9(Just(vwx90), Just(vwx100), ty_@0) -> new_ltEs17(vwx90, vwx100) 18.49/7.20 new_lt6(vwx90, vwx100, ty_Integer) -> new_lt17(vwx90, vwx100) 18.49/7.20 new_compare8(vwx90, vwx100, ge, gf) -> new_compare23(vwx90, vwx100, new_esEs6(vwx90, vwx100, ge, gf), ge, gf) 18.49/7.20 new_primCmpNat0(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat0(vwx900, vwx1000) 18.49/7.20 new_ltEs10(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, gc) -> new_pePe(new_lt20(vwx90, vwx100, ef), new_asAs(new_esEs28(vwx90, vwx100, ef), new_ltEs19(vwx91, vwx101, gc))) 18.49/7.20 new_ltEs7(Left(vwx90), Left(vwx100), app(app(app(ty_@3, bf), bg), bh), bb) -> new_ltEs4(vwx90, vwx100, bf, bg, bh) 18.49/7.20 new_esEs9(vwx90, vwx100, ty_Char) -> new_esEs15(vwx90, vwx100) 18.49/7.20 new_esEs19(:(vwx300, vwx301), :(vwx400, vwx401), bef) -> new_asAs(new_esEs20(vwx300, vwx400, bef), new_esEs19(vwx301, vwx401, bef)) 18.49/7.20 new_esEs24(vwx301, vwx401, app(ty_Ratio, cae)) -> new_esEs11(vwx301, vwx401, cae) 18.49/7.20 new_ltEs6(vwx9, vwx10, cfd) -> new_not(new_esEs8(new_compare10(vwx9, vwx10, cfd), GT)) 18.49/7.20 new_ltEs7(Left(vwx90), Left(vwx100), ty_Float, bb) -> new_ltEs12(vwx90, vwx100) 18.49/7.20 new_lt6(vwx90, vwx100, ty_Double) -> new_lt16(vwx90, vwx100) 18.49/7.20 new_esEs24(vwx301, vwx401, ty_Integer) -> new_esEs17(vwx301, vwx401) 18.49/7.20 new_ltEs19(vwx91, vwx101, ty_Int) -> new_ltEs13(vwx91, vwx101) 18.49/7.20 new_esEs28(vwx90, vwx100, ty_Ordering) -> new_esEs8(vwx90, vwx100) 18.49/7.20 new_esEs10(vwx91, vwx101, ty_Char) -> new_esEs15(vwx91, vwx101) 18.49/7.20 new_esEs13(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs14(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.49/7.20 new_compare15(vwx90, vwx100, False, ge, gf) -> GT 18.49/7.20 new_esEs4(Right(vwx300), Right(vwx400), cgh, ty_Int) -> new_esEs14(vwx300, vwx400) 18.49/7.20 new_lt6(vwx90, vwx100, app(ty_[], bch)) -> new_lt19(vwx90, vwx100, bch) 18.49/7.20 new_compare28(vwx90, vwx100, ty_Bool) -> new_compare9(vwx90, vwx100) 18.49/7.20 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.49/7.20 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.49/7.20 new_ltEs7(Left(vwx90), Left(vwx100), ty_Double, bb) -> new_ltEs15(vwx90, vwx100) 18.49/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(ty_Ratio, dca)) -> new_ltEs6(vwx90, vwx100, dca) 18.49/7.20 new_ltEs9(Just(vwx90), Just(vwx100), ty_Float) -> new_ltEs12(vwx90, vwx100) 18.49/7.20 new_compare110(vwx90, vwx100, False, ga, gb) -> GT 18.49/7.20 new_ltEs5(vwx92, vwx102, ty_Int) -> new_ltEs13(vwx92, vwx102) 18.49/7.20 new_compare29(Char(vwx90), Char(vwx100)) -> new_primCmpNat0(vwx90, vwx100) 18.49/7.20 new_lt5(vwx91, vwx101, ty_Double) -> new_lt16(vwx91, vwx101) 18.49/7.20 new_ltEs9(Just(vwx90), Just(vwx100), app(ty_[], ee)) -> new_ltEs18(vwx90, vwx100, ee) 18.49/7.20 new_primEqNat0(Zero, Zero) -> True 18.49/7.20 new_ltEs9(Just(vwx90), Nothing, dac) -> False 18.49/7.20 new_compare28(vwx90, vwx100, app(ty_Ratio, cba)) -> new_compare10(vwx90, vwx100, cba) 18.49/7.20 new_lt20(vwx90, vwx100, app(app(ty_Either, ga), gb)) -> new_lt4(vwx90, vwx100, ga, gb) 18.49/7.20 new_ltEs9(Nothing, Nothing, dac) -> True 18.49/7.20 new_esEs25(vwx300, vwx400, app(ty_Ratio, ccc)) -> new_esEs11(vwx300, vwx400, ccc) 18.49/7.20 new_esEs15(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 18.49/7.20 new_esEs25(vwx300, vwx400, app(ty_[], cbg)) -> new_esEs19(vwx300, vwx400, cbg) 18.49/7.20 new_compare28(vwx90, vwx100, app(app(ty_Either, bdb), bdc)) -> new_compare6(vwx90, vwx100, bdb, bdc) 18.49/7.20 new_lt5(vwx91, vwx101, app(ty_[], bbg)) -> new_lt19(vwx91, vwx101, bbg) 18.49/7.20 new_ltEs15(vwx9, vwx10) -> new_not(new_esEs8(new_compare12(vwx9, vwx10), GT)) 18.49/7.20 new_ltEs8(LT, GT) -> True 18.49/7.20 new_compare210(vwx90, vwx100, False, ga, gb) -> new_compare110(vwx90, vwx100, new_ltEs7(vwx90, vwx100, ga, gb), ga, gb) 18.49/7.20 new_lt20(vwx90, vwx100, ty_Integer) -> new_lt17(vwx90, vwx100) 18.49/7.20 new_asAs(False, vwx38) -> False 18.49/7.20 new_lt13(vwx90, vwx100) -> new_esEs8(new_compare14(vwx90, vwx100), LT) 18.49/7.20 new_ltEs8(EQ, LT) -> False 18.49/7.20 new_compare28(vwx90, vwx100, app(app(app(ty_@3, bdg), bdh), bea)) -> new_compare17(vwx90, vwx100, bdg, bdh, bea) 18.49/7.20 new_esEs27(vwx302, vwx402, app(ty_Maybe, cef)) -> new_esEs5(vwx302, vwx402, cef) 18.49/7.20 new_esEs27(vwx302, vwx402, app(app(ty_Either, cea), ceb)) -> new_esEs4(vwx302, vwx402, cea, ceb) 18.49/7.20 new_esEs25(vwx300, vwx400, ty_Float) -> new_esEs13(vwx300, vwx400) 18.49/7.20 new_esEs8(EQ, GT) -> False 18.49/7.20 new_esEs8(GT, EQ) -> False 18.49/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Ordering) -> new_ltEs8(vwx90, vwx100) 18.49/7.20 new_esEs25(vwx300, vwx400, ty_Double) -> new_esEs16(vwx300, vwx400) 18.49/7.20 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(ty_[], dd)) -> new_ltEs18(vwx90, vwx100, dd) 18.49/7.20 new_lt6(vwx90, vwx100, ty_Ordering) -> new_lt8(vwx90, vwx100) 18.49/7.20 18.49/7.20 The set Q consists of the following terms: 18.49/7.20 18.49/7.20 new_esEs8(EQ, EQ) 18.49/7.20 new_esEs28(x0, x1, ty_Int) 18.49/7.20 new_lt5(x0, x1, ty_Float) 18.49/7.20 new_lt5(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, ty_Bool) 18.49/7.20 new_esEs24(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.49/7.20 new_compare18(x0, x1, True, x2) 18.49/7.20 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_compare112(x0, x1, True) 18.49/7.20 new_esEs4(Left(x0), Left(x1), ty_Bool, x2) 18.49/7.20 new_ltEs5(x0, x1, ty_@0) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.49/7.20 new_esEs9(x0, x1, ty_Float) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.49/7.20 new_ltEs19(x0, x1, ty_Float) 18.49/7.20 new_primPlusNat1(Zero, Zero) 18.49/7.20 new_esEs4(Left(x0), Left(x1), ty_@0, x2) 18.49/7.20 new_lt20(x0, x1, ty_Float) 18.49/7.20 new_lt7(x0, x1, x2) 18.49/7.20 new_esEs20(x0, x1, ty_Int) 18.49/7.20 new_esEs4(Left(x0), Left(x1), ty_Integer, x2) 18.49/7.20 new_compare111(x0, x1, True, x2, x3, x4) 18.49/7.20 new_primEqInt(Pos(Zero), Pos(Zero)) 18.49/7.20 new_esEs5(Just(x0), Just(x1), ty_@0) 18.49/7.20 new_esEs20(x0, x1, ty_Ordering) 18.49/7.20 new_esEs5(Just(x0), Nothing, x1) 18.49/7.20 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_compare16(x0, x1) 18.49/7.20 new_esEs28(x0, x1, ty_Char) 18.49/7.20 new_esEs20(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_compare12(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 18.49/7.20 new_esEs28(x0, x1, ty_Double) 18.49/7.20 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_esEs5(Just(x0), Just(x1), app(ty_[], x2)) 18.49/7.20 new_ltEs6(x0, x1, x2) 18.49/7.20 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.49/7.20 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.49/7.20 new_lt10(x0, x1, x2, x3) 18.49/7.20 new_ltEs5(x0, x1, ty_Bool) 18.49/7.20 new_esEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.49/7.20 new_asAs(False, x0) 18.49/7.20 new_esEs23(x0, x1, ty_Float) 18.49/7.20 new_primEqInt(Neg(Zero), Neg(Zero)) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), ty_Bool) 18.49/7.20 new_compare14(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 18.49/7.20 new_compare14(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 18.49/7.20 new_esEs24(x0, x1, ty_Float) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, ty_Bool) 18.49/7.20 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 18.49/7.20 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 18.49/7.20 new_esEs27(x0, x1, app(ty_[], x2)) 18.49/7.20 new_primEqNat0(Zero, Succ(x0)) 18.49/7.20 new_esEs12(False, True) 18.49/7.20 new_esEs12(True, False) 18.49/7.20 new_compare14(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 18.49/7.20 new_compare25(x0, x1, False, x2, x3, x4) 18.49/7.20 new_lt13(x0, x1) 18.49/7.20 new_esEs23(x0, x1, app(ty_[], x2)) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), ty_Float) 18.49/7.20 new_esEs25(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs5(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), ty_@0) 18.49/7.20 new_esEs20(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_compare15(x0, x1, False, x2, x3) 18.49/7.20 new_esEs5(Just(x0), Just(x1), ty_Int) 18.49/7.20 new_esEs16(Double(x0, x1), Double(x2, x3)) 18.49/7.20 new_esEs27(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_esEs28(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_compare9(x0, x1) 18.49/7.20 new_ltEs11(True, True) 18.49/7.20 new_lt15(x0, x1) 18.49/7.20 new_compare211(x0, x1, True) 18.49/7.20 new_esEs10(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_compare210(x0, x1, False, x2, x3) 18.49/7.20 new_esEs14(x0, x1) 18.49/7.20 new_lt6(x0, x1, ty_Bool) 18.49/7.20 new_esEs5(Just(x0), Just(x1), ty_Char) 18.49/7.20 new_compare15(x0, x1, True, x2, x3) 18.49/7.20 new_lt6(x0, x1, ty_Float) 18.49/7.20 new_compare12(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 18.49/7.20 new_esEs25(x0, x1, ty_Integer) 18.49/7.20 new_esEs5(Just(x0), Just(x1), ty_Double) 18.49/7.20 new_primEqInt(Pos(Zero), Neg(Zero)) 18.49/7.20 new_primEqInt(Neg(Zero), Pos(Zero)) 18.49/7.20 new_primMulInt(Pos(x0), Pos(x1)) 18.49/7.20 new_compare12(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 18.49/7.20 new_compare12(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, ty_Integer) 18.49/7.20 new_esEs27(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_compare23(x0, x1, False, x2, x3) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 18.49/7.20 new_lt6(x0, x1, ty_@0) 18.49/7.20 new_lt6(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_ltEs5(x0, x1, ty_Ordering) 18.49/7.20 new_esEs19([], :(x0, x1), x2) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.49/7.20 new_esEs28(x0, x1, ty_@0) 18.49/7.20 new_esEs25(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_esEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.49/7.20 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_ltEs8(LT, LT) 18.49/7.20 new_compare17(x0, x1, x2, x3, x4) 18.49/7.20 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 18.49/7.20 new_esEs26(x0, x1, ty_Float) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, ty_Integer) 18.49/7.20 new_esEs4(Left(x0), Left(x1), ty_Char, x2) 18.49/7.20 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.49/7.20 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.49/7.20 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.49/7.20 new_esEs5(Just(x0), Just(x1), ty_Bool) 18.49/7.20 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_ltEs5(x0, x1, ty_Integer) 18.49/7.20 new_compare26(x0, x1, False, x2) 18.49/7.20 new_esEs25(x0, x1, app(ty_[], x2)) 18.49/7.20 new_esEs26(x0, x1, ty_Integer) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.49/7.20 new_esEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_esEs24(x0, x1, app(ty_[], x2)) 18.49/7.20 new_esEs9(x0, x1, ty_@0) 18.49/7.20 new_esEs9(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, ty_Float) 18.49/7.20 new_esEs15(Char(x0), Char(x1)) 18.49/7.20 new_ltEs19(x0, x1, ty_Bool) 18.49/7.20 new_compare18(x0, x1, False, x2) 18.49/7.20 new_esEs13(Float(x0, x1), Float(x2, x3)) 18.49/7.20 new_ltEs5(x0, x1, ty_Double) 18.49/7.20 new_esEs19([], [], x0) 18.49/7.20 new_lt20(x0, x1, app(ty_[], x2)) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.49/7.20 new_esEs24(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs9(x0, x1, ty_Bool) 18.49/7.20 new_esEs6(@2(x0, x1), @2(x2, x3), x4, x5) 18.49/7.20 new_esEs25(x0, x1, ty_@0) 18.49/7.20 new_esEs10(x0, x1, ty_Integer) 18.49/7.20 new_esEs4(Left(x0), Left(x1), ty_Int, x2) 18.49/7.20 new_lt5(x0, x1, ty_Bool) 18.49/7.20 new_esEs17(Integer(x0), Integer(x1)) 18.49/7.20 new_ltEs5(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_ltEs15(x0, x1) 18.49/7.20 new_compare0([], :(x0, x1), x2) 18.49/7.20 new_esEs28(x0, x1, ty_Bool) 18.49/7.20 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_compare28(x0, x1, ty_Double) 18.49/7.20 new_compare23(x0, x1, True, x2, x3) 18.49/7.20 new_compare26(x0, x1, True, x2) 18.49/7.20 new_esEs5(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.49/7.20 new_esEs26(x0, x1, ty_Bool) 18.49/7.20 new_primPlusNat0(Zero, x0) 18.49/7.20 new_lt9(x0, x1, x2) 18.49/7.20 new_ltEs19(x0, x1, app(ty_[], x2)) 18.49/7.20 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_esEs5(Just(x0), Just(x1), ty_Integer) 18.49/7.20 new_ltEs14(x0, x1) 18.49/7.20 new_compare112(x0, x1, False) 18.49/7.20 new_esEs5(Just(x0), Just(x1), ty_Ordering) 18.49/7.20 new_compare28(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_esEs4(Left(x0), Left(x1), ty_Float, x2) 18.49/7.20 new_esEs23(x0, x1, ty_Integer) 18.49/7.20 new_ltEs5(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_ltEs9(Just(x0), Nothing, x1) 18.49/7.20 new_esEs8(GT, GT) 18.49/7.20 new_ltEs8(GT, GT) 18.49/7.20 new_compare25(x0, x1, True, x2, x3, x4) 18.49/7.20 new_esEs8(LT, EQ) 18.49/7.20 new_esEs8(EQ, LT) 18.49/7.20 new_ltEs8(LT, EQ) 18.49/7.20 new_ltEs8(EQ, LT) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, ty_@0) 18.49/7.20 new_primCmpInt(Neg(Zero), Neg(Zero)) 18.49/7.20 new_primCompAux00(x0, LT) 18.49/7.20 new_sr(x0, x1) 18.49/7.20 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_lt8(x0, x1) 18.49/7.20 new_compare10(:%(x0, x1), :%(x2, x3), ty_Int) 18.49/7.20 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_compare14(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 18.49/7.20 new_esEs8(LT, LT) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, ty_Double) 18.49/7.20 new_primMulNat0(Succ(x0), Succ(x1)) 18.49/7.20 new_primCmpInt(Pos(Zero), Neg(Zero)) 18.49/7.20 new_primCmpInt(Neg(Zero), Pos(Zero)) 18.49/7.20 new_esEs26(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_esEs10(x0, x1, ty_Bool) 18.49/7.20 new_esEs20(x0, x1, ty_@0) 18.49/7.20 new_esEs27(x0, x1, ty_Int) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, ty_Char) 18.49/7.20 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_lt5(x0, x1, ty_Integer) 18.49/7.20 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.49/7.20 new_esEs10(x0, x1, ty_Float) 18.49/7.20 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_esEs9(x0, x1, ty_Integer) 18.49/7.20 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_compare7(x0, x1, x2) 18.49/7.20 new_compare0([], [], x0) 18.49/7.20 new_esEs26(x0, x1, ty_Ordering) 18.49/7.20 new_lt6(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_compare28(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_esEs28(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_sr0(Integer(x0), Integer(x1)) 18.49/7.20 new_primCompAux00(x0, EQ) 18.49/7.20 new_esEs23(x0, x1, ty_Char) 18.49/7.20 new_esEs9(x0, x1, ty_Ordering) 18.49/7.20 new_compare210(x0, x1, True, x2, x3) 18.49/7.20 new_esEs28(x0, x1, ty_Ordering) 18.49/7.20 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_esEs20(x0, x1, ty_Double) 18.49/7.20 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), ty_Double, x2) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, ty_Int) 18.49/7.20 new_primPlusNat1(Zero, Succ(x0)) 18.49/7.20 new_ltEs8(EQ, EQ) 18.49/7.20 new_esEs27(x0, x1, ty_Float) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.49/7.20 new_esEs26(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs10(x0, x1, ty_Int) 18.49/7.20 new_asAs(True, x0) 18.49/7.20 new_ltEs11(False, True) 18.49/7.20 new_ltEs11(True, False) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), app(ty_[], x2), x3) 18.49/7.20 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_pePe(True, x0) 18.49/7.20 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_primEqNat0(Succ(x0), Succ(x1)) 18.49/7.20 new_primPlusNat1(Succ(x0), Succ(x1)) 18.49/7.20 new_lt14(x0, x1) 18.49/7.20 new_compare28(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_esEs28(x0, x1, ty_Integer) 18.49/7.20 new_compare110(x0, x1, True, x2, x3) 18.49/7.20 new_compare27(@0, @0) 18.49/7.20 new_esEs23(x0, x1, ty_Bool) 18.49/7.20 new_esEs26(x0, x1, app(ty_[], x2)) 18.49/7.20 new_esEs9(x0, x1, app(ty_[], x2)) 18.49/7.20 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs25(x0, x1, ty_Ordering) 18.49/7.20 new_primPlusNat1(Succ(x0), Zero) 18.49/7.20 new_esEs20(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_esEs24(x0, x1, ty_Char) 18.49/7.20 new_lt5(x0, x1, ty_Double) 18.49/7.20 new_esEs10(x0, x1, ty_Char) 18.49/7.20 new_esEs21(x0, x1, ty_Int) 18.49/7.20 new_ltEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_ltEs19(x0, x1, ty_Ordering) 18.49/7.20 new_lt20(x0, x1, ty_Ordering) 18.49/7.20 new_compare0(:(x0, x1), :(x2, x3), x4) 18.49/7.20 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_ltEs5(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_ltEs19(x0, x1, ty_Double) 18.49/7.20 new_compare24(x0, x1, True) 18.49/7.20 new_primMulNat0(Zero, Succ(x0)) 18.49/7.20 new_pePe(False, x0) 18.49/7.20 new_esEs23(x0, x1, ty_Int) 18.49/7.20 new_primMulNat0(Zero, Zero) 18.49/7.20 new_esEs9(x0, x1, ty_Double) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.49/7.20 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_lt5(x0, x1, ty_Ordering) 18.49/7.20 new_esEs26(x0, x1, ty_Int) 18.49/7.20 new_compare28(x0, x1, ty_Integer) 18.49/7.20 new_esEs24(x0, x1, ty_Int) 18.49/7.20 new_esEs25(x0, x1, ty_Int) 18.49/7.20 new_lt5(x0, x1, app(ty_[], x2)) 18.49/7.20 new_compare13(x0, x1) 18.49/7.20 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_esEs27(x0, x1, ty_@0) 18.49/7.20 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_ltEs10(@2(x0, x1), @2(x2, x3), x4, x5) 18.49/7.20 new_esEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.49/7.20 new_lt16(x0, x1) 18.49/7.20 new_ltEs19(x0, x1, ty_Char) 18.49/7.20 new_lt5(x0, x1, ty_Int) 18.49/7.20 new_compare6(x0, x1, x2, x3) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), ty_@0, x2) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.49/7.20 new_esEs25(x0, x1, ty_Char) 18.49/7.20 new_lt20(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_esEs26(x0, x1, ty_Double) 18.49/7.20 new_esEs23(x0, x1, ty_Ordering) 18.49/7.20 new_esEs25(x0, x1, ty_Double) 18.49/7.20 new_compare28(x0, x1, ty_@0) 18.49/7.20 new_esEs26(x0, x1, ty_Char) 18.49/7.20 new_ltEs19(x0, x1, ty_Int) 18.49/7.20 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_esEs20(x0, x1, ty_Float) 18.49/7.20 new_lt5(x0, x1, ty_Char) 18.49/7.20 new_esEs11(:%(x0, x1), :%(x2, x3), x4) 18.49/7.20 new_esEs27(x0, x1, ty_Char) 18.49/7.20 new_primPlusNat0(Succ(x0), x1) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), ty_Double) 18.49/7.20 new_esEs24(x0, x1, ty_Double) 18.49/7.20 new_not(True) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.49/7.20 new_compare10(:%(x0, x1), :%(x2, x3), ty_Integer) 18.49/7.20 new_esEs9(x0, x1, ty_Char) 18.49/7.20 new_esEs8(EQ, GT) 18.49/7.20 new_esEs8(GT, EQ) 18.49/7.20 new_esEs12(False, False) 18.49/7.20 new_lt12(x0, x1) 18.49/7.20 new_ltEs5(x0, x1, app(ty_[], x2)) 18.49/7.20 new_esEs24(x0, x1, ty_@0) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), ty_Ordering, x2) 18.49/7.20 new_lt4(x0, x1, x2, x3) 18.49/7.20 new_lt20(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs27(x0, x1, ty_Bool) 18.49/7.20 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.49/7.20 new_esEs26(x0, x1, ty_@0) 18.49/7.20 new_ltEs8(GT, LT) 18.49/7.20 new_ltEs8(LT, GT) 18.49/7.20 new_esEs27(x0, x1, ty_Ordering) 18.49/7.20 new_ltEs9(Nothing, Just(x0), x1) 18.49/7.20 new_compare211(x0, x1, False) 18.49/7.20 new_esEs5(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.49/7.20 new_ltEs16(x0, x1) 18.49/7.20 new_esEs28(x0, x1, ty_Float) 18.49/7.20 new_lt20(x0, x1, ty_@0) 18.49/7.20 new_lt18(x0, x1) 18.49/7.20 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), ty_Int) 18.49/7.20 new_lt6(x0, x1, ty_Char) 18.49/7.20 new_lt20(x0, x1, ty_Double) 18.49/7.20 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.49/7.20 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.49/7.20 new_esEs22(x0, x1, ty_Integer) 18.49/7.20 new_lt20(x0, x1, ty_Char) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, ty_Ordering) 18.49/7.20 new_esEs10(x0, x1, app(ty_[], x2)) 18.49/7.20 new_esEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.49/7.20 new_lt6(x0, x1, ty_Double) 18.49/7.20 new_esEs27(x0, x1, ty_Integer) 18.49/7.20 new_lt5(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs10(x0, x1, ty_Ordering) 18.49/7.20 new_compare11(Integer(x0), Integer(x1)) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), app(ty_[], x2)) 18.49/7.20 new_compare19(x0, x1, False) 18.49/7.20 new_esEs19(:(x0, x1), [], x2) 18.49/7.20 new_esEs4(Left(x0), Left(x1), ty_Double, x2) 18.49/7.20 new_lt11(x0, x1, x2, x3, x4) 18.49/7.20 new_esEs24(x0, x1, ty_Bool) 18.49/7.20 new_lt6(x0, x1, ty_Int) 18.49/7.20 new_primCmpInt(Pos(Zero), Pos(Zero)) 18.49/7.20 new_esEs9(x0, x1, ty_Int) 18.49/7.20 new_lt20(x0, x1, ty_Int) 18.49/7.20 new_esEs4(Left(x0), Left(x1), ty_Ordering, x2) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, ty_Char) 18.49/7.20 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), ty_Char) 18.49/7.20 new_compare28(x0, x1, ty_Int) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, ty_Ordering) 18.49/7.20 new_compare8(x0, x1, x2, x3) 18.49/7.20 new_ltEs12(x0, x1) 18.49/7.20 new_primEqNat0(Succ(x0), Zero) 18.49/7.20 new_compare29(Char(x0), Char(x1)) 18.49/7.20 new_esEs21(x0, x1, ty_Integer) 18.49/7.20 new_esEs20(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs25(x0, x1, ty_Bool) 18.49/7.20 new_lt19(x0, x1, x2) 18.49/7.20 new_compare19(x0, x1, True) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.49/7.20 new_compare24(x0, x1, False) 18.49/7.20 new_ltEs13(x0, x1) 18.49/7.20 new_primCmpNat0(Succ(x0), Zero) 18.49/7.20 new_compare28(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_lt20(x0, x1, ty_Bool) 18.49/7.20 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, ty_Int) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, ty_Double) 18.49/7.20 new_lt5(x0, x1, ty_@0) 18.49/7.20 new_lt20(x0, x1, ty_Integer) 18.49/7.20 new_esEs8(LT, GT) 18.49/7.20 new_esEs8(GT, LT) 18.49/7.20 new_primCompAux0(x0, x1, x2, x3) 18.49/7.20 new_esEs5(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.49/7.20 new_esEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.49/7.20 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_esEs4(Left(x0), Right(x1), x2, x3) 18.49/7.20 new_esEs4(Right(x0), Left(x1), x2, x3) 18.49/7.20 new_esEs23(x0, x1, ty_@0) 18.49/7.20 new_ltEs18(x0, x1, x2) 18.49/7.20 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.49/7.20 new_ltEs19(x0, x1, ty_Integer) 18.49/7.20 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_compare28(x0, x1, ty_Char) 18.49/7.20 new_compare28(x0, x1, ty_Float) 18.49/7.20 new_primMulInt(Pos(x0), Neg(x1)) 18.49/7.20 new_primMulInt(Neg(x0), Pos(x1)) 18.49/7.20 new_ltEs17(x0, x1) 18.49/7.20 new_esEs5(Just(x0), Just(x1), ty_Float) 18.49/7.20 new_esEs5(Nothing, Nothing, x0) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), ty_Float, x2) 18.49/7.20 new_esEs24(x0, x1, ty_Integer) 18.49/7.20 new_esEs5(Nothing, Just(x0), x1) 18.49/7.20 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.49/7.20 new_compare28(x0, x1, ty_Ordering) 18.49/7.20 new_ltEs19(x0, x1, ty_@0) 18.49/7.20 new_compare110(x0, x1, False, x2, x3) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.49/7.20 new_primCmpNat0(Succ(x0), Succ(x1)) 18.49/7.20 new_esEs27(x0, x1, ty_Double) 18.49/7.20 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_ltEs5(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_esEs18(@0, @0) 18.49/7.20 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), ty_Integer, x2) 18.49/7.20 new_ltEs11(False, False) 18.49/7.20 new_esEs20(x0, x1, app(ty_[], x2)) 18.49/7.20 new_compare28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_esEs20(x0, x1, ty_Integer) 18.49/7.20 new_esEs10(x0, x1, ty_@0) 18.49/7.20 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_primEqNat0(Zero, Zero) 18.49/7.20 new_ltEs4(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.49/7.20 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 18.49/7.20 new_esEs5(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_esEs12(True, True) 18.49/7.20 new_esEs10(x0, x1, ty_Double) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.49/7.20 new_not(False) 18.49/7.20 new_ltEs5(x0, x1, ty_Char) 18.49/7.20 new_esEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 18.49/7.20 new_ltEs8(GT, EQ) 18.49/7.20 new_ltEs8(EQ, GT) 18.49/7.20 new_lt6(x0, x1, ty_Ordering) 18.49/7.20 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_esEs24(x0, x1, ty_Ordering) 18.49/7.20 new_compare0(:(x0, x1), [], x2) 18.49/7.20 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 18.49/7.20 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), ty_Int, x2) 18.49/7.20 new_compare28(x0, x1, app(ty_[], x2)) 18.49/7.20 new_primMulNat0(Succ(x0), Zero) 18.49/7.20 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 18.49/7.20 new_lt6(x0, x1, ty_Integer) 18.49/7.20 new_esEs10(x0, x1, app(ty_Ratio, x2)) 18.49/7.20 new_ltEs5(x0, x1, ty_Int) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.49/7.20 new_esEs9(x0, x1, app(ty_Maybe, x2)) 18.49/7.20 new_lt6(x0, x1, app(ty_[], x2)) 18.49/7.20 new_compare111(x0, x1, False, x2, x3, x4) 18.49/7.20 new_esEs20(x0, x1, ty_Bool) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.49/7.20 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_esEs28(x0, x1, app(ty_[], x2)) 18.49/7.20 new_esEs23(x0, x1, ty_Double) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), ty_Char, x2) 18.49/7.20 new_ltEs9(Nothing, Nothing, x0) 18.49/7.20 new_primCmpNat0(Zero, Succ(x0)) 18.49/7.20 new_esEs22(x0, x1, ty_Int) 18.49/7.20 new_lt17(x0, x1) 18.49/7.20 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_compare28(x0, x1, ty_Bool) 18.49/7.20 new_esEs4(Right(x0), Right(x1), x2, ty_@0) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), ty_Integer) 18.49/7.20 new_esEs20(x0, x1, ty_Char) 18.49/7.20 new_ltEs7(Right(x0), Left(x1), x2, x3) 18.49/7.20 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_ltEs7(Left(x0), Right(x1), x2, x3) 18.49/7.20 new_ltEs5(x0, x1, ty_Float) 18.49/7.20 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.49/7.20 new_esEs19(:(x0, x1), :(x2, x3), x4) 18.49/7.20 new_ltEs9(Just(x0), Just(x1), ty_Ordering) 18.49/7.20 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.49/7.20 new_esEs25(x0, x1, ty_Float) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, ty_Float) 18.49/7.20 new_primCmpNat0(Zero, Zero) 18.49/7.20 new_ltEs7(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.49/7.20 new_ltEs7(Left(x0), Left(x1), ty_Bool, x2) 18.49/7.20 new_primCompAux00(x0, GT) 18.49/7.20 new_primMulInt(Neg(x0), Neg(x1)) 18.49/7.20 18.49/7.20 We have to consider all minimal (P,Q,R)-chains. 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (22) QDPSizeChangeProof (EQUIVALENT) 18.49/7.20 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.49/7.20 18.49/7.20 From the DPs we obtained the following set of size-change graphs: 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(app(ty_Either, he), hf)) -> new_ltEs(vwx92, vwx102, he, hf) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx92, vwx102, hh, baa) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs3(:(vwx90, vwx91), :(vwx100, vwx101), bda) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, bda), bda) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs3(:(vwx90, vwx91), :(vwx100, vwx101), bda) -> new_compare(vwx91, vwx101, bda) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare5(vwx90, vwx100, gg, gh, ha) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, gg, gh, ha), gg, gh, ha) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare(:(vwx90, vwx91), :(vwx100, vwx101), bda) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, bda), bda) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(ty_Maybe, hg)) -> new_ltEs0(vwx92, vwx102, hg) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(app(ty_Either, eg), eh)) -> new_ltEs(vwx91, vwx101, eg, eh) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(app(ty_@2, fb), fc)) -> new_ltEs1(vwx91, vwx101, fb, fc) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(ty_Maybe, fa)) -> new_ltEs0(vwx91, vwx101, fa) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, ge), gf), gc) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ge, gf), ge, gf) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare3(vwx90, vwx100, gd) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, gd), gd) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs2(vwx92, vwx102, bab, bac, bad) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(app(app(ty_@3, fd), ff), fg)) -> new_ltEs2(vwx91, vwx101, fd, ff, fg) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare22(vwx90, vwx100, False, gg, gh, ha) -> new_ltEs2(vwx90, vwx100, gg, gh, ha) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs0(Just(vwx90), Just(vwx100), app(app(app(ty_@3, eb), ec), ed)) -> new_ltEs2(vwx90, vwx100, eb, ec, ed) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_Either, de), df)) -> new_ltEs(vwx90, vwx100, de, df) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare2(vwx90, vwx100, False, ga, gb) -> new_ltEs(vwx90, vwx100, ga, gb) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx90, vwx100, dh, ea) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare21(vwx90, vwx100, False, ge, gf) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs0(Just(vwx90), Just(vwx100), app(ty_Maybe, dg)) -> new_ltEs0(vwx90, vwx100, dg) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare20(vwx90, vwx100, False, gd) -> new_ltEs0(vwx90, vwx100, gd) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs0(Just(vwx90), Just(vwx100), app(ty_[], ee)) -> new_ltEs3(vwx90, vwx100, ee) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare(:(vwx90, vwx91), :(vwx100, vwx101), bda) -> new_compare(vwx91, vwx101, bda) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, hd, app(ty_[], bae)) -> new_ltEs3(vwx92, vwx102, bae) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), ef, app(ty_[], fh)) -> new_ltEs3(vwx91, vwx101, fh) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_lt1(vwx90, vwx100, ge, gf) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ge, gf), ge, gf) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare4(vwx90, vwx100, ge, gf) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ge, gf), ge, gf) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_lt(vwx90, vwx100, ga, gb) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, ga, gb), ga, gb) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_primCompAux(vwx90, vwx100, vwx67, app(app(ty_@2, bde), bdf)) -> new_compare4(vwx90, vwx100, bde, bdf) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], hb), gc) -> new_compare(vwx90, vwx100, hb) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_primCompAux(vwx90, vwx100, vwx67, app(ty_[], beb)) -> new_compare(vwx90, vwx100, beb) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_lt3(vwx90, vwx100, hb) -> new_compare(vwx90, vwx100, hb) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, gd), gc) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, gd), gd) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_lt0(vwx90, vwx100, gd) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, gd), gd) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, gg), gh), ha), gc) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, gg, gh, ha), gg, gh, ha) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, ga), gb), gc) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, ga, gb), ga, gb) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_lt2(vwx90, vwx100, gg, gh, ha) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, gg, gh, ha), gg, gh, ha) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.49/7.20 18.49/7.20 18.49/7.20 *new_compare1(vwx90, vwx100, ga, gb) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, ga, gb), ga, gb) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_primCompAux(vwx90, vwx100, vwx67, app(app(app(ty_@3, bdg), bdh), bea)) -> new_compare5(vwx90, vwx100, bdg, bdh, bea) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_primCompAux(vwx90, vwx100, vwx67, app(ty_Maybe, bdd)) -> new_compare3(vwx90, vwx100, bdd) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_primCompAux(vwx90, vwx100, vwx67, app(app(ty_Either, bdb), bdc)) -> new_compare1(vwx90, vwx100, bdb, bdc) 18.49/7.20 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(ty_Either, cc), cd)) -> new_ltEs(vwx90, vwx100, cc, cd) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Left(vwx90), Left(vwx100), app(app(ty_Either, h), ba), bb) -> new_ltEs(vwx90, vwx100, h, ba) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(app(app(ty_@3, bbd), bbe), bbf), bah) -> new_lt2(vwx91, vwx101, bbd, bbe, bbf) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bce), bcf), bcg), hd, bah) -> new_lt2(vwx90, vwx100, bce, bcf, bcg) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, bbh), bca), hd, bah) -> new_lt(vwx90, vwx100, bbh, bca) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(app(ty_Either, baf), bag), bah) -> new_lt(vwx91, vwx101, baf, bag) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(ty_[], bbg), bah) -> new_lt3(vwx91, vwx101, bbg) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], bch), hd, bah) -> new_lt3(vwx90, vwx100, bch) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(ty_Maybe, bba), bah) -> new_lt0(vwx91, vwx101, bba) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, bcb), hd, bah) -> new_lt0(vwx90, vwx100, bcb) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, bcc), bcd), hd, bah) -> new_lt1(vwx90, vwx100, bcc, bcd) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs2(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hc, app(app(ty_@2, bbb), bbc), bah) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(ty_@2, cf), cg)) -> new_ltEs1(vwx90, vwx100, cf, cg) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Left(vwx90), Left(vwx100), app(app(ty_@2, bd), be), bb) -> new_ltEs1(vwx90, vwx100, bd, be) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(ty_Maybe, ce)) -> new_ltEs0(vwx90, vwx100, ce) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Left(vwx90), Left(vwx100), app(ty_Maybe, bc), bb) -> new_ltEs0(vwx90, vwx100, bc) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Left(vwx90), Left(vwx100), app(app(app(ty_@3, bf), bg), bh), bb) -> new_ltEs2(vwx90, vwx100, bf, bg, bh) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(app(ty_@3, da), db), dc)) -> new_ltEs2(vwx90, vwx100, da, db, dc) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Left(vwx90), Left(vwx100), app(ty_[], ca), bb) -> new_ltEs3(vwx90, vwx100, ca) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.49/7.20 18.49/7.20 18.49/7.20 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(ty_[], dd)) -> new_ltEs3(vwx90, vwx100, dd) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.49/7.20 18.49/7.20 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (23) 18.49/7.20 YES 18.49/7.20 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (24) 18.49/7.20 Obligation: 18.49/7.20 Q DP problem: 18.49/7.20 The TRS P consists of the following rules: 18.49/7.20 18.49/7.20 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.49/7.20 18.49/7.20 R is empty. 18.49/7.20 Q is empty. 18.49/7.20 We have to consider all minimal (P,Q,R)-chains. 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (25) QDPSizeChangeProof (EQUIVALENT) 18.49/7.20 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.49/7.20 18.49/7.20 From the DPs we obtained the following set of size-change graphs: 18.49/7.20 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.49/7.20 The graph contains the following edges 1 > 1, 2 >= 2 18.49/7.20 18.49/7.20 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (26) 18.49/7.20 YES 18.49/7.20 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (27) 18.49/7.20 Obligation: 18.49/7.20 Q DP problem: 18.49/7.20 The TRS P consists of the following rules: 18.49/7.20 18.49/7.20 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.49/7.20 18.49/7.20 R is empty. 18.49/7.20 Q is empty. 18.49/7.20 We have to consider all minimal (P,Q,R)-chains. 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (28) QDPSizeChangeProof (EQUIVALENT) 18.49/7.20 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.49/7.20 18.49/7.20 From the DPs we obtained the following set of size-change graphs: 18.49/7.20 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2 18.49/7.20 18.49/7.20 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (29) 18.49/7.20 YES 18.49/7.20 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (30) 18.49/7.20 Obligation: 18.49/7.20 Q DP problem: 18.49/7.20 The TRS P consists of the following rules: 18.49/7.20 18.49/7.20 new_primPlusNat(Succ(vwx4700), Succ(vwx401000)) -> new_primPlusNat(vwx4700, vwx401000) 18.49/7.20 18.49/7.20 R is empty. 18.49/7.20 Q is empty. 18.49/7.20 We have to consider all minimal (P,Q,R)-chains. 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (31) QDPSizeChangeProof (EQUIVALENT) 18.49/7.20 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.49/7.20 18.49/7.20 From the DPs we obtained the following set of size-change graphs: 18.49/7.20 *new_primPlusNat(Succ(vwx4700), Succ(vwx401000)) -> new_primPlusNat(vwx4700, vwx401000) 18.49/7.20 The graph contains the following edges 1 > 1, 2 > 2 18.49/7.20 18.49/7.20 18.49/7.20 ---------------------------------------- 18.49/7.20 18.49/7.20 (32) 18.49/7.20 YES 18.49/7.26 EOF