17.37/8.79 YES 19.91/9.44 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 19.91/9.44 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 19.91/9.44 19.91/9.44 19.91/9.44 H-Termination with start terms of the given HASKELL could be proven: 19.91/9.44 19.91/9.44 (0) HASKELL 19.91/9.44 (1) CR [EQUIVALENT, 0 ms] 19.91/9.44 (2) HASKELL 19.91/9.44 (3) IFR [EQUIVALENT, 0 ms] 19.91/9.44 (4) HASKELL 19.91/9.44 (5) BR [EQUIVALENT, 0 ms] 19.91/9.44 (6) HASKELL 19.91/9.44 (7) COR [EQUIVALENT, 17 ms] 19.91/9.44 (8) HASKELL 19.91/9.44 (9) LetRed [EQUIVALENT, 0 ms] 19.91/9.44 (10) HASKELL 19.91/9.44 (11) NumRed [SOUND, 0 ms] 19.91/9.44 (12) HASKELL 19.91/9.44 (13) Narrow [SOUND, 0 ms] 19.91/9.44 (14) AND 19.91/9.44 (15) QDP 19.91/9.44 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.91/9.44 (17) YES 19.91/9.44 (18) QDP 19.91/9.44 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.91/9.44 (20) YES 19.91/9.44 (21) QDP 19.91/9.44 (22) QDPSizeChangeProof [EQUIVALENT, 78 ms] 19.91/9.44 (23) YES 19.91/9.44 (24) QDP 19.91/9.44 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.91/9.44 (26) YES 19.91/9.44 (27) QDP 19.91/9.44 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.91/9.44 (29) YES 19.91/9.44 (30) QDP 19.91/9.44 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.91/9.44 (32) YES 19.91/9.44 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (0) 19.91/9.44 Obligation: 19.91/9.44 mainModule Main 19.91/9.44 module Main where { 19.91/9.44 import qualified Prelude; 19.91/9.44 } 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (1) CR (EQUIVALENT) 19.91/9.44 Case Reductions: 19.91/9.44 The following Case expression 19.91/9.44 "case compare x y of { 19.91/9.44 EQ -> o; 19.91/9.44 LT -> LT; 19.91/9.44 GT -> GT} 19.91/9.44 " 19.91/9.44 is transformed to 19.91/9.44 "primCompAux0 o EQ = o; 19.91/9.44 primCompAux0 o LT = LT; 19.91/9.44 primCompAux0 o GT = GT; 19.91/9.44 " 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (2) 19.91/9.44 Obligation: 19.91/9.44 mainModule Main 19.91/9.44 module Main where { 19.91/9.44 import qualified Prelude; 19.91/9.44 } 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (3) IFR (EQUIVALENT) 19.91/9.44 If Reductions: 19.91/9.44 The following If expression 19.91/9.44 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 19.91/9.44 is transformed to 19.91/9.44 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 19.91/9.44 primDivNatS0 x y False = Zero; 19.91/9.44 " 19.91/9.44 The following If expression 19.91/9.44 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 19.91/9.44 is transformed to 19.91/9.44 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 19.91/9.44 primModNatS0 x y False = Succ x; 19.91/9.44 " 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (4) 19.91/9.44 Obligation: 19.91/9.44 mainModule Main 19.91/9.44 module Main where { 19.91/9.44 import qualified Prelude; 19.91/9.44 } 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (5) BR (EQUIVALENT) 19.91/9.44 Replaced joker patterns by fresh variables and removed binding patterns. 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (6) 19.91/9.44 Obligation: 19.91/9.44 mainModule Main 19.91/9.44 module Main where { 19.91/9.44 import qualified Prelude; 19.91/9.44 } 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (7) COR (EQUIVALENT) 19.91/9.44 Cond Reductions: 19.91/9.44 The following Function with conditions 19.91/9.44 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 19.91/9.44 " 19.91/9.44 is transformed to 19.91/9.44 "compare x y = compare3 x y; 19.91/9.44 " 19.91/9.44 "compare0 x y True = GT; 19.91/9.44 " 19.91/9.44 "compare2 x y True = EQ; 19.91/9.44 compare2 x y False = compare1 x y (x <= y); 19.91/9.44 " 19.91/9.44 "compare1 x y True = LT; 19.91/9.44 compare1 x y False = compare0 x y otherwise; 19.91/9.44 " 19.91/9.44 "compare3 x y = compare2 x y (x == y); 19.91/9.44 " 19.91/9.44 The following Function with conditions 19.91/9.44 "absReal x|x >= 0x|otherwise`negate` x; 19.91/9.44 " 19.91/9.44 is transformed to 19.91/9.44 "absReal x = absReal2 x; 19.91/9.44 " 19.91/9.44 "absReal0 x True = `negate` x; 19.91/9.44 " 19.91/9.44 "absReal1 x True = x; 19.91/9.44 absReal1 x False = absReal0 x otherwise; 19.91/9.44 " 19.91/9.44 "absReal2 x = absReal1 x (x >= 0); 19.91/9.44 " 19.91/9.44 The following Function with conditions 19.91/9.44 "gcd' x 0 = x; 19.91/9.44 gcd' x y = gcd' y (x `rem` y); 19.91/9.44 " 19.91/9.44 is transformed to 19.91/9.44 "gcd' x zx = gcd'2 x zx; 19.91/9.44 gcd' x y = gcd'0 x y; 19.91/9.44 " 19.91/9.44 "gcd'0 x y = gcd' y (x `rem` y); 19.91/9.44 " 19.91/9.44 "gcd'1 True x zx = x; 19.91/9.44 gcd'1 zy zz vuu = gcd'0 zz vuu; 19.91/9.44 " 19.91/9.44 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 19.91/9.44 gcd'2 vuv vuw = gcd'0 vuv vuw; 19.91/9.44 " 19.91/9.44 The following Function with conditions 19.91/9.44 "gcd 0 0 = error []; 19.91/9.44 gcd x y = gcd' (abs x) (abs y) where { 19.91/9.44 gcd' x 0 = x; 19.91/9.44 gcd' x y = gcd' y (x `rem` y); 19.91/9.44 } 19.91/9.44 ; 19.91/9.44 " 19.91/9.44 is transformed to 19.91/9.44 "gcd vux vuy = gcd3 vux vuy; 19.91/9.44 gcd x y = gcd0 x y; 19.91/9.44 " 19.91/9.44 "gcd0 x y = gcd' (abs x) (abs y) where { 19.91/9.44 gcd' x zx = gcd'2 x zx; 19.91/9.44 gcd' x y = gcd'0 x y; 19.91/9.44 ; 19.91/9.44 gcd'0 x y = gcd' y (x `rem` y); 19.91/9.44 ; 19.91/9.44 gcd'1 True x zx = x; 19.91/9.44 gcd'1 zy zz vuu = gcd'0 zz vuu; 19.91/9.44 ; 19.91/9.44 gcd'2 x zx = gcd'1 (zx == 0) x zx; 19.91/9.44 gcd'2 vuv vuw = gcd'0 vuv vuw; 19.91/9.44 } 19.91/9.44 ; 19.91/9.44 " 19.91/9.44 "gcd1 True vux vuy = error []; 19.91/9.44 gcd1 vuz vvu vvv = gcd0 vvu vvv; 19.91/9.44 " 19.91/9.44 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 19.91/9.44 gcd2 vvw vvx vvy = gcd0 vvx vvy; 19.91/9.44 " 19.91/9.44 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 19.91/9.44 gcd3 vvz vwu = gcd0 vvz vwu; 19.91/9.44 " 19.91/9.44 The following Function with conditions 19.91/9.44 "undefined |Falseundefined; 19.91/9.44 " 19.91/9.44 is transformed to 19.91/9.44 "undefined = undefined1; 19.91/9.44 " 19.91/9.44 "undefined0 True = undefined; 19.91/9.44 " 19.91/9.44 "undefined1 = undefined0 False; 19.91/9.44 " 19.91/9.44 The following Function with conditions 19.91/9.44 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 19.91/9.44 d = gcd x y; 19.91/9.44 } 19.91/9.44 ; 19.91/9.44 " 19.91/9.44 is transformed to 19.91/9.44 "reduce x y = reduce2 x y; 19.91/9.44 " 19.91/9.44 "reduce2 x y = reduce1 x y (y == 0) where { 19.91/9.44 d = gcd x y; 19.91/9.44 ; 19.91/9.44 reduce0 x y True = x `quot` d :% (y `quot` d); 19.91/9.44 ; 19.91/9.44 reduce1 x y True = error []; 19.91/9.44 reduce1 x y False = reduce0 x y otherwise; 19.91/9.44 } 19.91/9.44 ; 19.91/9.44 " 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (8) 19.91/9.44 Obligation: 19.91/9.44 mainModule Main 19.91/9.44 module Main where { 19.91/9.44 import qualified Prelude; 19.91/9.44 } 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (9) LetRed (EQUIVALENT) 19.91/9.44 Let/Where Reductions: 19.91/9.44 The bindings of the following Let/Where expression 19.91/9.44 "gcd' (abs x) (abs y) where { 19.91/9.44 gcd' x zx = gcd'2 x zx; 19.91/9.44 gcd' x y = gcd'0 x y; 19.91/9.44 ; 19.91/9.44 gcd'0 x y = gcd' y (x `rem` y); 19.91/9.44 ; 19.91/9.44 gcd'1 True x zx = x; 19.91/9.44 gcd'1 zy zz vuu = gcd'0 zz vuu; 19.91/9.44 ; 19.91/9.44 gcd'2 x zx = gcd'1 (zx == 0) x zx; 19.91/9.44 gcd'2 vuv vuw = gcd'0 vuv vuw; 19.91/9.44 } 19.91/9.44 " 19.91/9.44 are unpacked to the following functions on top level 19.91/9.44 "gcd0Gcd'1 True x zx = x; 19.91/9.44 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 19.91/9.44 " 19.91/9.44 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 19.91/9.44 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 19.91/9.44 " 19.91/9.44 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 19.91/9.44 gcd0Gcd' x y = gcd0Gcd'0 x y; 19.91/9.44 " 19.91/9.44 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 19.91/9.44 " 19.91/9.44 The bindings of the following Let/Where expression 19.91/9.44 "reduce1 x y (y == 0) where { 19.91/9.44 d = gcd x y; 19.91/9.44 ; 19.91/9.44 reduce0 x y True = x `quot` d :% (y `quot` d); 19.91/9.44 ; 19.91/9.44 reduce1 x y True = error []; 19.91/9.44 reduce1 x y False = reduce0 x y otherwise; 19.91/9.44 } 19.91/9.44 " 19.91/9.44 are unpacked to the following functions on top level 19.91/9.44 "reduce2D vwv vww = gcd vwv vww; 19.91/9.44 " 19.91/9.44 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 19.91/9.44 " 19.91/9.44 "reduce2Reduce1 vwv vww x y True = error []; 19.91/9.44 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 19.91/9.44 " 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (10) 19.91/9.44 Obligation: 19.91/9.44 mainModule Main 19.91/9.44 module Main where { 19.91/9.44 import qualified Prelude; 19.91/9.44 } 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (11) NumRed (SOUND) 19.91/9.44 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (12) 19.91/9.44 Obligation: 19.91/9.44 mainModule Main 19.91/9.44 module Main where { 19.91/9.44 import qualified Prelude; 19.91/9.44 } 19.91/9.44 19.91/9.44 ---------------------------------------- 19.91/9.44 19.91/9.44 (13) Narrow (SOUND) 19.91/9.44 Haskell To QDPs 19.91/9.44 19.91/9.44 digraph dp_graph { 19.91/9.44 node [outthreshold=100, inthreshold=100];1[label="compare",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 19.91/9.44 3[label="compare vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 19.91/9.44 4[label="compare vwx3 vwx4",fontsize=16,color="blue",shape="box"];2691[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2691[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2691 -> 5[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2692[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2692[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2692 -> 6[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2693[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2693[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2693 -> 7[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2694[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2694[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2694 -> 8[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2695[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2695[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2695 -> 9[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2696[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2696[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2696 -> 10[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2697[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2697[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2697 -> 11[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2698[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2698[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2698 -> 12[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2699[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2699[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2699 -> 13[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2700[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2700[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2700 -> 14[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2701[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2701[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2701 -> 15[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2702[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2702[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2702 -> 16[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2703[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2703[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2703 -> 17[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2704[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 2704[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2704 -> 18[label="",style="solid", color="blue", weight=3]; 19.91/9.44 5[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];5 -> 19[label="",style="solid", color="black", weight=3]; 19.91/9.44 6[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2705[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];6 -> 2705[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2705 -> 20[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2706[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];6 -> 2706[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2706 -> 21[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 7[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];7 -> 22[label="",style="solid", color="black", weight=3]; 19.91/9.44 8[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];8 -> 23[label="",style="solid", color="black", weight=3]; 19.91/9.44 9[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];9 -> 24[label="",style="solid", color="black", weight=3]; 19.91/9.44 10[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];10 -> 25[label="",style="solid", color="black", weight=3]; 19.91/9.44 11[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2707[label="vwx3/()",fontsize=10,color="white",style="solid",shape="box"];11 -> 2707[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2707 -> 26[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 12[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2708[label="vwx3/vwx30 :% vwx31",fontsize=10,color="white",style="solid",shape="box"];12 -> 2708[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2708 -> 27[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 13[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2709[label="vwx3/Integer vwx30",fontsize=10,color="white",style="solid",shape="box"];13 -> 2709[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2709 -> 28[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 14[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];14 -> 29[label="",style="solid", color="black", weight=3]; 19.91/9.44 15[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];15 -> 30[label="",style="solid", color="black", weight=3]; 19.91/9.44 16[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];16 -> 31[label="",style="solid", color="black", weight=3]; 19.91/9.44 17[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];17 -> 32[label="",style="solid", color="black", weight=3]; 19.91/9.44 18[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];18 -> 33[label="",style="solid", color="black", weight=3]; 19.91/9.44 19[label="primCmpFloat vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];2710[label="vwx3/Float vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];19 -> 2710[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2710 -> 34[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 20[label="compare (vwx30 : vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2711[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];20 -> 2711[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2711 -> 35[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2712[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];20 -> 2712[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2712 -> 36[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 21[label="compare [] vwx4",fontsize=16,color="burlywood",shape="box"];2713[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];21 -> 2713[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2713 -> 37[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2714[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];21 -> 2714[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2714 -> 38[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 22[label="primCmpChar vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];2715[label="vwx3/Char vwx30",fontsize=10,color="white",style="solid",shape="box"];22 -> 2715[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2715 -> 39[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 23[label="primCmpInt vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2716[label="vwx3/Pos vwx30",fontsize=10,color="white",style="solid",shape="box"];23 -> 2716[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2716 -> 40[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2717[label="vwx3/Neg vwx30",fontsize=10,color="white",style="solid",shape="box"];23 -> 2717[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2717 -> 41[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 24[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];24 -> 42[label="",style="solid", color="black", weight=3]; 19.91/9.44 25[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];25 -> 43[label="",style="solid", color="black", weight=3]; 19.91/9.44 26[label="compare () vwx4",fontsize=16,color="burlywood",shape="box"];2718[label="vwx4/()",fontsize=10,color="white",style="solid",shape="box"];26 -> 2718[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2718 -> 44[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 27[label="compare (vwx30 :% vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2719[label="vwx4/vwx40 :% vwx41",fontsize=10,color="white",style="solid",shape="box"];27 -> 2719[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2719 -> 45[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 28[label="compare (Integer vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];2720[label="vwx4/Integer vwx40",fontsize=10,color="white",style="solid",shape="box"];28 -> 2720[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2720 -> 46[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 29[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];29 -> 47[label="",style="solid", color="black", weight=3]; 19.91/9.44 30[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];30 -> 48[label="",style="solid", color="black", weight=3]; 19.91/9.44 31[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];31 -> 49[label="",style="solid", color="black", weight=3]; 19.91/9.44 32[label="primCmpDouble vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];2721[label="vwx3/Double vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];32 -> 2721[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2721 -> 50[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 33[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];33 -> 51[label="",style="solid", color="black", weight=3]; 19.91/9.44 34[label="primCmpFloat (Float vwx30 vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2722[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];34 -> 2722[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2722 -> 52[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2723[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];34 -> 2723[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2723 -> 53[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 35[label="compare (vwx30 : vwx31) (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];35 -> 54[label="",style="solid", color="black", weight=3]; 19.91/9.44 36[label="compare (vwx30 : vwx31) []",fontsize=16,color="black",shape="box"];36 -> 55[label="",style="solid", color="black", weight=3]; 19.91/9.44 37[label="compare [] (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];37 -> 56[label="",style="solid", color="black", weight=3]; 19.91/9.44 38[label="compare [] []",fontsize=16,color="black",shape="box"];38 -> 57[label="",style="solid", color="black", weight=3]; 19.91/9.44 39[label="primCmpChar (Char vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];2724[label="vwx4/Char vwx40",fontsize=10,color="white",style="solid",shape="box"];39 -> 2724[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2724 -> 58[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 40[label="primCmpInt (Pos vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];2725[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];40 -> 2725[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2725 -> 59[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2726[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];40 -> 2726[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2726 -> 60[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 41[label="primCmpInt (Neg vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];2727[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];41 -> 2727[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2727 -> 61[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2728[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];41 -> 2728[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2728 -> 62[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 42[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2729[label="vwx3/LT",fontsize=10,color="white",style="solid",shape="box"];42 -> 2729[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2729 -> 63[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2730[label="vwx3/EQ",fontsize=10,color="white",style="solid",shape="box"];42 -> 2730[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2730 -> 64[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2731[label="vwx3/GT",fontsize=10,color="white",style="solid",shape="box"];42 -> 2731[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2731 -> 65[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 43[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2732[label="vwx3/False",fontsize=10,color="white",style="solid",shape="box"];43 -> 2732[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2732 -> 66[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2733[label="vwx3/True",fontsize=10,color="white",style="solid",shape="box"];43 -> 2733[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2733 -> 67[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 44[label="compare () ()",fontsize=16,color="black",shape="box"];44 -> 68[label="",style="solid", color="black", weight=3]; 19.91/9.44 45[label="compare (vwx30 :% vwx31) (vwx40 :% vwx41)",fontsize=16,color="black",shape="box"];45 -> 69[label="",style="solid", color="black", weight=3]; 19.91/9.44 46[label="compare (Integer vwx30) (Integer vwx40)",fontsize=16,color="black",shape="box"];46 -> 70[label="",style="solid", color="black", weight=3]; 19.91/9.44 47[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2734[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];47 -> 2734[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2734 -> 71[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2735[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];47 -> 2735[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2735 -> 72[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 48[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2736[label="vwx3/(vwx30,vwx31)",fontsize=10,color="white",style="solid",shape="box"];48 -> 2736[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2736 -> 73[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 49[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2737[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];49 -> 2737[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2737 -> 74[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2738[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];49 -> 2738[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2738 -> 75[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 50[label="primCmpDouble (Double vwx30 vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2739[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];50 -> 2739[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2739 -> 76[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2740[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];50 -> 2740[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2740 -> 77[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 51[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2741[label="vwx3/(vwx30,vwx31,vwx32)",fontsize=10,color="white",style="solid",shape="box"];51 -> 2741[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2741 -> 78[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 52[label="primCmpFloat (Float vwx30 (Pos vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];2742[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];52 -> 2742[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2742 -> 79[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 53[label="primCmpFloat (Float vwx30 (Neg vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];2743[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];53 -> 2743[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2743 -> 80[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 54 -> 81[label="",style="dashed", color="red", weight=0]; 19.91/9.44 54[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="magenta"];54 -> 82[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 55[label="GT",fontsize=16,color="green",shape="box"];56[label="LT",fontsize=16,color="green",shape="box"];57[label="EQ",fontsize=16,color="green",shape="box"];58[label="primCmpChar (Char vwx30) (Char vwx40)",fontsize=16,color="black",shape="box"];58 -> 83[label="",style="solid", color="black", weight=3]; 19.91/9.44 59[label="primCmpInt (Pos (Succ vwx300)) vwx4",fontsize=16,color="burlywood",shape="box"];2744[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];59 -> 2744[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2744 -> 84[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2745[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];59 -> 2745[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2745 -> 85[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 60[label="primCmpInt (Pos Zero) vwx4",fontsize=16,color="burlywood",shape="box"];2746[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];60 -> 2746[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2746 -> 86[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2747[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];60 -> 2747[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2747 -> 87[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 61[label="primCmpInt (Neg (Succ vwx300)) vwx4",fontsize=16,color="burlywood",shape="box"];2748[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];61 -> 2748[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2748 -> 88[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2749[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];61 -> 2749[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2749 -> 89[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 62[label="primCmpInt (Neg Zero) vwx4",fontsize=16,color="burlywood",shape="box"];2750[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];62 -> 2750[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2750 -> 90[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2751[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];62 -> 2751[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2751 -> 91[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 63[label="compare2 LT vwx4 (LT == vwx4)",fontsize=16,color="burlywood",shape="box"];2752[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];63 -> 2752[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2752 -> 92[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2753[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];63 -> 2753[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2753 -> 93[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2754[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];63 -> 2754[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2754 -> 94[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 64[label="compare2 EQ vwx4 (EQ == vwx4)",fontsize=16,color="burlywood",shape="box"];2755[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];64 -> 2755[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2755 -> 95[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2756[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];64 -> 2756[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2756 -> 96[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2757[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];64 -> 2757[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2757 -> 97[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 65[label="compare2 GT vwx4 (GT == vwx4)",fontsize=16,color="burlywood",shape="box"];2758[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];65 -> 2758[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2758 -> 98[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2759[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];65 -> 2759[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2759 -> 99[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2760[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];65 -> 2760[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2760 -> 100[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 66[label="compare2 False vwx4 (False == vwx4)",fontsize=16,color="burlywood",shape="box"];2761[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];66 -> 2761[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2761 -> 101[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2762[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];66 -> 2762[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2762 -> 102[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 67[label="compare2 True vwx4 (True == vwx4)",fontsize=16,color="burlywood",shape="box"];2763[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];67 -> 2763[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2763 -> 103[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2764[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];67 -> 2764[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2764 -> 104[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 68[label="EQ",fontsize=16,color="green",shape="box"];69[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="blue",shape="box"];2765[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];69 -> 2765[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2765 -> 105[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2766[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];69 -> 2766[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2766 -> 106[label="",style="solid", color="blue", weight=3]; 19.91/9.44 70 -> 23[label="",style="dashed", color="red", weight=0]; 19.91/9.44 70[label="primCmpInt vwx30 vwx40",fontsize=16,color="magenta"];70 -> 107[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 70 -> 108[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 71[label="compare2 Nothing vwx4 (Nothing == vwx4)",fontsize=16,color="burlywood",shape="box"];2767[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];71 -> 2767[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2767 -> 109[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2768[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];71 -> 2768[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2768 -> 110[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 72[label="compare2 (Just vwx30) vwx4 (Just vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];2769[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];72 -> 2769[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2769 -> 111[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2770[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];72 -> 2770[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2770 -> 112[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 73[label="compare2 (vwx30,vwx31) vwx4 ((vwx30,vwx31) == vwx4)",fontsize=16,color="burlywood",shape="box"];2771[label="vwx4/(vwx40,vwx41)",fontsize=10,color="white",style="solid",shape="box"];73 -> 2771[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2771 -> 113[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 74[label="compare2 (Left vwx30) vwx4 (Left vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];2772[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];74 -> 2772[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2772 -> 114[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2773[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];74 -> 2773[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2773 -> 115[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 75[label="compare2 (Right vwx30) vwx4 (Right vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];2774[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];75 -> 2774[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2774 -> 116[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2775[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];75 -> 2775[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2775 -> 117[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 76[label="primCmpDouble (Double vwx30 (Pos vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];2776[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];76 -> 2776[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2776 -> 118[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 77[label="primCmpDouble (Double vwx30 (Neg vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];2777[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];77 -> 2777[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2777 -> 119[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 78[label="compare2 (vwx30,vwx31,vwx32) vwx4 ((vwx30,vwx31,vwx32) == vwx4)",fontsize=16,color="burlywood",shape="box"];2778[label="vwx4/(vwx40,vwx41,vwx42)",fontsize=10,color="white",style="solid",shape="box"];78 -> 2778[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2778 -> 120[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 79[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];2779[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];79 -> 2779[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2779 -> 121[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2780[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];79 -> 2780[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2780 -> 122[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 80[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];2781[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];80 -> 2781[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2781 -> 123[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2782[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];80 -> 2782[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2782 -> 124[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 82 -> 6[label="",style="dashed", color="red", weight=0]; 19.91/9.44 82[label="compare vwx31 vwx41",fontsize=16,color="magenta"];82 -> 125[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 82 -> 126[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 81[label="primCompAux vwx30 vwx40 vwx5",fontsize=16,color="black",shape="triangle"];81 -> 127[label="",style="solid", color="black", weight=3]; 19.91/9.44 83[label="primCmpNat vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2783[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];83 -> 2783[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2783 -> 128[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2784[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];83 -> 2784[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2784 -> 129[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 84[label="primCmpInt (Pos (Succ vwx300)) (Pos vwx40)",fontsize=16,color="black",shape="box"];84 -> 130[label="",style="solid", color="black", weight=3]; 19.91/9.44 85[label="primCmpInt (Pos (Succ vwx300)) (Neg vwx40)",fontsize=16,color="black",shape="box"];85 -> 131[label="",style="solid", color="black", weight=3]; 19.91/9.44 86[label="primCmpInt (Pos Zero) (Pos vwx40)",fontsize=16,color="burlywood",shape="box"];2785[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];86 -> 2785[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2785 -> 132[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2786[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];86 -> 2786[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2786 -> 133[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 87[label="primCmpInt (Pos Zero) (Neg vwx40)",fontsize=16,color="burlywood",shape="box"];2787[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];87 -> 2787[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2787 -> 134[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2788[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];87 -> 2788[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2788 -> 135[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 88[label="primCmpInt (Neg (Succ vwx300)) (Pos vwx40)",fontsize=16,color="black",shape="box"];88 -> 136[label="",style="solid", color="black", weight=3]; 19.91/9.44 89[label="primCmpInt (Neg (Succ vwx300)) (Neg vwx40)",fontsize=16,color="black",shape="box"];89 -> 137[label="",style="solid", color="black", weight=3]; 19.91/9.44 90[label="primCmpInt (Neg Zero) (Pos vwx40)",fontsize=16,color="burlywood",shape="box"];2789[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];90 -> 2789[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2789 -> 138[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2790[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];90 -> 2790[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2790 -> 139[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 91[label="primCmpInt (Neg Zero) (Neg vwx40)",fontsize=16,color="burlywood",shape="box"];2791[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];91 -> 2791[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2791 -> 140[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2792[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];91 -> 2792[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2792 -> 141[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 92[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];92 -> 142[label="",style="solid", color="black", weight=3]; 19.91/9.44 93[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];93 -> 143[label="",style="solid", color="black", weight=3]; 19.91/9.44 94[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];94 -> 144[label="",style="solid", color="black", weight=3]; 19.91/9.44 95[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];95 -> 145[label="",style="solid", color="black", weight=3]; 19.91/9.44 96[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];96 -> 146[label="",style="solid", color="black", weight=3]; 19.91/9.44 97[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];97 -> 147[label="",style="solid", color="black", weight=3]; 19.91/9.44 98[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];98 -> 148[label="",style="solid", color="black", weight=3]; 19.91/9.44 99[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];99 -> 149[label="",style="solid", color="black", weight=3]; 19.91/9.44 100[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];100 -> 150[label="",style="solid", color="black", weight=3]; 19.91/9.44 101[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];101 -> 151[label="",style="solid", color="black", weight=3]; 19.91/9.44 102[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];102 -> 152[label="",style="solid", color="black", weight=3]; 19.91/9.44 103[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];103 -> 153[label="",style="solid", color="black", weight=3]; 19.91/9.44 104[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];104 -> 154[label="",style="solid", color="black", weight=3]; 19.91/9.44 105 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 105[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="magenta"];105 -> 155[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 105 -> 156[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 106 -> 13[label="",style="dashed", color="red", weight=0]; 19.91/9.44 106[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="magenta"];106 -> 157[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 106 -> 158[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 107[label="vwx30",fontsize=16,color="green",shape="box"];108[label="vwx40",fontsize=16,color="green",shape="box"];109[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];109 -> 159[label="",style="solid", color="black", weight=3]; 19.91/9.44 110[label="compare2 Nothing (Just vwx40) (Nothing == Just vwx40)",fontsize=16,color="black",shape="box"];110 -> 160[label="",style="solid", color="black", weight=3]; 19.91/9.44 111[label="compare2 (Just vwx30) Nothing (Just vwx30 == Nothing)",fontsize=16,color="black",shape="box"];111 -> 161[label="",style="solid", color="black", weight=3]; 19.91/9.44 112[label="compare2 (Just vwx30) (Just vwx40) (Just vwx30 == Just vwx40)",fontsize=16,color="black",shape="box"];112 -> 162[label="",style="solid", color="black", weight=3]; 19.91/9.44 113[label="compare2 (vwx30,vwx31) (vwx40,vwx41) ((vwx30,vwx31) == (vwx40,vwx41))",fontsize=16,color="black",shape="box"];113 -> 163[label="",style="solid", color="black", weight=3]; 19.91/9.44 114[label="compare2 (Left vwx30) (Left vwx40) (Left vwx30 == Left vwx40)",fontsize=16,color="black",shape="box"];114 -> 164[label="",style="solid", color="black", weight=3]; 19.91/9.44 115[label="compare2 (Left vwx30) (Right vwx40) (Left vwx30 == Right vwx40)",fontsize=16,color="black",shape="box"];115 -> 165[label="",style="solid", color="black", weight=3]; 19.91/9.44 116[label="compare2 (Right vwx30) (Left vwx40) (Right vwx30 == Left vwx40)",fontsize=16,color="black",shape="box"];116 -> 166[label="",style="solid", color="black", weight=3]; 19.91/9.44 117[label="compare2 (Right vwx30) (Right vwx40) (Right vwx30 == Right vwx40)",fontsize=16,color="black",shape="box"];117 -> 167[label="",style="solid", color="black", weight=3]; 19.91/9.44 118[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];2793[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];118 -> 2793[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2793 -> 168[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2794[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];118 -> 2794[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2794 -> 169[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 119[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];2795[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];119 -> 2795[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2795 -> 170[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2796[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];119 -> 2796[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2796 -> 171[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 120[label="compare2 (vwx30,vwx31,vwx32) (vwx40,vwx41,vwx42) ((vwx30,vwx31,vwx32) == (vwx40,vwx41,vwx42))",fontsize=16,color="black",shape="box"];120 -> 172[label="",style="solid", color="black", weight=3]; 19.91/9.44 121[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];121 -> 173[label="",style="solid", color="black", weight=3]; 19.91/9.44 122[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];122 -> 174[label="",style="solid", color="black", weight=3]; 19.91/9.44 123[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];123 -> 175[label="",style="solid", color="black", weight=3]; 19.91/9.44 124[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];124 -> 176[label="",style="solid", color="black", weight=3]; 19.91/9.44 125[label="vwx31",fontsize=16,color="green",shape="box"];126[label="vwx41",fontsize=16,color="green",shape="box"];127 -> 177[label="",style="dashed", color="red", weight=0]; 19.91/9.44 127[label="primCompAux0 vwx5 (compare vwx30 vwx40)",fontsize=16,color="magenta"];127 -> 178[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 127 -> 179[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 128[label="primCmpNat (Succ vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2797[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];128 -> 2797[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2797 -> 180[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2798[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];128 -> 2798[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2798 -> 181[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 129[label="primCmpNat Zero vwx40",fontsize=16,color="burlywood",shape="box"];2799[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];129 -> 2799[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2799 -> 182[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2800[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];129 -> 2800[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2800 -> 183[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 130 -> 83[label="",style="dashed", color="red", weight=0]; 19.91/9.44 130[label="primCmpNat (Succ vwx300) vwx40",fontsize=16,color="magenta"];130 -> 184[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 130 -> 185[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 131[label="GT",fontsize=16,color="green",shape="box"];132[label="primCmpInt (Pos Zero) (Pos (Succ vwx400))",fontsize=16,color="black",shape="box"];132 -> 186[label="",style="solid", color="black", weight=3]; 19.91/9.44 133[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];133 -> 187[label="",style="solid", color="black", weight=3]; 19.91/9.44 134[label="primCmpInt (Pos Zero) (Neg (Succ vwx400))",fontsize=16,color="black",shape="box"];134 -> 188[label="",style="solid", color="black", weight=3]; 19.91/9.44 135[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];135 -> 189[label="",style="solid", color="black", weight=3]; 19.91/9.44 136[label="LT",fontsize=16,color="green",shape="box"];137 -> 83[label="",style="dashed", color="red", weight=0]; 19.91/9.44 137[label="primCmpNat vwx40 (Succ vwx300)",fontsize=16,color="magenta"];137 -> 190[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 137 -> 191[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 138[label="primCmpInt (Neg Zero) (Pos (Succ vwx400))",fontsize=16,color="black",shape="box"];138 -> 192[label="",style="solid", color="black", weight=3]; 19.91/9.44 139[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];139 -> 193[label="",style="solid", color="black", weight=3]; 19.91/9.44 140[label="primCmpInt (Neg Zero) (Neg (Succ vwx400))",fontsize=16,color="black",shape="box"];140 -> 194[label="",style="solid", color="black", weight=3]; 19.91/9.44 141[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];141 -> 195[label="",style="solid", color="black", weight=3]; 19.91/9.44 142[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];142 -> 196[label="",style="solid", color="black", weight=3]; 19.91/9.44 143[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];143 -> 197[label="",style="solid", color="black", weight=3]; 19.91/9.44 144[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];144 -> 198[label="",style="solid", color="black", weight=3]; 19.91/9.44 145[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];145 -> 199[label="",style="solid", color="black", weight=3]; 19.91/9.44 146[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];146 -> 200[label="",style="solid", color="black", weight=3]; 19.91/9.44 147[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];147 -> 201[label="",style="solid", color="black", weight=3]; 19.91/9.44 148[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];148 -> 202[label="",style="solid", color="black", weight=3]; 19.91/9.44 149[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];149 -> 203[label="",style="solid", color="black", weight=3]; 19.91/9.44 150[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];150 -> 204[label="",style="solid", color="black", weight=3]; 19.91/9.44 151[label="compare2 False False True",fontsize=16,color="black",shape="box"];151 -> 205[label="",style="solid", color="black", weight=3]; 19.91/9.44 152[label="compare2 False True False",fontsize=16,color="black",shape="box"];152 -> 206[label="",style="solid", color="black", weight=3]; 19.91/9.44 153[label="compare2 True False False",fontsize=16,color="black",shape="box"];153 -> 207[label="",style="solid", color="black", weight=3]; 19.91/9.44 154[label="compare2 True True True",fontsize=16,color="black",shape="box"];154 -> 208[label="",style="solid", color="black", weight=3]; 19.91/9.44 155[label="vwx30 * vwx41",fontsize=16,color="black",shape="triangle"];155 -> 209[label="",style="solid", color="black", weight=3]; 19.91/9.44 156 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.44 156[label="vwx40 * vwx31",fontsize=16,color="magenta"];156 -> 210[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 156 -> 211[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 157[label="vwx30 * vwx41",fontsize=16,color="burlywood",shape="triangle"];2801[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];157 -> 2801[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2801 -> 212[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 158 -> 157[label="",style="dashed", color="red", weight=0]; 19.91/9.44 158[label="vwx40 * vwx31",fontsize=16,color="magenta"];158 -> 213[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 158 -> 214[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 159[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];159 -> 215[label="",style="solid", color="black", weight=3]; 19.91/9.44 160[label="compare2 Nothing (Just vwx40) False",fontsize=16,color="black",shape="box"];160 -> 216[label="",style="solid", color="black", weight=3]; 19.91/9.44 161[label="compare2 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];161 -> 217[label="",style="solid", color="black", weight=3]; 19.91/9.44 162 -> 218[label="",style="dashed", color="red", weight=0]; 19.91/9.44 162[label="compare2 (Just vwx30) (Just vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];162 -> 219[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 162 -> 220[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 162 -> 221[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 163 -> 657[label="",style="dashed", color="red", weight=0]; 19.91/9.44 163[label="compare2 (vwx30,vwx31) (vwx40,vwx41) (vwx30 == vwx40 && vwx31 == vwx41)",fontsize=16,color="magenta"];163 -> 658[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 163 -> 659[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 163 -> 660[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 163 -> 661[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 163 -> 662[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 164 -> 228[label="",style="dashed", color="red", weight=0]; 19.91/9.44 164[label="compare2 (Left vwx30) (Left vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];164 -> 229[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 164 -> 230[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 164 -> 231[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 165[label="compare2 (Left vwx30) (Right vwx40) False",fontsize=16,color="black",shape="box"];165 -> 232[label="",style="solid", color="black", weight=3]; 19.91/9.44 166[label="compare2 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];166 -> 233[label="",style="solid", color="black", weight=3]; 19.91/9.44 167 -> 234[label="",style="dashed", color="red", weight=0]; 19.91/9.44 167[label="compare2 (Right vwx30) (Right vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];167 -> 235[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 167 -> 236[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 167 -> 237[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 168[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];168 -> 238[label="",style="solid", color="black", weight=3]; 19.91/9.44 169[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];169 -> 239[label="",style="solid", color="black", weight=3]; 19.91/9.44 170[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];170 -> 240[label="",style="solid", color="black", weight=3]; 19.91/9.44 171[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];171 -> 241[label="",style="solid", color="black", weight=3]; 19.91/9.44 172 -> 704[label="",style="dashed", color="red", weight=0]; 19.91/9.44 172[label="compare2 (vwx30,vwx31,vwx32) (vwx40,vwx41,vwx42) (vwx30 == vwx40 && vwx31 == vwx41 && vwx32 == vwx42)",fontsize=16,color="magenta"];172 -> 705[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 172 -> 706[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 172 -> 707[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 172 -> 708[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 172 -> 709[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 172 -> 710[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 172 -> 711[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 173 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 173[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];173 -> 250[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 173 -> 251[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 174 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 174[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];174 -> 252[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 174 -> 253[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 175 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 175[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];175 -> 254[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 175 -> 255[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 176 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 176[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];176 -> 256[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 176 -> 257[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 178[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];2802[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2802[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2802 -> 258[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2803[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2803[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2803 -> 259[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2804[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2804[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2804 -> 260[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2805[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2805[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2805 -> 261[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2806[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2806[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2806 -> 262[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2807[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2807[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2807 -> 263[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2808[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2808[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2808 -> 264[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2809[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2809[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2809 -> 265[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2810[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2810[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2810 -> 266[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2811[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2811[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2811 -> 267[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2812[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2812[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2812 -> 268[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2813[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2813[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2813 -> 269[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2814[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2814[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2814 -> 270[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2815[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];178 -> 2815[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2815 -> 271[label="",style="solid", color="blue", weight=3]; 19.91/9.44 179[label="vwx5",fontsize=16,color="green",shape="box"];177[label="primCompAux0 vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2816[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];177 -> 2816[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2816 -> 272[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2817[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];177 -> 2817[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2817 -> 273[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2818[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];177 -> 2818[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2818 -> 274[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 180[label="primCmpNat (Succ vwx300) (Succ vwx400)",fontsize=16,color="black",shape="box"];180 -> 275[label="",style="solid", color="black", weight=3]; 19.91/9.44 181[label="primCmpNat (Succ vwx300) Zero",fontsize=16,color="black",shape="box"];181 -> 276[label="",style="solid", color="black", weight=3]; 19.91/9.44 182[label="primCmpNat Zero (Succ vwx400)",fontsize=16,color="black",shape="box"];182 -> 277[label="",style="solid", color="black", weight=3]; 19.91/9.44 183[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];183 -> 278[label="",style="solid", color="black", weight=3]; 19.91/9.44 184[label="Succ vwx300",fontsize=16,color="green",shape="box"];185[label="vwx40",fontsize=16,color="green",shape="box"];186 -> 83[label="",style="dashed", color="red", weight=0]; 19.91/9.44 186[label="primCmpNat Zero (Succ vwx400)",fontsize=16,color="magenta"];186 -> 279[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 186 -> 280[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 187[label="EQ",fontsize=16,color="green",shape="box"];188[label="GT",fontsize=16,color="green",shape="box"];189[label="EQ",fontsize=16,color="green",shape="box"];190[label="vwx40",fontsize=16,color="green",shape="box"];191[label="Succ vwx300",fontsize=16,color="green",shape="box"];192[label="LT",fontsize=16,color="green",shape="box"];193[label="EQ",fontsize=16,color="green",shape="box"];194 -> 83[label="",style="dashed", color="red", weight=0]; 19.91/9.44 194[label="primCmpNat (Succ vwx400) Zero",fontsize=16,color="magenta"];194 -> 281[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 194 -> 282[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 195[label="EQ",fontsize=16,color="green",shape="box"];196[label="EQ",fontsize=16,color="green",shape="box"];197[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];197 -> 283[label="",style="solid", color="black", weight=3]; 19.91/9.44 198[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];198 -> 284[label="",style="solid", color="black", weight=3]; 19.91/9.44 199[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];199 -> 285[label="",style="solid", color="black", weight=3]; 19.91/9.44 200[label="EQ",fontsize=16,color="green",shape="box"];201[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];201 -> 286[label="",style="solid", color="black", weight=3]; 19.91/9.44 202[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];202 -> 287[label="",style="solid", color="black", weight=3]; 19.91/9.44 203[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];203 -> 288[label="",style="solid", color="black", weight=3]; 19.91/9.44 204[label="EQ",fontsize=16,color="green",shape="box"];205[label="EQ",fontsize=16,color="green",shape="box"];206[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];206 -> 289[label="",style="solid", color="black", weight=3]; 19.91/9.44 207[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];207 -> 290[label="",style="solid", color="black", weight=3]; 19.91/9.44 208[label="EQ",fontsize=16,color="green",shape="box"];209[label="primMulInt vwx30 vwx41",fontsize=16,color="burlywood",shape="triangle"];2819[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];209 -> 2819[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2819 -> 291[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2820[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];209 -> 2820[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2820 -> 292[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 210[label="vwx40",fontsize=16,color="green",shape="box"];211[label="vwx31",fontsize=16,color="green",shape="box"];212[label="Integer vwx300 * vwx41",fontsize=16,color="burlywood",shape="box"];2821[label="vwx41/Integer vwx410",fontsize=10,color="white",style="solid",shape="box"];212 -> 2821[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2821 -> 293[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 213[label="vwx40",fontsize=16,color="green",shape="box"];214[label="vwx31",fontsize=16,color="green",shape="box"];215[label="EQ",fontsize=16,color="green",shape="box"];216[label="compare1 Nothing (Just vwx40) (Nothing <= Just vwx40)",fontsize=16,color="black",shape="box"];216 -> 294[label="",style="solid", color="black", weight=3]; 19.91/9.44 217[label="compare1 (Just vwx30) Nothing (Just vwx30 <= Nothing)",fontsize=16,color="black",shape="box"];217 -> 295[label="",style="solid", color="black", weight=3]; 19.91/9.44 219[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2822[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2822[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2822 -> 296[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2823[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2823[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2823 -> 297[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2824[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2824[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2824 -> 298[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2825[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2825[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2825 -> 299[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2826[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2826[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2826 -> 300[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2827[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2827[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2827 -> 301[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2828[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2828[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2828 -> 302[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2829[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2829[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2829 -> 303[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2830[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2830[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2830 -> 304[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2831[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2831[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2831 -> 305[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2832[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2832[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2832 -> 306[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2833[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2833[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2833 -> 307[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2834[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2834[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2834 -> 308[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2835[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];219 -> 2835[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2835 -> 309[label="",style="solid", color="blue", weight=3]; 19.91/9.44 220[label="vwx30",fontsize=16,color="green",shape="box"];221[label="vwx40",fontsize=16,color="green",shape="box"];218[label="compare2 (Just vwx15) (Just vwx16) vwx17",fontsize=16,color="burlywood",shape="triangle"];2836[label="vwx17/False",fontsize=10,color="white",style="solid",shape="box"];218 -> 2836[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2836 -> 310[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2837[label="vwx17/True",fontsize=10,color="white",style="solid",shape="box"];218 -> 2837[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2837 -> 311[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 658[label="vwx41",fontsize=16,color="green",shape="box"];659[label="vwx40",fontsize=16,color="green",shape="box"];660 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.44 660[label="vwx30 == vwx40 && vwx31 == vwx41",fontsize=16,color="magenta"];660 -> 737[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 660 -> 738[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 661[label="vwx30",fontsize=16,color="green",shape="box"];662[label="vwx31",fontsize=16,color="green",shape="box"];657[label="compare2 (vwx64,vwx65) (vwx66,vwx67) vwx68",fontsize=16,color="burlywood",shape="triangle"];2838[label="vwx68/False",fontsize=10,color="white",style="solid",shape="box"];657 -> 2838[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2838 -> 682[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2839[label="vwx68/True",fontsize=10,color="white",style="solid",shape="box"];657 -> 2839[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2839 -> 683[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 229[label="vwx30",fontsize=16,color="green",shape="box"];230[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2840[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2840[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2840 -> 328[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2841[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2841[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2841 -> 329[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2842[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2842[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2842 -> 330[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2843[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2843[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2843 -> 331[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2844[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2844[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2844 -> 332[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2845[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2845[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2845 -> 333[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2846[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2846[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2846 -> 334[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2847[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2847[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2847 -> 335[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2848[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2848[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2848 -> 336[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2849[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2849[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2849 -> 337[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2850[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2850[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2850 -> 338[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2851[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2851[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2851 -> 339[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2852[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2852[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2852 -> 340[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2853[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2853[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2853 -> 341[label="",style="solid", color="blue", weight=3]; 19.91/9.44 231[label="vwx40",fontsize=16,color="green",shape="box"];228[label="compare2 (Left vwx33) (Left vwx34) vwx35",fontsize=16,color="burlywood",shape="triangle"];2854[label="vwx35/False",fontsize=10,color="white",style="solid",shape="box"];228 -> 2854[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2854 -> 342[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2855[label="vwx35/True",fontsize=10,color="white",style="solid",shape="box"];228 -> 2855[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2855 -> 343[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 232[label="compare1 (Left vwx30) (Right vwx40) (Left vwx30 <= Right vwx40)",fontsize=16,color="black",shape="box"];232 -> 344[label="",style="solid", color="black", weight=3]; 19.91/9.44 233[label="compare1 (Right vwx30) (Left vwx40) (Right vwx30 <= Left vwx40)",fontsize=16,color="black",shape="box"];233 -> 345[label="",style="solid", color="black", weight=3]; 19.91/9.44 235[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2856[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2856[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2856 -> 346[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2857[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2857[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2857 -> 347[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2858[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2858[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2858 -> 348[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2859[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2859[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2859 -> 349[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2860[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2860[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2860 -> 350[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2861[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2861[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2861 -> 351[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2862[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2862[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2862 -> 352[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2863[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2863[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2863 -> 353[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2864[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2864[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2864 -> 354[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2865[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2865[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2865 -> 355[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2866[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2866[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2866 -> 356[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2867[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2867[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2867 -> 357[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2868[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2868[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2868 -> 358[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2869[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];235 -> 2869[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2869 -> 359[label="",style="solid", color="blue", weight=3]; 19.91/9.44 236[label="vwx40",fontsize=16,color="green",shape="box"];237[label="vwx30",fontsize=16,color="green",shape="box"];234[label="compare2 (Right vwx40) (Right vwx41) vwx42",fontsize=16,color="burlywood",shape="triangle"];2870[label="vwx42/False",fontsize=10,color="white",style="solid",shape="box"];234 -> 2870[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2870 -> 360[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2871[label="vwx42/True",fontsize=10,color="white",style="solid",shape="box"];234 -> 2871[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2871 -> 361[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 238 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 238[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];238 -> 362[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 238 -> 363[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 239 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 239[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];239 -> 364[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 239 -> 365[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 240 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 240[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];240 -> 366[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 240 -> 367[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 241 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 241[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];241 -> 368[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 241 -> 369[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 705[label="vwx32",fontsize=16,color="green",shape="box"];706[label="vwx41",fontsize=16,color="green",shape="box"];707[label="vwx30",fontsize=16,color="green",shape="box"];708[label="vwx31",fontsize=16,color="green",shape="box"];709 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.44 709[label="vwx30 == vwx40 && vwx31 == vwx41 && vwx32 == vwx42",fontsize=16,color="magenta"];709 -> 739[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 709 -> 740[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 710[label="vwx40",fontsize=16,color="green",shape="box"];711[label="vwx42",fontsize=16,color="green",shape="box"];704[label="compare2 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) vwx76",fontsize=16,color="burlywood",shape="triangle"];2872[label="vwx76/False",fontsize=10,color="white",style="solid",shape="box"];704 -> 2872[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2872 -> 720[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2873[label="vwx76/True",fontsize=10,color="white",style="solid",shape="box"];704 -> 2873[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2873 -> 721[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 250 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.44 250[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];250 -> 386[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 250 -> 387[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 251 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.44 251[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];251 -> 388[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 251 -> 389[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 252 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.44 252[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];252 -> 390[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 252 -> 391[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 253 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.44 253[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];253 -> 392[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 253 -> 393[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 254 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.44 254[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];254 -> 394[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 254 -> 395[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 255 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.44 255[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];255 -> 396[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 255 -> 397[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 256 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.44 256[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];256 -> 398[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 256 -> 399[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 257 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.44 257[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];257 -> 400[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 257 -> 401[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 258 -> 5[label="",style="dashed", color="red", weight=0]; 19.91/9.44 258[label="compare vwx30 vwx40",fontsize=16,color="magenta"];258 -> 402[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 258 -> 403[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 259 -> 6[label="",style="dashed", color="red", weight=0]; 19.91/9.44 259[label="compare vwx30 vwx40",fontsize=16,color="magenta"];259 -> 404[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 259 -> 405[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 260 -> 7[label="",style="dashed", color="red", weight=0]; 19.91/9.44 260[label="compare vwx30 vwx40",fontsize=16,color="magenta"];260 -> 406[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 260 -> 407[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 261 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.44 261[label="compare vwx30 vwx40",fontsize=16,color="magenta"];261 -> 408[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 261 -> 409[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 262 -> 9[label="",style="dashed", color="red", weight=0]; 19.91/9.44 262[label="compare vwx30 vwx40",fontsize=16,color="magenta"];262 -> 410[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 262 -> 411[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 263 -> 10[label="",style="dashed", color="red", weight=0]; 19.91/9.44 263[label="compare vwx30 vwx40",fontsize=16,color="magenta"];263 -> 412[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 263 -> 413[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 264 -> 11[label="",style="dashed", color="red", weight=0]; 19.91/9.44 264[label="compare vwx30 vwx40",fontsize=16,color="magenta"];264 -> 414[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 264 -> 415[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 265 -> 12[label="",style="dashed", color="red", weight=0]; 19.91/9.44 265[label="compare vwx30 vwx40",fontsize=16,color="magenta"];265 -> 416[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 265 -> 417[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 266 -> 13[label="",style="dashed", color="red", weight=0]; 19.91/9.44 266[label="compare vwx30 vwx40",fontsize=16,color="magenta"];266 -> 418[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 266 -> 419[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 267 -> 14[label="",style="dashed", color="red", weight=0]; 19.91/9.44 267[label="compare vwx30 vwx40",fontsize=16,color="magenta"];267 -> 420[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 267 -> 421[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 268 -> 15[label="",style="dashed", color="red", weight=0]; 19.91/9.44 268[label="compare vwx30 vwx40",fontsize=16,color="magenta"];268 -> 422[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 268 -> 423[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 269 -> 16[label="",style="dashed", color="red", weight=0]; 19.91/9.44 269[label="compare vwx30 vwx40",fontsize=16,color="magenta"];269 -> 424[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 269 -> 425[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 270 -> 17[label="",style="dashed", color="red", weight=0]; 19.91/9.44 270[label="compare vwx30 vwx40",fontsize=16,color="magenta"];270 -> 426[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 270 -> 427[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 271 -> 18[label="",style="dashed", color="red", weight=0]; 19.91/9.44 271[label="compare vwx30 vwx40",fontsize=16,color="magenta"];271 -> 428[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 271 -> 429[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 272[label="primCompAux0 vwx9 LT",fontsize=16,color="black",shape="box"];272 -> 430[label="",style="solid", color="black", weight=3]; 19.91/9.44 273[label="primCompAux0 vwx9 EQ",fontsize=16,color="black",shape="box"];273 -> 431[label="",style="solid", color="black", weight=3]; 19.91/9.44 274[label="primCompAux0 vwx9 GT",fontsize=16,color="black",shape="box"];274 -> 432[label="",style="solid", color="black", weight=3]; 19.91/9.44 275 -> 83[label="",style="dashed", color="red", weight=0]; 19.91/9.44 275[label="primCmpNat vwx300 vwx400",fontsize=16,color="magenta"];275 -> 433[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 275 -> 434[label="",style="dashed", color="magenta", weight=3]; 19.91/9.44 276[label="GT",fontsize=16,color="green",shape="box"];277[label="LT",fontsize=16,color="green",shape="box"];278[label="EQ",fontsize=16,color="green",shape="box"];279[label="Zero",fontsize=16,color="green",shape="box"];280[label="Succ vwx400",fontsize=16,color="green",shape="box"];281[label="Succ vwx400",fontsize=16,color="green",shape="box"];282[label="Zero",fontsize=16,color="green",shape="box"];283[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];283 -> 435[label="",style="solid", color="black", weight=3]; 19.91/9.44 284[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];284 -> 436[label="",style="solid", color="black", weight=3]; 19.91/9.44 285[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];285 -> 437[label="",style="solid", color="black", weight=3]; 19.91/9.44 286[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];286 -> 438[label="",style="solid", color="black", weight=3]; 19.91/9.44 287[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];287 -> 439[label="",style="solid", color="black", weight=3]; 19.91/9.44 288[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];288 -> 440[label="",style="solid", color="black", weight=3]; 19.91/9.44 289[label="compare1 False True True",fontsize=16,color="black",shape="box"];289 -> 441[label="",style="solid", color="black", weight=3]; 19.91/9.44 290[label="compare1 True False False",fontsize=16,color="black",shape="box"];290 -> 442[label="",style="solid", color="black", weight=3]; 19.91/9.44 291[label="primMulInt (Pos vwx300) vwx41",fontsize=16,color="burlywood",shape="box"];2874[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];291 -> 2874[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2874 -> 443[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2875[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];291 -> 2875[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2875 -> 444[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 292[label="primMulInt (Neg vwx300) vwx41",fontsize=16,color="burlywood",shape="box"];2876[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];292 -> 2876[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2876 -> 445[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2877[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];292 -> 2877[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2877 -> 446[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 293[label="Integer vwx300 * Integer vwx410",fontsize=16,color="black",shape="box"];293 -> 447[label="",style="solid", color="black", weight=3]; 19.91/9.44 294[label="compare1 Nothing (Just vwx40) True",fontsize=16,color="black",shape="box"];294 -> 448[label="",style="solid", color="black", weight=3]; 19.91/9.44 295[label="compare1 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];295 -> 449[label="",style="solid", color="black", weight=3]; 19.91/9.44 296[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2878[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];296 -> 2878[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2878 -> 450[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 297[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];297 -> 451[label="",style="solid", color="black", weight=3]; 19.91/9.44 298[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2879[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];298 -> 2879[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2879 -> 452[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 299[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];299 -> 453[label="",style="solid", color="black", weight=3]; 19.91/9.44 300[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2880[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];300 -> 2880[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2880 -> 454[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 301[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2881[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];301 -> 2881[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2881 -> 455[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2882[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];301 -> 2882[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2882 -> 456[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 302[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2883[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];302 -> 2883[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2883 -> 457[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 303[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];303 -> 458[label="",style="solid", color="black", weight=3]; 19.91/9.44 304[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];304 -> 459[label="",style="solid", color="black", weight=3]; 19.91/9.44 305[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2884[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];305 -> 2884[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2884 -> 460[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2885[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];305 -> 2885[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2885 -> 461[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2886[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];305 -> 2886[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2886 -> 462[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 306[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2887[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];306 -> 2887[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2887 -> 463[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2888[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];306 -> 2888[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2888 -> 464[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 307[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2889[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];307 -> 2889[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2889 -> 465[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2890[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];307 -> 2890[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2890 -> 466[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 308[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2891[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];308 -> 2891[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2891 -> 467[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 2892[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];308 -> 2892[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2892 -> 468[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 309[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2893[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];309 -> 2893[label="",style="solid", color="burlywood", weight=9]; 19.91/9.44 2893 -> 469[label="",style="solid", color="burlywood", weight=3]; 19.91/9.44 310[label="compare2 (Just vwx15) (Just vwx16) False",fontsize=16,color="black",shape="box"];310 -> 470[label="",style="solid", color="black", weight=3]; 19.91/9.44 311[label="compare2 (Just vwx15) (Just vwx16) True",fontsize=16,color="black",shape="box"];311 -> 471[label="",style="solid", color="black", weight=3]; 19.91/9.44 737[label="vwx31 == vwx41",fontsize=16,color="blue",shape="box"];2894[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2894[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2894 -> 745[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2895[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2895[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2895 -> 746[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2896[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2896[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2896 -> 747[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2897[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2897[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2897 -> 748[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2898[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2898[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2898 -> 749[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2899[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2899[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2899 -> 750[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2900[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2900[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2900 -> 751[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2901[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2901[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2901 -> 752[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2902[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2902[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2902 -> 753[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2903[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2903[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2903 -> 754[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2904[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2904[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2904 -> 755[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2905[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2905[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2905 -> 756[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2906[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2906[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2906 -> 757[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2907[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];737 -> 2907[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2907 -> 758[label="",style="solid", color="blue", weight=3]; 19.91/9.44 738[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2908[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2908[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2908 -> 759[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2909[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2909[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2909 -> 760[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2910[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2910[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2910 -> 761[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2911[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2911[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2911 -> 762[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2912[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2912[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2912 -> 763[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2913[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2913[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2913 -> 764[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2914[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2914[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2914 -> 765[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2915[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2915[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2915 -> 766[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2916[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2916[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2916 -> 767[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2917[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2917[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2917 -> 768[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2918[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2918[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2918 -> 769[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2919[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2919[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2919 -> 770[label="",style="solid", color="blue", weight=3]; 19.91/9.44 2920[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2920[label="",style="solid", color="blue", weight=9]; 19.91/9.44 2920 -> 771[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2921[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];738 -> 2921[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2921 -> 772[label="",style="solid", color="blue", weight=3]; 19.91/9.45 736[label="vwx81 && vwx82",fontsize=16,color="burlywood",shape="triangle"];2922[label="vwx81/False",fontsize=10,color="white",style="solid",shape="box"];736 -> 2922[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2922 -> 773[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2923[label="vwx81/True",fontsize=10,color="white",style="solid",shape="box"];736 -> 2923[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2923 -> 774[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 682[label="compare2 (vwx64,vwx65) (vwx66,vwx67) False",fontsize=16,color="black",shape="box"];682 -> 775[label="",style="solid", color="black", weight=3]; 19.91/9.45 683[label="compare2 (vwx64,vwx65) (vwx66,vwx67) True",fontsize=16,color="black",shape="box"];683 -> 776[label="",style="solid", color="black", weight=3]; 19.91/9.45 328 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 328[label="vwx30 == vwx40",fontsize=16,color="magenta"];328 -> 502[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 328 -> 503[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 329 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 329[label="vwx30 == vwx40",fontsize=16,color="magenta"];329 -> 504[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 329 -> 505[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 330 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 330[label="vwx30 == vwx40",fontsize=16,color="magenta"];330 -> 506[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 330 -> 507[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 331 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 331[label="vwx30 == vwx40",fontsize=16,color="magenta"];331 -> 508[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 331 -> 509[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 332 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 332[label="vwx30 == vwx40",fontsize=16,color="magenta"];332 -> 510[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 332 -> 511[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 333 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 333[label="vwx30 == vwx40",fontsize=16,color="magenta"];333 -> 512[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 333 -> 513[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 334 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 334[label="vwx30 == vwx40",fontsize=16,color="magenta"];334 -> 514[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 334 -> 515[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 335 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 335[label="vwx30 == vwx40",fontsize=16,color="magenta"];335 -> 516[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 335 -> 517[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 336 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 336[label="vwx30 == vwx40",fontsize=16,color="magenta"];336 -> 518[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 336 -> 519[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 337 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 337[label="vwx30 == vwx40",fontsize=16,color="magenta"];337 -> 520[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 337 -> 521[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 338 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 338[label="vwx30 == vwx40",fontsize=16,color="magenta"];338 -> 522[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 338 -> 523[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 339 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 339[label="vwx30 == vwx40",fontsize=16,color="magenta"];339 -> 524[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 339 -> 525[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 340 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 340[label="vwx30 == vwx40",fontsize=16,color="magenta"];340 -> 526[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 340 -> 527[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 341 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 341[label="vwx30 == vwx40",fontsize=16,color="magenta"];341 -> 528[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 341 -> 529[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 342[label="compare2 (Left vwx33) (Left vwx34) False",fontsize=16,color="black",shape="box"];342 -> 530[label="",style="solid", color="black", weight=3]; 19.91/9.45 343[label="compare2 (Left vwx33) (Left vwx34) True",fontsize=16,color="black",shape="box"];343 -> 531[label="",style="solid", color="black", weight=3]; 19.91/9.45 344[label="compare1 (Left vwx30) (Right vwx40) True",fontsize=16,color="black",shape="box"];344 -> 532[label="",style="solid", color="black", weight=3]; 19.91/9.45 345[label="compare1 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];345 -> 533[label="",style="solid", color="black", weight=3]; 19.91/9.45 346 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 346[label="vwx30 == vwx40",fontsize=16,color="magenta"];346 -> 534[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 346 -> 535[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 347 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 347[label="vwx30 == vwx40",fontsize=16,color="magenta"];347 -> 536[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 347 -> 537[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 348 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 348[label="vwx30 == vwx40",fontsize=16,color="magenta"];348 -> 538[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 348 -> 539[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 349 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 349[label="vwx30 == vwx40",fontsize=16,color="magenta"];349 -> 540[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 349 -> 541[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 350 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 350[label="vwx30 == vwx40",fontsize=16,color="magenta"];350 -> 542[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 350 -> 543[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 351 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 351[label="vwx30 == vwx40",fontsize=16,color="magenta"];351 -> 544[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 351 -> 545[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 352 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 352[label="vwx30 == vwx40",fontsize=16,color="magenta"];352 -> 546[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 352 -> 547[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 353 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 353[label="vwx30 == vwx40",fontsize=16,color="magenta"];353 -> 548[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 353 -> 549[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 354 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 354[label="vwx30 == vwx40",fontsize=16,color="magenta"];354 -> 550[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 354 -> 551[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 355 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 355[label="vwx30 == vwx40",fontsize=16,color="magenta"];355 -> 552[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 355 -> 553[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 356 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 356[label="vwx30 == vwx40",fontsize=16,color="magenta"];356 -> 554[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 356 -> 555[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 357 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 357[label="vwx30 == vwx40",fontsize=16,color="magenta"];357 -> 556[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 357 -> 557[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 358 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 358[label="vwx30 == vwx40",fontsize=16,color="magenta"];358 -> 558[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 358 -> 559[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 359 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 359[label="vwx30 == vwx40",fontsize=16,color="magenta"];359 -> 560[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 359 -> 561[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 360[label="compare2 (Right vwx40) (Right vwx41) False",fontsize=16,color="black",shape="box"];360 -> 562[label="",style="solid", color="black", weight=3]; 19.91/9.45 361[label="compare2 (Right vwx40) (Right vwx41) True",fontsize=16,color="black",shape="box"];361 -> 563[label="",style="solid", color="black", weight=3]; 19.91/9.45 362 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 362[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];362 -> 564[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 362 -> 565[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 363 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 363[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];363 -> 566[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 363 -> 567[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 364 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 364[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];364 -> 568[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 364 -> 569[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 365 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 365[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];365 -> 570[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 365 -> 571[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 366 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 366[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];366 -> 572[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 366 -> 573[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 367 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 367[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];367 -> 574[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 367 -> 575[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 368 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 368[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];368 -> 576[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 368 -> 577[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 369 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 369[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];369 -> 578[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 369 -> 579[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 739 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.45 739[label="vwx31 == vwx41 && vwx32 == vwx42",fontsize=16,color="magenta"];739 -> 777[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 739 -> 778[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 740[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2924[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2924[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2924 -> 779[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2925[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2925[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2925 -> 780[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2926[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2926[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2926 -> 781[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2927[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2927[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2927 -> 782[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2928[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2928[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2928 -> 783[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2929[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2929[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2929 -> 784[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2930[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2930[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2930 -> 785[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2931[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2931[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2931 -> 786[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2932[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2932[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2932 -> 787[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2933[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2933[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2933 -> 788[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2934[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2934[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2934 -> 789[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2935[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2935[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2935 -> 790[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2936[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2936[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2936 -> 791[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2937[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];740 -> 2937[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2937 -> 792[label="",style="solid", color="blue", weight=3]; 19.91/9.45 720[label="compare2 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) False",fontsize=16,color="black",shape="box"];720 -> 793[label="",style="solid", color="black", weight=3]; 19.91/9.45 721[label="compare2 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) True",fontsize=16,color="black",shape="box"];721 -> 794[label="",style="solid", color="black", weight=3]; 19.91/9.45 386[label="vwx30",fontsize=16,color="green",shape="box"];387[label="Pos vwx410",fontsize=16,color="green",shape="box"];388[label="Pos vwx310",fontsize=16,color="green",shape="box"];389[label="vwx40",fontsize=16,color="green",shape="box"];390[label="vwx30",fontsize=16,color="green",shape="box"];391[label="Pos vwx410",fontsize=16,color="green",shape="box"];392[label="Neg vwx310",fontsize=16,color="green",shape="box"];393[label="vwx40",fontsize=16,color="green",shape="box"];394[label="vwx30",fontsize=16,color="green",shape="box"];395[label="Neg vwx410",fontsize=16,color="green",shape="box"];396[label="Pos vwx310",fontsize=16,color="green",shape="box"];397[label="vwx40",fontsize=16,color="green",shape="box"];398[label="vwx30",fontsize=16,color="green",shape="box"];399[label="Neg vwx410",fontsize=16,color="green",shape="box"];400[label="Neg vwx310",fontsize=16,color="green",shape="box"];401[label="vwx40",fontsize=16,color="green",shape="box"];402[label="vwx30",fontsize=16,color="green",shape="box"];403[label="vwx40",fontsize=16,color="green",shape="box"];404[label="vwx30",fontsize=16,color="green",shape="box"];405[label="vwx40",fontsize=16,color="green",shape="box"];406[label="vwx30",fontsize=16,color="green",shape="box"];407[label="vwx40",fontsize=16,color="green",shape="box"];408[label="vwx30",fontsize=16,color="green",shape="box"];409[label="vwx40",fontsize=16,color="green",shape="box"];410[label="vwx30",fontsize=16,color="green",shape="box"];411[label="vwx40",fontsize=16,color="green",shape="box"];412[label="vwx30",fontsize=16,color="green",shape="box"];413[label="vwx40",fontsize=16,color="green",shape="box"];414[label="vwx30",fontsize=16,color="green",shape="box"];415[label="vwx40",fontsize=16,color="green",shape="box"];416[label="vwx30",fontsize=16,color="green",shape="box"];417[label="vwx40",fontsize=16,color="green",shape="box"];418[label="vwx30",fontsize=16,color="green",shape="box"];419[label="vwx40",fontsize=16,color="green",shape="box"];420[label="vwx30",fontsize=16,color="green",shape="box"];421[label="vwx40",fontsize=16,color="green",shape="box"];422[label="vwx30",fontsize=16,color="green",shape="box"];423[label="vwx40",fontsize=16,color="green",shape="box"];424[label="vwx30",fontsize=16,color="green",shape="box"];425[label="vwx40",fontsize=16,color="green",shape="box"];426[label="vwx30",fontsize=16,color="green",shape="box"];427[label="vwx40",fontsize=16,color="green",shape="box"];428[label="vwx30",fontsize=16,color="green",shape="box"];429[label="vwx40",fontsize=16,color="green",shape="box"];430[label="LT",fontsize=16,color="green",shape="box"];431[label="vwx9",fontsize=16,color="green",shape="box"];432[label="GT",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="LT",fontsize=16,color="green",shape="box"];436[label="LT",fontsize=16,color="green",shape="box"];437[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];437 -> 610[label="",style="solid", color="black", weight=3]; 19.91/9.45 438[label="LT",fontsize=16,color="green",shape="box"];439[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];439 -> 611[label="",style="solid", color="black", weight=3]; 19.91/9.45 440[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];440 -> 612[label="",style="solid", color="black", weight=3]; 19.91/9.45 441[label="LT",fontsize=16,color="green",shape="box"];442[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];442 -> 613[label="",style="solid", color="black", weight=3]; 19.91/9.45 443[label="primMulInt (Pos vwx300) (Pos vwx410)",fontsize=16,color="black",shape="box"];443 -> 614[label="",style="solid", color="black", weight=3]; 19.91/9.45 444[label="primMulInt (Pos vwx300) (Neg vwx410)",fontsize=16,color="black",shape="box"];444 -> 615[label="",style="solid", color="black", weight=3]; 19.91/9.45 445[label="primMulInt (Neg vwx300) (Pos vwx410)",fontsize=16,color="black",shape="box"];445 -> 616[label="",style="solid", color="black", weight=3]; 19.91/9.45 446[label="primMulInt (Neg vwx300) (Neg vwx410)",fontsize=16,color="black",shape="box"];446 -> 617[label="",style="solid", color="black", weight=3]; 19.91/9.45 447[label="Integer (primMulInt vwx300 vwx410)",fontsize=16,color="green",shape="box"];447 -> 618[label="",style="dashed", color="green", weight=3]; 19.91/9.45 448[label="LT",fontsize=16,color="green",shape="box"];449[label="compare0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];449 -> 619[label="",style="solid", color="black", weight=3]; 19.91/9.45 450[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2938[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];450 -> 2938[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2938 -> 620[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 451[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2939[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];451 -> 2939[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2939 -> 621[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 452[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2940[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];452 -> 2940[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2940 -> 622[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 453[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2941[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];453 -> 2941[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2941 -> 623[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 454[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2942[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];454 -> 2942[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2942 -> 624[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 455[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2943[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];455 -> 2943[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2943 -> 625[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2944[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];455 -> 2944[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2944 -> 626[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 456[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2945[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];456 -> 2945[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2945 -> 627[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2946[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];456 -> 2946[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2946 -> 628[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 457[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2947[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];457 -> 2947[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2947 -> 629[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 458[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2948[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];458 -> 2948[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2948 -> 630[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2949[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];458 -> 2949[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2949 -> 631[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 459[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2950[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];459 -> 2950[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2950 -> 632[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 460[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2951[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];460 -> 2951[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2951 -> 633[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2952[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];460 -> 2952[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2952 -> 634[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2953[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];460 -> 2953[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2953 -> 635[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 461[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2954[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];461 -> 2954[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2954 -> 636[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2955[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];461 -> 2955[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2955 -> 637[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2956[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];461 -> 2956[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2956 -> 638[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 462[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2957[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];462 -> 2957[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2957 -> 639[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2958[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];462 -> 2958[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2958 -> 640[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2959[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];462 -> 2959[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2959 -> 641[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 463[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];2960[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];463 -> 2960[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2960 -> 642[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2961[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];463 -> 2961[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2961 -> 643[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 464[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2962[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];464 -> 2962[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2962 -> 644[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2963[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];464 -> 2963[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2963 -> 645[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 465[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2964[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];465 -> 2964[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2964 -> 646[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2965[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];465 -> 2965[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2965 -> 647[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 466[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2966[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];466 -> 2966[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2966 -> 648[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2967[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];466 -> 2967[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2967 -> 649[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 467[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2968[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];467 -> 2968[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2968 -> 650[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2969[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];467 -> 2969[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2969 -> 651[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 468[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2970[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];468 -> 2970[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2970 -> 652[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 2971[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];468 -> 2971[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2971 -> 653[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 469[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];2972[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];469 -> 2972[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 2972 -> 654[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 470 -> 843[label="",style="dashed", color="red", weight=0]; 19.91/9.45 470[label="compare1 (Just vwx15) (Just vwx16) (Just vwx15 <= Just vwx16)",fontsize=16,color="magenta"];470 -> 844[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 470 -> 845[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 470 -> 846[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 471[label="EQ",fontsize=16,color="green",shape="box"];745 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 745[label="vwx31 == vwx41",fontsize=16,color="magenta"];745 -> 850[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 745 -> 851[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 746 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 746[label="vwx31 == vwx41",fontsize=16,color="magenta"];746 -> 852[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 746 -> 853[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 747 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 747[label="vwx31 == vwx41",fontsize=16,color="magenta"];747 -> 854[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 747 -> 855[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 748 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 748[label="vwx31 == vwx41",fontsize=16,color="magenta"];748 -> 856[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 748 -> 857[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 749 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 749[label="vwx31 == vwx41",fontsize=16,color="magenta"];749 -> 858[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 749 -> 859[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 750 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 750[label="vwx31 == vwx41",fontsize=16,color="magenta"];750 -> 860[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 750 -> 861[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 751 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 751[label="vwx31 == vwx41",fontsize=16,color="magenta"];751 -> 862[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 751 -> 863[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 752 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 752[label="vwx31 == vwx41",fontsize=16,color="magenta"];752 -> 864[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 752 -> 865[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 753 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 753[label="vwx31 == vwx41",fontsize=16,color="magenta"];753 -> 866[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 753 -> 867[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 754 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 754[label="vwx31 == vwx41",fontsize=16,color="magenta"];754 -> 868[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 754 -> 869[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 755 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 755[label="vwx31 == vwx41",fontsize=16,color="magenta"];755 -> 870[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 755 -> 871[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 756 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 756[label="vwx31 == vwx41",fontsize=16,color="magenta"];756 -> 872[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 756 -> 873[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 757 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 757[label="vwx31 == vwx41",fontsize=16,color="magenta"];757 -> 874[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 757 -> 875[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 758 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 758[label="vwx31 == vwx41",fontsize=16,color="magenta"];758 -> 876[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 758 -> 877[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 759 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 759[label="vwx30 == vwx40",fontsize=16,color="magenta"];759 -> 878[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 759 -> 879[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 760 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 760[label="vwx30 == vwx40",fontsize=16,color="magenta"];760 -> 880[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 760 -> 881[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 761 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 761[label="vwx30 == vwx40",fontsize=16,color="magenta"];761 -> 882[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 761 -> 883[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 762 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 762[label="vwx30 == vwx40",fontsize=16,color="magenta"];762 -> 884[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 762 -> 885[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 763 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 763[label="vwx30 == vwx40",fontsize=16,color="magenta"];763 -> 886[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 763 -> 887[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 764 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 764[label="vwx30 == vwx40",fontsize=16,color="magenta"];764 -> 888[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 764 -> 889[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 765 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 765[label="vwx30 == vwx40",fontsize=16,color="magenta"];765 -> 890[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 765 -> 891[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 766 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 766[label="vwx30 == vwx40",fontsize=16,color="magenta"];766 -> 892[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 766 -> 893[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 767 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 767[label="vwx30 == vwx40",fontsize=16,color="magenta"];767 -> 894[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 767 -> 895[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 768 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 768[label="vwx30 == vwx40",fontsize=16,color="magenta"];768 -> 896[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 768 -> 897[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 769 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 769[label="vwx30 == vwx40",fontsize=16,color="magenta"];769 -> 898[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 769 -> 899[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 770 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 770[label="vwx30 == vwx40",fontsize=16,color="magenta"];770 -> 900[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 770 -> 901[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 771 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 771[label="vwx30 == vwx40",fontsize=16,color="magenta"];771 -> 902[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 771 -> 903[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 772 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 772[label="vwx30 == vwx40",fontsize=16,color="magenta"];772 -> 904[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 772 -> 905[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 773[label="False && vwx82",fontsize=16,color="black",shape="box"];773 -> 906[label="",style="solid", color="black", weight=3]; 19.91/9.45 774[label="True && vwx82",fontsize=16,color="black",shape="box"];774 -> 907[label="",style="solid", color="black", weight=3]; 19.91/9.45 775[label="compare1 (vwx64,vwx65) (vwx66,vwx67) ((vwx64,vwx65) <= (vwx66,vwx67))",fontsize=16,color="black",shape="box"];775 -> 908[label="",style="solid", color="black", weight=3]; 19.91/9.45 776[label="EQ",fontsize=16,color="green",shape="box"];502[label="vwx40",fontsize=16,color="green",shape="box"];503[label="vwx30",fontsize=16,color="green",shape="box"];504[label="vwx40",fontsize=16,color="green",shape="box"];505[label="vwx30",fontsize=16,color="green",shape="box"];506[label="vwx40",fontsize=16,color="green",shape="box"];507[label="vwx30",fontsize=16,color="green",shape="box"];508[label="vwx40",fontsize=16,color="green",shape="box"];509[label="vwx30",fontsize=16,color="green",shape="box"];510[label="vwx40",fontsize=16,color="green",shape="box"];511[label="vwx30",fontsize=16,color="green",shape="box"];512[label="vwx40",fontsize=16,color="green",shape="box"];513[label="vwx30",fontsize=16,color="green",shape="box"];514[label="vwx40",fontsize=16,color="green",shape="box"];515[label="vwx30",fontsize=16,color="green",shape="box"];516[label="vwx40",fontsize=16,color="green",shape="box"];517[label="vwx30",fontsize=16,color="green",shape="box"];518[label="vwx40",fontsize=16,color="green",shape="box"];519[label="vwx30",fontsize=16,color="green",shape="box"];520[label="vwx40",fontsize=16,color="green",shape="box"];521[label="vwx30",fontsize=16,color="green",shape="box"];522[label="vwx40",fontsize=16,color="green",shape="box"];523[label="vwx30",fontsize=16,color="green",shape="box"];524[label="vwx40",fontsize=16,color="green",shape="box"];525[label="vwx30",fontsize=16,color="green",shape="box"];526[label="vwx40",fontsize=16,color="green",shape="box"];527[label="vwx30",fontsize=16,color="green",shape="box"];528[label="vwx40",fontsize=16,color="green",shape="box"];529[label="vwx30",fontsize=16,color="green",shape="box"];530 -> 969[label="",style="dashed", color="red", weight=0]; 19.91/9.45 530[label="compare1 (Left vwx33) (Left vwx34) (Left vwx33 <= Left vwx34)",fontsize=16,color="magenta"];530 -> 970[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 530 -> 971[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 530 -> 972[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 531[label="EQ",fontsize=16,color="green",shape="box"];532[label="LT",fontsize=16,color="green",shape="box"];533[label="compare0 (Right vwx30) (Left vwx40) otherwise",fontsize=16,color="black",shape="box"];533 -> 701[label="",style="solid", color="black", weight=3]; 19.91/9.45 534[label="vwx40",fontsize=16,color="green",shape="box"];535[label="vwx30",fontsize=16,color="green",shape="box"];536[label="vwx40",fontsize=16,color="green",shape="box"];537[label="vwx30",fontsize=16,color="green",shape="box"];538[label="vwx40",fontsize=16,color="green",shape="box"];539[label="vwx30",fontsize=16,color="green",shape="box"];540[label="vwx40",fontsize=16,color="green",shape="box"];541[label="vwx30",fontsize=16,color="green",shape="box"];542[label="vwx40",fontsize=16,color="green",shape="box"];543[label="vwx30",fontsize=16,color="green",shape="box"];544[label="vwx40",fontsize=16,color="green",shape="box"];545[label="vwx30",fontsize=16,color="green",shape="box"];546[label="vwx40",fontsize=16,color="green",shape="box"];547[label="vwx30",fontsize=16,color="green",shape="box"];548[label="vwx40",fontsize=16,color="green",shape="box"];549[label="vwx30",fontsize=16,color="green",shape="box"];550[label="vwx40",fontsize=16,color="green",shape="box"];551[label="vwx30",fontsize=16,color="green",shape="box"];552[label="vwx40",fontsize=16,color="green",shape="box"];553[label="vwx30",fontsize=16,color="green",shape="box"];554[label="vwx40",fontsize=16,color="green",shape="box"];555[label="vwx30",fontsize=16,color="green",shape="box"];556[label="vwx40",fontsize=16,color="green",shape="box"];557[label="vwx30",fontsize=16,color="green",shape="box"];558[label="vwx40",fontsize=16,color="green",shape="box"];559[label="vwx30",fontsize=16,color="green",shape="box"];560[label="vwx40",fontsize=16,color="green",shape="box"];561[label="vwx30",fontsize=16,color="green",shape="box"];562 -> 982[label="",style="dashed", color="red", weight=0]; 19.91/9.45 562[label="compare1 (Right vwx40) (Right vwx41) (Right vwx40 <= Right vwx41)",fontsize=16,color="magenta"];562 -> 983[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 562 -> 984[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 562 -> 985[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 563[label="EQ",fontsize=16,color="green",shape="box"];564[label="vwx30",fontsize=16,color="green",shape="box"];565[label="Pos vwx410",fontsize=16,color="green",shape="box"];566[label="Pos vwx310",fontsize=16,color="green",shape="box"];567[label="vwx40",fontsize=16,color="green",shape="box"];568[label="vwx30",fontsize=16,color="green",shape="box"];569[label="Pos vwx410",fontsize=16,color="green",shape="box"];570[label="Neg vwx310",fontsize=16,color="green",shape="box"];571[label="vwx40",fontsize=16,color="green",shape="box"];572[label="vwx30",fontsize=16,color="green",shape="box"];573[label="Neg vwx410",fontsize=16,color="green",shape="box"];574[label="Pos vwx310",fontsize=16,color="green",shape="box"];575[label="vwx40",fontsize=16,color="green",shape="box"];576[label="vwx30",fontsize=16,color="green",shape="box"];577[label="Neg vwx410",fontsize=16,color="green",shape="box"];578[label="Neg vwx310",fontsize=16,color="green",shape="box"];579[label="vwx40",fontsize=16,color="green",shape="box"];777[label="vwx32 == vwx42",fontsize=16,color="blue",shape="box"];2973[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2973[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2973 -> 909[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2974[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2974[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2974 -> 910[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2975[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2975[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2975 -> 911[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2976[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2976[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2976 -> 912[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2977[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2977[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2977 -> 913[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2978[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2978[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2978 -> 914[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2979[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2979[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2979 -> 915[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2980[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2980[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2980 -> 916[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2981[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2981[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2981 -> 917[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2982[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2982[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2982 -> 918[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2983[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2983[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2983 -> 919[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2984[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2984[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2984 -> 920[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2985[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2985[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2985 -> 921[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2986[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];777 -> 2986[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2986 -> 922[label="",style="solid", color="blue", weight=3]; 19.91/9.45 778[label="vwx31 == vwx41",fontsize=16,color="blue",shape="box"];2987[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2987[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2987 -> 923[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2988[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2988[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2988 -> 924[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2989[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2989[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2989 -> 925[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2990[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2990[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2990 -> 926[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2991[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2991[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2991 -> 927[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2992[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2992[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2992 -> 928[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2993[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2993[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2993 -> 929[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2994[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2994[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2994 -> 930[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2995[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2995[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2995 -> 931[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2996[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2996[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2996 -> 932[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2997[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2997[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2997 -> 933[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2998[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2998[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2998 -> 934[label="",style="solid", color="blue", weight=3]; 19.91/9.45 2999[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 2999[label="",style="solid", color="blue", weight=9]; 19.91/9.45 2999 -> 935[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3000[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];778 -> 3000[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3000 -> 936[label="",style="solid", color="blue", weight=3]; 19.91/9.45 779 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 779[label="vwx30 == vwx40",fontsize=16,color="magenta"];779 -> 937[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 779 -> 938[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 780 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 780[label="vwx30 == vwx40",fontsize=16,color="magenta"];780 -> 939[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 780 -> 940[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 781 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 781[label="vwx30 == vwx40",fontsize=16,color="magenta"];781 -> 941[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 781 -> 942[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 782 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 782[label="vwx30 == vwx40",fontsize=16,color="magenta"];782 -> 943[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 782 -> 944[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 783 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 783[label="vwx30 == vwx40",fontsize=16,color="magenta"];783 -> 945[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 783 -> 946[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 784 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 784[label="vwx30 == vwx40",fontsize=16,color="magenta"];784 -> 947[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 784 -> 948[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 785 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 785[label="vwx30 == vwx40",fontsize=16,color="magenta"];785 -> 949[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 785 -> 950[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 786 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 786[label="vwx30 == vwx40",fontsize=16,color="magenta"];786 -> 951[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 786 -> 952[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 787 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 787[label="vwx30 == vwx40",fontsize=16,color="magenta"];787 -> 953[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 787 -> 954[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 788 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 788[label="vwx30 == vwx40",fontsize=16,color="magenta"];788 -> 955[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 788 -> 956[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 789 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 789[label="vwx30 == vwx40",fontsize=16,color="magenta"];789 -> 957[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 789 -> 958[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 790 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 790[label="vwx30 == vwx40",fontsize=16,color="magenta"];790 -> 959[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 790 -> 960[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 791 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 791[label="vwx30 == vwx40",fontsize=16,color="magenta"];791 -> 961[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 791 -> 962[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 792 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 792[label="vwx30 == vwx40",fontsize=16,color="magenta"];792 -> 963[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 792 -> 964[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 793[label="compare1 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) ((vwx51,vwx52,vwx53) <= (vwx54,vwx55,vwx56))",fontsize=16,color="black",shape="box"];793 -> 965[label="",style="solid", color="black", weight=3]; 19.91/9.45 794[label="EQ",fontsize=16,color="green",shape="box"];610[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];610 -> 795[label="",style="solid", color="black", weight=3]; 19.91/9.45 611[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];611 -> 796[label="",style="solid", color="black", weight=3]; 19.91/9.45 612[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];612 -> 797[label="",style="solid", color="black", weight=3]; 19.91/9.45 613[label="compare0 True False True",fontsize=16,color="black",shape="box"];613 -> 798[label="",style="solid", color="black", weight=3]; 19.91/9.45 614[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];614 -> 799[label="",style="dashed", color="green", weight=3]; 19.91/9.45 615[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];615 -> 800[label="",style="dashed", color="green", weight=3]; 19.91/9.45 616[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];616 -> 801[label="",style="dashed", color="green", weight=3]; 19.91/9.45 617[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];617 -> 802[label="",style="dashed", color="green", weight=3]; 19.91/9.45 618 -> 209[label="",style="dashed", color="red", weight=0]; 19.91/9.45 618[label="primMulInt vwx300 vwx410",fontsize=16,color="magenta"];618 -> 803[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 618 -> 804[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 619[label="compare0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];619 -> 805[label="",style="solid", color="black", weight=3]; 19.91/9.45 620[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];620 -> 806[label="",style="solid", color="black", weight=3]; 19.91/9.45 621[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3001[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];621 -> 3001[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3001 -> 807[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 622[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];622 -> 808[label="",style="solid", color="black", weight=3]; 19.91/9.45 623[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3002[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];623 -> 3002[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3002 -> 809[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 624[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];624 -> 810[label="",style="solid", color="black", weight=3]; 19.91/9.45 625[label="False == False",fontsize=16,color="black",shape="box"];625 -> 811[label="",style="solid", color="black", weight=3]; 19.91/9.45 626[label="False == True",fontsize=16,color="black",shape="box"];626 -> 812[label="",style="solid", color="black", weight=3]; 19.91/9.45 627[label="True == False",fontsize=16,color="black",shape="box"];627 -> 813[label="",style="solid", color="black", weight=3]; 19.91/9.45 628[label="True == True",fontsize=16,color="black",shape="box"];628 -> 814[label="",style="solid", color="black", weight=3]; 19.91/9.45 629[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];629 -> 815[label="",style="solid", color="black", weight=3]; 19.91/9.45 630[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3003[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];630 -> 3003[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3003 -> 816[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3004[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];630 -> 3004[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3004 -> 817[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 631[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3005[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];631 -> 3005[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3005 -> 818[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3006[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];631 -> 3006[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3006 -> 819[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 632[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3007[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];632 -> 3007[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3007 -> 820[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 633[label="LT == LT",fontsize=16,color="black",shape="box"];633 -> 821[label="",style="solid", color="black", weight=3]; 19.91/9.45 634[label="LT == EQ",fontsize=16,color="black",shape="box"];634 -> 822[label="",style="solid", color="black", weight=3]; 19.91/9.45 635[label="LT == GT",fontsize=16,color="black",shape="box"];635 -> 823[label="",style="solid", color="black", weight=3]; 19.91/9.45 636[label="EQ == LT",fontsize=16,color="black",shape="box"];636 -> 824[label="",style="solid", color="black", weight=3]; 19.91/9.45 637[label="EQ == EQ",fontsize=16,color="black",shape="box"];637 -> 825[label="",style="solid", color="black", weight=3]; 19.91/9.45 638[label="EQ == GT",fontsize=16,color="black",shape="box"];638 -> 826[label="",style="solid", color="black", weight=3]; 19.91/9.45 639[label="GT == LT",fontsize=16,color="black",shape="box"];639 -> 827[label="",style="solid", color="black", weight=3]; 19.91/9.45 640[label="GT == EQ",fontsize=16,color="black",shape="box"];640 -> 828[label="",style="solid", color="black", weight=3]; 19.91/9.45 641[label="GT == GT",fontsize=16,color="black",shape="box"];641 -> 829[label="",style="solid", color="black", weight=3]; 19.91/9.45 642[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];642 -> 830[label="",style="solid", color="black", weight=3]; 19.91/9.45 643[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];643 -> 831[label="",style="solid", color="black", weight=3]; 19.91/9.45 644[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];644 -> 832[label="",style="solid", color="black", weight=3]; 19.91/9.45 645[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];645 -> 833[label="",style="solid", color="black", weight=3]; 19.91/9.45 646[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];646 -> 834[label="",style="solid", color="black", weight=3]; 19.91/9.45 647[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];647 -> 835[label="",style="solid", color="black", weight=3]; 19.91/9.45 648[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];648 -> 836[label="",style="solid", color="black", weight=3]; 19.91/9.45 649[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];649 -> 837[label="",style="solid", color="black", weight=3]; 19.91/9.45 650[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];650 -> 838[label="",style="solid", color="black", weight=3]; 19.91/9.45 651[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];651 -> 839[label="",style="solid", color="black", weight=3]; 19.91/9.45 652[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];652 -> 840[label="",style="solid", color="black", weight=3]; 19.91/9.45 653[label="[] == []",fontsize=16,color="black",shape="box"];653 -> 841[label="",style="solid", color="black", weight=3]; 19.91/9.45 654[label="() == ()",fontsize=16,color="black",shape="box"];654 -> 842[label="",style="solid", color="black", weight=3]; 19.91/9.45 844[label="Just vwx15 <= Just vwx16",fontsize=16,color="black",shape="box"];844 -> 966[label="",style="solid", color="black", weight=3]; 19.91/9.45 845[label="vwx16",fontsize=16,color="green",shape="box"];846[label="vwx15",fontsize=16,color="green",shape="box"];843[label="compare1 (Just vwx87) (Just vwx88) vwx89",fontsize=16,color="burlywood",shape="triangle"];3008[label="vwx89/False",fontsize=10,color="white",style="solid",shape="box"];843 -> 3008[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3008 -> 967[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3009[label="vwx89/True",fontsize=10,color="white",style="solid",shape="box"];843 -> 3009[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3009 -> 968[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 850[label="vwx41",fontsize=16,color="green",shape="box"];851[label="vwx31",fontsize=16,color="green",shape="box"];852[label="vwx41",fontsize=16,color="green",shape="box"];853[label="vwx31",fontsize=16,color="green",shape="box"];854[label="vwx41",fontsize=16,color="green",shape="box"];855[label="vwx31",fontsize=16,color="green",shape="box"];856[label="vwx41",fontsize=16,color="green",shape="box"];857[label="vwx31",fontsize=16,color="green",shape="box"];858[label="vwx41",fontsize=16,color="green",shape="box"];859[label="vwx31",fontsize=16,color="green",shape="box"];860[label="vwx41",fontsize=16,color="green",shape="box"];861[label="vwx31",fontsize=16,color="green",shape="box"];862[label="vwx41",fontsize=16,color="green",shape="box"];863[label="vwx31",fontsize=16,color="green",shape="box"];864[label="vwx41",fontsize=16,color="green",shape="box"];865[label="vwx31",fontsize=16,color="green",shape="box"];866[label="vwx41",fontsize=16,color="green",shape="box"];867[label="vwx31",fontsize=16,color="green",shape="box"];868[label="vwx41",fontsize=16,color="green",shape="box"];869[label="vwx31",fontsize=16,color="green",shape="box"];870[label="vwx41",fontsize=16,color="green",shape="box"];871[label="vwx31",fontsize=16,color="green",shape="box"];872[label="vwx41",fontsize=16,color="green",shape="box"];873[label="vwx31",fontsize=16,color="green",shape="box"];874[label="vwx41",fontsize=16,color="green",shape="box"];875[label="vwx31",fontsize=16,color="green",shape="box"];876[label="vwx41",fontsize=16,color="green",shape="box"];877[label="vwx31",fontsize=16,color="green",shape="box"];878[label="vwx40",fontsize=16,color="green",shape="box"];879[label="vwx30",fontsize=16,color="green",shape="box"];880[label="vwx40",fontsize=16,color="green",shape="box"];881[label="vwx30",fontsize=16,color="green",shape="box"];882[label="vwx40",fontsize=16,color="green",shape="box"];883[label="vwx30",fontsize=16,color="green",shape="box"];884[label="vwx40",fontsize=16,color="green",shape="box"];885[label="vwx30",fontsize=16,color="green",shape="box"];886[label="vwx40",fontsize=16,color="green",shape="box"];887[label="vwx30",fontsize=16,color="green",shape="box"];888[label="vwx40",fontsize=16,color="green",shape="box"];889[label="vwx30",fontsize=16,color="green",shape="box"];890[label="vwx40",fontsize=16,color="green",shape="box"];891[label="vwx30",fontsize=16,color="green",shape="box"];892[label="vwx40",fontsize=16,color="green",shape="box"];893[label="vwx30",fontsize=16,color="green",shape="box"];894[label="vwx40",fontsize=16,color="green",shape="box"];895[label="vwx30",fontsize=16,color="green",shape="box"];896[label="vwx40",fontsize=16,color="green",shape="box"];897[label="vwx30",fontsize=16,color="green",shape="box"];898[label="vwx40",fontsize=16,color="green",shape="box"];899[label="vwx30",fontsize=16,color="green",shape="box"];900[label="vwx40",fontsize=16,color="green",shape="box"];901[label="vwx30",fontsize=16,color="green",shape="box"];902[label="vwx40",fontsize=16,color="green",shape="box"];903[label="vwx30",fontsize=16,color="green",shape="box"];904[label="vwx40",fontsize=16,color="green",shape="box"];905[label="vwx30",fontsize=16,color="green",shape="box"];906[label="False",fontsize=16,color="green",shape="box"];907[label="vwx82",fontsize=16,color="green",shape="box"];908 -> 1137[label="",style="dashed", color="red", weight=0]; 19.91/9.45 908[label="compare1 (vwx64,vwx65) (vwx66,vwx67) (vwx64 < vwx66 || vwx64 == vwx66 && vwx65 <= vwx67)",fontsize=16,color="magenta"];908 -> 1138[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 908 -> 1139[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 908 -> 1140[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 908 -> 1141[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 908 -> 1142[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 908 -> 1143[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 970[label="vwx33",fontsize=16,color="green",shape="box"];971[label="Left vwx33 <= Left vwx34",fontsize=16,color="black",shape="box"];971 -> 978[label="",style="solid", color="black", weight=3]; 19.91/9.45 972[label="vwx34",fontsize=16,color="green",shape="box"];969[label="compare1 (Left vwx94) (Left vwx95) vwx96",fontsize=16,color="burlywood",shape="triangle"];3010[label="vwx96/False",fontsize=10,color="white",style="solid",shape="box"];969 -> 3010[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3010 -> 979[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3011[label="vwx96/True",fontsize=10,color="white",style="solid",shape="box"];969 -> 3011[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3011 -> 980[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 701[label="compare0 (Right vwx30) (Left vwx40) True",fontsize=16,color="black",shape="box"];701 -> 981[label="",style="solid", color="black", weight=3]; 19.91/9.45 983[label="vwx40",fontsize=16,color="green",shape="box"];984[label="vwx41",fontsize=16,color="green",shape="box"];985[label="Right vwx40 <= Right vwx41",fontsize=16,color="black",shape="box"];985 -> 989[label="",style="solid", color="black", weight=3]; 19.91/9.45 982[label="compare1 (Right vwx102) (Right vwx103) vwx104",fontsize=16,color="burlywood",shape="triangle"];3012[label="vwx104/False",fontsize=10,color="white",style="solid",shape="box"];982 -> 3012[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3012 -> 990[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3013[label="vwx104/True",fontsize=10,color="white",style="solid",shape="box"];982 -> 3013[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3013 -> 991[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 909 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 909[label="vwx32 == vwx42",fontsize=16,color="magenta"];909 -> 992[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 909 -> 993[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 910 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 910[label="vwx32 == vwx42",fontsize=16,color="magenta"];910 -> 994[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 910 -> 995[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 911 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 911[label="vwx32 == vwx42",fontsize=16,color="magenta"];911 -> 996[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 911 -> 997[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 912 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 912[label="vwx32 == vwx42",fontsize=16,color="magenta"];912 -> 998[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 912 -> 999[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 913 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 913[label="vwx32 == vwx42",fontsize=16,color="magenta"];913 -> 1000[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 913 -> 1001[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 914 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 914[label="vwx32 == vwx42",fontsize=16,color="magenta"];914 -> 1002[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 914 -> 1003[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 915 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 915[label="vwx32 == vwx42",fontsize=16,color="magenta"];915 -> 1004[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 915 -> 1005[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 916 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 916[label="vwx32 == vwx42",fontsize=16,color="magenta"];916 -> 1006[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 916 -> 1007[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 917 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 917[label="vwx32 == vwx42",fontsize=16,color="magenta"];917 -> 1008[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 917 -> 1009[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 918 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 918[label="vwx32 == vwx42",fontsize=16,color="magenta"];918 -> 1010[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 918 -> 1011[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 919 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 919[label="vwx32 == vwx42",fontsize=16,color="magenta"];919 -> 1012[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 919 -> 1013[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 920 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 920[label="vwx32 == vwx42",fontsize=16,color="magenta"];920 -> 1014[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 920 -> 1015[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 921 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 921[label="vwx32 == vwx42",fontsize=16,color="magenta"];921 -> 1016[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 921 -> 1017[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 922 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 922[label="vwx32 == vwx42",fontsize=16,color="magenta"];922 -> 1018[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 922 -> 1019[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 923 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 923[label="vwx31 == vwx41",fontsize=16,color="magenta"];923 -> 1020[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 923 -> 1021[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 924 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 924[label="vwx31 == vwx41",fontsize=16,color="magenta"];924 -> 1022[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 924 -> 1023[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 925 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 925[label="vwx31 == vwx41",fontsize=16,color="magenta"];925 -> 1024[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 925 -> 1025[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 926 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 926[label="vwx31 == vwx41",fontsize=16,color="magenta"];926 -> 1026[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 926 -> 1027[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 927 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 927[label="vwx31 == vwx41",fontsize=16,color="magenta"];927 -> 1028[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 927 -> 1029[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 928 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 928[label="vwx31 == vwx41",fontsize=16,color="magenta"];928 -> 1030[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 928 -> 1031[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 929 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 929[label="vwx31 == vwx41",fontsize=16,color="magenta"];929 -> 1032[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 929 -> 1033[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 930 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 930[label="vwx31 == vwx41",fontsize=16,color="magenta"];930 -> 1034[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 930 -> 1035[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 931 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 931[label="vwx31 == vwx41",fontsize=16,color="magenta"];931 -> 1036[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 931 -> 1037[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 932 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 932[label="vwx31 == vwx41",fontsize=16,color="magenta"];932 -> 1038[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 932 -> 1039[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 933 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 933[label="vwx31 == vwx41",fontsize=16,color="magenta"];933 -> 1040[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 933 -> 1041[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 934 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 934[label="vwx31 == vwx41",fontsize=16,color="magenta"];934 -> 1042[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 934 -> 1043[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 935 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 935[label="vwx31 == vwx41",fontsize=16,color="magenta"];935 -> 1044[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 935 -> 1045[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 936 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 936[label="vwx31 == vwx41",fontsize=16,color="magenta"];936 -> 1046[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 936 -> 1047[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 937[label="vwx40",fontsize=16,color="green",shape="box"];938[label="vwx30",fontsize=16,color="green",shape="box"];939[label="vwx40",fontsize=16,color="green",shape="box"];940[label="vwx30",fontsize=16,color="green",shape="box"];941[label="vwx40",fontsize=16,color="green",shape="box"];942[label="vwx30",fontsize=16,color="green",shape="box"];943[label="vwx40",fontsize=16,color="green",shape="box"];944[label="vwx30",fontsize=16,color="green",shape="box"];945[label="vwx40",fontsize=16,color="green",shape="box"];946[label="vwx30",fontsize=16,color="green",shape="box"];947[label="vwx40",fontsize=16,color="green",shape="box"];948[label="vwx30",fontsize=16,color="green",shape="box"];949[label="vwx40",fontsize=16,color="green",shape="box"];950[label="vwx30",fontsize=16,color="green",shape="box"];951[label="vwx40",fontsize=16,color="green",shape="box"];952[label="vwx30",fontsize=16,color="green",shape="box"];953[label="vwx40",fontsize=16,color="green",shape="box"];954[label="vwx30",fontsize=16,color="green",shape="box"];955[label="vwx40",fontsize=16,color="green",shape="box"];956[label="vwx30",fontsize=16,color="green",shape="box"];957[label="vwx40",fontsize=16,color="green",shape="box"];958[label="vwx30",fontsize=16,color="green",shape="box"];959[label="vwx40",fontsize=16,color="green",shape="box"];960[label="vwx30",fontsize=16,color="green",shape="box"];961[label="vwx40",fontsize=16,color="green",shape="box"];962[label="vwx30",fontsize=16,color="green",shape="box"];963[label="vwx40",fontsize=16,color="green",shape="box"];964[label="vwx30",fontsize=16,color="green",shape="box"];965 -> 1202[label="",style="dashed", color="red", weight=0]; 19.91/9.45 965[label="compare1 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) (vwx51 < vwx54 || vwx51 == vwx54 && (vwx52 < vwx55 || vwx52 == vwx55 && vwx53 <= vwx56))",fontsize=16,color="magenta"];965 -> 1203[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 965 -> 1204[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 965 -> 1205[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 965 -> 1206[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 965 -> 1207[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 965 -> 1208[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 965 -> 1209[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 965 -> 1210[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 795[label="GT",fontsize=16,color="green",shape="box"];796[label="GT",fontsize=16,color="green",shape="box"];797[label="GT",fontsize=16,color="green",shape="box"];798[label="GT",fontsize=16,color="green",shape="box"];799[label="primMulNat vwx300 vwx410",fontsize=16,color="burlywood",shape="triangle"];3014[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];799 -> 3014[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3014 -> 1050[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3015[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];799 -> 3015[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3015 -> 1051[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 800 -> 799[label="",style="dashed", color="red", weight=0]; 19.91/9.45 800[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];800 -> 1052[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 801 -> 799[label="",style="dashed", color="red", weight=0]; 19.91/9.45 801[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];801 -> 1053[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 802 -> 799[label="",style="dashed", color="red", weight=0]; 19.91/9.45 802[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];802 -> 1054[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 802 -> 1055[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 803[label="vwx300",fontsize=16,color="green",shape="box"];804[label="vwx410",fontsize=16,color="green",shape="box"];805[label="GT",fontsize=16,color="green",shape="box"];806 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.45 806[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];806 -> 1056[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 806 -> 1057[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 807[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];807 -> 1058[label="",style="solid", color="black", weight=3]; 19.91/9.45 808 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.45 808[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];808 -> 1059[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 808 -> 1060[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 809[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];809 -> 1061[label="",style="solid", color="black", weight=3]; 19.91/9.45 810 -> 458[label="",style="dashed", color="red", weight=0]; 19.91/9.45 810[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];810 -> 1062[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 810 -> 1063[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 811[label="True",fontsize=16,color="green",shape="box"];812[label="False",fontsize=16,color="green",shape="box"];813[label="False",fontsize=16,color="green",shape="box"];814[label="True",fontsize=16,color="green",shape="box"];815 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.45 815[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];815 -> 1064[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 815 -> 1065[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 816[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3016[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];816 -> 3016[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3016 -> 1066[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3017[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];816 -> 3017[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3017 -> 1067[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 817[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3018[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];817 -> 3018[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3018 -> 1068[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3019[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];817 -> 3019[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3019 -> 1069[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 818[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3020[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];818 -> 3020[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3020 -> 1070[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3021[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];818 -> 3021[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3021 -> 1071[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 819[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3022[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];819 -> 3022[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3022 -> 1072[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3023[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];819 -> 3023[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3023 -> 1073[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 820[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];820 -> 1074[label="",style="solid", color="black", weight=3]; 19.91/9.45 821[label="True",fontsize=16,color="green",shape="box"];822[label="False",fontsize=16,color="green",shape="box"];823[label="False",fontsize=16,color="green",shape="box"];824[label="False",fontsize=16,color="green",shape="box"];825[label="True",fontsize=16,color="green",shape="box"];826[label="False",fontsize=16,color="green",shape="box"];827[label="False",fontsize=16,color="green",shape="box"];828[label="False",fontsize=16,color="green",shape="box"];829[label="True",fontsize=16,color="green",shape="box"];830[label="True",fontsize=16,color="green",shape="box"];831[label="False",fontsize=16,color="green",shape="box"];832[label="False",fontsize=16,color="green",shape="box"];833[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3024[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3024[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3024 -> 1075[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3025[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3025[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3025 -> 1076[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3026[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3026[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3026 -> 1077[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3027[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3027[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3027 -> 1078[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3028[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3028[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3028 -> 1079[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3029[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3029[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3029 -> 1080[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3030[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3030[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3030 -> 1081[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3031[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3031[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3031 -> 1082[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3032[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3032[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3032 -> 1083[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3033[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3033[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3033 -> 1084[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3034[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3034[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3034 -> 1085[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3035[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3035[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3035 -> 1086[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3036[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3036[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3036 -> 1087[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3037[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];833 -> 3037[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3037 -> 1088[label="",style="solid", color="blue", weight=3]; 19.91/9.45 834[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3038[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3038[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3038 -> 1089[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3039[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3039[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3039 -> 1090[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3040[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3040[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3040 -> 1091[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3041[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3041[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3041 -> 1092[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3042[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3042[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3042 -> 1093[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3043[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3043[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3043 -> 1094[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3044[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3044[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3044 -> 1095[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3045[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3045[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3045 -> 1096[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3046[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3046[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3046 -> 1097[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3047[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3047[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3047 -> 1098[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3048[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3048[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3048 -> 1099[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3049[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3049[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3049 -> 1100[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3050[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3050[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3050 -> 1101[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3051[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];834 -> 3051[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3051 -> 1102[label="",style="solid", color="blue", weight=3]; 19.91/9.45 835[label="False",fontsize=16,color="green",shape="box"];836[label="False",fontsize=16,color="green",shape="box"];837[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3052[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3052[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3052 -> 1103[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3053[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3053[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3053 -> 1104[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3054[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3054[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3054 -> 1105[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3055[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3055[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3055 -> 1106[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3056[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3056[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3056 -> 1107[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3057[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3057[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3057 -> 1108[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3058[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3058[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3058 -> 1109[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3059[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3059[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3059 -> 1110[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3060[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3060[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3060 -> 1111[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3061[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3061[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3061 -> 1112[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3062[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3062[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3062 -> 1113[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3063[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3063[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3063 -> 1114[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3064[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3064[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3064 -> 1115[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3065[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];837 -> 3065[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3065 -> 1116[label="",style="solid", color="blue", weight=3]; 19.91/9.45 838 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.45 838[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];838 -> 1117[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 838 -> 1118[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 839[label="False",fontsize=16,color="green",shape="box"];840[label="False",fontsize=16,color="green",shape="box"];841[label="True",fontsize=16,color="green",shape="box"];842[label="True",fontsize=16,color="green",shape="box"];966[label="vwx15 <= vwx16",fontsize=16,color="blue",shape="box"];3066[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3066[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3066 -> 1119[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3067[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3067[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3067 -> 1120[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3068[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3068[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3068 -> 1121[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3069[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3069[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3069 -> 1122[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3070[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3070[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3070 -> 1123[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3071[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3071[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3071 -> 1124[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3072[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3072[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3072 -> 1125[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3073[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3073[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3073 -> 1126[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3074[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3074[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3074 -> 1127[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3075[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3075[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3075 -> 1128[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3076[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3076[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3076 -> 1129[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3077[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3077[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3077 -> 1130[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3078[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3078[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3078 -> 1131[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3079[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];966 -> 3079[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3079 -> 1132[label="",style="solid", color="blue", weight=3]; 19.91/9.45 967[label="compare1 (Just vwx87) (Just vwx88) False",fontsize=16,color="black",shape="box"];967 -> 1133[label="",style="solid", color="black", weight=3]; 19.91/9.45 968[label="compare1 (Just vwx87) (Just vwx88) True",fontsize=16,color="black",shape="box"];968 -> 1134[label="",style="solid", color="black", weight=3]; 19.91/9.45 1138[label="vwx65",fontsize=16,color="green",shape="box"];1139[label="vwx66",fontsize=16,color="green",shape="box"];1140 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1140[label="vwx64 == vwx66 && vwx65 <= vwx67",fontsize=16,color="magenta"];1140 -> 1150[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1140 -> 1151[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1141[label="vwx64 < vwx66",fontsize=16,color="blue",shape="box"];3080[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3080[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3080 -> 1152[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3081[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3081[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3081 -> 1153[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3082[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3082[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3082 -> 1154[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3083[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3083[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3083 -> 1155[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3084[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3084[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3084 -> 1156[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3085[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3085[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3085 -> 1157[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3086[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3086[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3086 -> 1158[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3087[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3087[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3087 -> 1159[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3088[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3088[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3088 -> 1160[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3089[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3089[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3089 -> 1161[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3090[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3090[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3090 -> 1162[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3091[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3091[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3091 -> 1163[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3092[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3092[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3092 -> 1164[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3093[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1141 -> 3093[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3093 -> 1165[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1142[label="vwx67",fontsize=16,color="green",shape="box"];1143[label="vwx64",fontsize=16,color="green",shape="box"];1137[label="compare1 (vwx114,vwx115) (vwx116,vwx117) (vwx118 || vwx119)",fontsize=16,color="burlywood",shape="triangle"];3094[label="vwx118/False",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3094[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3094 -> 1166[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3095[label="vwx118/True",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3095[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3095 -> 1167[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 978[label="vwx33 <= vwx34",fontsize=16,color="blue",shape="box"];3096[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3096[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3096 -> 1168[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3097[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3097[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3097 -> 1169[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3098[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3098[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3098 -> 1170[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3099[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3099[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3099 -> 1171[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3100[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3100[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3100 -> 1172[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3101[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3101[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3101 -> 1173[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3102[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3102[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3102 -> 1174[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3103[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3103[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3103 -> 1175[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3104[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3104[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3104 -> 1176[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3105[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3105[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3105 -> 1177[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3106[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3106[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3106 -> 1178[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3107[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3107[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3107 -> 1179[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3108[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3108[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3108 -> 1180[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3109[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 3109[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3109 -> 1181[label="",style="solid", color="blue", weight=3]; 19.91/9.45 979[label="compare1 (Left vwx94) (Left vwx95) False",fontsize=16,color="black",shape="box"];979 -> 1182[label="",style="solid", color="black", weight=3]; 19.91/9.45 980[label="compare1 (Left vwx94) (Left vwx95) True",fontsize=16,color="black",shape="box"];980 -> 1183[label="",style="solid", color="black", weight=3]; 19.91/9.45 981[label="GT",fontsize=16,color="green",shape="box"];989[label="vwx40 <= vwx41",fontsize=16,color="blue",shape="box"];3110[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3110[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3110 -> 1184[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3111[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3111[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3111 -> 1185[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3112[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3112[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3112 -> 1186[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3113[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3113[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3113 -> 1187[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3114[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3114[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3114 -> 1188[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3115[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3115[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3115 -> 1189[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3116[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3116[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3116 -> 1190[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3117[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3117[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3117 -> 1191[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3118[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3118[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3118 -> 1192[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3119[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3119[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3119 -> 1193[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3120[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3120[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3120 -> 1194[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3121[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3121[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3121 -> 1195[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3122[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3122[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3122 -> 1196[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3123[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];989 -> 3123[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3123 -> 1197[label="",style="solid", color="blue", weight=3]; 19.91/9.45 990[label="compare1 (Right vwx102) (Right vwx103) False",fontsize=16,color="black",shape="box"];990 -> 1198[label="",style="solid", color="black", weight=3]; 19.91/9.45 991[label="compare1 (Right vwx102) (Right vwx103) True",fontsize=16,color="black",shape="box"];991 -> 1199[label="",style="solid", color="black", weight=3]; 19.91/9.45 992[label="vwx42",fontsize=16,color="green",shape="box"];993[label="vwx32",fontsize=16,color="green",shape="box"];994[label="vwx42",fontsize=16,color="green",shape="box"];995[label="vwx32",fontsize=16,color="green",shape="box"];996[label="vwx42",fontsize=16,color="green",shape="box"];997[label="vwx32",fontsize=16,color="green",shape="box"];998[label="vwx42",fontsize=16,color="green",shape="box"];999[label="vwx32",fontsize=16,color="green",shape="box"];1000[label="vwx42",fontsize=16,color="green",shape="box"];1001[label="vwx32",fontsize=16,color="green",shape="box"];1002[label="vwx42",fontsize=16,color="green",shape="box"];1003[label="vwx32",fontsize=16,color="green",shape="box"];1004[label="vwx42",fontsize=16,color="green",shape="box"];1005[label="vwx32",fontsize=16,color="green",shape="box"];1006[label="vwx42",fontsize=16,color="green",shape="box"];1007[label="vwx32",fontsize=16,color="green",shape="box"];1008[label="vwx42",fontsize=16,color="green",shape="box"];1009[label="vwx32",fontsize=16,color="green",shape="box"];1010[label="vwx42",fontsize=16,color="green",shape="box"];1011[label="vwx32",fontsize=16,color="green",shape="box"];1012[label="vwx42",fontsize=16,color="green",shape="box"];1013[label="vwx32",fontsize=16,color="green",shape="box"];1014[label="vwx42",fontsize=16,color="green",shape="box"];1015[label="vwx32",fontsize=16,color="green",shape="box"];1016[label="vwx42",fontsize=16,color="green",shape="box"];1017[label="vwx32",fontsize=16,color="green",shape="box"];1018[label="vwx42",fontsize=16,color="green",shape="box"];1019[label="vwx32",fontsize=16,color="green",shape="box"];1020[label="vwx41",fontsize=16,color="green",shape="box"];1021[label="vwx31",fontsize=16,color="green",shape="box"];1022[label="vwx41",fontsize=16,color="green",shape="box"];1023[label="vwx31",fontsize=16,color="green",shape="box"];1024[label="vwx41",fontsize=16,color="green",shape="box"];1025[label="vwx31",fontsize=16,color="green",shape="box"];1026[label="vwx41",fontsize=16,color="green",shape="box"];1027[label="vwx31",fontsize=16,color="green",shape="box"];1028[label="vwx41",fontsize=16,color="green",shape="box"];1029[label="vwx31",fontsize=16,color="green",shape="box"];1030[label="vwx41",fontsize=16,color="green",shape="box"];1031[label="vwx31",fontsize=16,color="green",shape="box"];1032[label="vwx41",fontsize=16,color="green",shape="box"];1033[label="vwx31",fontsize=16,color="green",shape="box"];1034[label="vwx41",fontsize=16,color="green",shape="box"];1035[label="vwx31",fontsize=16,color="green",shape="box"];1036[label="vwx41",fontsize=16,color="green",shape="box"];1037[label="vwx31",fontsize=16,color="green",shape="box"];1038[label="vwx41",fontsize=16,color="green",shape="box"];1039[label="vwx31",fontsize=16,color="green",shape="box"];1040[label="vwx41",fontsize=16,color="green",shape="box"];1041[label="vwx31",fontsize=16,color="green",shape="box"];1042[label="vwx41",fontsize=16,color="green",shape="box"];1043[label="vwx31",fontsize=16,color="green",shape="box"];1044[label="vwx41",fontsize=16,color="green",shape="box"];1045[label="vwx31",fontsize=16,color="green",shape="box"];1046[label="vwx41",fontsize=16,color="green",shape="box"];1047[label="vwx31",fontsize=16,color="green",shape="box"];1203[label="vwx51",fontsize=16,color="green",shape="box"];1204[label="vwx56",fontsize=16,color="green",shape="box"];1205[label="vwx51 < vwx54",fontsize=16,color="blue",shape="box"];3124[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3124[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3124 -> 1219[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3125[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3125[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3125 -> 1220[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3126[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3126[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3126 -> 1221[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3127[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3127[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3127 -> 1222[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3128[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3128[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3128 -> 1223[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3129[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3129[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3129 -> 1224[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3130[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3130[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3130 -> 1225[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3131[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3131[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3131 -> 1226[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3132[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3132[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3132 -> 1227[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3133[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3133[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3133 -> 1228[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3134[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3134[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3134 -> 1229[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3135[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3135[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3135 -> 1230[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3136[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3136[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3136 -> 1231[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3137[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1205 -> 3137[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3137 -> 1232[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1206[label="vwx53",fontsize=16,color="green",shape="box"];1207[label="vwx52",fontsize=16,color="green",shape="box"];1208[label="vwx54",fontsize=16,color="green",shape="box"];1209 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1209[label="vwx51 == vwx54 && (vwx52 < vwx55 || vwx52 == vwx55 && vwx53 <= vwx56)",fontsize=16,color="magenta"];1209 -> 1233[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1209 -> 1234[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1210[label="vwx55",fontsize=16,color="green",shape="box"];1202[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) (vwx135 || vwx136)",fontsize=16,color="burlywood",shape="triangle"];3138[label="vwx135/False",fontsize=10,color="white",style="solid",shape="box"];1202 -> 3138[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3138 -> 1235[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3139[label="vwx135/True",fontsize=10,color="white",style="solid",shape="box"];1202 -> 3139[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3139 -> 1236[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1050[label="primMulNat (Succ vwx3000) vwx410",fontsize=16,color="burlywood",shape="box"];3140[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];1050 -> 3140[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3140 -> 1237[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3141[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];1050 -> 3141[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3141 -> 1238[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1051[label="primMulNat Zero vwx410",fontsize=16,color="burlywood",shape="box"];3142[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];1051 -> 3142[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3142 -> 1239[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3143[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];1051 -> 3143[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3143 -> 1240[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1052[label="vwx410",fontsize=16,color="green",shape="box"];1053[label="vwx300",fontsize=16,color="green",shape="box"];1054[label="vwx300",fontsize=16,color="green",shape="box"];1055[label="vwx410",fontsize=16,color="green",shape="box"];1056 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1056[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];1056 -> 1241[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1056 -> 1242[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1057[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3144[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3144[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3144 -> 1243[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3145[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3145[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3145 -> 1244[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3146[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3146[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3146 -> 1245[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3147[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3147[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3147 -> 1246[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3148[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3148[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3148 -> 1247[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3149[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3149[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3149 -> 1248[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3150[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3150[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3150 -> 1249[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3151[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3151[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3151 -> 1250[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3152[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3152[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3152 -> 1251[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3153[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3153[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3153 -> 1252[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3154[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3154[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3154 -> 1253[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3155[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3155[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3155 -> 1254[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3156[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3156[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3156 -> 1255[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3157[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 3157[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3157 -> 1256[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1058[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3158[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1058 -> 3158[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3158 -> 1257[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3159[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1058 -> 3159[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3159 -> 1258[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1059[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3160[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3160[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3160 -> 1259[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3161[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3161[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3161 -> 1260[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3162[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3162[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3162 -> 1261[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3163[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3163[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3163 -> 1262[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3164[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3164[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3164 -> 1263[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3165[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3165[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3165 -> 1264[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3166[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3166[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3166 -> 1265[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3167[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3167[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3167 -> 1266[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3168[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3168[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3168 -> 1267[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3169[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3169[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3169 -> 1268[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3170[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3170[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3170 -> 1269[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3171[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3171[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3171 -> 1270[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3172[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3172[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3172 -> 1271[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3173[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1059 -> 3173[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3173 -> 1272[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1060[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3174[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3174[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3174 -> 1273[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3175[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3175[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3175 -> 1274[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3176[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3176[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3176 -> 1275[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3177[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3177[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3177 -> 1276[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3178[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3178[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3178 -> 1277[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3179[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3179[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3179 -> 1278[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3180[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3180[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3180 -> 1279[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3181[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3181[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3181 -> 1280[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3182[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3182[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3182 -> 1281[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3183[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3183[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3183 -> 1282[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3184[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3184[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3184 -> 1283[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3185[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3185[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3185 -> 1284[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3186[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3186[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3186 -> 1285[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3187[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1060 -> 3187[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3187 -> 1286[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1061 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1061[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];1061 -> 1287[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1061 -> 1288[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1062[label="vwx400",fontsize=16,color="green",shape="box"];1063[label="vwx300",fontsize=16,color="green",shape="box"];1064[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3188[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1064 -> 3188[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3188 -> 1289[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3189[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1064 -> 3189[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3189 -> 1290[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1065[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3190[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1065 -> 3190[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3190 -> 1291[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3191[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1065 -> 3191[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3191 -> 1292[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1066[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3192[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1066 -> 3192[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3192 -> 1293[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3193[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1066 -> 3193[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3193 -> 1294[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1067[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];1067 -> 1295[label="",style="solid", color="black", weight=3]; 19.91/9.45 1068[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3194[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1068 -> 3194[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3194 -> 1296[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3195[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1068 -> 3195[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3195 -> 1297[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1069[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3196[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1069 -> 3196[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3196 -> 1298[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3197[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1069 -> 3197[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3197 -> 1299[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1070[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];1070 -> 1300[label="",style="solid", color="black", weight=3]; 19.91/9.45 1071[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3198[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1071 -> 3198[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3198 -> 1301[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3199[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1071 -> 3199[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3199 -> 1302[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1072[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3200[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1072 -> 3200[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3200 -> 1303[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3201[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1072 -> 3201[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3201 -> 1304[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1073[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3202[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1073 -> 3202[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3202 -> 1305[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3203[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1073 -> 3203[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3203 -> 1306[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1074 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1074[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];1074 -> 1307[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1074 -> 1308[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1075 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1075[label="vwx300 == vwx400",fontsize=16,color="magenta"];1075 -> 1309[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1075 -> 1310[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1076 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1076[label="vwx300 == vwx400",fontsize=16,color="magenta"];1076 -> 1311[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1076 -> 1312[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1077 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1077[label="vwx300 == vwx400",fontsize=16,color="magenta"];1077 -> 1313[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1077 -> 1314[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1078 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1078[label="vwx300 == vwx400",fontsize=16,color="magenta"];1078 -> 1315[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1078 -> 1316[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1079 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1079[label="vwx300 == vwx400",fontsize=16,color="magenta"];1079 -> 1317[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1079 -> 1318[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1080 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1080[label="vwx300 == vwx400",fontsize=16,color="magenta"];1080 -> 1319[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1080 -> 1320[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1081 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1081[label="vwx300 == vwx400",fontsize=16,color="magenta"];1081 -> 1321[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1081 -> 1322[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1082 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1082[label="vwx300 == vwx400",fontsize=16,color="magenta"];1082 -> 1323[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1082 -> 1324[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1083 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1083[label="vwx300 == vwx400",fontsize=16,color="magenta"];1083 -> 1325[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1083 -> 1326[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1084 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1084[label="vwx300 == vwx400",fontsize=16,color="magenta"];1084 -> 1327[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1084 -> 1328[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1085 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1085[label="vwx300 == vwx400",fontsize=16,color="magenta"];1085 -> 1329[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1085 -> 1330[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1086 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1086[label="vwx300 == vwx400",fontsize=16,color="magenta"];1086 -> 1331[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1086 -> 1332[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1087 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1087[label="vwx300 == vwx400",fontsize=16,color="magenta"];1087 -> 1333[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1087 -> 1334[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1088 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1088[label="vwx300 == vwx400",fontsize=16,color="magenta"];1088 -> 1335[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1088 -> 1336[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1089 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1089[label="vwx300 == vwx400",fontsize=16,color="magenta"];1089 -> 1337[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1089 -> 1338[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1090 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1090[label="vwx300 == vwx400",fontsize=16,color="magenta"];1090 -> 1339[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1090 -> 1340[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1091 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1091[label="vwx300 == vwx400",fontsize=16,color="magenta"];1091 -> 1341[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1091 -> 1342[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1092 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1092[label="vwx300 == vwx400",fontsize=16,color="magenta"];1092 -> 1343[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1092 -> 1344[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1093 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1093[label="vwx300 == vwx400",fontsize=16,color="magenta"];1093 -> 1345[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1093 -> 1346[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1094 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1094[label="vwx300 == vwx400",fontsize=16,color="magenta"];1094 -> 1347[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1094 -> 1348[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1095 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1095[label="vwx300 == vwx400",fontsize=16,color="magenta"];1095 -> 1349[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1095 -> 1350[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1096 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1096[label="vwx300 == vwx400",fontsize=16,color="magenta"];1096 -> 1351[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1096 -> 1352[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1097 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1097[label="vwx300 == vwx400",fontsize=16,color="magenta"];1097 -> 1353[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1097 -> 1354[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1098 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1098[label="vwx300 == vwx400",fontsize=16,color="magenta"];1098 -> 1355[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1098 -> 1356[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1099 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1099[label="vwx300 == vwx400",fontsize=16,color="magenta"];1099 -> 1357[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1099 -> 1358[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1100 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1100[label="vwx300 == vwx400",fontsize=16,color="magenta"];1100 -> 1359[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1100 -> 1360[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1101 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1101[label="vwx300 == vwx400",fontsize=16,color="magenta"];1101 -> 1361[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1101 -> 1362[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1102 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1102[label="vwx300 == vwx400",fontsize=16,color="magenta"];1102 -> 1363[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1102 -> 1364[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1103 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1103[label="vwx300 == vwx400",fontsize=16,color="magenta"];1103 -> 1365[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1103 -> 1366[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1104 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1104[label="vwx300 == vwx400",fontsize=16,color="magenta"];1104 -> 1367[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1104 -> 1368[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1105 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1105[label="vwx300 == vwx400",fontsize=16,color="magenta"];1105 -> 1369[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1105 -> 1370[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1106 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1106[label="vwx300 == vwx400",fontsize=16,color="magenta"];1106 -> 1371[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1106 -> 1372[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1107 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1107[label="vwx300 == vwx400",fontsize=16,color="magenta"];1107 -> 1373[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1107 -> 1374[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1108 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1108[label="vwx300 == vwx400",fontsize=16,color="magenta"];1108 -> 1375[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1108 -> 1376[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1109 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1109[label="vwx300 == vwx400",fontsize=16,color="magenta"];1109 -> 1377[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1109 -> 1378[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1110 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1110[label="vwx300 == vwx400",fontsize=16,color="magenta"];1110 -> 1379[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1110 -> 1380[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1111 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1111[label="vwx300 == vwx400",fontsize=16,color="magenta"];1111 -> 1381[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1111 -> 1382[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1112 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1112[label="vwx300 == vwx400",fontsize=16,color="magenta"];1112 -> 1383[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1112 -> 1384[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1113 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1113[label="vwx300 == vwx400",fontsize=16,color="magenta"];1113 -> 1385[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1113 -> 1386[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1114 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1114[label="vwx300 == vwx400",fontsize=16,color="magenta"];1114 -> 1387[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1114 -> 1388[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1115 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1115[label="vwx300 == vwx400",fontsize=16,color="magenta"];1115 -> 1389[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1115 -> 1390[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1116 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1116[label="vwx300 == vwx400",fontsize=16,color="magenta"];1116 -> 1391[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1116 -> 1392[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1117 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1117[label="vwx301 == vwx401",fontsize=16,color="magenta"];1117 -> 1393[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1117 -> 1394[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1118[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3204[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3204[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3204 -> 1395[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3205[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3205[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3205 -> 1396[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3206[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3206[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3206 -> 1397[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3207[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3207[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3207 -> 1398[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3208[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3208[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3208 -> 1399[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3209[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3209[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3209 -> 1400[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3210[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3210[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3210 -> 1401[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3211[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3211[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3211 -> 1402[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3212[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3212[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3212 -> 1403[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3213[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3213[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3213 -> 1404[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3214[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3214[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3214 -> 1405[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3215[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3215[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3215 -> 1406[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3216[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3216[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3216 -> 1407[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3217[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3217[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3217 -> 1408[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1119[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1119 -> 1409[label="",style="solid", color="black", weight=3]; 19.91/9.45 1120[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1120 -> 1410[label="",style="solid", color="black", weight=3]; 19.91/9.45 1121[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1121 -> 1411[label="",style="solid", color="black", weight=3]; 19.91/9.45 1122[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1122 -> 1412[label="",style="solid", color="black", weight=3]; 19.91/9.45 1123[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3218[label="vwx15/LT",fontsize=10,color="white",style="solid",shape="box"];1123 -> 3218[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3218 -> 1413[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3219[label="vwx15/EQ",fontsize=10,color="white",style="solid",shape="box"];1123 -> 3219[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3219 -> 1414[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3220[label="vwx15/GT",fontsize=10,color="white",style="solid",shape="box"];1123 -> 3220[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3220 -> 1415[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1124[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3221[label="vwx15/False",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3221[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3221 -> 1416[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3222[label="vwx15/True",fontsize=10,color="white",style="solid",shape="box"];1124 -> 3222[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3222 -> 1417[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1125[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1125 -> 1418[label="",style="solid", color="black", weight=3]; 19.91/9.45 1126[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1126 -> 1419[label="",style="solid", color="black", weight=3]; 19.91/9.45 1127[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1127 -> 1420[label="",style="solid", color="black", weight=3]; 19.91/9.45 1128[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3223[label="vwx15/Nothing",fontsize=10,color="white",style="solid",shape="box"];1128 -> 3223[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3223 -> 1421[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3224[label="vwx15/Just vwx150",fontsize=10,color="white",style="solid",shape="box"];1128 -> 3224[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3224 -> 1422[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1129[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3225[label="vwx15/(vwx150,vwx151)",fontsize=10,color="white",style="solid",shape="box"];1129 -> 3225[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3225 -> 1423[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1130[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3226[label="vwx15/Left vwx150",fontsize=10,color="white",style="solid",shape="box"];1130 -> 3226[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3226 -> 1424[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3227[label="vwx15/Right vwx150",fontsize=10,color="white",style="solid",shape="box"];1130 -> 3227[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3227 -> 1425[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1131[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1131 -> 1426[label="",style="solid", color="black", weight=3]; 19.91/9.45 1132[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3228[label="vwx15/(vwx150,vwx151,vwx152)",fontsize=10,color="white",style="solid",shape="box"];1132 -> 3228[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3228 -> 1427[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1133[label="compare0 (Just vwx87) (Just vwx88) otherwise",fontsize=16,color="black",shape="box"];1133 -> 1428[label="",style="solid", color="black", weight=3]; 19.91/9.45 1134[label="LT",fontsize=16,color="green",shape="box"];1150[label="vwx65 <= vwx67",fontsize=16,color="blue",shape="box"];3229[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3229[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3229 -> 1429[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3230[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3230[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3230 -> 1430[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3231[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3231[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3231 -> 1431[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3232[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3232[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3232 -> 1432[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3233[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3233[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3233 -> 1433[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3234[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3234[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3234 -> 1434[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3235[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3235[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3235 -> 1435[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3236[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3236[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3236 -> 1436[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3237[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3237[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3237 -> 1437[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3238[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3238[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3238 -> 1438[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3239[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3239[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3239 -> 1439[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3240[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3240[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3240 -> 1440[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3241[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3241[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3241 -> 1441[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3242[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1150 -> 3242[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3242 -> 1442[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1151[label="vwx64 == vwx66",fontsize=16,color="blue",shape="box"];3243[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3243[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3243 -> 1443[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3244[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3244[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3244 -> 1444[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3245[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3245[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3245 -> 1445[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3246[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3246[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3246 -> 1446[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3247[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3247[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3247 -> 1447[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3248[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3248[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3248 -> 1448[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3249[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3249[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3249 -> 1449[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3250[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3250[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3250 -> 1450[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3251[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3251[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3251 -> 1451[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3252[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3252[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3252 -> 1452[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3253[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3253[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3253 -> 1453[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3254[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3254[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3254 -> 1454[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3255[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3255[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3255 -> 1455[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3256[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1151 -> 3256[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3256 -> 1456[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1152[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1152 -> 1457[label="",style="solid", color="black", weight=3]; 19.91/9.45 1153[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1153 -> 1458[label="",style="solid", color="black", weight=3]; 19.91/9.45 1154[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1154 -> 1459[label="",style="solid", color="black", weight=3]; 19.91/9.45 1155[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1155 -> 1460[label="",style="solid", color="black", weight=3]; 19.91/9.45 1156[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1156 -> 1461[label="",style="solid", color="black", weight=3]; 19.91/9.45 1157[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1157 -> 1462[label="",style="solid", color="black", weight=3]; 19.91/9.45 1158[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1158 -> 1463[label="",style="solid", color="black", weight=3]; 19.91/9.45 1159[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1159 -> 1464[label="",style="solid", color="black", weight=3]; 19.91/9.45 1160[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1160 -> 1465[label="",style="solid", color="black", weight=3]; 19.91/9.45 1161[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1161 -> 1466[label="",style="solid", color="black", weight=3]; 19.91/9.45 1162[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1162 -> 1467[label="",style="solid", color="black", weight=3]; 19.91/9.45 1163[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1163 -> 1468[label="",style="solid", color="black", weight=3]; 19.91/9.45 1164[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1164 -> 1469[label="",style="solid", color="black", weight=3]; 19.91/9.45 1165[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1165 -> 1470[label="",style="solid", color="black", weight=3]; 19.91/9.45 1166[label="compare1 (vwx114,vwx115) (vwx116,vwx117) (False || vwx119)",fontsize=16,color="black",shape="box"];1166 -> 1471[label="",style="solid", color="black", weight=3]; 19.91/9.45 1167[label="compare1 (vwx114,vwx115) (vwx116,vwx117) (True || vwx119)",fontsize=16,color="black",shape="box"];1167 -> 1472[label="",style="solid", color="black", weight=3]; 19.91/9.45 1168 -> 1119[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1168[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1168 -> 1473[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1168 -> 1474[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1169 -> 1120[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1169[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1169 -> 1475[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1169 -> 1476[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1170 -> 1121[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1170[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1170 -> 1477[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1170 -> 1478[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1171 -> 1122[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1171[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1171 -> 1479[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1171 -> 1480[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1172 -> 1123[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1172[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1172 -> 1481[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1172 -> 1482[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1173 -> 1124[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1173[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1173 -> 1483[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1173 -> 1484[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1174 -> 1125[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1174[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1174 -> 1485[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1174 -> 1486[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1175 -> 1126[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1175[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1175 -> 1487[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1175 -> 1488[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1176 -> 1127[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1176[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1176 -> 1489[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1176 -> 1490[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1177 -> 1128[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1177[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1177 -> 1491[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1177 -> 1492[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1178 -> 1129[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1178[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1178 -> 1493[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1178 -> 1494[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1179 -> 1130[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1179[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1179 -> 1495[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1179 -> 1496[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1180 -> 1131[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1180[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1180 -> 1497[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1180 -> 1498[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1181 -> 1132[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1181[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1181 -> 1499[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1181 -> 1500[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1182[label="compare0 (Left vwx94) (Left vwx95) otherwise",fontsize=16,color="black",shape="box"];1182 -> 1501[label="",style="solid", color="black", weight=3]; 19.91/9.45 1183[label="LT",fontsize=16,color="green",shape="box"];1184 -> 1119[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1184[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1184 -> 1502[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1184 -> 1503[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1185 -> 1120[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1185[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1185 -> 1504[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1185 -> 1505[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1186 -> 1121[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1186[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1186 -> 1506[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1186 -> 1507[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1187 -> 1122[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1187[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1187 -> 1508[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1187 -> 1509[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1188 -> 1123[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1188[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1188 -> 1510[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1188 -> 1511[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1189 -> 1124[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1189[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1189 -> 1512[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1189 -> 1513[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1190 -> 1125[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1190[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1190 -> 1514[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1190 -> 1515[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1191 -> 1126[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1191[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1191 -> 1516[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1191 -> 1517[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1192 -> 1127[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1192[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1192 -> 1518[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1192 -> 1519[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1193 -> 1128[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1193[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1193 -> 1520[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1193 -> 1521[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1194 -> 1129[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1194[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1194 -> 1522[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1194 -> 1523[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1195 -> 1130[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1195[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1195 -> 1524[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1195 -> 1525[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1196 -> 1131[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1196[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1196 -> 1526[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1196 -> 1527[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1197 -> 1132[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1197[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1197 -> 1528[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1197 -> 1529[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1198[label="compare0 (Right vwx102) (Right vwx103) otherwise",fontsize=16,color="black",shape="box"];1198 -> 1530[label="",style="solid", color="black", weight=3]; 19.91/9.45 1199[label="LT",fontsize=16,color="green",shape="box"];1219 -> 1152[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1219[label="vwx51 < vwx54",fontsize=16,color="magenta"];1219 -> 1531[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1219 -> 1532[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1220 -> 1153[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1220[label="vwx51 < vwx54",fontsize=16,color="magenta"];1220 -> 1533[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1220 -> 1534[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1221 -> 1154[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1221[label="vwx51 < vwx54",fontsize=16,color="magenta"];1221 -> 1535[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1221 -> 1536[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1222 -> 1155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1222[label="vwx51 < vwx54",fontsize=16,color="magenta"];1222 -> 1537[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1222 -> 1538[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1223 -> 1156[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1223[label="vwx51 < vwx54",fontsize=16,color="magenta"];1223 -> 1539[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1223 -> 1540[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1224 -> 1157[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1224[label="vwx51 < vwx54",fontsize=16,color="magenta"];1224 -> 1541[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1224 -> 1542[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1225 -> 1158[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1225[label="vwx51 < vwx54",fontsize=16,color="magenta"];1225 -> 1543[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1225 -> 1544[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1226 -> 1159[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1226[label="vwx51 < vwx54",fontsize=16,color="magenta"];1226 -> 1545[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1226 -> 1546[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1227 -> 1160[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1227[label="vwx51 < vwx54",fontsize=16,color="magenta"];1227 -> 1547[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1227 -> 1548[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1228 -> 1161[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1228[label="vwx51 < vwx54",fontsize=16,color="magenta"];1228 -> 1549[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1228 -> 1550[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1229 -> 1162[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1229[label="vwx51 < vwx54",fontsize=16,color="magenta"];1229 -> 1551[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1229 -> 1552[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1230 -> 1163[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1230[label="vwx51 < vwx54",fontsize=16,color="magenta"];1230 -> 1553[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1230 -> 1554[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1231 -> 1164[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1231[label="vwx51 < vwx54",fontsize=16,color="magenta"];1231 -> 1555[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1231 -> 1556[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1232 -> 1165[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1232[label="vwx51 < vwx54",fontsize=16,color="magenta"];1232 -> 1557[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1232 -> 1558[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1233 -> 1877[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1233[label="vwx52 < vwx55 || vwx52 == vwx55 && vwx53 <= vwx56",fontsize=16,color="magenta"];1233 -> 1878[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1233 -> 1879[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1234[label="vwx51 == vwx54",fontsize=16,color="blue",shape="box"];3257[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3257[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3257 -> 1561[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3258[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3258[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3258 -> 1562[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3259[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3259[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3259 -> 1563[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3260[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3260[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3260 -> 1564[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3261[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3261[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3261 -> 1565[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3262[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3262[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3262 -> 1566[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3263[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3263[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3263 -> 1567[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3264[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3264[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3264 -> 1568[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3265[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3265[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3265 -> 1569[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3266[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3266[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3266 -> 1570[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3267[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3267[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3267 -> 1571[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3268[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3268[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3268 -> 1572[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3269[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3269[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3269 -> 1573[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3270[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1234 -> 3270[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3270 -> 1574[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1235[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) (False || vwx136)",fontsize=16,color="black",shape="box"];1235 -> 1575[label="",style="solid", color="black", weight=3]; 19.91/9.45 1236[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) (True || vwx136)",fontsize=16,color="black",shape="box"];1236 -> 1576[label="",style="solid", color="black", weight=3]; 19.91/9.45 1237[label="primMulNat (Succ vwx3000) (Succ vwx4100)",fontsize=16,color="black",shape="box"];1237 -> 1577[label="",style="solid", color="black", weight=3]; 19.91/9.45 1238[label="primMulNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];1238 -> 1578[label="",style="solid", color="black", weight=3]; 19.91/9.45 1239[label="primMulNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];1239 -> 1579[label="",style="solid", color="black", weight=3]; 19.91/9.45 1240[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1240 -> 1580[label="",style="solid", color="black", weight=3]; 19.91/9.45 1241[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3271[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3271[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3271 -> 1581[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3272[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3272[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3272 -> 1582[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3273[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3273[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3273 -> 1583[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3274[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3274[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3274 -> 1584[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3275[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3275[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3275 -> 1585[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3276[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3276[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3276 -> 1586[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3277[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3277[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3277 -> 1587[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3278[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3278[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3278 -> 1588[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3279[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3279[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3279 -> 1589[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3280[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3280[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3280 -> 1590[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3281[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3281[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3281 -> 1591[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3282[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3282[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3282 -> 1592[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3283[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3283[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3283 -> 1593[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3284[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1241 -> 3284[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3284 -> 1594[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1242[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3285[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3285[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3285 -> 1595[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3286[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3286[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3286 -> 1596[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3287[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3287[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3287 -> 1597[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3288[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3288[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3288 -> 1598[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3289[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3289[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3289 -> 1599[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3290[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3290[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3290 -> 1600[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3291[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3291[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3291 -> 1601[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3292[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3292[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3292 -> 1602[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3293[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3293[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3293 -> 1603[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3294[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3294[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3294 -> 1604[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3295[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3295[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3295 -> 1605[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3296[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3296[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3296 -> 1606[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3297[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3297[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3297 -> 1607[label="",style="solid", color="blue", weight=3]; 19.91/9.45 3298[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3298[label="",style="solid", color="blue", weight=9]; 19.91/9.45 3298 -> 1608[label="",style="solid", color="blue", weight=3]; 19.91/9.45 1243 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1243[label="vwx300 == vwx400",fontsize=16,color="magenta"];1243 -> 1609[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1243 -> 1610[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1244 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1244[label="vwx300 == vwx400",fontsize=16,color="magenta"];1244 -> 1611[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1244 -> 1612[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1245 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1245[label="vwx300 == vwx400",fontsize=16,color="magenta"];1245 -> 1613[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1245 -> 1614[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1246 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1246[label="vwx300 == vwx400",fontsize=16,color="magenta"];1246 -> 1615[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1246 -> 1616[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1247 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1247[label="vwx300 == vwx400",fontsize=16,color="magenta"];1247 -> 1617[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1247 -> 1618[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1248 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1248[label="vwx300 == vwx400",fontsize=16,color="magenta"];1248 -> 1619[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1248 -> 1620[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1249 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1249[label="vwx300 == vwx400",fontsize=16,color="magenta"];1249 -> 1621[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1249 -> 1622[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1250 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1250[label="vwx300 == vwx400",fontsize=16,color="magenta"];1250 -> 1623[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1250 -> 1624[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1251 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1251[label="vwx300 == vwx400",fontsize=16,color="magenta"];1251 -> 1625[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1251 -> 1626[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1252 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1252[label="vwx300 == vwx400",fontsize=16,color="magenta"];1252 -> 1627[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1252 -> 1628[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1253 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1253[label="vwx300 == vwx400",fontsize=16,color="magenta"];1253 -> 1629[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1253 -> 1630[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1254 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1254[label="vwx300 == vwx400",fontsize=16,color="magenta"];1254 -> 1631[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1254 -> 1632[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1255 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1255[label="vwx300 == vwx400",fontsize=16,color="magenta"];1255 -> 1633[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1255 -> 1634[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1256 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1256[label="vwx300 == vwx400",fontsize=16,color="magenta"];1256 -> 1635[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1256 -> 1636[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1257[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3299[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3299[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3299 -> 1637[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3300[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3300[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3300 -> 1638[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1258[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3301[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1258 -> 3301[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3301 -> 1639[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 3302[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1258 -> 3302[label="",style="solid", color="burlywood", weight=9]; 19.91/9.45 3302 -> 1640[label="",style="solid", color="burlywood", weight=3]; 19.91/9.45 1259 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1259[label="vwx301 == vwx401",fontsize=16,color="magenta"];1259 -> 1641[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1259 -> 1642[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1260 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1260[label="vwx301 == vwx401",fontsize=16,color="magenta"];1260 -> 1643[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1260 -> 1644[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1261 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1261[label="vwx301 == vwx401",fontsize=16,color="magenta"];1261 -> 1645[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1261 -> 1646[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1262 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1262[label="vwx301 == vwx401",fontsize=16,color="magenta"];1262 -> 1647[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1262 -> 1648[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1263 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1263[label="vwx301 == vwx401",fontsize=16,color="magenta"];1263 -> 1649[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1263 -> 1650[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1264 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1264[label="vwx301 == vwx401",fontsize=16,color="magenta"];1264 -> 1651[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1264 -> 1652[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1265 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1265[label="vwx301 == vwx401",fontsize=16,color="magenta"];1265 -> 1653[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1265 -> 1654[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1266 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1266[label="vwx301 == vwx401",fontsize=16,color="magenta"];1266 -> 1655[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1266 -> 1656[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1267 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1267[label="vwx301 == vwx401",fontsize=16,color="magenta"];1267 -> 1657[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1267 -> 1658[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1268 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1268[label="vwx301 == vwx401",fontsize=16,color="magenta"];1268 -> 1659[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1268 -> 1660[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1269 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1269[label="vwx301 == vwx401",fontsize=16,color="magenta"];1269 -> 1661[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1269 -> 1662[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1270 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1270[label="vwx301 == vwx401",fontsize=16,color="magenta"];1270 -> 1663[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1270 -> 1664[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1271 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1271[label="vwx301 == vwx401",fontsize=16,color="magenta"];1271 -> 1665[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1271 -> 1666[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1272 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1272[label="vwx301 == vwx401",fontsize=16,color="magenta"];1272 -> 1667[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1272 -> 1668[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1273 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1273[label="vwx300 == vwx400",fontsize=16,color="magenta"];1273 -> 1669[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1273 -> 1670[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1274 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1274[label="vwx300 == vwx400",fontsize=16,color="magenta"];1274 -> 1671[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1274 -> 1672[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1275 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1275[label="vwx300 == vwx400",fontsize=16,color="magenta"];1275 -> 1673[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1275 -> 1674[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1276 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1276[label="vwx300 == vwx400",fontsize=16,color="magenta"];1276 -> 1675[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1276 -> 1676[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1277 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1277[label="vwx300 == vwx400",fontsize=16,color="magenta"];1277 -> 1677[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1277 -> 1678[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1278 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1278[label="vwx300 == vwx400",fontsize=16,color="magenta"];1278 -> 1679[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1278 -> 1680[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1279 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1279[label="vwx300 == vwx400",fontsize=16,color="magenta"];1279 -> 1681[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1279 -> 1682[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1280 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1280[label="vwx300 == vwx400",fontsize=16,color="magenta"];1280 -> 1683[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1280 -> 1684[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1281 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1281[label="vwx300 == vwx400",fontsize=16,color="magenta"];1281 -> 1685[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1281 -> 1686[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1282 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1282[label="vwx300 == vwx400",fontsize=16,color="magenta"];1282 -> 1687[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1282 -> 1688[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1283 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1283[label="vwx300 == vwx400",fontsize=16,color="magenta"];1283 -> 1689[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1283 -> 1690[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1284 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1284[label="vwx300 == vwx400",fontsize=16,color="magenta"];1284 -> 1691[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1284 -> 1692[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1285 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1285[label="vwx300 == vwx400",fontsize=16,color="magenta"];1285 -> 1693[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1285 -> 1694[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1286 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1286[label="vwx300 == vwx400",fontsize=16,color="magenta"];1286 -> 1695[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1286 -> 1696[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1287 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1287[label="vwx301 * vwx400",fontsize=16,color="magenta"];1287 -> 1697[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1287 -> 1698[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1288 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1288[label="vwx300 * vwx401",fontsize=16,color="magenta"];1288 -> 1699[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1288 -> 1700[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1289 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1289[label="vwx301 == vwx401",fontsize=16,color="magenta"];1289 -> 1701[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1289 -> 1702[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1290 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1290[label="vwx301 == vwx401",fontsize=16,color="magenta"];1290 -> 1703[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1290 -> 1704[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1291 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1291[label="vwx300 == vwx400",fontsize=16,color="magenta"];1291 -> 1705[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1291 -> 1706[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1292 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1292[label="vwx300 == vwx400",fontsize=16,color="magenta"];1292 -> 1707[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1292 -> 1708[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1293[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1293 -> 1709[label="",style="solid", color="black", weight=3]; 19.91/9.45 1294[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1294 -> 1710[label="",style="solid", color="black", weight=3]; 19.91/9.45 1295[label="False",fontsize=16,color="green",shape="box"];1296[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1296 -> 1711[label="",style="solid", color="black", weight=3]; 19.91/9.45 1297[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1297 -> 1712[label="",style="solid", color="black", weight=3]; 19.91/9.45 1298[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1298 -> 1713[label="",style="solid", color="black", weight=3]; 19.91/9.45 1299[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1299 -> 1714[label="",style="solid", color="black", weight=3]; 19.91/9.45 1300[label="False",fontsize=16,color="green",shape="box"];1301[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1301 -> 1715[label="",style="solid", color="black", weight=3]; 19.91/9.45 1302[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1302 -> 1716[label="",style="solid", color="black", weight=3]; 19.91/9.45 1303[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1303 -> 1717[label="",style="solid", color="black", weight=3]; 19.91/9.45 1304[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1304 -> 1718[label="",style="solid", color="black", weight=3]; 19.91/9.45 1305[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1305 -> 1719[label="",style="solid", color="black", weight=3]; 19.91/9.45 1306[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1306 -> 1720[label="",style="solid", color="black", weight=3]; 19.91/9.45 1307 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1307[label="vwx301 * vwx400",fontsize=16,color="magenta"];1307 -> 1721[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1307 -> 1722[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1308 -> 155[label="",style="dashed", color="red", weight=0]; 19.91/9.45 1308[label="vwx300 * vwx401",fontsize=16,color="magenta"];1308 -> 1723[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1308 -> 1724[label="",style="dashed", color="magenta", weight=3]; 19.91/9.45 1309[label="vwx400",fontsize=16,color="green",shape="box"];1310[label="vwx300",fontsize=16,color="green",shape="box"];1311[label="vwx400",fontsize=16,color="green",shape="box"];1312[label="vwx300",fontsize=16,color="green",shape="box"];1313[label="vwx400",fontsize=16,color="green",shape="box"];1314[label="vwx300",fontsize=16,color="green",shape="box"];1315[label="vwx400",fontsize=16,color="green",shape="box"];1316[label="vwx300",fontsize=16,color="green",shape="box"];1317[label="vwx400",fontsize=16,color="green",shape="box"];1318[label="vwx300",fontsize=16,color="green",shape="box"];1319[label="vwx400",fontsize=16,color="green",shape="box"];1320[label="vwx300",fontsize=16,color="green",shape="box"];1321[label="vwx400",fontsize=16,color="green",shape="box"];1322[label="vwx300",fontsize=16,color="green",shape="box"];1323[label="vwx400",fontsize=16,color="green",shape="box"];1324[label="vwx300",fontsize=16,color="green",shape="box"];1325[label="vwx400",fontsize=16,color="green",shape="box"];1326[label="vwx300",fontsize=16,color="green",shape="box"];1327[label="vwx400",fontsize=16,color="green",shape="box"];1328[label="vwx300",fontsize=16,color="green",shape="box"];1329[label="vwx400",fontsize=16,color="green",shape="box"];1330[label="vwx300",fontsize=16,color="green",shape="box"];1331[label="vwx400",fontsize=16,color="green",shape="box"];1332[label="vwx300",fontsize=16,color="green",shape="box"];1333[label="vwx400",fontsize=16,color="green",shape="box"];1334[label="vwx300",fontsize=16,color="green",shape="box"];1335[label="vwx400",fontsize=16,color="green",shape="box"];1336[label="vwx300",fontsize=16,color="green",shape="box"];1337[label="vwx400",fontsize=16,color="green",shape="box"];1338[label="vwx300",fontsize=16,color="green",shape="box"];1339[label="vwx400",fontsize=16,color="green",shape="box"];1340[label="vwx300",fontsize=16,color="green",shape="box"];1341[label="vwx400",fontsize=16,color="green",shape="box"];1342[label="vwx300",fontsize=16,color="green",shape="box"];1343[label="vwx400",fontsize=16,color="green",shape="box"];1344[label="vwx300",fontsize=16,color="green",shape="box"];1345[label="vwx400",fontsize=16,color="green",shape="box"];1346[label="vwx300",fontsize=16,color="green",shape="box"];1347[label="vwx400",fontsize=16,color="green",shape="box"];1348[label="vwx300",fontsize=16,color="green",shape="box"];1349[label="vwx400",fontsize=16,color="green",shape="box"];1350[label="vwx300",fontsize=16,color="green",shape="box"];1351[label="vwx400",fontsize=16,color="green",shape="box"];1352[label="vwx300",fontsize=16,color="green",shape="box"];1353[label="vwx400",fontsize=16,color="green",shape="box"];1354[label="vwx300",fontsize=16,color="green",shape="box"];1355[label="vwx400",fontsize=16,color="green",shape="box"];1356[label="vwx300",fontsize=16,color="green",shape="box"];1357[label="vwx400",fontsize=16,color="green",shape="box"];1358[label="vwx300",fontsize=16,color="green",shape="box"];1359[label="vwx400",fontsize=16,color="green",shape="box"];1360[label="vwx300",fontsize=16,color="green",shape="box"];1361[label="vwx400",fontsize=16,color="green",shape="box"];1362[label="vwx300",fontsize=16,color="green",shape="box"];1363[label="vwx400",fontsize=16,color="green",shape="box"];1364[label="vwx300",fontsize=16,color="green",shape="box"];1365[label="vwx400",fontsize=16,color="green",shape="box"];1366[label="vwx300",fontsize=16,color="green",shape="box"];1367[label="vwx400",fontsize=16,color="green",shape="box"];1368[label="vwx300",fontsize=16,color="green",shape="box"];1369[label="vwx400",fontsize=16,color="green",shape="box"];1370[label="vwx300",fontsize=16,color="green",shape="box"];1371[label="vwx400",fontsize=16,color="green",shape="box"];1372[label="vwx300",fontsize=16,color="green",shape="box"];1373[label="vwx400",fontsize=16,color="green",shape="box"];1374[label="vwx300",fontsize=16,color="green",shape="box"];1375[label="vwx400",fontsize=16,color="green",shape="box"];1376[label="vwx300",fontsize=16,color="green",shape="box"];1377[label="vwx400",fontsize=16,color="green",shape="box"];1378[label="vwx300",fontsize=16,color="green",shape="box"];1379[label="vwx400",fontsize=16,color="green",shape="box"];1380[label="vwx300",fontsize=16,color="green",shape="box"];1381[label="vwx400",fontsize=16,color="green",shape="box"];1382[label="vwx300",fontsize=16,color="green",shape="box"];1383[label="vwx400",fontsize=16,color="green",shape="box"];1384[label="vwx300",fontsize=16,color="green",shape="box"];1385[label="vwx400",fontsize=16,color="green",shape="box"];1386[label="vwx300",fontsize=16,color="green",shape="box"];1387[label="vwx400",fontsize=16,color="green",shape="box"];1388[label="vwx300",fontsize=16,color="green",shape="box"];1389[label="vwx400",fontsize=16,color="green",shape="box"];1390[label="vwx300",fontsize=16,color="green",shape="box"];1391[label="vwx400",fontsize=16,color="green",shape="box"];1392[label="vwx300",fontsize=16,color="green",shape="box"];1393[label="vwx401",fontsize=16,color="green",shape="box"];1394[label="vwx301",fontsize=16,color="green",shape="box"];1395 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1395[label="vwx300 == vwx400",fontsize=16,color="magenta"];1395 -> 1725[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1395 -> 1726[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1396 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1396[label="vwx300 == vwx400",fontsize=16,color="magenta"];1396 -> 1727[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1396 -> 1728[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1397 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1397[label="vwx300 == vwx400",fontsize=16,color="magenta"];1397 -> 1729[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1397 -> 1730[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1398 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1398[label="vwx300 == vwx400",fontsize=16,color="magenta"];1398 -> 1731[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1398 -> 1732[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1399 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1399[label="vwx300 == vwx400",fontsize=16,color="magenta"];1399 -> 1733[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1399 -> 1734[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1400 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1400[label="vwx300 == vwx400",fontsize=16,color="magenta"];1400 -> 1735[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1400 -> 1736[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1401 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1401[label="vwx300 == vwx400",fontsize=16,color="magenta"];1401 -> 1737[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1401 -> 1738[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1402 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1402[label="vwx300 == vwx400",fontsize=16,color="magenta"];1402 -> 1739[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1402 -> 1740[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1403 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1403[label="vwx300 == vwx400",fontsize=16,color="magenta"];1403 -> 1741[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1403 -> 1742[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1404 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1404[label="vwx300 == vwx400",fontsize=16,color="magenta"];1404 -> 1743[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1404 -> 1744[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1405 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1405[label="vwx300 == vwx400",fontsize=16,color="magenta"];1405 -> 1745[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1405 -> 1746[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1406 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1406[label="vwx300 == vwx400",fontsize=16,color="magenta"];1406 -> 1747[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1406 -> 1748[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1407 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1407[label="vwx300 == vwx400",fontsize=16,color="magenta"];1407 -> 1749[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1407 -> 1750[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1408 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1408[label="vwx300 == vwx400",fontsize=16,color="magenta"];1408 -> 1751[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1408 -> 1752[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1409 -> 1753[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1409[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1409 -> 1754[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1410 -> 1753[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1410[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1410 -> 1755[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1411 -> 1753[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1411[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1411 -> 1756[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1412 -> 1753[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1412[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1412 -> 1757[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1413[label="LT <= vwx16",fontsize=16,color="burlywood",shape="box"];3303[label="vwx16/LT",fontsize=10,color="white",style="solid",shape="box"];1413 -> 3303[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3303 -> 1762[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3304[label="vwx16/EQ",fontsize=10,color="white",style="solid",shape="box"];1413 -> 3304[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3304 -> 1763[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3305[label="vwx16/GT",fontsize=10,color="white",style="solid",shape="box"];1413 -> 3305[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3305 -> 1764[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1414[label="EQ <= vwx16",fontsize=16,color="burlywood",shape="box"];3306[label="vwx16/LT",fontsize=10,color="white",style="solid",shape="box"];1414 -> 3306[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3306 -> 1765[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3307[label="vwx16/EQ",fontsize=10,color="white",style="solid",shape="box"];1414 -> 3307[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3307 -> 1766[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3308[label="vwx16/GT",fontsize=10,color="white",style="solid",shape="box"];1414 -> 3308[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3308 -> 1767[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1415[label="GT <= vwx16",fontsize=16,color="burlywood",shape="box"];3309[label="vwx16/LT",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3309[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3309 -> 1768[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3310[label="vwx16/EQ",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3310[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3310 -> 1769[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3311[label="vwx16/GT",fontsize=10,color="white",style="solid",shape="box"];1415 -> 3311[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3311 -> 1770[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1416[label="False <= vwx16",fontsize=16,color="burlywood",shape="box"];3312[label="vwx16/False",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3312[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3312 -> 1771[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3313[label="vwx16/True",fontsize=10,color="white",style="solid",shape="box"];1416 -> 3313[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3313 -> 1772[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1417[label="True <= vwx16",fontsize=16,color="burlywood",shape="box"];3314[label="vwx16/False",fontsize=10,color="white",style="solid",shape="box"];1417 -> 3314[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3314 -> 1773[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3315[label="vwx16/True",fontsize=10,color="white",style="solid",shape="box"];1417 -> 3315[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3315 -> 1774[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1418 -> 1753[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1418[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1418 -> 1758[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1419 -> 1753[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1419[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1419 -> 1759[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1420 -> 1753[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1420[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1420 -> 1760[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1421[label="Nothing <= vwx16",fontsize=16,color="burlywood",shape="box"];3316[label="vwx16/Nothing",fontsize=10,color="white",style="solid",shape="box"];1421 -> 3316[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3316 -> 1775[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3317[label="vwx16/Just vwx160",fontsize=10,color="white",style="solid",shape="box"];1421 -> 3317[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3317 -> 1776[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1422[label="Just vwx150 <= vwx16",fontsize=16,color="burlywood",shape="box"];3318[label="vwx16/Nothing",fontsize=10,color="white",style="solid",shape="box"];1422 -> 3318[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3318 -> 1777[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3319[label="vwx16/Just vwx160",fontsize=10,color="white",style="solid",shape="box"];1422 -> 3319[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3319 -> 1778[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1423[label="(vwx150,vwx151) <= vwx16",fontsize=16,color="burlywood",shape="box"];3320[label="vwx16/(vwx160,vwx161)",fontsize=10,color="white",style="solid",shape="box"];1423 -> 3320[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3320 -> 1779[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1424[label="Left vwx150 <= vwx16",fontsize=16,color="burlywood",shape="box"];3321[label="vwx16/Left vwx160",fontsize=10,color="white",style="solid",shape="box"];1424 -> 3321[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3321 -> 1780[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3322[label="vwx16/Right vwx160",fontsize=10,color="white",style="solid",shape="box"];1424 -> 3322[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3322 -> 1781[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1425[label="Right vwx150 <= vwx16",fontsize=16,color="burlywood",shape="box"];3323[label="vwx16/Left vwx160",fontsize=10,color="white",style="solid",shape="box"];1425 -> 3323[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3323 -> 1782[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3324[label="vwx16/Right vwx160",fontsize=10,color="white",style="solid",shape="box"];1425 -> 3324[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3324 -> 1783[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1426 -> 1753[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1426[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1426 -> 1761[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1427[label="(vwx150,vwx151,vwx152) <= vwx16",fontsize=16,color="burlywood",shape="box"];3325[label="vwx16/(vwx160,vwx161,vwx162)",fontsize=10,color="white",style="solid",shape="box"];1427 -> 3325[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3325 -> 1784[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1428[label="compare0 (Just vwx87) (Just vwx88) True",fontsize=16,color="black",shape="box"];1428 -> 1785[label="",style="solid", color="black", weight=3]; 19.91/9.46 1429 -> 1119[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1429[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1429 -> 1786[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1429 -> 1787[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1430 -> 1120[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1430[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1430 -> 1788[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1430 -> 1789[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1431 -> 1121[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1431[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1431 -> 1790[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1431 -> 1791[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1432 -> 1122[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1432[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1432 -> 1792[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1432 -> 1793[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1433 -> 1123[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1433[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1433 -> 1794[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1433 -> 1795[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1434 -> 1124[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1434[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1434 -> 1796[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1434 -> 1797[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1435 -> 1125[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1435[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1435 -> 1798[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1435 -> 1799[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1436 -> 1126[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1436[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1436 -> 1800[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1436 -> 1801[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1437 -> 1127[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1437[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1437 -> 1802[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1437 -> 1803[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1438 -> 1128[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1438[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1438 -> 1804[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1438 -> 1805[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1439 -> 1129[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1439[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1439 -> 1806[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1439 -> 1807[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1440 -> 1130[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1440[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1440 -> 1808[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1440 -> 1809[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1441 -> 1131[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1441[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1441 -> 1810[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1441 -> 1811[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1442 -> 1132[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1442[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1442 -> 1812[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1442 -> 1813[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1443 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1443[label="vwx64 == vwx66",fontsize=16,color="magenta"];1443 -> 1814[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1443 -> 1815[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1444 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1444[label="vwx64 == vwx66",fontsize=16,color="magenta"];1444 -> 1816[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1444 -> 1817[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1445 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1445[label="vwx64 == vwx66",fontsize=16,color="magenta"];1445 -> 1818[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1445 -> 1819[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1446 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1446[label="vwx64 == vwx66",fontsize=16,color="magenta"];1446 -> 1820[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1446 -> 1821[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1447 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1447[label="vwx64 == vwx66",fontsize=16,color="magenta"];1447 -> 1822[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1447 -> 1823[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1448 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1448[label="vwx64 == vwx66",fontsize=16,color="magenta"];1448 -> 1824[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1448 -> 1825[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1449 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1449[label="vwx64 == vwx66",fontsize=16,color="magenta"];1449 -> 1826[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1449 -> 1827[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1450 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1450[label="vwx64 == vwx66",fontsize=16,color="magenta"];1450 -> 1828[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1450 -> 1829[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1451 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1451[label="vwx64 == vwx66",fontsize=16,color="magenta"];1451 -> 1830[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1451 -> 1831[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1452 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1452[label="vwx64 == vwx66",fontsize=16,color="magenta"];1452 -> 1832[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1452 -> 1833[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1453 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1453[label="vwx64 == vwx66",fontsize=16,color="magenta"];1453 -> 1834[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1453 -> 1835[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1454 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1454[label="vwx64 == vwx66",fontsize=16,color="magenta"];1454 -> 1836[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1454 -> 1837[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1455 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1455[label="vwx64 == vwx66",fontsize=16,color="magenta"];1455 -> 1838[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1455 -> 1839[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1456 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1456[label="vwx64 == vwx66",fontsize=16,color="magenta"];1456 -> 1840[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1456 -> 1841[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1457 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1457[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1457 -> 1842[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1457 -> 1843[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1458 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1458[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1458 -> 1844[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1458 -> 1845[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1459 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1459[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1459 -> 1846[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1459 -> 1847[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1460 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1460[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1460 -> 1848[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1460 -> 1849[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1461 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1461[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1461 -> 1850[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1461 -> 1851[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1462 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1462[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1462 -> 1852[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1462 -> 1853[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1463 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1463[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1463 -> 1854[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1463 -> 1855[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1464 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1464[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1464 -> 1856[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1464 -> 1857[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1465 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1465[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1465 -> 1858[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1465 -> 1859[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1466 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1466[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1466 -> 1860[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1466 -> 1861[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1467 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1467[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1467 -> 1862[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1467 -> 1863[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1468 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1468[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1468 -> 1864[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1468 -> 1865[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1469 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1469[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1469 -> 1866[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1469 -> 1867[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1470 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1470[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1470 -> 1868[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1470 -> 1869[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1471[label="compare1 (vwx114,vwx115) (vwx116,vwx117) vwx119",fontsize=16,color="burlywood",shape="triangle"];3326[label="vwx119/False",fontsize=10,color="white",style="solid",shape="box"];1471 -> 3326[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3326 -> 1870[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3327[label="vwx119/True",fontsize=10,color="white",style="solid",shape="box"];1471 -> 3327[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3327 -> 1871[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1472 -> 1471[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1472[label="compare1 (vwx114,vwx115) (vwx116,vwx117) True",fontsize=16,color="magenta"];1472 -> 1872[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1473[label="vwx33",fontsize=16,color="green",shape="box"];1474[label="vwx34",fontsize=16,color="green",shape="box"];1475[label="vwx33",fontsize=16,color="green",shape="box"];1476[label="vwx34",fontsize=16,color="green",shape="box"];1477[label="vwx33",fontsize=16,color="green",shape="box"];1478[label="vwx34",fontsize=16,color="green",shape="box"];1479[label="vwx33",fontsize=16,color="green",shape="box"];1480[label="vwx34",fontsize=16,color="green",shape="box"];1481[label="vwx33",fontsize=16,color="green",shape="box"];1482[label="vwx34",fontsize=16,color="green",shape="box"];1483[label="vwx33",fontsize=16,color="green",shape="box"];1484[label="vwx34",fontsize=16,color="green",shape="box"];1485[label="vwx33",fontsize=16,color="green",shape="box"];1486[label="vwx34",fontsize=16,color="green",shape="box"];1487[label="vwx33",fontsize=16,color="green",shape="box"];1488[label="vwx34",fontsize=16,color="green",shape="box"];1489[label="vwx33",fontsize=16,color="green",shape="box"];1490[label="vwx34",fontsize=16,color="green",shape="box"];1491[label="vwx33",fontsize=16,color="green",shape="box"];1492[label="vwx34",fontsize=16,color="green",shape="box"];1493[label="vwx33",fontsize=16,color="green",shape="box"];1494[label="vwx34",fontsize=16,color="green",shape="box"];1495[label="vwx33",fontsize=16,color="green",shape="box"];1496[label="vwx34",fontsize=16,color="green",shape="box"];1497[label="vwx33",fontsize=16,color="green",shape="box"];1498[label="vwx34",fontsize=16,color="green",shape="box"];1499[label="vwx33",fontsize=16,color="green",shape="box"];1500[label="vwx34",fontsize=16,color="green",shape="box"];1501[label="compare0 (Left vwx94) (Left vwx95) True",fontsize=16,color="black",shape="box"];1501 -> 1873[label="",style="solid", color="black", weight=3]; 19.91/9.46 1502[label="vwx40",fontsize=16,color="green",shape="box"];1503[label="vwx41",fontsize=16,color="green",shape="box"];1504[label="vwx40",fontsize=16,color="green",shape="box"];1505[label="vwx41",fontsize=16,color="green",shape="box"];1506[label="vwx40",fontsize=16,color="green",shape="box"];1507[label="vwx41",fontsize=16,color="green",shape="box"];1508[label="vwx40",fontsize=16,color="green",shape="box"];1509[label="vwx41",fontsize=16,color="green",shape="box"];1510[label="vwx40",fontsize=16,color="green",shape="box"];1511[label="vwx41",fontsize=16,color="green",shape="box"];1512[label="vwx40",fontsize=16,color="green",shape="box"];1513[label="vwx41",fontsize=16,color="green",shape="box"];1514[label="vwx40",fontsize=16,color="green",shape="box"];1515[label="vwx41",fontsize=16,color="green",shape="box"];1516[label="vwx40",fontsize=16,color="green",shape="box"];1517[label="vwx41",fontsize=16,color="green",shape="box"];1518[label="vwx40",fontsize=16,color="green",shape="box"];1519[label="vwx41",fontsize=16,color="green",shape="box"];1520[label="vwx40",fontsize=16,color="green",shape="box"];1521[label="vwx41",fontsize=16,color="green",shape="box"];1522[label="vwx40",fontsize=16,color="green",shape="box"];1523[label="vwx41",fontsize=16,color="green",shape="box"];1524[label="vwx40",fontsize=16,color="green",shape="box"];1525[label="vwx41",fontsize=16,color="green",shape="box"];1526[label="vwx40",fontsize=16,color="green",shape="box"];1527[label="vwx41",fontsize=16,color="green",shape="box"];1528[label="vwx40",fontsize=16,color="green",shape="box"];1529[label="vwx41",fontsize=16,color="green",shape="box"];1530[label="compare0 (Right vwx102) (Right vwx103) True",fontsize=16,color="black",shape="box"];1530 -> 1874[label="",style="solid", color="black", weight=3]; 19.91/9.46 1531[label="vwx54",fontsize=16,color="green",shape="box"];1532[label="vwx51",fontsize=16,color="green",shape="box"];1533[label="vwx54",fontsize=16,color="green",shape="box"];1534[label="vwx51",fontsize=16,color="green",shape="box"];1535[label="vwx54",fontsize=16,color="green",shape="box"];1536[label="vwx51",fontsize=16,color="green",shape="box"];1537[label="vwx54",fontsize=16,color="green",shape="box"];1538[label="vwx51",fontsize=16,color="green",shape="box"];1539[label="vwx54",fontsize=16,color="green",shape="box"];1540[label="vwx51",fontsize=16,color="green",shape="box"];1541[label="vwx54",fontsize=16,color="green",shape="box"];1542[label="vwx51",fontsize=16,color="green",shape="box"];1543[label="vwx54",fontsize=16,color="green",shape="box"];1544[label="vwx51",fontsize=16,color="green",shape="box"];1545[label="vwx54",fontsize=16,color="green",shape="box"];1546[label="vwx51",fontsize=16,color="green",shape="box"];1547[label="vwx54",fontsize=16,color="green",shape="box"];1548[label="vwx51",fontsize=16,color="green",shape="box"];1549[label="vwx54",fontsize=16,color="green",shape="box"];1550[label="vwx51",fontsize=16,color="green",shape="box"];1551[label="vwx54",fontsize=16,color="green",shape="box"];1552[label="vwx51",fontsize=16,color="green",shape="box"];1553[label="vwx54",fontsize=16,color="green",shape="box"];1554[label="vwx51",fontsize=16,color="green",shape="box"];1555[label="vwx54",fontsize=16,color="green",shape="box"];1556[label="vwx51",fontsize=16,color="green",shape="box"];1557[label="vwx54",fontsize=16,color="green",shape="box"];1558[label="vwx51",fontsize=16,color="green",shape="box"];1878[label="vwx52 < vwx55",fontsize=16,color="blue",shape="box"];3328[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3328[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3328 -> 1882[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3329[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3329[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3329 -> 1883[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3330[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3330[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3330 -> 1884[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3331[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3331[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3331 -> 1885[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3332[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3332[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3332 -> 1886[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3333[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3333[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3333 -> 1887[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3334[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3334[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3334 -> 1888[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3335[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3335[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3335 -> 1889[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3336[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3336[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3336 -> 1890[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3337[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3337[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3337 -> 1891[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3338[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3338[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3338 -> 1892[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3339[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3339[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3339 -> 1893[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3340[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3340[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3340 -> 1894[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3341[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1878 -> 3341[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3341 -> 1895[label="",style="solid", color="blue", weight=3]; 19.91/9.46 1879 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1879[label="vwx52 == vwx55 && vwx53 <= vwx56",fontsize=16,color="magenta"];1879 -> 1896[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1879 -> 1897[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1877[label="vwx142 || vwx143",fontsize=16,color="burlywood",shape="triangle"];3342[label="vwx142/False",fontsize=10,color="white",style="solid",shape="box"];1877 -> 3342[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3342 -> 1898[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3343[label="vwx142/True",fontsize=10,color="white",style="solid",shape="box"];1877 -> 3343[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3343 -> 1899[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1561 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1561[label="vwx51 == vwx54",fontsize=16,color="magenta"];1561 -> 1900[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1561 -> 1901[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1562 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1562[label="vwx51 == vwx54",fontsize=16,color="magenta"];1562 -> 1902[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1562 -> 1903[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1563 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1563[label="vwx51 == vwx54",fontsize=16,color="magenta"];1563 -> 1904[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1563 -> 1905[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1564 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1564[label="vwx51 == vwx54",fontsize=16,color="magenta"];1564 -> 1906[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1564 -> 1907[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1565 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1565[label="vwx51 == vwx54",fontsize=16,color="magenta"];1565 -> 1908[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1565 -> 1909[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1566 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1566[label="vwx51 == vwx54",fontsize=16,color="magenta"];1566 -> 1910[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1566 -> 1911[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1567 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1567[label="vwx51 == vwx54",fontsize=16,color="magenta"];1567 -> 1912[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1567 -> 1913[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1568 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1568[label="vwx51 == vwx54",fontsize=16,color="magenta"];1568 -> 1914[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1568 -> 1915[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1569 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1569[label="vwx51 == vwx54",fontsize=16,color="magenta"];1569 -> 1916[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1569 -> 1917[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1570 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1570[label="vwx51 == vwx54",fontsize=16,color="magenta"];1570 -> 1918[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1570 -> 1919[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1571 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1571[label="vwx51 == vwx54",fontsize=16,color="magenta"];1571 -> 1920[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1571 -> 1921[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1572 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1572[label="vwx51 == vwx54",fontsize=16,color="magenta"];1572 -> 1922[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1572 -> 1923[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1573 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1573[label="vwx51 == vwx54",fontsize=16,color="magenta"];1573 -> 1924[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1573 -> 1925[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1574 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1574[label="vwx51 == vwx54",fontsize=16,color="magenta"];1574 -> 1926[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1574 -> 1927[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1575[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) vwx136",fontsize=16,color="burlywood",shape="triangle"];3344[label="vwx136/False",fontsize=10,color="white",style="solid",shape="box"];1575 -> 3344[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3344 -> 1928[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3345[label="vwx136/True",fontsize=10,color="white",style="solid",shape="box"];1575 -> 3345[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3345 -> 1929[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1576 -> 1575[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1576[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) True",fontsize=16,color="magenta"];1576 -> 1930[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1577 -> 1931[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1577[label="primPlusNat (primMulNat vwx3000 (Succ vwx4100)) (Succ vwx4100)",fontsize=16,color="magenta"];1577 -> 1932[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1578[label="Zero",fontsize=16,color="green",shape="box"];1579[label="Zero",fontsize=16,color="green",shape="box"];1580[label="Zero",fontsize=16,color="green",shape="box"];1581 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1581[label="vwx302 == vwx402",fontsize=16,color="magenta"];1581 -> 1933[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1581 -> 1934[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1582 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1582[label="vwx302 == vwx402",fontsize=16,color="magenta"];1582 -> 1935[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1582 -> 1936[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1583 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1583[label="vwx302 == vwx402",fontsize=16,color="magenta"];1583 -> 1937[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1583 -> 1938[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1584 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1584[label="vwx302 == vwx402",fontsize=16,color="magenta"];1584 -> 1939[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1584 -> 1940[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1585 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1585[label="vwx302 == vwx402",fontsize=16,color="magenta"];1585 -> 1941[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1585 -> 1942[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1586 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1586[label="vwx302 == vwx402",fontsize=16,color="magenta"];1586 -> 1943[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1586 -> 1944[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1587 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1587[label="vwx302 == vwx402",fontsize=16,color="magenta"];1587 -> 1945[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1587 -> 1946[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1588 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1588[label="vwx302 == vwx402",fontsize=16,color="magenta"];1588 -> 1947[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1588 -> 1948[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1589 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1589[label="vwx302 == vwx402",fontsize=16,color="magenta"];1589 -> 1949[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1589 -> 1950[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1590 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1590[label="vwx302 == vwx402",fontsize=16,color="magenta"];1590 -> 1951[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1590 -> 1952[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1591 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1591[label="vwx302 == vwx402",fontsize=16,color="magenta"];1591 -> 1953[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1591 -> 1954[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1592 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1592[label="vwx302 == vwx402",fontsize=16,color="magenta"];1592 -> 1955[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1592 -> 1956[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1593 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1593[label="vwx302 == vwx402",fontsize=16,color="magenta"];1593 -> 1957[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1593 -> 1958[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1594 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1594[label="vwx302 == vwx402",fontsize=16,color="magenta"];1594 -> 1959[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1594 -> 1960[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1595 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1595[label="vwx301 == vwx401",fontsize=16,color="magenta"];1595 -> 1961[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1595 -> 1962[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1596 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1596[label="vwx301 == vwx401",fontsize=16,color="magenta"];1596 -> 1963[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1596 -> 1964[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1597 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1597[label="vwx301 == vwx401",fontsize=16,color="magenta"];1597 -> 1965[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1597 -> 1966[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1598 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1598[label="vwx301 == vwx401",fontsize=16,color="magenta"];1598 -> 1967[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1598 -> 1968[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1599 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1599[label="vwx301 == vwx401",fontsize=16,color="magenta"];1599 -> 1969[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1599 -> 1970[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1600 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1600[label="vwx301 == vwx401",fontsize=16,color="magenta"];1600 -> 1971[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1600 -> 1972[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1601 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1601[label="vwx301 == vwx401",fontsize=16,color="magenta"];1601 -> 1973[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1601 -> 1974[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1602 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1602[label="vwx301 == vwx401",fontsize=16,color="magenta"];1602 -> 1975[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1602 -> 1976[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1603 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1603[label="vwx301 == vwx401",fontsize=16,color="magenta"];1603 -> 1977[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1603 -> 1978[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1604 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1604[label="vwx301 == vwx401",fontsize=16,color="magenta"];1604 -> 1979[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1604 -> 1980[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1605 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1605[label="vwx301 == vwx401",fontsize=16,color="magenta"];1605 -> 1981[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1605 -> 1982[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1606 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1606[label="vwx301 == vwx401",fontsize=16,color="magenta"];1606 -> 1983[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1606 -> 1984[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1607 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1607[label="vwx301 == vwx401",fontsize=16,color="magenta"];1607 -> 1985[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1607 -> 1986[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1608 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1608[label="vwx301 == vwx401",fontsize=16,color="magenta"];1608 -> 1987[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1608 -> 1988[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1609[label="vwx400",fontsize=16,color="green",shape="box"];1610[label="vwx300",fontsize=16,color="green",shape="box"];1611[label="vwx400",fontsize=16,color="green",shape="box"];1612[label="vwx300",fontsize=16,color="green",shape="box"];1613[label="vwx400",fontsize=16,color="green",shape="box"];1614[label="vwx300",fontsize=16,color="green",shape="box"];1615[label="vwx400",fontsize=16,color="green",shape="box"];1616[label="vwx300",fontsize=16,color="green",shape="box"];1617[label="vwx400",fontsize=16,color="green",shape="box"];1618[label="vwx300",fontsize=16,color="green",shape="box"];1619[label="vwx400",fontsize=16,color="green",shape="box"];1620[label="vwx300",fontsize=16,color="green",shape="box"];1621[label="vwx400",fontsize=16,color="green",shape="box"];1622[label="vwx300",fontsize=16,color="green",shape="box"];1623[label="vwx400",fontsize=16,color="green",shape="box"];1624[label="vwx300",fontsize=16,color="green",shape="box"];1625[label="vwx400",fontsize=16,color="green",shape="box"];1626[label="vwx300",fontsize=16,color="green",shape="box"];1627[label="vwx400",fontsize=16,color="green",shape="box"];1628[label="vwx300",fontsize=16,color="green",shape="box"];1629[label="vwx400",fontsize=16,color="green",shape="box"];1630[label="vwx300",fontsize=16,color="green",shape="box"];1631[label="vwx400",fontsize=16,color="green",shape="box"];1632[label="vwx300",fontsize=16,color="green",shape="box"];1633[label="vwx400",fontsize=16,color="green",shape="box"];1634[label="vwx300",fontsize=16,color="green",shape="box"];1635[label="vwx400",fontsize=16,color="green",shape="box"];1636[label="vwx300",fontsize=16,color="green",shape="box"];1637[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];1637 -> 1989[label="",style="solid", color="black", weight=3]; 19.91/9.46 1638[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];1638 -> 1990[label="",style="solid", color="black", weight=3]; 19.91/9.46 1639[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];1639 -> 1991[label="",style="solid", color="black", weight=3]; 19.91/9.46 1640[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1640 -> 1992[label="",style="solid", color="black", weight=3]; 19.91/9.46 1641[label="vwx401",fontsize=16,color="green",shape="box"];1642[label="vwx301",fontsize=16,color="green",shape="box"];1643[label="vwx401",fontsize=16,color="green",shape="box"];1644[label="vwx301",fontsize=16,color="green",shape="box"];1645[label="vwx401",fontsize=16,color="green",shape="box"];1646[label="vwx301",fontsize=16,color="green",shape="box"];1647[label="vwx401",fontsize=16,color="green",shape="box"];1648[label="vwx301",fontsize=16,color="green",shape="box"];1649[label="vwx401",fontsize=16,color="green",shape="box"];1650[label="vwx301",fontsize=16,color="green",shape="box"];1651[label="vwx401",fontsize=16,color="green",shape="box"];1652[label="vwx301",fontsize=16,color="green",shape="box"];1653[label="vwx401",fontsize=16,color="green",shape="box"];1654[label="vwx301",fontsize=16,color="green",shape="box"];1655[label="vwx401",fontsize=16,color="green",shape="box"];1656[label="vwx301",fontsize=16,color="green",shape="box"];1657[label="vwx401",fontsize=16,color="green",shape="box"];1658[label="vwx301",fontsize=16,color="green",shape="box"];1659[label="vwx401",fontsize=16,color="green",shape="box"];1660[label="vwx301",fontsize=16,color="green",shape="box"];1661[label="vwx401",fontsize=16,color="green",shape="box"];1662[label="vwx301",fontsize=16,color="green",shape="box"];1663[label="vwx401",fontsize=16,color="green",shape="box"];1664[label="vwx301",fontsize=16,color="green",shape="box"];1665[label="vwx401",fontsize=16,color="green",shape="box"];1666[label="vwx301",fontsize=16,color="green",shape="box"];1667[label="vwx401",fontsize=16,color="green",shape="box"];1668[label="vwx301",fontsize=16,color="green",shape="box"];1669[label="vwx400",fontsize=16,color="green",shape="box"];1670[label="vwx300",fontsize=16,color="green",shape="box"];1671[label="vwx400",fontsize=16,color="green",shape="box"];1672[label="vwx300",fontsize=16,color="green",shape="box"];1673[label="vwx400",fontsize=16,color="green",shape="box"];1674[label="vwx300",fontsize=16,color="green",shape="box"];1675[label="vwx400",fontsize=16,color="green",shape="box"];1676[label="vwx300",fontsize=16,color="green",shape="box"];1677[label="vwx400",fontsize=16,color="green",shape="box"];1678[label="vwx300",fontsize=16,color="green",shape="box"];1679[label="vwx400",fontsize=16,color="green",shape="box"];1680[label="vwx300",fontsize=16,color="green",shape="box"];1681[label="vwx400",fontsize=16,color="green",shape="box"];1682[label="vwx300",fontsize=16,color="green",shape="box"];1683[label="vwx400",fontsize=16,color="green",shape="box"];1684[label="vwx300",fontsize=16,color="green",shape="box"];1685[label="vwx400",fontsize=16,color="green",shape="box"];1686[label="vwx300",fontsize=16,color="green",shape="box"];1687[label="vwx400",fontsize=16,color="green",shape="box"];1688[label="vwx300",fontsize=16,color="green",shape="box"];1689[label="vwx400",fontsize=16,color="green",shape="box"];1690[label="vwx300",fontsize=16,color="green",shape="box"];1691[label="vwx400",fontsize=16,color="green",shape="box"];1692[label="vwx300",fontsize=16,color="green",shape="box"];1693[label="vwx400",fontsize=16,color="green",shape="box"];1694[label="vwx300",fontsize=16,color="green",shape="box"];1695[label="vwx400",fontsize=16,color="green",shape="box"];1696[label="vwx300",fontsize=16,color="green",shape="box"];1697[label="vwx301",fontsize=16,color="green",shape="box"];1698[label="vwx400",fontsize=16,color="green",shape="box"];1699[label="vwx300",fontsize=16,color="green",shape="box"];1700[label="vwx401",fontsize=16,color="green",shape="box"];1701[label="vwx401",fontsize=16,color="green",shape="box"];1702[label="vwx301",fontsize=16,color="green",shape="box"];1703[label="vwx401",fontsize=16,color="green",shape="box"];1704[label="vwx301",fontsize=16,color="green",shape="box"];1705[label="vwx400",fontsize=16,color="green",shape="box"];1706[label="vwx300",fontsize=16,color="green",shape="box"];1707[label="vwx400",fontsize=16,color="green",shape="box"];1708[label="vwx300",fontsize=16,color="green",shape="box"];1709 -> 1058[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1709[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];1709 -> 1993[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1709 -> 1994[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1710[label="False",fontsize=16,color="green",shape="box"];1711[label="False",fontsize=16,color="green",shape="box"];1712[label="True",fontsize=16,color="green",shape="box"];1713[label="False",fontsize=16,color="green",shape="box"];1714[label="True",fontsize=16,color="green",shape="box"];1715 -> 1058[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1715[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];1715 -> 1995[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1715 -> 1996[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1716[label="False",fontsize=16,color="green",shape="box"];1717[label="False",fontsize=16,color="green",shape="box"];1718[label="True",fontsize=16,color="green",shape="box"];1719[label="False",fontsize=16,color="green",shape="box"];1720[label="True",fontsize=16,color="green",shape="box"];1721[label="vwx301",fontsize=16,color="green",shape="box"];1722[label="vwx400",fontsize=16,color="green",shape="box"];1723[label="vwx300",fontsize=16,color="green",shape="box"];1724[label="vwx401",fontsize=16,color="green",shape="box"];1725[label="vwx400",fontsize=16,color="green",shape="box"];1726[label="vwx300",fontsize=16,color="green",shape="box"];1727[label="vwx400",fontsize=16,color="green",shape="box"];1728[label="vwx300",fontsize=16,color="green",shape="box"];1729[label="vwx400",fontsize=16,color="green",shape="box"];1730[label="vwx300",fontsize=16,color="green",shape="box"];1731[label="vwx400",fontsize=16,color="green",shape="box"];1732[label="vwx300",fontsize=16,color="green",shape="box"];1733[label="vwx400",fontsize=16,color="green",shape="box"];1734[label="vwx300",fontsize=16,color="green",shape="box"];1735[label="vwx400",fontsize=16,color="green",shape="box"];1736[label="vwx300",fontsize=16,color="green",shape="box"];1737[label="vwx400",fontsize=16,color="green",shape="box"];1738[label="vwx300",fontsize=16,color="green",shape="box"];1739[label="vwx400",fontsize=16,color="green",shape="box"];1740[label="vwx300",fontsize=16,color="green",shape="box"];1741[label="vwx400",fontsize=16,color="green",shape="box"];1742[label="vwx300",fontsize=16,color="green",shape="box"];1743[label="vwx400",fontsize=16,color="green",shape="box"];1744[label="vwx300",fontsize=16,color="green",shape="box"];1745[label="vwx400",fontsize=16,color="green",shape="box"];1746[label="vwx300",fontsize=16,color="green",shape="box"];1747[label="vwx400",fontsize=16,color="green",shape="box"];1748[label="vwx300",fontsize=16,color="green",shape="box"];1749[label="vwx400",fontsize=16,color="green",shape="box"];1750[label="vwx300",fontsize=16,color="green",shape="box"];1751[label="vwx400",fontsize=16,color="green",shape="box"];1752[label="vwx300",fontsize=16,color="green",shape="box"];1754 -> 5[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1754[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1754 -> 1997[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1754 -> 1998[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1753[label="vwx138 /= GT",fontsize=16,color="black",shape="triangle"];1753 -> 1999[label="",style="solid", color="black", weight=3]; 19.91/9.46 1755 -> 6[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1755[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1755 -> 2000[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1755 -> 2001[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1756 -> 7[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1756[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1756 -> 2002[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1756 -> 2003[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1757 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1757[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1757 -> 2004[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1757 -> 2005[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1762[label="LT <= LT",fontsize=16,color="black",shape="box"];1762 -> 2006[label="",style="solid", color="black", weight=3]; 19.91/9.46 1763[label="LT <= EQ",fontsize=16,color="black",shape="box"];1763 -> 2007[label="",style="solid", color="black", weight=3]; 19.91/9.46 1764[label="LT <= GT",fontsize=16,color="black",shape="box"];1764 -> 2008[label="",style="solid", color="black", weight=3]; 19.91/9.46 1765[label="EQ <= LT",fontsize=16,color="black",shape="box"];1765 -> 2009[label="",style="solid", color="black", weight=3]; 19.91/9.46 1766[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1766 -> 2010[label="",style="solid", color="black", weight=3]; 19.91/9.46 1767[label="EQ <= GT",fontsize=16,color="black",shape="box"];1767 -> 2011[label="",style="solid", color="black", weight=3]; 19.91/9.46 1768[label="GT <= LT",fontsize=16,color="black",shape="box"];1768 -> 2012[label="",style="solid", color="black", weight=3]; 19.91/9.46 1769[label="GT <= EQ",fontsize=16,color="black",shape="box"];1769 -> 2013[label="",style="solid", color="black", weight=3]; 19.91/9.46 1770[label="GT <= GT",fontsize=16,color="black",shape="box"];1770 -> 2014[label="",style="solid", color="black", weight=3]; 19.91/9.46 1771[label="False <= False",fontsize=16,color="black",shape="box"];1771 -> 2015[label="",style="solid", color="black", weight=3]; 19.91/9.46 1772[label="False <= True",fontsize=16,color="black",shape="box"];1772 -> 2016[label="",style="solid", color="black", weight=3]; 19.91/9.46 1773[label="True <= False",fontsize=16,color="black",shape="box"];1773 -> 2017[label="",style="solid", color="black", weight=3]; 19.91/9.46 1774[label="True <= True",fontsize=16,color="black",shape="box"];1774 -> 2018[label="",style="solid", color="black", weight=3]; 19.91/9.46 1758 -> 11[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1758[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1758 -> 2019[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1758 -> 2020[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1759 -> 12[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1759[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1759 -> 2021[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1759 -> 2022[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1760 -> 13[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1760[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1760 -> 2023[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1760 -> 2024[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1775[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1775 -> 2025[label="",style="solid", color="black", weight=3]; 19.91/9.46 1776[label="Nothing <= Just vwx160",fontsize=16,color="black",shape="box"];1776 -> 2026[label="",style="solid", color="black", weight=3]; 19.91/9.46 1777[label="Just vwx150 <= Nothing",fontsize=16,color="black",shape="box"];1777 -> 2027[label="",style="solid", color="black", weight=3]; 19.91/9.46 1778[label="Just vwx150 <= Just vwx160",fontsize=16,color="black",shape="box"];1778 -> 2028[label="",style="solid", color="black", weight=3]; 19.91/9.46 1779[label="(vwx150,vwx151) <= (vwx160,vwx161)",fontsize=16,color="black",shape="box"];1779 -> 2029[label="",style="solid", color="black", weight=3]; 19.91/9.46 1780[label="Left vwx150 <= Left vwx160",fontsize=16,color="black",shape="box"];1780 -> 2030[label="",style="solid", color="black", weight=3]; 19.91/9.46 1781[label="Left vwx150 <= Right vwx160",fontsize=16,color="black",shape="box"];1781 -> 2031[label="",style="solid", color="black", weight=3]; 19.91/9.46 1782[label="Right vwx150 <= Left vwx160",fontsize=16,color="black",shape="box"];1782 -> 2032[label="",style="solid", color="black", weight=3]; 19.91/9.46 1783[label="Right vwx150 <= Right vwx160",fontsize=16,color="black",shape="box"];1783 -> 2033[label="",style="solid", color="black", weight=3]; 19.91/9.46 1761 -> 17[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1761[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1761 -> 2034[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1761 -> 2035[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1784[label="(vwx150,vwx151,vwx152) <= (vwx160,vwx161,vwx162)",fontsize=16,color="black",shape="box"];1784 -> 2036[label="",style="solid", color="black", weight=3]; 19.91/9.46 1785[label="GT",fontsize=16,color="green",shape="box"];1786[label="vwx65",fontsize=16,color="green",shape="box"];1787[label="vwx67",fontsize=16,color="green",shape="box"];1788[label="vwx65",fontsize=16,color="green",shape="box"];1789[label="vwx67",fontsize=16,color="green",shape="box"];1790[label="vwx65",fontsize=16,color="green",shape="box"];1791[label="vwx67",fontsize=16,color="green",shape="box"];1792[label="vwx65",fontsize=16,color="green",shape="box"];1793[label="vwx67",fontsize=16,color="green",shape="box"];1794[label="vwx65",fontsize=16,color="green",shape="box"];1795[label="vwx67",fontsize=16,color="green",shape="box"];1796[label="vwx65",fontsize=16,color="green",shape="box"];1797[label="vwx67",fontsize=16,color="green",shape="box"];1798[label="vwx65",fontsize=16,color="green",shape="box"];1799[label="vwx67",fontsize=16,color="green",shape="box"];1800[label="vwx65",fontsize=16,color="green",shape="box"];1801[label="vwx67",fontsize=16,color="green",shape="box"];1802[label="vwx65",fontsize=16,color="green",shape="box"];1803[label="vwx67",fontsize=16,color="green",shape="box"];1804[label="vwx65",fontsize=16,color="green",shape="box"];1805[label="vwx67",fontsize=16,color="green",shape="box"];1806[label="vwx65",fontsize=16,color="green",shape="box"];1807[label="vwx67",fontsize=16,color="green",shape="box"];1808[label="vwx65",fontsize=16,color="green",shape="box"];1809[label="vwx67",fontsize=16,color="green",shape="box"];1810[label="vwx65",fontsize=16,color="green",shape="box"];1811[label="vwx67",fontsize=16,color="green",shape="box"];1812[label="vwx65",fontsize=16,color="green",shape="box"];1813[label="vwx67",fontsize=16,color="green",shape="box"];1814[label="vwx66",fontsize=16,color="green",shape="box"];1815[label="vwx64",fontsize=16,color="green",shape="box"];1816[label="vwx66",fontsize=16,color="green",shape="box"];1817[label="vwx64",fontsize=16,color="green",shape="box"];1818[label="vwx66",fontsize=16,color="green",shape="box"];1819[label="vwx64",fontsize=16,color="green",shape="box"];1820[label="vwx66",fontsize=16,color="green",shape="box"];1821[label="vwx64",fontsize=16,color="green",shape="box"];1822[label="vwx66",fontsize=16,color="green",shape="box"];1823[label="vwx64",fontsize=16,color="green",shape="box"];1824[label="vwx66",fontsize=16,color="green",shape="box"];1825[label="vwx64",fontsize=16,color="green",shape="box"];1826[label="vwx66",fontsize=16,color="green",shape="box"];1827[label="vwx64",fontsize=16,color="green",shape="box"];1828[label="vwx66",fontsize=16,color="green",shape="box"];1829[label="vwx64",fontsize=16,color="green",shape="box"];1830[label="vwx66",fontsize=16,color="green",shape="box"];1831[label="vwx64",fontsize=16,color="green",shape="box"];1832[label="vwx66",fontsize=16,color="green",shape="box"];1833[label="vwx64",fontsize=16,color="green",shape="box"];1834[label="vwx66",fontsize=16,color="green",shape="box"];1835[label="vwx64",fontsize=16,color="green",shape="box"];1836[label="vwx66",fontsize=16,color="green",shape="box"];1837[label="vwx64",fontsize=16,color="green",shape="box"];1838[label="vwx66",fontsize=16,color="green",shape="box"];1839[label="vwx64",fontsize=16,color="green",shape="box"];1840[label="vwx66",fontsize=16,color="green",shape="box"];1841[label="vwx64",fontsize=16,color="green",shape="box"];1842[label="LT",fontsize=16,color="green",shape="box"];1843 -> 5[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1843[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1843 -> 2037[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1843 -> 2038[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1844[label="LT",fontsize=16,color="green",shape="box"];1845 -> 6[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1845[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1845 -> 2039[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1845 -> 2040[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1846[label="LT",fontsize=16,color="green",shape="box"];1847 -> 7[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1847[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1847 -> 2041[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1847 -> 2042[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1848[label="LT",fontsize=16,color="green",shape="box"];1849 -> 8[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1849[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1849 -> 2043[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1849 -> 2044[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1850[label="LT",fontsize=16,color="green",shape="box"];1851 -> 9[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1851[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1851 -> 2045[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1851 -> 2046[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1852[label="LT",fontsize=16,color="green",shape="box"];1853 -> 10[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1853[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1853 -> 2047[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1853 -> 2048[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1854[label="LT",fontsize=16,color="green",shape="box"];1855 -> 11[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1855[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1855 -> 2049[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1855 -> 2050[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1856[label="LT",fontsize=16,color="green",shape="box"];1857 -> 12[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1857[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1857 -> 2051[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1857 -> 2052[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1858[label="LT",fontsize=16,color="green",shape="box"];1859 -> 13[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1859[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1859 -> 2053[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1859 -> 2054[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1860[label="LT",fontsize=16,color="green",shape="box"];1861 -> 14[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1861[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1861 -> 2055[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1861 -> 2056[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1862[label="LT",fontsize=16,color="green",shape="box"];1863 -> 15[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1863[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1863 -> 2057[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1863 -> 2058[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1864[label="LT",fontsize=16,color="green",shape="box"];1865 -> 16[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1865[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1865 -> 2059[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1865 -> 2060[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1866[label="LT",fontsize=16,color="green",shape="box"];1867 -> 17[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1867[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1867 -> 2061[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1867 -> 2062[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1868[label="LT",fontsize=16,color="green",shape="box"];1869 -> 18[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1869[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1869 -> 2063[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1869 -> 2064[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1870[label="compare1 (vwx114,vwx115) (vwx116,vwx117) False",fontsize=16,color="black",shape="box"];1870 -> 2065[label="",style="solid", color="black", weight=3]; 19.91/9.46 1871[label="compare1 (vwx114,vwx115) (vwx116,vwx117) True",fontsize=16,color="black",shape="box"];1871 -> 2066[label="",style="solid", color="black", weight=3]; 19.91/9.46 1872[label="True",fontsize=16,color="green",shape="box"];1873[label="GT",fontsize=16,color="green",shape="box"];1874[label="GT",fontsize=16,color="green",shape="box"];1882 -> 1152[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1882[label="vwx52 < vwx55",fontsize=16,color="magenta"];1882 -> 2067[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1882 -> 2068[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1883 -> 1153[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1883[label="vwx52 < vwx55",fontsize=16,color="magenta"];1883 -> 2069[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1883 -> 2070[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1884 -> 1154[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1884[label="vwx52 < vwx55",fontsize=16,color="magenta"];1884 -> 2071[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1884 -> 2072[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1885 -> 1155[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1885[label="vwx52 < vwx55",fontsize=16,color="magenta"];1885 -> 2073[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1885 -> 2074[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1886 -> 1156[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1886[label="vwx52 < vwx55",fontsize=16,color="magenta"];1886 -> 2075[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1886 -> 2076[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1887 -> 1157[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1887[label="vwx52 < vwx55",fontsize=16,color="magenta"];1887 -> 2077[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1887 -> 2078[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1888 -> 1158[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1888[label="vwx52 < vwx55",fontsize=16,color="magenta"];1888 -> 2079[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1888 -> 2080[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1889 -> 1159[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1889[label="vwx52 < vwx55",fontsize=16,color="magenta"];1889 -> 2081[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1889 -> 2082[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1890 -> 1160[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1890[label="vwx52 < vwx55",fontsize=16,color="magenta"];1890 -> 2083[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1890 -> 2084[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1891 -> 1161[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1891[label="vwx52 < vwx55",fontsize=16,color="magenta"];1891 -> 2085[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1891 -> 2086[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1892 -> 1162[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1892[label="vwx52 < vwx55",fontsize=16,color="magenta"];1892 -> 2087[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1892 -> 2088[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1893 -> 1163[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1893[label="vwx52 < vwx55",fontsize=16,color="magenta"];1893 -> 2089[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1893 -> 2090[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1894 -> 1164[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1894[label="vwx52 < vwx55",fontsize=16,color="magenta"];1894 -> 2091[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1894 -> 2092[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1895 -> 1165[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1895[label="vwx52 < vwx55",fontsize=16,color="magenta"];1895 -> 2093[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1895 -> 2094[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1896[label="vwx53 <= vwx56",fontsize=16,color="blue",shape="box"];3346[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3346[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3346 -> 2095[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3347[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3347[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3347 -> 2096[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3348[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3348[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3348 -> 2097[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3349[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3349[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3349 -> 2098[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3350[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3350[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3350 -> 2099[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3351[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3351[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3351 -> 2100[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3352[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3352[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3352 -> 2101[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3353[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3353[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3353 -> 2102[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3354[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3354[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3354 -> 2103[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3355[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3355[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3355 -> 2104[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3356[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3356[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3356 -> 2105[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3357[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3357[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3357 -> 2106[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3358[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3358[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3358 -> 2107[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3359[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3359[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3359 -> 2108[label="",style="solid", color="blue", weight=3]; 19.91/9.46 1897[label="vwx52 == vwx55",fontsize=16,color="blue",shape="box"];3360[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3360[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3360 -> 2109[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3361[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3361[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3361 -> 2110[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3362[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3362[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3362 -> 2111[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3363[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3363[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3363 -> 2112[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3364[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3364[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3364 -> 2113[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3365[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3365[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3365 -> 2114[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3366[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3366[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3366 -> 2115[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3367[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3367[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3367 -> 2116[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3368[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3368[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3368 -> 2117[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3369[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3369[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3369 -> 2118[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3370[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3370[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3370 -> 2119[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3371[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3371[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3371 -> 2120[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3372[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3372[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3372 -> 2121[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3373[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1897 -> 3373[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3373 -> 2122[label="",style="solid", color="blue", weight=3]; 19.91/9.46 1898[label="False || vwx143",fontsize=16,color="black",shape="box"];1898 -> 2123[label="",style="solid", color="black", weight=3]; 19.91/9.46 1899[label="True || vwx143",fontsize=16,color="black",shape="box"];1899 -> 2124[label="",style="solid", color="black", weight=3]; 19.91/9.46 1900[label="vwx54",fontsize=16,color="green",shape="box"];1901[label="vwx51",fontsize=16,color="green",shape="box"];1902[label="vwx54",fontsize=16,color="green",shape="box"];1903[label="vwx51",fontsize=16,color="green",shape="box"];1904[label="vwx54",fontsize=16,color="green",shape="box"];1905[label="vwx51",fontsize=16,color="green",shape="box"];1906[label="vwx54",fontsize=16,color="green",shape="box"];1907[label="vwx51",fontsize=16,color="green",shape="box"];1908[label="vwx54",fontsize=16,color="green",shape="box"];1909[label="vwx51",fontsize=16,color="green",shape="box"];1910[label="vwx54",fontsize=16,color="green",shape="box"];1911[label="vwx51",fontsize=16,color="green",shape="box"];1912[label="vwx54",fontsize=16,color="green",shape="box"];1913[label="vwx51",fontsize=16,color="green",shape="box"];1914[label="vwx54",fontsize=16,color="green",shape="box"];1915[label="vwx51",fontsize=16,color="green",shape="box"];1916[label="vwx54",fontsize=16,color="green",shape="box"];1917[label="vwx51",fontsize=16,color="green",shape="box"];1918[label="vwx54",fontsize=16,color="green",shape="box"];1919[label="vwx51",fontsize=16,color="green",shape="box"];1920[label="vwx54",fontsize=16,color="green",shape="box"];1921[label="vwx51",fontsize=16,color="green",shape="box"];1922[label="vwx54",fontsize=16,color="green",shape="box"];1923[label="vwx51",fontsize=16,color="green",shape="box"];1924[label="vwx54",fontsize=16,color="green",shape="box"];1925[label="vwx51",fontsize=16,color="green",shape="box"];1926[label="vwx54",fontsize=16,color="green",shape="box"];1927[label="vwx51",fontsize=16,color="green",shape="box"];1928[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) False",fontsize=16,color="black",shape="box"];1928 -> 2125[label="",style="solid", color="black", weight=3]; 19.91/9.46 1929[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) True",fontsize=16,color="black",shape="box"];1929 -> 2126[label="",style="solid", color="black", weight=3]; 19.91/9.46 1930[label="True",fontsize=16,color="green",shape="box"];1932 -> 799[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1932[label="primMulNat vwx3000 (Succ vwx4100)",fontsize=16,color="magenta"];1932 -> 2127[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1932 -> 2128[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1931[label="primPlusNat vwx144 (Succ vwx4100)",fontsize=16,color="burlywood",shape="triangle"];3374[label="vwx144/Succ vwx1440",fontsize=10,color="white",style="solid",shape="box"];1931 -> 3374[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3374 -> 2129[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3375[label="vwx144/Zero",fontsize=10,color="white",style="solid",shape="box"];1931 -> 3375[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3375 -> 2130[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 1933[label="vwx402",fontsize=16,color="green",shape="box"];1934[label="vwx302",fontsize=16,color="green",shape="box"];1935[label="vwx402",fontsize=16,color="green",shape="box"];1936[label="vwx302",fontsize=16,color="green",shape="box"];1937[label="vwx402",fontsize=16,color="green",shape="box"];1938[label="vwx302",fontsize=16,color="green",shape="box"];1939[label="vwx402",fontsize=16,color="green",shape="box"];1940[label="vwx302",fontsize=16,color="green",shape="box"];1941[label="vwx402",fontsize=16,color="green",shape="box"];1942[label="vwx302",fontsize=16,color="green",shape="box"];1943[label="vwx402",fontsize=16,color="green",shape="box"];1944[label="vwx302",fontsize=16,color="green",shape="box"];1945[label="vwx402",fontsize=16,color="green",shape="box"];1946[label="vwx302",fontsize=16,color="green",shape="box"];1947[label="vwx402",fontsize=16,color="green",shape="box"];1948[label="vwx302",fontsize=16,color="green",shape="box"];1949[label="vwx402",fontsize=16,color="green",shape="box"];1950[label="vwx302",fontsize=16,color="green",shape="box"];1951[label="vwx402",fontsize=16,color="green",shape="box"];1952[label="vwx302",fontsize=16,color="green",shape="box"];1953[label="vwx402",fontsize=16,color="green",shape="box"];1954[label="vwx302",fontsize=16,color="green",shape="box"];1955[label="vwx402",fontsize=16,color="green",shape="box"];1956[label="vwx302",fontsize=16,color="green",shape="box"];1957[label="vwx402",fontsize=16,color="green",shape="box"];1958[label="vwx302",fontsize=16,color="green",shape="box"];1959[label="vwx402",fontsize=16,color="green",shape="box"];1960[label="vwx302",fontsize=16,color="green",shape="box"];1961[label="vwx401",fontsize=16,color="green",shape="box"];1962[label="vwx301",fontsize=16,color="green",shape="box"];1963[label="vwx401",fontsize=16,color="green",shape="box"];1964[label="vwx301",fontsize=16,color="green",shape="box"];1965[label="vwx401",fontsize=16,color="green",shape="box"];1966[label="vwx301",fontsize=16,color="green",shape="box"];1967[label="vwx401",fontsize=16,color="green",shape="box"];1968[label="vwx301",fontsize=16,color="green",shape="box"];1969[label="vwx401",fontsize=16,color="green",shape="box"];1970[label="vwx301",fontsize=16,color="green",shape="box"];1971[label="vwx401",fontsize=16,color="green",shape="box"];1972[label="vwx301",fontsize=16,color="green",shape="box"];1973[label="vwx401",fontsize=16,color="green",shape="box"];1974[label="vwx301",fontsize=16,color="green",shape="box"];1975[label="vwx401",fontsize=16,color="green",shape="box"];1976[label="vwx301",fontsize=16,color="green",shape="box"];1977[label="vwx401",fontsize=16,color="green",shape="box"];1978[label="vwx301",fontsize=16,color="green",shape="box"];1979[label="vwx401",fontsize=16,color="green",shape="box"];1980[label="vwx301",fontsize=16,color="green",shape="box"];1981[label="vwx401",fontsize=16,color="green",shape="box"];1982[label="vwx301",fontsize=16,color="green",shape="box"];1983[label="vwx401",fontsize=16,color="green",shape="box"];1984[label="vwx301",fontsize=16,color="green",shape="box"];1985[label="vwx401",fontsize=16,color="green",shape="box"];1986[label="vwx301",fontsize=16,color="green",shape="box"];1987[label="vwx401",fontsize=16,color="green",shape="box"];1988[label="vwx301",fontsize=16,color="green",shape="box"];1989 -> 1058[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1989[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];1989 -> 2131[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1989 -> 2132[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 1990[label="False",fontsize=16,color="green",shape="box"];1991[label="False",fontsize=16,color="green",shape="box"];1992[label="True",fontsize=16,color="green",shape="box"];1993[label="vwx3000",fontsize=16,color="green",shape="box"];1994[label="vwx4000",fontsize=16,color="green",shape="box"];1995[label="vwx3000",fontsize=16,color="green",shape="box"];1996[label="vwx4000",fontsize=16,color="green",shape="box"];1997[label="vwx15",fontsize=16,color="green",shape="box"];1998[label="vwx16",fontsize=16,color="green",shape="box"];1999 -> 2133[label="",style="dashed", color="red", weight=0]; 19.91/9.46 1999[label="not (vwx138 == GT)",fontsize=16,color="magenta"];1999 -> 2134[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2000[label="vwx15",fontsize=16,color="green",shape="box"];2001[label="vwx16",fontsize=16,color="green",shape="box"];2002[label="vwx15",fontsize=16,color="green",shape="box"];2003[label="vwx16",fontsize=16,color="green",shape="box"];2004[label="vwx15",fontsize=16,color="green",shape="box"];2005[label="vwx16",fontsize=16,color="green",shape="box"];2006[label="True",fontsize=16,color="green",shape="box"];2007[label="True",fontsize=16,color="green",shape="box"];2008[label="True",fontsize=16,color="green",shape="box"];2009[label="False",fontsize=16,color="green",shape="box"];2010[label="True",fontsize=16,color="green",shape="box"];2011[label="True",fontsize=16,color="green",shape="box"];2012[label="False",fontsize=16,color="green",shape="box"];2013[label="False",fontsize=16,color="green",shape="box"];2014[label="True",fontsize=16,color="green",shape="box"];2015[label="True",fontsize=16,color="green",shape="box"];2016[label="True",fontsize=16,color="green",shape="box"];2017[label="False",fontsize=16,color="green",shape="box"];2018[label="True",fontsize=16,color="green",shape="box"];2019[label="vwx15",fontsize=16,color="green",shape="box"];2020[label="vwx16",fontsize=16,color="green",shape="box"];2021[label="vwx15",fontsize=16,color="green",shape="box"];2022[label="vwx16",fontsize=16,color="green",shape="box"];2023[label="vwx15",fontsize=16,color="green",shape="box"];2024[label="vwx16",fontsize=16,color="green",shape="box"];2025[label="True",fontsize=16,color="green",shape="box"];2026[label="True",fontsize=16,color="green",shape="box"];2027[label="False",fontsize=16,color="green",shape="box"];2028[label="vwx150 <= vwx160",fontsize=16,color="blue",shape="box"];3376[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3376[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3376 -> 2135[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3377[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3377[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3377 -> 2136[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3378[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3378[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3378 -> 2137[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3379[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3379[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3379 -> 2138[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3380[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3380[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3380 -> 2139[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3381[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3381[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3381 -> 2140[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3382[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3382[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3382 -> 2141[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3383[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3383[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3383 -> 2142[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3384[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3384[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3384 -> 2143[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3385[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3385[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3385 -> 2144[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3386[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3386[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3386 -> 2145[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3387[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3387[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3387 -> 2146[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3388[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3388[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3388 -> 2147[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3389[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2028 -> 3389[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3389 -> 2148[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2029 -> 1877[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2029[label="vwx150 < vwx160 || vwx150 == vwx160 && vwx151 <= vwx161",fontsize=16,color="magenta"];2029 -> 2149[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2029 -> 2150[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2030[label="vwx150 <= vwx160",fontsize=16,color="blue",shape="box"];3390[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3390[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3390 -> 2151[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3391[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3391[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3391 -> 2152[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3392[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3392[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3392 -> 2153[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3393[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3393[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3393 -> 2154[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3394[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3394[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3394 -> 2155[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3395[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3395[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3395 -> 2156[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3396[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3396[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3396 -> 2157[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3397[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3397[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3397 -> 2158[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3398[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3398[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3398 -> 2159[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3399[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3399[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3399 -> 2160[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3400[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3400[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3400 -> 2161[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3401[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3401[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3401 -> 2162[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3402[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3402[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3402 -> 2163[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3403[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2030 -> 3403[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3403 -> 2164[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2031[label="True",fontsize=16,color="green",shape="box"];2032[label="False",fontsize=16,color="green",shape="box"];2033[label="vwx150 <= vwx160",fontsize=16,color="blue",shape="box"];3404[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3404[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3404 -> 2165[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3405[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3405[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3405 -> 2166[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3406[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3406[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3406 -> 2167[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3407[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3407[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3407 -> 2168[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3408[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3408[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3408 -> 2169[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3409[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3409[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3409 -> 2170[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3410[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3410[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3410 -> 2171[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3411[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3411[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3411 -> 2172[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3412[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3412[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3412 -> 2173[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3413[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3413[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3413 -> 2174[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3414[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3414[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3414 -> 2175[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3415[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3415[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3415 -> 2176[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3416[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3416[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3416 -> 2177[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3417[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3417[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3417 -> 2178[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2034[label="vwx15",fontsize=16,color="green",shape="box"];2035[label="vwx16",fontsize=16,color="green",shape="box"];2036 -> 1877[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2036[label="vwx150 < vwx160 || vwx150 == vwx160 && (vwx151 < vwx161 || vwx151 == vwx161 && vwx152 <= vwx162)",fontsize=16,color="magenta"];2036 -> 2179[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2036 -> 2180[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2037[label="vwx64",fontsize=16,color="green",shape="box"];2038[label="vwx66",fontsize=16,color="green",shape="box"];2039[label="vwx64",fontsize=16,color="green",shape="box"];2040[label="vwx66",fontsize=16,color="green",shape="box"];2041[label="vwx64",fontsize=16,color="green",shape="box"];2042[label="vwx66",fontsize=16,color="green",shape="box"];2043[label="vwx64",fontsize=16,color="green",shape="box"];2044[label="vwx66",fontsize=16,color="green",shape="box"];2045[label="vwx64",fontsize=16,color="green",shape="box"];2046[label="vwx66",fontsize=16,color="green",shape="box"];2047[label="vwx64",fontsize=16,color="green",shape="box"];2048[label="vwx66",fontsize=16,color="green",shape="box"];2049[label="vwx64",fontsize=16,color="green",shape="box"];2050[label="vwx66",fontsize=16,color="green",shape="box"];2051[label="vwx64",fontsize=16,color="green",shape="box"];2052[label="vwx66",fontsize=16,color="green",shape="box"];2053[label="vwx64",fontsize=16,color="green",shape="box"];2054[label="vwx66",fontsize=16,color="green",shape="box"];2055[label="vwx64",fontsize=16,color="green",shape="box"];2056[label="vwx66",fontsize=16,color="green",shape="box"];2057[label="vwx64",fontsize=16,color="green",shape="box"];2058[label="vwx66",fontsize=16,color="green",shape="box"];2059[label="vwx64",fontsize=16,color="green",shape="box"];2060[label="vwx66",fontsize=16,color="green",shape="box"];2061[label="vwx64",fontsize=16,color="green",shape="box"];2062[label="vwx66",fontsize=16,color="green",shape="box"];2063[label="vwx64",fontsize=16,color="green",shape="box"];2064[label="vwx66",fontsize=16,color="green",shape="box"];2065[label="compare0 (vwx114,vwx115) (vwx116,vwx117) otherwise",fontsize=16,color="black",shape="box"];2065 -> 2181[label="",style="solid", color="black", weight=3]; 19.91/9.46 2066[label="LT",fontsize=16,color="green",shape="box"];2067[label="vwx55",fontsize=16,color="green",shape="box"];2068[label="vwx52",fontsize=16,color="green",shape="box"];2069[label="vwx55",fontsize=16,color="green",shape="box"];2070[label="vwx52",fontsize=16,color="green",shape="box"];2071[label="vwx55",fontsize=16,color="green",shape="box"];2072[label="vwx52",fontsize=16,color="green",shape="box"];2073[label="vwx55",fontsize=16,color="green",shape="box"];2074[label="vwx52",fontsize=16,color="green",shape="box"];2075[label="vwx55",fontsize=16,color="green",shape="box"];2076[label="vwx52",fontsize=16,color="green",shape="box"];2077[label="vwx55",fontsize=16,color="green",shape="box"];2078[label="vwx52",fontsize=16,color="green",shape="box"];2079[label="vwx55",fontsize=16,color="green",shape="box"];2080[label="vwx52",fontsize=16,color="green",shape="box"];2081[label="vwx55",fontsize=16,color="green",shape="box"];2082[label="vwx52",fontsize=16,color="green",shape="box"];2083[label="vwx55",fontsize=16,color="green",shape="box"];2084[label="vwx52",fontsize=16,color="green",shape="box"];2085[label="vwx55",fontsize=16,color="green",shape="box"];2086[label="vwx52",fontsize=16,color="green",shape="box"];2087[label="vwx55",fontsize=16,color="green",shape="box"];2088[label="vwx52",fontsize=16,color="green",shape="box"];2089[label="vwx55",fontsize=16,color="green",shape="box"];2090[label="vwx52",fontsize=16,color="green",shape="box"];2091[label="vwx55",fontsize=16,color="green",shape="box"];2092[label="vwx52",fontsize=16,color="green",shape="box"];2093[label="vwx55",fontsize=16,color="green",shape="box"];2094[label="vwx52",fontsize=16,color="green",shape="box"];2095 -> 1119[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2095[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2095 -> 2182[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2095 -> 2183[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2096 -> 1120[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2096[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2096 -> 2184[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2096 -> 2185[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2097 -> 1121[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2097[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2097 -> 2186[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2097 -> 2187[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2098 -> 1122[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2098[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2098 -> 2188[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2098 -> 2189[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2099 -> 1123[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2099[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2099 -> 2190[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2099 -> 2191[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2100 -> 1124[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2100[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2100 -> 2192[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2100 -> 2193[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2101 -> 1125[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2101[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2101 -> 2194[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2101 -> 2195[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2102 -> 1126[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2102[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2102 -> 2196[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2102 -> 2197[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2103 -> 1127[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2103[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2103 -> 2198[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2103 -> 2199[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2104 -> 1128[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2104[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2104 -> 2200[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2104 -> 2201[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2105 -> 1129[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2105[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2105 -> 2202[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2105 -> 2203[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2106 -> 1130[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2106[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2106 -> 2204[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2106 -> 2205[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2107 -> 1131[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2107[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2107 -> 2206[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2107 -> 2207[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2108 -> 1132[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2108[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2108 -> 2208[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2108 -> 2209[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2109 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2109[label="vwx52 == vwx55",fontsize=16,color="magenta"];2109 -> 2210[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2109 -> 2211[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2110 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2110[label="vwx52 == vwx55",fontsize=16,color="magenta"];2110 -> 2212[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2110 -> 2213[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2111 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2111[label="vwx52 == vwx55",fontsize=16,color="magenta"];2111 -> 2214[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2111 -> 2215[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2112 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2112[label="vwx52 == vwx55",fontsize=16,color="magenta"];2112 -> 2216[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2112 -> 2217[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2113 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2113[label="vwx52 == vwx55",fontsize=16,color="magenta"];2113 -> 2218[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2113 -> 2219[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2114 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2114[label="vwx52 == vwx55",fontsize=16,color="magenta"];2114 -> 2220[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2114 -> 2221[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2115 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2115[label="vwx52 == vwx55",fontsize=16,color="magenta"];2115 -> 2222[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2115 -> 2223[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2116 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2116[label="vwx52 == vwx55",fontsize=16,color="magenta"];2116 -> 2224[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2116 -> 2225[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2117 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2117[label="vwx52 == vwx55",fontsize=16,color="magenta"];2117 -> 2226[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2117 -> 2227[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2118 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2118[label="vwx52 == vwx55",fontsize=16,color="magenta"];2118 -> 2228[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2118 -> 2229[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2119 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2119[label="vwx52 == vwx55",fontsize=16,color="magenta"];2119 -> 2230[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2119 -> 2231[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2120 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2120[label="vwx52 == vwx55",fontsize=16,color="magenta"];2120 -> 2232[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2120 -> 2233[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2121 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2121[label="vwx52 == vwx55",fontsize=16,color="magenta"];2121 -> 2234[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2121 -> 2235[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2122 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2122[label="vwx52 == vwx55",fontsize=16,color="magenta"];2122 -> 2236[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2122 -> 2237[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2123[label="vwx143",fontsize=16,color="green",shape="box"];2124[label="True",fontsize=16,color="green",shape="box"];2125[label="compare0 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) otherwise",fontsize=16,color="black",shape="box"];2125 -> 2238[label="",style="solid", color="black", weight=3]; 19.91/9.46 2126[label="LT",fontsize=16,color="green",shape="box"];2127[label="vwx3000",fontsize=16,color="green",shape="box"];2128[label="Succ vwx4100",fontsize=16,color="green",shape="box"];2129[label="primPlusNat (Succ vwx1440) (Succ vwx4100)",fontsize=16,color="black",shape="box"];2129 -> 2239[label="",style="solid", color="black", weight=3]; 19.91/9.46 2130[label="primPlusNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];2130 -> 2240[label="",style="solid", color="black", weight=3]; 19.91/9.46 2131[label="vwx3000",fontsize=16,color="green",shape="box"];2132[label="vwx4000",fontsize=16,color="green",shape="box"];2134 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2134[label="vwx138 == GT",fontsize=16,color="magenta"];2134 -> 2241[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2134 -> 2242[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2133[label="not vwx145",fontsize=16,color="burlywood",shape="triangle"];3418[label="vwx145/False",fontsize=10,color="white",style="solid",shape="box"];2133 -> 3418[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3418 -> 2243[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3419[label="vwx145/True",fontsize=10,color="white",style="solid",shape="box"];2133 -> 3419[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3419 -> 2244[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 2135 -> 1119[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2135[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2135 -> 2245[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2135 -> 2246[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2136 -> 1120[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2136[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2136 -> 2247[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2136 -> 2248[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2137 -> 1121[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2137[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2137 -> 2249[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2137 -> 2250[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2138 -> 1122[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2138[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2138 -> 2251[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2138 -> 2252[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2139 -> 1123[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2139[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2139 -> 2253[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2139 -> 2254[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2140 -> 1124[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2140[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2140 -> 2255[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2140 -> 2256[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2141 -> 1125[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2141[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2141 -> 2257[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2141 -> 2258[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2142 -> 1126[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2142[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2142 -> 2259[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2142 -> 2260[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2143 -> 1127[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2143[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2143 -> 2261[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2143 -> 2262[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2144 -> 1128[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2144[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2144 -> 2263[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2144 -> 2264[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2145 -> 1129[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2145[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2145 -> 2265[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2145 -> 2266[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2146 -> 1130[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2146[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2146 -> 2267[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2146 -> 2268[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2147 -> 1131[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2147[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2147 -> 2269[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2147 -> 2270[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2148 -> 1132[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2148[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2148 -> 2271[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2148 -> 2272[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2149[label="vwx150 < vwx160",fontsize=16,color="blue",shape="box"];3420[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3420[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3420 -> 2273[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3421[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3421[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3421 -> 2274[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3422[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3422[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3422 -> 2275[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3423[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3423[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3423 -> 2276[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3424[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3424[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3424 -> 2277[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3425[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3425[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3425 -> 2278[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3426[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3426[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3426 -> 2279[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3427[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3427[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3427 -> 2280[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3428[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3428[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3428 -> 2281[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3429[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3429[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3429 -> 2282[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3430[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3430[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3430 -> 2283[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3431[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3431[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3431 -> 2284[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3432[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3432[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3432 -> 2285[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3433[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2149 -> 3433[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3433 -> 2286[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2150 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2150[label="vwx150 == vwx160 && vwx151 <= vwx161",fontsize=16,color="magenta"];2150 -> 2287[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2150 -> 2288[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2151 -> 1119[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2151[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2151 -> 2289[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2151 -> 2290[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2152 -> 1120[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2152[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2152 -> 2291[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2152 -> 2292[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2153 -> 1121[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2153[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2153 -> 2293[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2153 -> 2294[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2154 -> 1122[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2154[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2154 -> 2295[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2154 -> 2296[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2155 -> 1123[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2155[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2155 -> 2297[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2155 -> 2298[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2156 -> 1124[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2156[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2156 -> 2299[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2156 -> 2300[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2157 -> 1125[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2157[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2157 -> 2301[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2157 -> 2302[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2158 -> 1126[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2158[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2158 -> 2303[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2158 -> 2304[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2159 -> 1127[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2159[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2159 -> 2305[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2159 -> 2306[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2160 -> 1128[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2160[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2160 -> 2307[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2160 -> 2308[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2161 -> 1129[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2161[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2161 -> 2309[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2161 -> 2310[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2162 -> 1130[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2162[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2162 -> 2311[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2162 -> 2312[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2163 -> 1131[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2163[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2163 -> 2313[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2163 -> 2314[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2164 -> 1132[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2164[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2164 -> 2315[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2164 -> 2316[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2165 -> 1119[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2165[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2165 -> 2317[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2165 -> 2318[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2166 -> 1120[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2166[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2166 -> 2319[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2166 -> 2320[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2167 -> 1121[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2167[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2167 -> 2321[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2167 -> 2322[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2168 -> 1122[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2168[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2168 -> 2323[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2168 -> 2324[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2169 -> 1123[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2169[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2169 -> 2325[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2169 -> 2326[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2170 -> 1124[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2170[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2170 -> 2327[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2170 -> 2328[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2171 -> 1125[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2171[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2171 -> 2329[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2171 -> 2330[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2172 -> 1126[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2172[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2172 -> 2331[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2172 -> 2332[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2173 -> 1127[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2173[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2173 -> 2333[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2173 -> 2334[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2174 -> 1128[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2174[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2174 -> 2335[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2174 -> 2336[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2175 -> 1129[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2175[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2175 -> 2337[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2175 -> 2338[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2176 -> 1130[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2176[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2176 -> 2339[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2176 -> 2340[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2177 -> 1131[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2177[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2177 -> 2341[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2177 -> 2342[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2178 -> 1132[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2178[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2178 -> 2343[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2178 -> 2344[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2179[label="vwx150 < vwx160",fontsize=16,color="blue",shape="box"];3434[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3434[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3434 -> 2345[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3435[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3435[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3435 -> 2346[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3436[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3436[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3436 -> 2347[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3437[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3437[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3437 -> 2348[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3438[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3438[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3438 -> 2349[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3439[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3439[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3439 -> 2350[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3440[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3440[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3440 -> 2351[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3441[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3441[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3441 -> 2352[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3442[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3442[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3442 -> 2353[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3443[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3443[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3443 -> 2354[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3444[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3444[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3444 -> 2355[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3445[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3445[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3445 -> 2356[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3446[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3446[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3446 -> 2357[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3447[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3447[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3447 -> 2358[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2180 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2180[label="vwx150 == vwx160 && (vwx151 < vwx161 || vwx151 == vwx161 && vwx152 <= vwx162)",fontsize=16,color="magenta"];2180 -> 2359[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2180 -> 2360[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2181[label="compare0 (vwx114,vwx115) (vwx116,vwx117) True",fontsize=16,color="black",shape="box"];2181 -> 2361[label="",style="solid", color="black", weight=3]; 19.91/9.46 2182[label="vwx53",fontsize=16,color="green",shape="box"];2183[label="vwx56",fontsize=16,color="green",shape="box"];2184[label="vwx53",fontsize=16,color="green",shape="box"];2185[label="vwx56",fontsize=16,color="green",shape="box"];2186[label="vwx53",fontsize=16,color="green",shape="box"];2187[label="vwx56",fontsize=16,color="green",shape="box"];2188[label="vwx53",fontsize=16,color="green",shape="box"];2189[label="vwx56",fontsize=16,color="green",shape="box"];2190[label="vwx53",fontsize=16,color="green",shape="box"];2191[label="vwx56",fontsize=16,color="green",shape="box"];2192[label="vwx53",fontsize=16,color="green",shape="box"];2193[label="vwx56",fontsize=16,color="green",shape="box"];2194[label="vwx53",fontsize=16,color="green",shape="box"];2195[label="vwx56",fontsize=16,color="green",shape="box"];2196[label="vwx53",fontsize=16,color="green",shape="box"];2197[label="vwx56",fontsize=16,color="green",shape="box"];2198[label="vwx53",fontsize=16,color="green",shape="box"];2199[label="vwx56",fontsize=16,color="green",shape="box"];2200[label="vwx53",fontsize=16,color="green",shape="box"];2201[label="vwx56",fontsize=16,color="green",shape="box"];2202[label="vwx53",fontsize=16,color="green",shape="box"];2203[label="vwx56",fontsize=16,color="green",shape="box"];2204[label="vwx53",fontsize=16,color="green",shape="box"];2205[label="vwx56",fontsize=16,color="green",shape="box"];2206[label="vwx53",fontsize=16,color="green",shape="box"];2207[label="vwx56",fontsize=16,color="green",shape="box"];2208[label="vwx53",fontsize=16,color="green",shape="box"];2209[label="vwx56",fontsize=16,color="green",shape="box"];2210[label="vwx55",fontsize=16,color="green",shape="box"];2211[label="vwx52",fontsize=16,color="green",shape="box"];2212[label="vwx55",fontsize=16,color="green",shape="box"];2213[label="vwx52",fontsize=16,color="green",shape="box"];2214[label="vwx55",fontsize=16,color="green",shape="box"];2215[label="vwx52",fontsize=16,color="green",shape="box"];2216[label="vwx55",fontsize=16,color="green",shape="box"];2217[label="vwx52",fontsize=16,color="green",shape="box"];2218[label="vwx55",fontsize=16,color="green",shape="box"];2219[label="vwx52",fontsize=16,color="green",shape="box"];2220[label="vwx55",fontsize=16,color="green",shape="box"];2221[label="vwx52",fontsize=16,color="green",shape="box"];2222[label="vwx55",fontsize=16,color="green",shape="box"];2223[label="vwx52",fontsize=16,color="green",shape="box"];2224[label="vwx55",fontsize=16,color="green",shape="box"];2225[label="vwx52",fontsize=16,color="green",shape="box"];2226[label="vwx55",fontsize=16,color="green",shape="box"];2227[label="vwx52",fontsize=16,color="green",shape="box"];2228[label="vwx55",fontsize=16,color="green",shape="box"];2229[label="vwx52",fontsize=16,color="green",shape="box"];2230[label="vwx55",fontsize=16,color="green",shape="box"];2231[label="vwx52",fontsize=16,color="green",shape="box"];2232[label="vwx55",fontsize=16,color="green",shape="box"];2233[label="vwx52",fontsize=16,color="green",shape="box"];2234[label="vwx55",fontsize=16,color="green",shape="box"];2235[label="vwx52",fontsize=16,color="green",shape="box"];2236[label="vwx55",fontsize=16,color="green",shape="box"];2237[label="vwx52",fontsize=16,color="green",shape="box"];2238[label="compare0 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) True",fontsize=16,color="black",shape="box"];2238 -> 2362[label="",style="solid", color="black", weight=3]; 19.91/9.46 2239[label="Succ (Succ (primPlusNat vwx1440 vwx4100))",fontsize=16,color="green",shape="box"];2239 -> 2363[label="",style="dashed", color="green", weight=3]; 19.91/9.46 2240[label="Succ vwx4100",fontsize=16,color="green",shape="box"];2241[label="GT",fontsize=16,color="green",shape="box"];2242[label="vwx138",fontsize=16,color="green",shape="box"];2243[label="not False",fontsize=16,color="black",shape="box"];2243 -> 2364[label="",style="solid", color="black", weight=3]; 19.91/9.46 2244[label="not True",fontsize=16,color="black",shape="box"];2244 -> 2365[label="",style="solid", color="black", weight=3]; 19.91/9.46 2245[label="vwx150",fontsize=16,color="green",shape="box"];2246[label="vwx160",fontsize=16,color="green",shape="box"];2247[label="vwx150",fontsize=16,color="green",shape="box"];2248[label="vwx160",fontsize=16,color="green",shape="box"];2249[label="vwx150",fontsize=16,color="green",shape="box"];2250[label="vwx160",fontsize=16,color="green",shape="box"];2251[label="vwx150",fontsize=16,color="green",shape="box"];2252[label="vwx160",fontsize=16,color="green",shape="box"];2253[label="vwx150",fontsize=16,color="green",shape="box"];2254[label="vwx160",fontsize=16,color="green",shape="box"];2255[label="vwx150",fontsize=16,color="green",shape="box"];2256[label="vwx160",fontsize=16,color="green",shape="box"];2257[label="vwx150",fontsize=16,color="green",shape="box"];2258[label="vwx160",fontsize=16,color="green",shape="box"];2259[label="vwx150",fontsize=16,color="green",shape="box"];2260[label="vwx160",fontsize=16,color="green",shape="box"];2261[label="vwx150",fontsize=16,color="green",shape="box"];2262[label="vwx160",fontsize=16,color="green",shape="box"];2263[label="vwx150",fontsize=16,color="green",shape="box"];2264[label="vwx160",fontsize=16,color="green",shape="box"];2265[label="vwx150",fontsize=16,color="green",shape="box"];2266[label="vwx160",fontsize=16,color="green",shape="box"];2267[label="vwx150",fontsize=16,color="green",shape="box"];2268[label="vwx160",fontsize=16,color="green",shape="box"];2269[label="vwx150",fontsize=16,color="green",shape="box"];2270[label="vwx160",fontsize=16,color="green",shape="box"];2271[label="vwx150",fontsize=16,color="green",shape="box"];2272[label="vwx160",fontsize=16,color="green",shape="box"];2273 -> 1152[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2273[label="vwx150 < vwx160",fontsize=16,color="magenta"];2273 -> 2366[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2273 -> 2367[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2274 -> 1153[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2274[label="vwx150 < vwx160",fontsize=16,color="magenta"];2274 -> 2368[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2274 -> 2369[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2275 -> 1154[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2275[label="vwx150 < vwx160",fontsize=16,color="magenta"];2275 -> 2370[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2275 -> 2371[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2276 -> 1155[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2276[label="vwx150 < vwx160",fontsize=16,color="magenta"];2276 -> 2372[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2276 -> 2373[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2277 -> 1156[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2277[label="vwx150 < vwx160",fontsize=16,color="magenta"];2277 -> 2374[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2277 -> 2375[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2278 -> 1157[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2278[label="vwx150 < vwx160",fontsize=16,color="magenta"];2278 -> 2376[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2278 -> 2377[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2279 -> 1158[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2279[label="vwx150 < vwx160",fontsize=16,color="magenta"];2279 -> 2378[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2279 -> 2379[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2280 -> 1159[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2280[label="vwx150 < vwx160",fontsize=16,color="magenta"];2280 -> 2380[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2280 -> 2381[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2281 -> 1160[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2281[label="vwx150 < vwx160",fontsize=16,color="magenta"];2281 -> 2382[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2281 -> 2383[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2282 -> 1161[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2282[label="vwx150 < vwx160",fontsize=16,color="magenta"];2282 -> 2384[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2282 -> 2385[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2283 -> 1162[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2283[label="vwx150 < vwx160",fontsize=16,color="magenta"];2283 -> 2386[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2283 -> 2387[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2284 -> 1163[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2284[label="vwx150 < vwx160",fontsize=16,color="magenta"];2284 -> 2388[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2284 -> 2389[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2285 -> 1164[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2285[label="vwx150 < vwx160",fontsize=16,color="magenta"];2285 -> 2390[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2285 -> 2391[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2286 -> 1165[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2286[label="vwx150 < vwx160",fontsize=16,color="magenta"];2286 -> 2392[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2286 -> 2393[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2287[label="vwx151 <= vwx161",fontsize=16,color="blue",shape="box"];3448[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3448[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3448 -> 2394[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3449[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3449[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3449 -> 2395[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3450[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3450[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3450 -> 2396[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3451[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3451[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3451 -> 2397[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3452[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3452[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3452 -> 2398[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3453[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3453[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3453 -> 2399[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3454[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3454[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3454 -> 2400[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3455[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3455[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3455 -> 2401[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3456[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3456[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3456 -> 2402[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3457[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3457[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3457 -> 2403[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3458[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3458[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3458 -> 2404[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3459[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3459[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3459 -> 2405[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3460[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3460[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3460 -> 2406[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3461[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2287 -> 3461[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3461 -> 2407[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2288[label="vwx150 == vwx160",fontsize=16,color="blue",shape="box"];3462[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3462[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3462 -> 2408[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3463[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3463[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3463 -> 2409[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3464[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3464[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3464 -> 2410[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3465[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3465[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3465 -> 2411[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3466[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3466[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3466 -> 2412[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3467[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3467[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3467 -> 2413[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3468[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3468[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3468 -> 2414[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3469[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3469[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3469 -> 2415[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3470[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3470[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3470 -> 2416[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3471[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3471[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3471 -> 2417[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3472[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3472[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3472 -> 2418[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3473[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3473[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3473 -> 2419[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3474[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3474[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3474 -> 2420[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3475[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2288 -> 3475[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3475 -> 2421[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2289[label="vwx150",fontsize=16,color="green",shape="box"];2290[label="vwx160",fontsize=16,color="green",shape="box"];2291[label="vwx150",fontsize=16,color="green",shape="box"];2292[label="vwx160",fontsize=16,color="green",shape="box"];2293[label="vwx150",fontsize=16,color="green",shape="box"];2294[label="vwx160",fontsize=16,color="green",shape="box"];2295[label="vwx150",fontsize=16,color="green",shape="box"];2296[label="vwx160",fontsize=16,color="green",shape="box"];2297[label="vwx150",fontsize=16,color="green",shape="box"];2298[label="vwx160",fontsize=16,color="green",shape="box"];2299[label="vwx150",fontsize=16,color="green",shape="box"];2300[label="vwx160",fontsize=16,color="green",shape="box"];2301[label="vwx150",fontsize=16,color="green",shape="box"];2302[label="vwx160",fontsize=16,color="green",shape="box"];2303[label="vwx150",fontsize=16,color="green",shape="box"];2304[label="vwx160",fontsize=16,color="green",shape="box"];2305[label="vwx150",fontsize=16,color="green",shape="box"];2306[label="vwx160",fontsize=16,color="green",shape="box"];2307[label="vwx150",fontsize=16,color="green",shape="box"];2308[label="vwx160",fontsize=16,color="green",shape="box"];2309[label="vwx150",fontsize=16,color="green",shape="box"];2310[label="vwx160",fontsize=16,color="green",shape="box"];2311[label="vwx150",fontsize=16,color="green",shape="box"];2312[label="vwx160",fontsize=16,color="green",shape="box"];2313[label="vwx150",fontsize=16,color="green",shape="box"];2314[label="vwx160",fontsize=16,color="green",shape="box"];2315[label="vwx150",fontsize=16,color="green",shape="box"];2316[label="vwx160",fontsize=16,color="green",shape="box"];2317[label="vwx150",fontsize=16,color="green",shape="box"];2318[label="vwx160",fontsize=16,color="green",shape="box"];2319[label="vwx150",fontsize=16,color="green",shape="box"];2320[label="vwx160",fontsize=16,color="green",shape="box"];2321[label="vwx150",fontsize=16,color="green",shape="box"];2322[label="vwx160",fontsize=16,color="green",shape="box"];2323[label="vwx150",fontsize=16,color="green",shape="box"];2324[label="vwx160",fontsize=16,color="green",shape="box"];2325[label="vwx150",fontsize=16,color="green",shape="box"];2326[label="vwx160",fontsize=16,color="green",shape="box"];2327[label="vwx150",fontsize=16,color="green",shape="box"];2328[label="vwx160",fontsize=16,color="green",shape="box"];2329[label="vwx150",fontsize=16,color="green",shape="box"];2330[label="vwx160",fontsize=16,color="green",shape="box"];2331[label="vwx150",fontsize=16,color="green",shape="box"];2332[label="vwx160",fontsize=16,color="green",shape="box"];2333[label="vwx150",fontsize=16,color="green",shape="box"];2334[label="vwx160",fontsize=16,color="green",shape="box"];2335[label="vwx150",fontsize=16,color="green",shape="box"];2336[label="vwx160",fontsize=16,color="green",shape="box"];2337[label="vwx150",fontsize=16,color="green",shape="box"];2338[label="vwx160",fontsize=16,color="green",shape="box"];2339[label="vwx150",fontsize=16,color="green",shape="box"];2340[label="vwx160",fontsize=16,color="green",shape="box"];2341[label="vwx150",fontsize=16,color="green",shape="box"];2342[label="vwx160",fontsize=16,color="green",shape="box"];2343[label="vwx150",fontsize=16,color="green",shape="box"];2344[label="vwx160",fontsize=16,color="green",shape="box"];2345 -> 1152[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2345[label="vwx150 < vwx160",fontsize=16,color="magenta"];2345 -> 2422[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2345 -> 2423[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2346 -> 1153[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2346[label="vwx150 < vwx160",fontsize=16,color="magenta"];2346 -> 2424[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2346 -> 2425[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2347 -> 1154[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2347[label="vwx150 < vwx160",fontsize=16,color="magenta"];2347 -> 2426[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2347 -> 2427[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2348 -> 1155[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2348[label="vwx150 < vwx160",fontsize=16,color="magenta"];2348 -> 2428[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2348 -> 2429[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2349 -> 1156[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2349[label="vwx150 < vwx160",fontsize=16,color="magenta"];2349 -> 2430[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2349 -> 2431[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2350 -> 1157[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2350[label="vwx150 < vwx160",fontsize=16,color="magenta"];2350 -> 2432[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2350 -> 2433[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2351 -> 1158[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2351[label="vwx150 < vwx160",fontsize=16,color="magenta"];2351 -> 2434[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2351 -> 2435[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2352 -> 1159[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2352[label="vwx150 < vwx160",fontsize=16,color="magenta"];2352 -> 2436[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2352 -> 2437[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2353 -> 1160[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2353[label="vwx150 < vwx160",fontsize=16,color="magenta"];2353 -> 2438[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2353 -> 2439[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2354 -> 1161[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2354[label="vwx150 < vwx160",fontsize=16,color="magenta"];2354 -> 2440[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2354 -> 2441[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2355 -> 1162[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2355[label="vwx150 < vwx160",fontsize=16,color="magenta"];2355 -> 2442[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2355 -> 2443[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2356 -> 1163[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2356[label="vwx150 < vwx160",fontsize=16,color="magenta"];2356 -> 2444[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2356 -> 2445[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2357 -> 1164[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2357[label="vwx150 < vwx160",fontsize=16,color="magenta"];2357 -> 2446[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2357 -> 2447[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2358 -> 1165[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2358[label="vwx150 < vwx160",fontsize=16,color="magenta"];2358 -> 2448[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2358 -> 2449[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2359 -> 1877[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2359[label="vwx151 < vwx161 || vwx151 == vwx161 && vwx152 <= vwx162",fontsize=16,color="magenta"];2359 -> 2450[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2359 -> 2451[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2360[label="vwx150 == vwx160",fontsize=16,color="blue",shape="box"];3476[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3476[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3476 -> 2452[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3477[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3477[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3477 -> 2453[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3478[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3478[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3478 -> 2454[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3479[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3479[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3479 -> 2455[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3480[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3480[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3480 -> 2456[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3481[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3481[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3481 -> 2457[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3482[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3482[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3482 -> 2458[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3483[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3483[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3483 -> 2459[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3484[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3484[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3484 -> 2460[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3485[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3485[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3485 -> 2461[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3486[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3486[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3486 -> 2462[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3487[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3487[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3487 -> 2463[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3488[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3488[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3488 -> 2464[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3489[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2360 -> 3489[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3489 -> 2465[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2361[label="GT",fontsize=16,color="green",shape="box"];2362[label="GT",fontsize=16,color="green",shape="box"];2363[label="primPlusNat vwx1440 vwx4100",fontsize=16,color="burlywood",shape="triangle"];3490[label="vwx1440/Succ vwx14400",fontsize=10,color="white",style="solid",shape="box"];2363 -> 3490[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3490 -> 2466[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3491[label="vwx1440/Zero",fontsize=10,color="white",style="solid",shape="box"];2363 -> 3491[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3491 -> 2467[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 2364[label="True",fontsize=16,color="green",shape="box"];2365[label="False",fontsize=16,color="green",shape="box"];2366[label="vwx160",fontsize=16,color="green",shape="box"];2367[label="vwx150",fontsize=16,color="green",shape="box"];2368[label="vwx160",fontsize=16,color="green",shape="box"];2369[label="vwx150",fontsize=16,color="green",shape="box"];2370[label="vwx160",fontsize=16,color="green",shape="box"];2371[label="vwx150",fontsize=16,color="green",shape="box"];2372[label="vwx160",fontsize=16,color="green",shape="box"];2373[label="vwx150",fontsize=16,color="green",shape="box"];2374[label="vwx160",fontsize=16,color="green",shape="box"];2375[label="vwx150",fontsize=16,color="green",shape="box"];2376[label="vwx160",fontsize=16,color="green",shape="box"];2377[label="vwx150",fontsize=16,color="green",shape="box"];2378[label="vwx160",fontsize=16,color="green",shape="box"];2379[label="vwx150",fontsize=16,color="green",shape="box"];2380[label="vwx160",fontsize=16,color="green",shape="box"];2381[label="vwx150",fontsize=16,color="green",shape="box"];2382[label="vwx160",fontsize=16,color="green",shape="box"];2383[label="vwx150",fontsize=16,color="green",shape="box"];2384[label="vwx160",fontsize=16,color="green",shape="box"];2385[label="vwx150",fontsize=16,color="green",shape="box"];2386[label="vwx160",fontsize=16,color="green",shape="box"];2387[label="vwx150",fontsize=16,color="green",shape="box"];2388[label="vwx160",fontsize=16,color="green",shape="box"];2389[label="vwx150",fontsize=16,color="green",shape="box"];2390[label="vwx160",fontsize=16,color="green",shape="box"];2391[label="vwx150",fontsize=16,color="green",shape="box"];2392[label="vwx160",fontsize=16,color="green",shape="box"];2393[label="vwx150",fontsize=16,color="green",shape="box"];2394 -> 1119[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2394[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2394 -> 2468[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2394 -> 2469[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2395 -> 1120[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2395[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2395 -> 2470[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2395 -> 2471[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2396 -> 1121[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2396[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2396 -> 2472[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2396 -> 2473[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2397 -> 1122[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2397[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2397 -> 2474[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2397 -> 2475[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2398 -> 1123[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2398[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2398 -> 2476[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2398 -> 2477[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2399 -> 1124[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2399[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2399 -> 2478[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2399 -> 2479[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2400 -> 1125[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2400[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2400 -> 2480[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2400 -> 2481[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2401 -> 1126[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2401[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2401 -> 2482[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2401 -> 2483[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2402 -> 1127[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2402[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2402 -> 2484[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2402 -> 2485[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2403 -> 1128[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2403[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2403 -> 2486[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2403 -> 2487[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2404 -> 1129[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2404[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2404 -> 2488[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2404 -> 2489[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2405 -> 1130[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2405[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2405 -> 2490[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2405 -> 2491[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2406 -> 1131[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2406[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2406 -> 2492[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2406 -> 2493[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2407 -> 1132[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2407[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2407 -> 2494[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2407 -> 2495[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2408 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2408[label="vwx150 == vwx160",fontsize=16,color="magenta"];2408 -> 2496[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2408 -> 2497[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2409 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2409[label="vwx150 == vwx160",fontsize=16,color="magenta"];2409 -> 2498[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2409 -> 2499[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2410 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2410[label="vwx150 == vwx160",fontsize=16,color="magenta"];2410 -> 2500[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2410 -> 2501[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2411 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2411[label="vwx150 == vwx160",fontsize=16,color="magenta"];2411 -> 2502[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2411 -> 2503[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2412 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2412[label="vwx150 == vwx160",fontsize=16,color="magenta"];2412 -> 2504[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2412 -> 2505[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2413 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2413[label="vwx150 == vwx160",fontsize=16,color="magenta"];2413 -> 2506[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2413 -> 2507[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2414 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2414[label="vwx150 == vwx160",fontsize=16,color="magenta"];2414 -> 2508[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2414 -> 2509[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2415 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2415[label="vwx150 == vwx160",fontsize=16,color="magenta"];2415 -> 2510[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2415 -> 2511[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2416 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2416[label="vwx150 == vwx160",fontsize=16,color="magenta"];2416 -> 2512[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2416 -> 2513[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2417 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2417[label="vwx150 == vwx160",fontsize=16,color="magenta"];2417 -> 2514[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2417 -> 2515[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2418 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2418[label="vwx150 == vwx160",fontsize=16,color="magenta"];2418 -> 2516[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2418 -> 2517[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2419 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2419[label="vwx150 == vwx160",fontsize=16,color="magenta"];2419 -> 2518[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2419 -> 2519[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2420 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2420[label="vwx150 == vwx160",fontsize=16,color="magenta"];2420 -> 2520[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2420 -> 2521[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2421 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2421[label="vwx150 == vwx160",fontsize=16,color="magenta"];2421 -> 2522[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2421 -> 2523[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2422[label="vwx160",fontsize=16,color="green",shape="box"];2423[label="vwx150",fontsize=16,color="green",shape="box"];2424[label="vwx160",fontsize=16,color="green",shape="box"];2425[label="vwx150",fontsize=16,color="green",shape="box"];2426[label="vwx160",fontsize=16,color="green",shape="box"];2427[label="vwx150",fontsize=16,color="green",shape="box"];2428[label="vwx160",fontsize=16,color="green",shape="box"];2429[label="vwx150",fontsize=16,color="green",shape="box"];2430[label="vwx160",fontsize=16,color="green",shape="box"];2431[label="vwx150",fontsize=16,color="green",shape="box"];2432[label="vwx160",fontsize=16,color="green",shape="box"];2433[label="vwx150",fontsize=16,color="green",shape="box"];2434[label="vwx160",fontsize=16,color="green",shape="box"];2435[label="vwx150",fontsize=16,color="green",shape="box"];2436[label="vwx160",fontsize=16,color="green",shape="box"];2437[label="vwx150",fontsize=16,color="green",shape="box"];2438[label="vwx160",fontsize=16,color="green",shape="box"];2439[label="vwx150",fontsize=16,color="green",shape="box"];2440[label="vwx160",fontsize=16,color="green",shape="box"];2441[label="vwx150",fontsize=16,color="green",shape="box"];2442[label="vwx160",fontsize=16,color="green",shape="box"];2443[label="vwx150",fontsize=16,color="green",shape="box"];2444[label="vwx160",fontsize=16,color="green",shape="box"];2445[label="vwx150",fontsize=16,color="green",shape="box"];2446[label="vwx160",fontsize=16,color="green",shape="box"];2447[label="vwx150",fontsize=16,color="green",shape="box"];2448[label="vwx160",fontsize=16,color="green",shape="box"];2449[label="vwx150",fontsize=16,color="green",shape="box"];2450[label="vwx151 < vwx161",fontsize=16,color="blue",shape="box"];3492[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3492[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3492 -> 2524[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3493[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3493[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3493 -> 2525[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3494[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3494[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3494 -> 2526[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3495[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3495[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3495 -> 2527[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3496[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3496[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3496 -> 2528[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3497[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3497[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3497 -> 2529[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3498[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3498[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3498 -> 2530[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3499[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3499[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3499 -> 2531[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3500[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3500[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3500 -> 2532[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3501[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3501[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3501 -> 2533[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3502[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3502[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3502 -> 2534[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3503[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3503[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3503 -> 2535[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3504[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3504[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3504 -> 2536[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3505[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2450 -> 3505[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3505 -> 2537[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2451 -> 736[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2451[label="vwx151 == vwx161 && vwx152 <= vwx162",fontsize=16,color="magenta"];2451 -> 2538[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2451 -> 2539[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2452 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2452[label="vwx150 == vwx160",fontsize=16,color="magenta"];2452 -> 2540[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2452 -> 2541[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2453 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2453[label="vwx150 == vwx160",fontsize=16,color="magenta"];2453 -> 2542[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2453 -> 2543[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2454 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2454[label="vwx150 == vwx160",fontsize=16,color="magenta"];2454 -> 2544[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2454 -> 2545[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2455 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2455[label="vwx150 == vwx160",fontsize=16,color="magenta"];2455 -> 2546[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2455 -> 2547[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2456 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2456[label="vwx150 == vwx160",fontsize=16,color="magenta"];2456 -> 2548[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2456 -> 2549[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2457 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2457[label="vwx150 == vwx160",fontsize=16,color="magenta"];2457 -> 2550[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2457 -> 2551[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2458 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2458[label="vwx150 == vwx160",fontsize=16,color="magenta"];2458 -> 2552[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2458 -> 2553[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2459 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2459[label="vwx150 == vwx160",fontsize=16,color="magenta"];2459 -> 2554[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2459 -> 2555[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2460 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2460[label="vwx150 == vwx160",fontsize=16,color="magenta"];2460 -> 2556[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2460 -> 2557[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2461 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2461[label="vwx150 == vwx160",fontsize=16,color="magenta"];2461 -> 2558[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2461 -> 2559[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2462 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2462[label="vwx150 == vwx160",fontsize=16,color="magenta"];2462 -> 2560[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2462 -> 2561[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2463 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2463[label="vwx150 == vwx160",fontsize=16,color="magenta"];2463 -> 2562[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2463 -> 2563[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2464 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2464[label="vwx150 == vwx160",fontsize=16,color="magenta"];2464 -> 2564[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2464 -> 2565[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2465 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2465[label="vwx150 == vwx160",fontsize=16,color="magenta"];2465 -> 2566[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2465 -> 2567[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2466[label="primPlusNat (Succ vwx14400) vwx4100",fontsize=16,color="burlywood",shape="box"];3506[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];2466 -> 3506[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3506 -> 2568[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3507[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];2466 -> 3507[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3507 -> 2569[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 2467[label="primPlusNat Zero vwx4100",fontsize=16,color="burlywood",shape="box"];3508[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];2467 -> 3508[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3508 -> 2570[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 3509[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];2467 -> 3509[label="",style="solid", color="burlywood", weight=9]; 19.91/9.46 3509 -> 2571[label="",style="solid", color="burlywood", weight=3]; 19.91/9.46 2468[label="vwx151",fontsize=16,color="green",shape="box"];2469[label="vwx161",fontsize=16,color="green",shape="box"];2470[label="vwx151",fontsize=16,color="green",shape="box"];2471[label="vwx161",fontsize=16,color="green",shape="box"];2472[label="vwx151",fontsize=16,color="green",shape="box"];2473[label="vwx161",fontsize=16,color="green",shape="box"];2474[label="vwx151",fontsize=16,color="green",shape="box"];2475[label="vwx161",fontsize=16,color="green",shape="box"];2476[label="vwx151",fontsize=16,color="green",shape="box"];2477[label="vwx161",fontsize=16,color="green",shape="box"];2478[label="vwx151",fontsize=16,color="green",shape="box"];2479[label="vwx161",fontsize=16,color="green",shape="box"];2480[label="vwx151",fontsize=16,color="green",shape="box"];2481[label="vwx161",fontsize=16,color="green",shape="box"];2482[label="vwx151",fontsize=16,color="green",shape="box"];2483[label="vwx161",fontsize=16,color="green",shape="box"];2484[label="vwx151",fontsize=16,color="green",shape="box"];2485[label="vwx161",fontsize=16,color="green",shape="box"];2486[label="vwx151",fontsize=16,color="green",shape="box"];2487[label="vwx161",fontsize=16,color="green",shape="box"];2488[label="vwx151",fontsize=16,color="green",shape="box"];2489[label="vwx161",fontsize=16,color="green",shape="box"];2490[label="vwx151",fontsize=16,color="green",shape="box"];2491[label="vwx161",fontsize=16,color="green",shape="box"];2492[label="vwx151",fontsize=16,color="green",shape="box"];2493[label="vwx161",fontsize=16,color="green",shape="box"];2494[label="vwx151",fontsize=16,color="green",shape="box"];2495[label="vwx161",fontsize=16,color="green",shape="box"];2496[label="vwx160",fontsize=16,color="green",shape="box"];2497[label="vwx150",fontsize=16,color="green",shape="box"];2498[label="vwx160",fontsize=16,color="green",shape="box"];2499[label="vwx150",fontsize=16,color="green",shape="box"];2500[label="vwx160",fontsize=16,color="green",shape="box"];2501[label="vwx150",fontsize=16,color="green",shape="box"];2502[label="vwx160",fontsize=16,color="green",shape="box"];2503[label="vwx150",fontsize=16,color="green",shape="box"];2504[label="vwx160",fontsize=16,color="green",shape="box"];2505[label="vwx150",fontsize=16,color="green",shape="box"];2506[label="vwx160",fontsize=16,color="green",shape="box"];2507[label="vwx150",fontsize=16,color="green",shape="box"];2508[label="vwx160",fontsize=16,color="green",shape="box"];2509[label="vwx150",fontsize=16,color="green",shape="box"];2510[label="vwx160",fontsize=16,color="green",shape="box"];2511[label="vwx150",fontsize=16,color="green",shape="box"];2512[label="vwx160",fontsize=16,color="green",shape="box"];2513[label="vwx150",fontsize=16,color="green",shape="box"];2514[label="vwx160",fontsize=16,color="green",shape="box"];2515[label="vwx150",fontsize=16,color="green",shape="box"];2516[label="vwx160",fontsize=16,color="green",shape="box"];2517[label="vwx150",fontsize=16,color="green",shape="box"];2518[label="vwx160",fontsize=16,color="green",shape="box"];2519[label="vwx150",fontsize=16,color="green",shape="box"];2520[label="vwx160",fontsize=16,color="green",shape="box"];2521[label="vwx150",fontsize=16,color="green",shape="box"];2522[label="vwx160",fontsize=16,color="green",shape="box"];2523[label="vwx150",fontsize=16,color="green",shape="box"];2524 -> 1152[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2524[label="vwx151 < vwx161",fontsize=16,color="magenta"];2524 -> 2572[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2524 -> 2573[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2525 -> 1153[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2525[label="vwx151 < vwx161",fontsize=16,color="magenta"];2525 -> 2574[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2525 -> 2575[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2526 -> 1154[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2526[label="vwx151 < vwx161",fontsize=16,color="magenta"];2526 -> 2576[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2526 -> 2577[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2527 -> 1155[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2527[label="vwx151 < vwx161",fontsize=16,color="magenta"];2527 -> 2578[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2527 -> 2579[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2528 -> 1156[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2528[label="vwx151 < vwx161",fontsize=16,color="magenta"];2528 -> 2580[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2528 -> 2581[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2529 -> 1157[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2529[label="vwx151 < vwx161",fontsize=16,color="magenta"];2529 -> 2582[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2529 -> 2583[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2530 -> 1158[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2530[label="vwx151 < vwx161",fontsize=16,color="magenta"];2530 -> 2584[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2530 -> 2585[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2531 -> 1159[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2531[label="vwx151 < vwx161",fontsize=16,color="magenta"];2531 -> 2586[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2531 -> 2587[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2532 -> 1160[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2532[label="vwx151 < vwx161",fontsize=16,color="magenta"];2532 -> 2588[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2532 -> 2589[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2533 -> 1161[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2533[label="vwx151 < vwx161",fontsize=16,color="magenta"];2533 -> 2590[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2533 -> 2591[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2534 -> 1162[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2534[label="vwx151 < vwx161",fontsize=16,color="magenta"];2534 -> 2592[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2534 -> 2593[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2535 -> 1163[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2535[label="vwx151 < vwx161",fontsize=16,color="magenta"];2535 -> 2594[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2535 -> 2595[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2536 -> 1164[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2536[label="vwx151 < vwx161",fontsize=16,color="magenta"];2536 -> 2596[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2536 -> 2597[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2537 -> 1165[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2537[label="vwx151 < vwx161",fontsize=16,color="magenta"];2537 -> 2598[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2537 -> 2599[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2538[label="vwx152 <= vwx162",fontsize=16,color="blue",shape="box"];3510[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3510[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3510 -> 2600[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3511[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3511[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3511 -> 2601[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3512[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3512[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3512 -> 2602[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3513[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3513[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3513 -> 2603[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3514[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3514[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3514 -> 2604[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3515[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3515[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3515 -> 2605[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3516[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3516[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3516 -> 2606[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3517[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3517[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3517 -> 2607[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3518[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3518[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3518 -> 2608[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3519[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3519[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3519 -> 2609[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3520[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3520[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3520 -> 2610[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3521[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3521[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3521 -> 2611[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3522[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3522[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3522 -> 2612[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3523[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2538 -> 3523[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3523 -> 2613[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2539[label="vwx151 == vwx161",fontsize=16,color="blue",shape="box"];3524[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3524[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3524 -> 2614[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3525[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3525[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3525 -> 2615[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3526[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3526[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3526 -> 2616[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3527[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3527[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3527 -> 2617[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3528[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3528[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3528 -> 2618[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3529[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3529[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3529 -> 2619[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3530[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3530[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3530 -> 2620[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3531[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3531[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3531 -> 2621[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3532[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3532[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3532 -> 2622[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3533[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3533[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3533 -> 2623[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3534[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3534[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3534 -> 2624[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3535[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3535[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3535 -> 2625[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3536[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3536[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3536 -> 2626[label="",style="solid", color="blue", weight=3]; 19.91/9.46 3537[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2539 -> 3537[label="",style="solid", color="blue", weight=9]; 19.91/9.46 3537 -> 2627[label="",style="solid", color="blue", weight=3]; 19.91/9.46 2540[label="vwx160",fontsize=16,color="green",shape="box"];2541[label="vwx150",fontsize=16,color="green",shape="box"];2542[label="vwx160",fontsize=16,color="green",shape="box"];2543[label="vwx150",fontsize=16,color="green",shape="box"];2544[label="vwx160",fontsize=16,color="green",shape="box"];2545[label="vwx150",fontsize=16,color="green",shape="box"];2546[label="vwx160",fontsize=16,color="green",shape="box"];2547[label="vwx150",fontsize=16,color="green",shape="box"];2548[label="vwx160",fontsize=16,color="green",shape="box"];2549[label="vwx150",fontsize=16,color="green",shape="box"];2550[label="vwx160",fontsize=16,color="green",shape="box"];2551[label="vwx150",fontsize=16,color="green",shape="box"];2552[label="vwx160",fontsize=16,color="green",shape="box"];2553[label="vwx150",fontsize=16,color="green",shape="box"];2554[label="vwx160",fontsize=16,color="green",shape="box"];2555[label="vwx150",fontsize=16,color="green",shape="box"];2556[label="vwx160",fontsize=16,color="green",shape="box"];2557[label="vwx150",fontsize=16,color="green",shape="box"];2558[label="vwx160",fontsize=16,color="green",shape="box"];2559[label="vwx150",fontsize=16,color="green",shape="box"];2560[label="vwx160",fontsize=16,color="green",shape="box"];2561[label="vwx150",fontsize=16,color="green",shape="box"];2562[label="vwx160",fontsize=16,color="green",shape="box"];2563[label="vwx150",fontsize=16,color="green",shape="box"];2564[label="vwx160",fontsize=16,color="green",shape="box"];2565[label="vwx150",fontsize=16,color="green",shape="box"];2566[label="vwx160",fontsize=16,color="green",shape="box"];2567[label="vwx150",fontsize=16,color="green",shape="box"];2568[label="primPlusNat (Succ vwx14400) (Succ vwx41000)",fontsize=16,color="black",shape="box"];2568 -> 2628[label="",style="solid", color="black", weight=3]; 19.91/9.46 2569[label="primPlusNat (Succ vwx14400) Zero",fontsize=16,color="black",shape="box"];2569 -> 2629[label="",style="solid", color="black", weight=3]; 19.91/9.46 2570[label="primPlusNat Zero (Succ vwx41000)",fontsize=16,color="black",shape="box"];2570 -> 2630[label="",style="solid", color="black", weight=3]; 19.91/9.46 2571[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2571 -> 2631[label="",style="solid", color="black", weight=3]; 19.91/9.46 2572[label="vwx161",fontsize=16,color="green",shape="box"];2573[label="vwx151",fontsize=16,color="green",shape="box"];2574[label="vwx161",fontsize=16,color="green",shape="box"];2575[label="vwx151",fontsize=16,color="green",shape="box"];2576[label="vwx161",fontsize=16,color="green",shape="box"];2577[label="vwx151",fontsize=16,color="green",shape="box"];2578[label="vwx161",fontsize=16,color="green",shape="box"];2579[label="vwx151",fontsize=16,color="green",shape="box"];2580[label="vwx161",fontsize=16,color="green",shape="box"];2581[label="vwx151",fontsize=16,color="green",shape="box"];2582[label="vwx161",fontsize=16,color="green",shape="box"];2583[label="vwx151",fontsize=16,color="green",shape="box"];2584[label="vwx161",fontsize=16,color="green",shape="box"];2585[label="vwx151",fontsize=16,color="green",shape="box"];2586[label="vwx161",fontsize=16,color="green",shape="box"];2587[label="vwx151",fontsize=16,color="green",shape="box"];2588[label="vwx161",fontsize=16,color="green",shape="box"];2589[label="vwx151",fontsize=16,color="green",shape="box"];2590[label="vwx161",fontsize=16,color="green",shape="box"];2591[label="vwx151",fontsize=16,color="green",shape="box"];2592[label="vwx161",fontsize=16,color="green",shape="box"];2593[label="vwx151",fontsize=16,color="green",shape="box"];2594[label="vwx161",fontsize=16,color="green",shape="box"];2595[label="vwx151",fontsize=16,color="green",shape="box"];2596[label="vwx161",fontsize=16,color="green",shape="box"];2597[label="vwx151",fontsize=16,color="green",shape="box"];2598[label="vwx161",fontsize=16,color="green",shape="box"];2599[label="vwx151",fontsize=16,color="green",shape="box"];2600 -> 1119[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2600[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2600 -> 2632[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2600 -> 2633[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2601 -> 1120[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2601[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2601 -> 2634[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2601 -> 2635[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2602 -> 1121[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2602[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2602 -> 2636[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2602 -> 2637[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2603 -> 1122[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2603[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2603 -> 2638[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2603 -> 2639[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2604 -> 1123[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2604[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2604 -> 2640[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2604 -> 2641[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2605 -> 1124[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2605[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2605 -> 2642[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2605 -> 2643[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2606 -> 1125[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2606[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2606 -> 2644[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2606 -> 2645[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2607 -> 1126[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2607[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2607 -> 2646[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2607 -> 2647[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2608 -> 1127[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2608[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2608 -> 2648[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2608 -> 2649[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2609 -> 1128[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2609[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2609 -> 2650[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2609 -> 2651[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2610 -> 1129[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2610[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2610 -> 2652[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2610 -> 2653[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2611 -> 1130[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2611[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2611 -> 2654[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2611 -> 2655[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2612 -> 1131[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2612[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2612 -> 2656[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2612 -> 2657[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2613 -> 1132[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2613[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2613 -> 2658[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2613 -> 2659[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2614 -> 304[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2614[label="vwx151 == vwx161",fontsize=16,color="magenta"];2614 -> 2660[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2614 -> 2661[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2615 -> 308[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2615[label="vwx151 == vwx161",fontsize=16,color="magenta"];2615 -> 2662[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2615 -> 2663[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2616 -> 297[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2616[label="vwx151 == vwx161",fontsize=16,color="magenta"];2616 -> 2664[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2616 -> 2665[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2617 -> 303[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2617[label="vwx151 == vwx161",fontsize=16,color="magenta"];2617 -> 2666[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2617 -> 2667[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2618 -> 305[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2618[label="vwx151 == vwx161",fontsize=16,color="magenta"];2618 -> 2668[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2618 -> 2669[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2619 -> 301[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2619[label="vwx151 == vwx161",fontsize=16,color="magenta"];2619 -> 2670[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2619 -> 2671[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2620 -> 309[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2620[label="vwx151 == vwx161",fontsize=16,color="magenta"];2620 -> 2672[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2620 -> 2673[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2621 -> 302[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2621[label="vwx151 == vwx161",fontsize=16,color="magenta"];2621 -> 2674[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2621 -> 2675[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2622 -> 300[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2622[label="vwx151 == vwx161",fontsize=16,color="magenta"];2622 -> 2676[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2622 -> 2677[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2623 -> 306[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2623[label="vwx151 == vwx161",fontsize=16,color="magenta"];2623 -> 2678[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2623 -> 2679[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2624 -> 298[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2624[label="vwx151 == vwx161",fontsize=16,color="magenta"];2624 -> 2680[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2624 -> 2681[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2625 -> 307[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2625[label="vwx151 == vwx161",fontsize=16,color="magenta"];2625 -> 2682[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2625 -> 2683[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2626 -> 299[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2626[label="vwx151 == vwx161",fontsize=16,color="magenta"];2626 -> 2684[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2626 -> 2685[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2627 -> 296[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2627[label="vwx151 == vwx161",fontsize=16,color="magenta"];2627 -> 2686[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2627 -> 2687[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2628[label="Succ (Succ (primPlusNat vwx14400 vwx41000))",fontsize=16,color="green",shape="box"];2628 -> 2688[label="",style="dashed", color="green", weight=3]; 19.91/9.46 2629[label="Succ vwx14400",fontsize=16,color="green",shape="box"];2630[label="Succ vwx41000",fontsize=16,color="green",shape="box"];2631[label="Zero",fontsize=16,color="green",shape="box"];2632[label="vwx152",fontsize=16,color="green",shape="box"];2633[label="vwx162",fontsize=16,color="green",shape="box"];2634[label="vwx152",fontsize=16,color="green",shape="box"];2635[label="vwx162",fontsize=16,color="green",shape="box"];2636[label="vwx152",fontsize=16,color="green",shape="box"];2637[label="vwx162",fontsize=16,color="green",shape="box"];2638[label="vwx152",fontsize=16,color="green",shape="box"];2639[label="vwx162",fontsize=16,color="green",shape="box"];2640[label="vwx152",fontsize=16,color="green",shape="box"];2641[label="vwx162",fontsize=16,color="green",shape="box"];2642[label="vwx152",fontsize=16,color="green",shape="box"];2643[label="vwx162",fontsize=16,color="green",shape="box"];2644[label="vwx152",fontsize=16,color="green",shape="box"];2645[label="vwx162",fontsize=16,color="green",shape="box"];2646[label="vwx152",fontsize=16,color="green",shape="box"];2647[label="vwx162",fontsize=16,color="green",shape="box"];2648[label="vwx152",fontsize=16,color="green",shape="box"];2649[label="vwx162",fontsize=16,color="green",shape="box"];2650[label="vwx152",fontsize=16,color="green",shape="box"];2651[label="vwx162",fontsize=16,color="green",shape="box"];2652[label="vwx152",fontsize=16,color="green",shape="box"];2653[label="vwx162",fontsize=16,color="green",shape="box"];2654[label="vwx152",fontsize=16,color="green",shape="box"];2655[label="vwx162",fontsize=16,color="green",shape="box"];2656[label="vwx152",fontsize=16,color="green",shape="box"];2657[label="vwx162",fontsize=16,color="green",shape="box"];2658[label="vwx152",fontsize=16,color="green",shape="box"];2659[label="vwx162",fontsize=16,color="green",shape="box"];2660[label="vwx161",fontsize=16,color="green",shape="box"];2661[label="vwx151",fontsize=16,color="green",shape="box"];2662[label="vwx161",fontsize=16,color="green",shape="box"];2663[label="vwx151",fontsize=16,color="green",shape="box"];2664[label="vwx161",fontsize=16,color="green",shape="box"];2665[label="vwx151",fontsize=16,color="green",shape="box"];2666[label="vwx161",fontsize=16,color="green",shape="box"];2667[label="vwx151",fontsize=16,color="green",shape="box"];2668[label="vwx161",fontsize=16,color="green",shape="box"];2669[label="vwx151",fontsize=16,color="green",shape="box"];2670[label="vwx161",fontsize=16,color="green",shape="box"];2671[label="vwx151",fontsize=16,color="green",shape="box"];2672[label="vwx161",fontsize=16,color="green",shape="box"];2673[label="vwx151",fontsize=16,color="green",shape="box"];2674[label="vwx161",fontsize=16,color="green",shape="box"];2675[label="vwx151",fontsize=16,color="green",shape="box"];2676[label="vwx161",fontsize=16,color="green",shape="box"];2677[label="vwx151",fontsize=16,color="green",shape="box"];2678[label="vwx161",fontsize=16,color="green",shape="box"];2679[label="vwx151",fontsize=16,color="green",shape="box"];2680[label="vwx161",fontsize=16,color="green",shape="box"];2681[label="vwx151",fontsize=16,color="green",shape="box"];2682[label="vwx161",fontsize=16,color="green",shape="box"];2683[label="vwx151",fontsize=16,color="green",shape="box"];2684[label="vwx161",fontsize=16,color="green",shape="box"];2685[label="vwx151",fontsize=16,color="green",shape="box"];2686[label="vwx161",fontsize=16,color="green",shape="box"];2687[label="vwx151",fontsize=16,color="green",shape="box"];2688 -> 2363[label="",style="dashed", color="red", weight=0]; 19.91/9.46 2688[label="primPlusNat vwx14400 vwx41000",fontsize=16,color="magenta"];2688 -> 2689[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2688 -> 2690[label="",style="dashed", color="magenta", weight=3]; 19.91/9.46 2689[label="vwx41000",fontsize=16,color="green",shape="box"];2690[label="vwx14400",fontsize=16,color="green",shape="box"];} 19.91/9.46 19.91/9.46 ---------------------------------------- 19.91/9.46 19.91/9.46 (14) 19.91/9.46 Complex Obligation (AND) 19.91/9.46 19.91/9.46 ---------------------------------------- 19.91/9.46 19.91/9.46 (15) 19.91/9.46 Obligation: 19.91/9.46 Q DP problem: 19.91/9.46 The TRS P consists of the following rules: 19.91/9.46 19.91/9.46 new_primCmpNat(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat(vwx300, vwx400) 19.91/9.46 19.91/9.46 R is empty. 19.91/9.46 Q is empty. 19.91/9.46 We have to consider all minimal (P,Q,R)-chains. 19.91/9.46 ---------------------------------------- 19.91/9.46 19.91/9.46 (16) QDPSizeChangeProof (EQUIVALENT) 19.91/9.46 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. 19.91/9.46 19.91/9.46 From the DPs we obtained the following set of size-change graphs: 19.91/9.46 *new_primCmpNat(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat(vwx300, vwx400) 19.91/9.46 The graph contains the following edges 1 > 1, 2 > 2 19.91/9.46 19.91/9.46 19.91/9.46 ---------------------------------------- 19.91/9.46 19.91/9.46 (17) 19.91/9.46 YES 19.91/9.46 19.91/9.46 ---------------------------------------- 19.91/9.46 19.91/9.46 (18) 19.91/9.46 Obligation: 19.91/9.46 Q DP problem: 19.91/9.46 The TRS P consists of the following rules: 19.91/9.46 19.91/9.46 new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 19.91/9.46 19.91/9.46 R is empty. 19.91/9.46 Q is empty. 19.91/9.46 We have to consider all minimal (P,Q,R)-chains. 19.91/9.46 ---------------------------------------- 19.91/9.46 19.91/9.46 (19) QDPSizeChangeProof (EQUIVALENT) 19.91/9.46 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. 19.91/9.46 19.91/9.46 From the DPs we obtained the following set of size-change graphs: 19.91/9.46 *new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 19.91/9.46 The graph contains the following edges 1 > 1, 2 >= 2 19.91/9.46 19.91/9.46 19.91/9.46 ---------------------------------------- 19.91/9.46 19.91/9.46 (20) 19.91/9.46 YES 19.91/9.46 19.91/9.46 ---------------------------------------- 19.91/9.46 19.91/9.46 (21) 19.91/9.46 Obligation: 19.91/9.46 Q DP problem: 19.91/9.46 The TRS P consists of the following rules: 19.91/9.46 19.91/9.46 new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(app(ty_@3, hb), hc), hd)), gd)) -> new_ltEs3(vwx150, vwx160, hb, hc, hd) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(ty_Maybe, bde)) -> new_ltEs0(vwx152, vwx162, bde) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(ty_[], cfa)) -> new_ltEs(vwx53, vwx56, cfa) 19.91/9.46 new_ltEs0(Just(vwx150), Just(vwx160), app(app(app(ty_@3, dc), dd), de)) -> new_ltEs3(vwx150, vwx160, dc, dd, de) 19.91/9.46 new_ltEs(vwx15, vwx16, cc) -> new_compare(vwx15, vwx16, cc) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs3(vwx151, vwx161, fh, ga, gb) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(ty_[], df)), dg)) -> new_lt(vwx150, vwx160, df) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(ty_[], bcc), bba) -> new_lt(vwx151, vwx161, bcc) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(app(ty_@3, cdd), cde), cdf), cce, ccf) -> new_lt3(vwx51, vwx54, cdd, cde, cdf) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(app(app(ty_@3, bgh), bha), bhb), bge) -> new_compare4(vwx64, vwx66, bgh, bha, bhb) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(ty_[], bag)), bah), bba)) -> new_lt(vwx150, vwx160, bag) 19.91/9.46 new_ltEs0(Just(vwx150), Just(vwx160), app(app(ty_Either, da), db)) -> new_ltEs2(vwx150, vwx160, da, db) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(app(ty_@2, ceb), cec), ccf) -> new_lt1(vwx52, vwx55, ceb, cec) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(app(ty_@3, bbg), bbh), bca)), bah), bba)) -> new_lt3(vwx150, vwx160, bbg, bbh, bca) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(app(ty_@2, bff), bfg)) -> new_ltEs1(vwx65, vwx67, bff, bfg) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(app(ty_@3, ee), ef), eg), dg) -> new_lt3(vwx150, vwx160, ee, ef, eg) 19.91/9.46 new_ltEs2(Left(vwx150), Left(vwx160), app(ty_[], gc), gd) -> new_ltEs(vwx150, vwx160, gc) 19.91/9.46 new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(ty_Maybe, ce))) -> new_ltEs0(vwx150, vwx160, ce) 19.91/9.46 new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(app(ty_Either, bab), bac))) -> new_ltEs2(vwx150, vwx160, bab, bac) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(ty_Maybe, cea), ccf) -> new_lt0(vwx52, vwx55, cea) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(app(ty_Either, ff), fg))) -> new_ltEs2(vwx151, vwx161, ff, fg) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(app(app(ty_@3, cfg), cfh), cga)) -> new_ltEs3(vwx53, vwx56, cfg, cfh, cga) 19.91/9.46 new_compare3(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(ty_Maybe, bcd), bba) -> new_lt0(vwx151, vwx161, bcd) 19.91/9.46 new_primCompAux(vwx30, vwx40, vwx5, app(app(ty_@2, bc), bd)) -> new_compare2(vwx30, vwx40, bc, bd) 19.91/9.46 new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs3(vwx150, vwx160, bad, bae, baf) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(ty_Maybe, cfb)) -> new_ltEs0(vwx53, vwx56, cfb) 19.91/9.46 new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(ty_[], cd))) -> new_ltEs(vwx150, vwx160, cd) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(app(app(ty_@3, beb), bec), bed)) -> new_ltEs3(vwx152, vwx162, beb, bec, bed) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(app(ty_Either, bdh), bea))) -> new_ltEs2(vwx152, vwx162, bdh, bea) 19.91/9.46 new_lt1(vwx64, vwx66, beg, beh) -> new_compare2(vwx64, vwx66, beg, beh) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(app(app(ty_@3, beb), bec), bed))) -> new_ltEs3(vwx152, vwx162, beb, bec, bed) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(app(ty_@2, bce), bcf), bba) -> new_lt1(vwx151, vwx161, bce, bcf) 19.91/9.46 new_compare1(Just(vwx30), Just(vwx40), cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(ty_[], ccd), cce, ccf) -> new_lt(vwx51, vwx54, ccd) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(ty_@2, ea), eb)), dg)) -> new_lt1(vwx150, vwx160, ea, eb) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(ty_[], bcc)), bba)) -> new_lt(vwx151, vwx161, bcc) 19.91/9.46 new_ltEs2(Right(vwx150), Right(vwx160), he, app(ty_Maybe, hg)) -> new_ltEs0(vwx150, vwx160, hg) 19.91/9.46 new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(ty_[], gc)), gd)) -> new_ltEs(vwx150, vwx160, gc) 19.91/9.46 new_ltEs0(Just(vwx150), Just(vwx160), app(app(ty_@2, cf), cg)) -> new_ltEs1(vwx150, vwx160, cf, cg) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(app(ty_@2, cfc), cfd)) -> new_ltEs1(vwx53, vwx56, cfc, cfd) 19.91/9.46 new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(ty_Maybe, ge)), gd)) -> new_ltEs0(vwx150, vwx160, ge) 19.91/9.46 new_compare20(vwx15, vwx16, False, app(ty_[], cc)) -> new_compare(vwx15, vwx16, cc) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(app(ty_@3, ee), ef), eg)), dg)) -> new_lt3(vwx150, vwx160, ee, ef, eg) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(app(app(ty_@3, bgb), bgc), bgd)) -> new_ltEs3(vwx65, vwx67, bgb, bgc, bgd) 19.91/9.46 new_ltEs2(Right(vwx150), Right(vwx160), he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs3(vwx150, vwx160, bad, bae, baf) 19.91/9.46 new_ltEs0(Just(vwx150), Just(vwx160), app(ty_Maybe, ce)) -> new_ltEs0(vwx150, vwx160, ce) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(ty_@2, ea), eb), dg) -> new_lt1(vwx150, vwx160, ea, eb) 19.91/9.46 new_ltEs2(Left(vwx150), Left(vwx160), app(app(ty_@2, gf), gg), gd) -> new_ltEs1(vwx150, vwx160, gf, gg) 19.91/9.46 new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(ty_@2, gf), gg)), gd)) -> new_ltEs1(vwx150, vwx160, gf, gg) 19.91/9.46 new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(ty_Either, da), db))) -> new_ltEs2(vwx150, vwx160, da, db) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(app(app(ty_@3, bda), bdb), bdc)), bba)) -> new_lt3(vwx151, vwx161, bda, bdb, bdc) 19.91/9.46 new_compare23(vwx40, vwx41, False, cag, app(app(ty_Either, cbd), cbe)) -> new_ltEs2(vwx40, vwx41, cbd, cbe) 19.91/9.46 new_lt0(vwx64, vwx66, bef) -> new_compare1(vwx64, vwx66, bef) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(ty_Maybe, ccg), cce, ccf) -> new_lt0(vwx51, vwx54, ccg) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(ty_[], fa)) -> new_ltEs(vwx151, vwx161, fa) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(app(ty_@3, bbg), bbh), bca), bah, bba) -> new_lt3(vwx150, vwx160, bbg, bbh, bca) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(app(ty_Either, ff), fg)) -> new_ltEs2(vwx151, vwx161, ff, fg) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(ty_Maybe, bef), bge) -> new_compare1(vwx64, vwx66, bef) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(app(app(ty_@3, cef), ceg), ceh), ccf) -> new_lt3(vwx52, vwx55, cef, ceg, ceh) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(ty_Either, bbe), bbf), bah, bba) -> new_lt2(vwx150, vwx160, bbe, bbf) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(ty_Maybe, bde))) -> new_ltEs0(vwx152, vwx162, bde) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(ty_Either, bbe), bbf)), bah), bba)) -> new_lt2(vwx150, vwx160, bbe, bbf) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(ty_Maybe, bbb)), bah), bba)) -> new_lt0(vwx150, vwx160, bbb) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(app(ty_@2, fc), fd))) -> new_ltEs1(vwx151, vwx161, fc, fd) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(ty_@2, bbc), bbd), bah, bba) -> new_lt1(vwx150, vwx160, bbc, bbd) 19.91/9.46 new_compare23(vwx40, vwx41, False, cag, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_ltEs3(vwx40, vwx41, cbf, cbg, cbh) 19.91/9.46 new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(ty_Maybe, hg))) -> new_ltEs0(vwx150, vwx160, hg) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(ty_Either, ec), ed), dg) -> new_lt2(vwx150, vwx160, ec, ed) 19.91/9.46 new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(app(ty_@2, hh), baa))) -> new_ltEs1(vwx150, vwx160, hh, baa) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(app(ty_@2, bce), bcf)), bba)) -> new_lt1(vwx151, vwx161, bce, bcf) 19.91/9.46 new_ltEs0(Just(vwx150), Just(vwx160), app(ty_[], cd)) -> new_ltEs(vwx150, vwx160, cd) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(ty_[], fa))) -> new_ltEs(vwx151, vwx161, fa) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(ty_Maybe, dh), dg) -> new_lt0(vwx150, vwx160, dh) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(ty_[], bag), bah, bba) -> new_lt(vwx150, vwx160, bag) 19.91/9.46 new_primCompAux(vwx30, vwx40, vwx5, app(ty_Maybe, bb)) -> new_compare1(vwx30, vwx40, bb) 19.91/9.46 new_compare2(@2(vwx30, vwx31), @2(vwx40, vwx41), bfa, bfb) -> new_compare21(vwx30, vwx31, vwx40, vwx41, new_asAs(new_esEs6(vwx30, vwx40, bfa), new_esEs5(vwx31, vwx41, bfb)), bfa, bfb) 19.91/9.46 new_compare23(vwx40, vwx41, False, cag, app(ty_Maybe, cba)) -> new_ltEs0(vwx40, vwx41, cba) 19.91/9.46 new_compare22(vwx33, vwx34, False, app(app(app(ty_@3, cad), cae), caf), bhf) -> new_ltEs3(vwx33, vwx34, cad, cae, caf) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(app(ty_Either, bgf), bgg), bge) -> new_compare3(vwx64, vwx66, bgf, bgg) 19.91/9.46 new_primCompAux(vwx30, vwx40, vwx5, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx30, vwx40, bg, bh, ca) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(ty_Either, ec), ed)), dg)) -> new_lt2(vwx150, vwx160, ec, ed) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(ty_Maybe, fb)) -> new_ltEs0(vwx151, vwx161, fb) 19.91/9.46 new_compare3(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 19.91/9.46 new_compare22(vwx33, vwx34, False, app(ty_Maybe, bhg), bhf) -> new_ltEs0(vwx33, vwx34, bhg) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(ty_[], bfd)) -> new_ltEs(vwx65, vwx67, bfd) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(app(ty_Either, ced), cee), ccf) -> new_lt2(vwx52, vwx55, ced, cee) 19.91/9.46 new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(ty_Either, gh), ha)), gd)) -> new_ltEs2(vwx150, vwx160, gh, ha) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(app(ty_Either, bcg), bch), bba) -> new_lt2(vwx151, vwx161, bcg, bch) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(app(ty_Either, bfh), bga)) -> new_ltEs2(vwx65, vwx67, bfh, bga) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(app(ty_@2, fc), fd)) -> new_ltEs1(vwx151, vwx161, fc, fd) 19.91/9.46 new_lt2(vwx64, vwx66, bgf, bgg) -> new_compare3(vwx64, vwx66, bgf, bgg) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(ty_Maybe, fb))) -> new_ltEs0(vwx151, vwx161, fb) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(ty_[], bdd))) -> new_ltEs(vwx152, vwx162, bdd) 19.91/9.46 new_compare22(vwx33, vwx34, False, app(app(ty_@2, bhh), caa), bhf) -> new_ltEs1(vwx33, vwx34, bhh, caa) 19.91/9.46 new_lt(vwx64, vwx66, bee) -> new_compare(vwx64, vwx66, bee) 19.91/9.46 new_ltEs2(Left(vwx150), Left(vwx160), app(app(app(ty_@3, hb), hc), hd), gd) -> new_ltEs3(vwx150, vwx160, hb, hc, hd) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(ty_@2, cch), cda), cce, ccf) -> new_lt1(vwx51, vwx54, cch, cda) 19.91/9.46 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(ty_Maybe, bcd)), bba)) -> new_lt0(vwx151, vwx161, bcd) 19.91/9.46 new_ltEs2(Right(vwx150), Right(vwx160), he, app(app(ty_Either, bab), bac)) -> new_ltEs2(vwx150, vwx160, bab, bac) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(app(ty_Either, cfe), cff)) -> new_ltEs2(vwx53, vwx56, cfe, cff) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(app(ty_Either, bdh), bea)) -> new_ltEs2(vwx152, vwx162, bdh, bea) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(ty_[], bee), bge) -> new_compare(vwx64, vwx66, bee) 19.91/9.46 new_primCompAux(vwx30, vwx40, vwx5, app(ty_[], ba)) -> new_compare(vwx30, vwx40, ba) 19.91/9.46 new_compare23(vwx40, vwx41, False, cag, app(ty_[], cah)) -> new_ltEs(vwx40, vwx41, cah) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(app(ty_@2, bdf), bdg))) -> new_ltEs1(vwx152, vwx162, bdf, bdg) 19.91/9.46 new_compare22(vwx33, vwx34, False, app(ty_[], bhe), bhf) -> new_ltEs(vwx33, vwx34, bhe) 19.91/9.46 new_compare23(vwx40, vwx41, False, cag, app(app(ty_@2, cbb), cbc)) -> new_ltEs1(vwx40, vwx41, cbb, cbc) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(ty_[], cdh), ccf) -> new_lt(vwx52, vwx55, cdh) 19.91/9.46 new_ltEs2(Left(vwx150), Left(vwx160), app(ty_Maybe, ge), gd) -> new_ltEs0(vwx150, vwx160, ge) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(ty_[], bdd)) -> new_ltEs(vwx152, vwx162, bdd) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(ty_Maybe, bfe)) -> new_ltEs0(vwx65, vwx67, bfe) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(ty_Maybe, dh)), dg)) -> new_lt0(vwx150, vwx160, dh) 19.91/9.46 new_lt3(vwx64, vwx66, bgh, bha, bhb) -> new_compare4(vwx64, vwx66, bgh, bha, bhb) 19.91/9.46 new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(app(ty_@2, beg), beh), bge) -> new_compare2(vwx64, vwx66, beg, beh) 19.91/9.46 new_compare4(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), cca, ccb, ccc) -> new_compare24(vwx30, vwx31, vwx32, vwx40, vwx41, vwx42, new_asAs(new_esEs11(vwx30, vwx40, cca), new_asAs(new_esEs10(vwx31, vwx41, ccb), new_esEs9(vwx32, vwx42, ccc))), cca, ccb, ccc) 19.91/9.46 new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(app(app(ty_@3, fh), ga), gb))) -> new_ltEs3(vwx151, vwx161, fh, ga, gb) 19.91/9.46 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 19.91/9.46 new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(app(ty_@3, dc), dd), de))) -> new_ltEs3(vwx150, vwx160, dc, dd, de) 19.91/9.46 new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(ty_[], hf))) -> new_ltEs(vwx150, vwx160, hf) 19.91/9.46 new_ltEs2(Left(vwx150), Left(vwx160), app(app(ty_Either, gh), ha), gd) -> new_ltEs2(vwx150, vwx160, gh, ha) 19.91/9.46 new_primCompAux(vwx30, vwx40, vwx5, app(app(ty_Either, be), bf)) -> new_compare3(vwx30, vwx40, be, bf) 19.91/9.46 new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(ty_Either, cdb), cdc), cce, ccf) -> new_lt2(vwx51, vwx54, cdb, cdc) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(app(ty_@2, bdf), bdg)) -> new_ltEs1(vwx152, vwx162, bdf, bdg) 19.91/9.46 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(ty_[], df), dg) -> new_lt(vwx150, vwx160, df) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(app(ty_Either, bcg), bch)), bba)) -> new_lt2(vwx151, vwx161, bcg, bch) 19.91/9.46 new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(ty_@2, cf), cg))) -> new_ltEs1(vwx150, vwx160, cf, cg) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(ty_Maybe, bbb), bah, bba) -> new_lt0(vwx150, vwx160, bbb) 19.91/9.46 new_ltEs2(Right(vwx150), Right(vwx160), he, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx150, vwx160, hh, baa) 19.91/9.46 new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(ty_@2, bbc), bbd)), bah), bba)) -> new_lt1(vwx150, vwx160, bbc, bbd) 19.91/9.46 new_ltEs2(Right(vwx150), Right(vwx160), he, app(ty_[], hf)) -> new_ltEs(vwx150, vwx160, hf) 19.91/9.46 new_compare22(vwx33, vwx34, False, app(app(ty_Either, cab), cac), bhf) -> new_ltEs2(vwx33, vwx34, cab, cac) 19.91/9.46 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(app(app(ty_@3, bda), bdb), bdc), bba) -> new_lt3(vwx151, vwx161, bda, bdb, bdc) 19.91/9.46 19.91/9.46 The TRS R consists of the following rules: 19.91/9.46 19.91/9.46 new_esEs27(vwx64, vwx66, ty_Double) -> new_esEs15(vwx64, vwx66) 19.91/9.46 new_esEs38(vwx151, vwx161, app(app(ty_Either, bcg), bch)) -> new_esEs23(vwx151, vwx161, bcg, bch) 19.91/9.46 new_esEs11(vwx30, vwx40, app(ty_[], dha)) -> new_esEs24(vwx30, vwx40, dha) 19.91/9.46 new_primCmpInt(Neg(Succ(vwx300)), Pos(vwx40)) -> LT 19.91/9.46 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 19.91/9.46 new_ltEs22(vwx152, vwx162, app(ty_[], bdd)) -> new_ltEs8(vwx152, vwx162, bdd) 19.91/9.46 new_lt13(vwx64, vwx66, ddc) -> new_esEs21(new_compare32(vwx64, vwx66, ddc), LT) 19.91/9.46 new_esEs36(vwx301, vwx401, app(app(ty_@2, faa), fab)) -> new_esEs14(vwx301, vwx401, faa, fab) 19.91/9.46 new_pePe(True, vwx143) -> True 19.91/9.46 new_esEs9(vwx32, vwx42, app(app(ty_@2, dfa), dfb)) -> new_esEs14(vwx32, vwx42, dfa, dfb) 19.91/9.46 new_esEs39(vwx150, vwx160, app(app(app(ty_@3, bbg), bbh), bca)) -> new_esEs12(vwx150, vwx160, bbg, bbh, bca) 19.91/9.46 new_ltEs10(False, False) -> True 19.91/9.46 new_esEs22(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs17(vwx300, vwx400) 19.91/9.46 new_ltEs23(vwx40, vwx41, ty_Bool) -> new_ltEs10(vwx40, vwx41) 19.91/9.46 new_esEs31(vwx51, vwx54, ty_Char) -> new_esEs13(vwx51, vwx54) 19.91/9.46 new_ltEs8(vwx15, vwx16, cc) -> new_fsEs(new_compare0(vwx15, vwx16, cc)) 19.91/9.46 new_esEs30(vwx52, vwx55, ty_Int) -> new_esEs19(vwx52, vwx55) 19.91/9.46 new_lt16(vwx64, vwx66, bgf, bgg) -> new_esEs21(new_compare16(vwx64, vwx66, bgf, bgg), LT) 19.91/9.46 new_esEs22(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs25(vwx300, vwx400) 19.91/9.46 new_ltEs19(vwx53, vwx56, ty_Float) -> new_ltEs7(vwx53, vwx56) 19.91/9.46 new_lt9(vwx64, vwx66) -> new_esEs21(new_compare6(vwx64, vwx66), LT) 19.91/9.46 new_esEs23(Right(vwx300), Right(vwx400), dch, app(app(app(ty_@3, fdd), fde), fdf)) -> new_esEs12(vwx300, vwx400, fdd, fde, fdf) 19.91/9.46 new_esEs4(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 19.91/9.46 new_compare12(Double(vwx30, Pos(vwx310)), Double(vwx40, Pos(vwx410))) -> new_compare6(new_sr(vwx30, Pos(vwx410)), new_sr(Pos(vwx310), vwx40)) 19.91/9.46 new_esEs27(vwx64, vwx66, ty_Float) -> new_esEs20(vwx64, vwx66) 19.91/9.46 new_lt19(vwx51, vwx54, ty_Ordering) -> new_lt10(vwx51, vwx54) 19.91/9.46 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 19.91/9.46 new_lt23(vwx151, vwx161, ty_Char) -> new_lt8(vwx151, vwx161) 19.91/9.46 new_ltEs19(vwx53, vwx56, ty_Ordering) -> new_ltEs9(vwx53, vwx56) 19.91/9.46 new_esEs37(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 19.91/9.46 new_primCmpInt(Pos(Zero), Neg(Succ(vwx400))) -> GT 19.91/9.46 new_esEs33(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 19.91/9.46 new_esEs39(vwx150, vwx160, ty_Int) -> new_esEs19(vwx150, vwx160) 19.91/9.46 new_fsEs(vwx138) -> new_not(new_esEs21(vwx138, GT)) 19.91/9.46 new_ltEs7(vwx15, vwx16) -> new_fsEs(new_compare14(vwx15, vwx16)) 19.91/9.46 new_esEs37(vwx300, vwx400, app(ty_Maybe, fbf)) -> new_esEs22(vwx300, vwx400, fbf) 19.91/9.46 new_lt5(vwx64, vwx66, ty_Bool) -> new_lt11(vwx64, vwx66) 19.91/9.46 new_primCmpInt(Neg(Succ(vwx300)), Neg(vwx40)) -> new_primCmpNat0(vwx40, Succ(vwx300)) 19.91/9.46 new_esEs27(vwx64, vwx66, ty_Integer) -> new_esEs16(vwx64, vwx66) 19.91/9.46 new_esEs6(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 19.91/9.46 new_ltEs20(vwx151, vwx161, ty_Ordering) -> new_ltEs9(vwx151, vwx161) 19.91/9.47 new_lt23(vwx151, vwx161, app(ty_Maybe, bcd)) -> new_lt15(vwx151, vwx161, bcd) 19.91/9.47 new_esEs27(vwx64, vwx66, app(ty_Maybe, bef)) -> new_esEs22(vwx64, vwx66, bef) 19.91/9.47 new_ltEs19(vwx53, vwx56, ty_@0) -> new_ltEs11(vwx53, vwx56) 19.91/9.47 new_ltEs9(LT, LT) -> True 19.91/9.47 new_esEs37(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 19.91/9.47 new_esEs32(vwx150, vwx160, app(ty_[], df)) -> new_esEs24(vwx150, vwx160, df) 19.91/9.47 new_lt20(vwx52, vwx55, ty_Ordering) -> new_lt10(vwx52, vwx55) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), ty_@0) -> new_ltEs11(vwx150, vwx160) 19.91/9.47 new_esEs26(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 19.91/9.47 new_esEs5(vwx31, vwx41, app(ty_[], ecf)) -> new_esEs24(vwx31, vwx41, ecf) 19.91/9.47 new_compare210(vwx40, vwx41, False, cag, fgg) -> new_compare110(vwx40, vwx41, new_ltEs23(vwx40, vwx41, fgg), cag, fgg) 19.91/9.47 new_ltEs20(vwx151, vwx161, ty_Float) -> new_ltEs7(vwx151, vwx161) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), ty_Char) -> new_ltEs4(vwx150, vwx160) 19.91/9.47 new_lt19(vwx51, vwx54, app(app(ty_@2, cch), cda)) -> new_lt4(vwx51, vwx54, cch, cda) 19.91/9.47 new_esEs37(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 19.91/9.47 new_primCompAux0(vwx30, vwx40, vwx5, h) -> new_primCompAux00(vwx5, new_compare30(vwx30, vwx40, h)) 19.91/9.47 new_ltEs14(Nothing, Just(vwx160), ead) -> True 19.91/9.47 new_esEs33(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 19.91/9.47 new_ltEs6(vwx65, vwx67, app(app(app(ty_@3, bgb), bgc), bgd)) -> new_ltEs18(vwx65, vwx67, bgb, bgc, bgd) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), ty_Int) -> new_ltEs5(vwx150, vwx160) 19.91/9.47 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 19.91/9.47 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 19.91/9.47 new_lt21(vwx150, vwx160, ty_Float) -> new_lt6(vwx150, vwx160) 19.91/9.47 new_esEs7(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 19.91/9.47 new_esEs37(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 19.91/9.47 new_lt5(vwx64, vwx66, app(ty_Ratio, ddc)) -> new_lt13(vwx64, vwx66, ddc) 19.91/9.47 new_compare210(vwx40, vwx41, True, cag, fgg) -> EQ 19.91/9.47 new_compare5(Char(vwx30), Char(vwx40)) -> new_primCmpNat0(vwx30, vwx40) 19.91/9.47 new_esEs6(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 19.91/9.47 new_esEs32(vwx150, vwx160, ty_Ordering) -> new_esEs21(vwx150, vwx160) 19.91/9.47 new_lt22(vwx150, vwx160, app(app(app(ty_@3, bbg), bbh), bca)) -> new_lt18(vwx150, vwx160, bbg, bbh, bca) 19.91/9.47 new_esEs11(vwx30, vwx40, app(app(ty_@2, dgc), dgd)) -> new_esEs14(vwx30, vwx40, dgc, dgd) 19.91/9.47 new_esEs5(vwx31, vwx41, ty_Ordering) -> new_esEs21(vwx31, vwx41) 19.91/9.47 new_esEs26(vwx300, vwx400, app(ty_[], dbh)) -> new_esEs24(vwx300, vwx400, dbh) 19.91/9.47 new_ltEs6(vwx65, vwx67, app(ty_Maybe, bfe)) -> new_ltEs14(vwx65, vwx67, bfe) 19.91/9.47 new_ltEs19(vwx53, vwx56, app(app(ty_Either, cfe), cff)) -> new_ltEs16(vwx53, vwx56, cfe, cff) 19.91/9.47 new_lt14(vwx64, vwx66) -> new_esEs21(new_compare18(vwx64, vwx66), LT) 19.91/9.47 new_compare19(vwx94, vwx95, True, edb, edc) -> LT 19.91/9.47 new_lt23(vwx151, vwx161, ty_Double) -> new_lt17(vwx151, vwx161) 19.91/9.47 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 19.91/9.47 new_esEs36(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), ty_Double) -> new_ltEs17(vwx150, vwx160) 19.91/9.47 new_ltEs24(vwx15, vwx16, ty_Char) -> new_ltEs4(vwx15, vwx16) 19.91/9.47 new_esEs9(vwx32, vwx42, ty_Char) -> new_esEs13(vwx32, vwx42) 19.91/9.47 new_compare8(@2(vwx30, vwx31), @2(vwx40, vwx41), bfa, bfb) -> new_compare26(vwx30, vwx31, vwx40, vwx41, new_asAs(new_esEs6(vwx30, vwx40, bfa), new_esEs5(vwx31, vwx41, bfb)), bfa, bfb) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), ty_Float, gd) -> new_ltEs7(vwx150, vwx160) 19.91/9.47 new_esEs30(vwx52, vwx55, app(app(app(ty_@3, cef), ceg), ceh)) -> new_esEs12(vwx52, vwx55, cef, ceg, ceh) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), app(app(ty_Either, gh), ha), gd) -> new_ltEs16(vwx150, vwx160, gh, ha) 19.91/9.47 new_esEs24([], [], daf) -> True 19.91/9.47 new_not(True) -> False 19.91/9.47 new_ltEs24(vwx15, vwx16, ty_Double) -> new_ltEs17(vwx15, vwx16) 19.91/9.47 new_compare16(Left(vwx30), Right(vwx40), bhc, bhd) -> LT 19.91/9.47 new_lt22(vwx150, vwx160, app(ty_[], bag)) -> new_lt7(vwx150, vwx160, bag) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs21(vwx300, vwx400) 19.91/9.47 new_lt23(vwx151, vwx161, ty_Int) -> new_lt9(vwx151, vwx161) 19.91/9.47 new_esEs4(vwx30, vwx40, app(app(ty_@2, dcd), dce)) -> new_esEs14(vwx30, vwx40, dcd, dce) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, ty_Float) -> new_esEs20(vwx300, vwx400) 19.91/9.47 new_compare7(Just(vwx30), Just(vwx40), cb) -> new_compare25(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 19.91/9.47 new_primCompAux00(vwx9, LT) -> LT 19.91/9.47 new_compare11(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, True, vwx136, ecg, ech, eda) -> new_compare17(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, True, ecg, ech, eda) 19.91/9.47 new_esEs10(vwx31, vwx41, app(ty_Ratio, daa)) -> new_esEs18(vwx31, vwx41, daa) 19.91/9.47 new_esEs35(vwx302, vwx402, ty_Int) -> new_esEs19(vwx302, vwx402) 19.91/9.47 new_primCmpNat0(Zero, Zero) -> EQ 19.91/9.47 new_esEs34(vwx300, vwx400, app(app(app(ty_@3, eef), eeg), eeh)) -> new_esEs12(vwx300, vwx400, eef, eeg, eeh) 19.91/9.47 new_esEs22(Nothing, Just(vwx400), dcg) -> False 19.91/9.47 new_esEs22(Just(vwx300), Nothing, dcg) -> False 19.91/9.47 new_esEs6(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 19.91/9.47 new_esEs22(Nothing, Nothing, dcg) -> True 19.91/9.47 new_esEs37(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 19.91/9.47 new_esEs33(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 19.91/9.47 new_esEs35(vwx302, vwx402, ty_Char) -> new_esEs13(vwx302, vwx402) 19.91/9.47 new_compare30(vwx30, vwx40, app(ty_Maybe, bb)) -> new_compare7(vwx30, vwx40, bb) 19.91/9.47 new_esEs27(vwx64, vwx66, ty_Bool) -> new_esEs17(vwx64, vwx66) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, app(app(ty_Either, bab), bac)) -> new_ltEs16(vwx150, vwx160, bab, bac) 19.91/9.47 new_esEs26(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 19.91/9.47 new_esEs35(vwx302, vwx402, app(app(app(ty_@3, egd), ege), egf)) -> new_esEs12(vwx302, vwx402, egd, ege, egf) 19.91/9.47 new_ltEs24(vwx15, vwx16, ty_Int) -> new_ltEs5(vwx15, vwx16) 19.91/9.47 new_esEs11(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 19.91/9.47 new_esEs32(vwx150, vwx160, ty_@0) -> new_esEs25(vwx150, vwx160) 19.91/9.47 new_ltEs22(vwx152, vwx162, ty_Integer) -> new_ltEs13(vwx152, vwx162) 19.91/9.47 new_lt23(vwx151, vwx161, app(app(app(ty_@3, bda), bdb), bdc)) -> new_lt18(vwx151, vwx161, bda, bdb, bdc) 19.91/9.47 new_esEs34(vwx300, vwx400, app(app(ty_Either, efe), eff)) -> new_esEs23(vwx300, vwx400, efe, eff) 19.91/9.47 new_lt23(vwx151, vwx161, app(ty_[], bcc)) -> new_lt7(vwx151, vwx161, bcc) 19.91/9.47 new_ltEs19(vwx53, vwx56, ty_Double) -> new_ltEs17(vwx53, vwx56) 19.91/9.47 new_esEs32(vwx150, vwx160, app(ty_Maybe, dh)) -> new_esEs22(vwx150, vwx160, dh) 19.91/9.47 new_compare29(EQ, EQ) -> EQ 19.91/9.47 new_ltEs16(Left(vwx150), Right(vwx160), he, gd) -> True 19.91/9.47 new_esEs4(vwx30, vwx40, app(ty_[], daf)) -> new_esEs24(vwx30, vwx40, daf) 19.91/9.47 new_lt19(vwx51, vwx54, ty_Integer) -> new_lt14(vwx51, vwx54) 19.91/9.47 new_esEs11(vwx30, vwx40, app(ty_Ratio, dge)) -> new_esEs18(vwx30, vwx40, dge) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs15(vwx300, vwx400) 19.91/9.47 new_esEs21(LT, EQ) -> False 19.91/9.47 new_esEs21(EQ, LT) -> False 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), app(app(app(ty_@3, dc), dd), de)) -> new_ltEs18(vwx150, vwx160, dc, dd, de) 19.91/9.47 new_primEqNat0(Succ(vwx3000), Zero) -> False 19.91/9.47 new_primEqNat0(Zero, Succ(vwx4000)) -> False 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs16(vwx300, vwx400) 19.91/9.47 new_ltEs20(vwx151, vwx161, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs18(vwx151, vwx161, fh, ga, gb) 19.91/9.47 new_esEs32(vwx150, vwx160, app(app(ty_@2, ea), eb)) -> new_esEs14(vwx150, vwx160, ea, eb) 19.91/9.47 new_ltEs21(vwx33, vwx34, ty_@0) -> new_ltEs11(vwx33, vwx34) 19.91/9.47 new_lt23(vwx151, vwx161, ty_Bool) -> new_lt11(vwx151, vwx161) 19.91/9.47 new_esEs29(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 19.91/9.47 new_lt20(vwx52, vwx55, ty_Integer) -> new_lt14(vwx52, vwx55) 19.91/9.47 new_esEs33(vwx301, vwx401, app(app(ty_Either, eec), eed)) -> new_esEs23(vwx301, vwx401, eec, eed) 19.91/9.47 new_primCompAux00(vwx9, GT) -> GT 19.91/9.47 new_ltEs15(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, dg) -> new_pePe(new_lt21(vwx150, vwx160, eh), new_asAs(new_esEs32(vwx150, vwx160, eh), new_ltEs20(vwx151, vwx161, dg))) 19.91/9.47 new_esEs27(vwx64, vwx66, app(app(ty_Either, bgf), bgg)) -> new_esEs23(vwx64, vwx66, bgf, bgg) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, ty_@0) -> new_esEs25(vwx300, vwx400) 19.91/9.47 new_ltEs24(vwx15, vwx16, app(app(app(ty_@3, bcb), bah), bba)) -> new_ltEs18(vwx15, vwx16, bcb, bah, bba) 19.91/9.47 new_esEs26(vwx300, vwx400, app(ty_Maybe, dbe)) -> new_esEs22(vwx300, vwx400, dbe) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), app(ty_Maybe, fgc)) -> new_esEs22(vwx300, vwx400, fgc) 19.91/9.47 new_compare10(vwx114, vwx115, vwx116, vwx117, False, vwx119, ebc, ebd) -> new_compare15(vwx114, vwx115, vwx116, vwx117, vwx119, ebc, ebd) 19.91/9.47 new_esEs26(vwx300, vwx400, app(app(ty_@2, dbb), dbc)) -> new_esEs14(vwx300, vwx400, dbb, dbc) 19.91/9.47 new_esEs33(vwx301, vwx401, app(ty_Maybe, eeb)) -> new_esEs22(vwx301, vwx401, eeb) 19.91/9.47 new_esEs4(vwx30, vwx40, app(ty_Ratio, dcf)) -> new_esEs18(vwx30, vwx40, dcf) 19.91/9.47 new_lt22(vwx150, vwx160, ty_Bool) -> new_lt11(vwx150, vwx160) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), app(app(ty_Either, da), db)) -> new_ltEs16(vwx150, vwx160, da, db) 19.91/9.47 new_esEs38(vwx151, vwx161, app(ty_Maybe, bcd)) -> new_esEs22(vwx151, vwx161, bcd) 19.91/9.47 new_compare9(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), cca, ccb, ccc) -> new_compare27(vwx30, vwx31, vwx32, vwx40, vwx41, vwx42, new_asAs(new_esEs11(vwx30, vwx40, cca), new_asAs(new_esEs10(vwx31, vwx41, ccb), new_esEs9(vwx32, vwx42, ccc))), cca, ccb, ccc) 19.91/9.47 new_esEs9(vwx32, vwx42, app(ty_Ratio, dfc)) -> new_esEs18(vwx32, vwx42, dfc) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), app(app(ty_@2, ffh), fga)) -> new_esEs14(vwx300, vwx400, ffh, fga) 19.91/9.47 new_lt19(vwx51, vwx54, ty_@0) -> new_lt12(vwx51, vwx54) 19.91/9.47 new_primCmpInt(Pos(Succ(vwx300)), Neg(vwx40)) -> GT 19.91/9.47 new_ltEs20(vwx151, vwx161, ty_@0) -> new_ltEs11(vwx151, vwx161) 19.91/9.47 new_ltEs21(vwx33, vwx34, ty_Ordering) -> new_ltEs9(vwx33, vwx34) 19.91/9.47 new_ltEs4(vwx15, vwx16) -> new_fsEs(new_compare5(vwx15, vwx16)) 19.91/9.47 new_esEs6(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), ty_Char, dda) -> new_esEs13(vwx300, vwx400) 19.91/9.47 new_esEs10(vwx31, vwx41, app(app(ty_@2, chg), chh)) -> new_esEs14(vwx31, vwx41, chg, chh) 19.91/9.47 new_lt21(vwx150, vwx160, ty_Integer) -> new_lt14(vwx150, vwx160) 19.91/9.47 new_esEs14(@2(vwx300, vwx301), @2(vwx400, vwx401), dcd, dce) -> new_asAs(new_esEs34(vwx300, vwx400, dcd), new_esEs33(vwx301, vwx401, dce)) 19.91/9.47 new_lt21(vwx150, vwx160, ty_Ordering) -> new_lt10(vwx150, vwx160) 19.91/9.47 new_ltEs20(vwx151, vwx161, ty_Int) -> new_ltEs5(vwx151, vwx161) 19.91/9.47 new_compare110(vwx102, vwx103, True, egb, egc) -> LT 19.91/9.47 new_esEs38(vwx151, vwx161, ty_Integer) -> new_esEs16(vwx151, vwx161) 19.91/9.47 new_esEs39(vwx150, vwx160, app(app(ty_Either, bbe), bbf)) -> new_esEs23(vwx150, vwx160, bbe, bbf) 19.91/9.47 new_esEs33(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 19.91/9.47 new_esEs9(vwx32, vwx42, app(ty_[], dfg)) -> new_esEs24(vwx32, vwx42, dfg) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), ty_Char, gd) -> new_ltEs4(vwx150, vwx160) 19.91/9.47 new_ltEs6(vwx65, vwx67, ty_Double) -> new_ltEs17(vwx65, vwx67) 19.91/9.47 new_esEs32(vwx150, vwx160, ty_Bool) -> new_esEs17(vwx150, vwx160) 19.91/9.47 new_esEs8(vwx30, vwx40, app(app(ty_@2, ddg), ddh)) -> new_esEs14(vwx30, vwx40, ddg, ddh) 19.91/9.47 new_primPlusNat1(Succ(vwx14400), Succ(vwx41000)) -> Succ(Succ(new_primPlusNat1(vwx14400, vwx41000))) 19.91/9.47 new_esEs38(vwx151, vwx161, ty_Double) -> new_esEs15(vwx151, vwx161) 19.91/9.47 new_compare29(GT, GT) -> EQ 19.91/9.47 new_esEs19(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 19.91/9.47 new_primCmpNat0(Zero, Succ(vwx400)) -> LT 19.91/9.47 new_esEs26(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 19.91/9.47 new_ltEs20(vwx151, vwx161, ty_Double) -> new_ltEs17(vwx151, vwx161) 19.91/9.47 new_ltEs24(vwx15, vwx16, ty_Float) -> new_ltEs7(vwx15, vwx16) 19.91/9.47 new_esEs5(vwx31, vwx41, ty_Char) -> new_esEs13(vwx31, vwx41) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), ty_Float) -> new_ltEs7(vwx150, vwx160) 19.91/9.47 new_lt20(vwx52, vwx55, ty_@0) -> new_lt12(vwx52, vwx55) 19.91/9.47 new_ltEs21(vwx33, vwx34, ty_Integer) -> new_ltEs13(vwx33, vwx34) 19.91/9.47 new_ltEs19(vwx53, vwx56, ty_Int) -> new_ltEs5(vwx53, vwx56) 19.91/9.47 new_esEs5(vwx31, vwx41, ty_Float) -> new_esEs20(vwx31, vwx41) 19.91/9.47 new_esEs36(vwx301, vwx401, ty_Ordering) -> new_esEs21(vwx301, vwx401) 19.91/9.47 new_esEs4(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 19.91/9.47 new_esEs32(vwx150, vwx160, ty_Integer) -> new_esEs16(vwx150, vwx160) 19.91/9.47 new_primCmpNat0(Succ(vwx300), Zero) -> GT 19.91/9.47 new_esEs38(vwx151, vwx161, ty_Bool) -> new_esEs17(vwx151, vwx161) 19.91/9.47 new_compare30(vwx30, vwx40, ty_@0) -> new_compare31(vwx30, vwx40) 19.91/9.47 new_ltEs22(vwx152, vwx162, app(app(ty_Either, bdh), bea)) -> new_ltEs16(vwx152, vwx162, bdh, bea) 19.91/9.47 new_ltEs6(vwx65, vwx67, app(app(ty_@2, bff), bfg)) -> new_ltEs15(vwx65, vwx67, bff, bfg) 19.91/9.47 new_pePe(False, vwx143) -> vwx143 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), app(ty_Ratio, fgb)) -> new_esEs18(vwx300, vwx400, fgb) 19.91/9.47 new_ltEs19(vwx53, vwx56, app(app(app(ty_@3, cfg), cfh), cga)) -> new_ltEs18(vwx53, vwx56, cfg, cfh, cga) 19.91/9.47 new_ltEs6(vwx65, vwx67, ty_Int) -> new_ltEs5(vwx65, vwx67) 19.91/9.47 new_esEs11(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 19.91/9.47 new_esEs21(EQ, EQ) -> True 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), ty_Bool, dda) -> new_esEs17(vwx300, vwx400) 19.91/9.47 new_ltEs23(vwx40, vwx41, ty_Char) -> new_ltEs4(vwx40, vwx41) 19.91/9.47 new_esEs10(vwx31, vwx41, app(ty_[], dae)) -> new_esEs24(vwx31, vwx41, dae) 19.91/9.47 new_compare17(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, False, ecg, ech, eda) -> GT 19.91/9.47 new_ltEs6(vwx65, vwx67, ty_@0) -> new_ltEs11(vwx65, vwx67) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), app(app(app(ty_@3, fcb), fcc), fcd), dda) -> new_esEs12(vwx300, vwx400, fcb, fcc, fcd) 19.91/9.47 new_esEs5(vwx31, vwx41, ty_Integer) -> new_esEs16(vwx31, vwx41) 19.91/9.47 new_ltEs23(vwx40, vwx41, ty_Double) -> new_ltEs17(vwx40, vwx41) 19.91/9.47 new_lt5(vwx64, vwx66, ty_Float) -> new_lt6(vwx64, vwx66) 19.91/9.47 new_lt22(vwx150, vwx160, app(ty_Maybe, bbb)) -> new_lt15(vwx150, vwx160, bbb) 19.91/9.47 new_esEs36(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), app(ty_Maybe, ge), gd) -> new_ltEs14(vwx150, vwx160, ge) 19.91/9.47 new_esEs4(vwx30, vwx40, app(app(app(ty_@3, dca), dcb), dcc)) -> new_esEs12(vwx30, vwx40, dca, dcb, dcc) 19.91/9.47 new_ltEs21(vwx33, vwx34, ty_Double) -> new_ltEs17(vwx33, vwx34) 19.91/9.47 new_compare26(vwx64, vwx65, vwx66, vwx67, False, bfc, bge) -> new_compare10(vwx64, vwx65, vwx66, vwx67, new_lt5(vwx64, vwx66, bfc), new_asAs(new_esEs27(vwx64, vwx66, bfc), new_ltEs6(vwx65, vwx67, bge)), bfc, bge) 19.91/9.47 new_ltEs19(vwx53, vwx56, app(ty_Maybe, cfb)) -> new_ltEs14(vwx53, vwx56, cfb) 19.91/9.47 new_esEs37(vwx300, vwx400, app(ty_Ratio, fbe)) -> new_esEs18(vwx300, vwx400, fbe) 19.91/9.47 new_compare29(EQ, GT) -> LT 19.91/9.47 new_ltEs6(vwx65, vwx67, ty_Ordering) -> new_ltEs9(vwx65, vwx67) 19.91/9.47 new_esEs27(vwx64, vwx66, app(app(ty_@2, beg), beh)) -> new_esEs14(vwx64, vwx66, beg, beh) 19.91/9.47 new_lt11(vwx64, vwx66) -> new_esEs21(new_compare13(vwx64, vwx66), LT) 19.91/9.47 new_ltEs6(vwx65, vwx67, app(ty_Ratio, ddb)) -> new_ltEs12(vwx65, vwx67, ddb) 19.91/9.47 new_esEs34(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 19.91/9.47 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 19.91/9.47 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 19.91/9.47 new_esEs8(vwx30, vwx40, app(ty_[], dee)) -> new_esEs24(vwx30, vwx40, dee) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), app(app(ty_@2, gf), gg), gd) -> new_ltEs15(vwx150, vwx160, gf, gg) 19.91/9.47 new_ltEs21(vwx33, vwx34, app(app(ty_@2, bhh), caa)) -> new_ltEs15(vwx33, vwx34, bhh, caa) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), app(app(ty_@2, fce), fcf), dda) -> new_esEs14(vwx300, vwx400, fce, fcf) 19.91/9.47 new_esEs4(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 19.91/9.47 new_lt23(vwx151, vwx161, app(app(ty_Either, bcg), bch)) -> new_lt16(vwx151, vwx161, bcg, bch) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), ty_Int, dda) -> new_esEs19(vwx300, vwx400) 19.91/9.47 new_ltEs13(vwx15, vwx16) -> new_fsEs(new_compare18(vwx15, vwx16)) 19.91/9.47 new_compare30(vwx30, vwx40, app(ty_Ratio, fef)) -> new_compare32(vwx30, vwx40, fef) 19.91/9.47 new_esEs38(vwx151, vwx161, ty_Ordering) -> new_esEs21(vwx151, vwx161) 19.91/9.47 new_esEs7(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 19.91/9.47 new_ltEs10(True, False) -> False 19.91/9.47 new_ltEs20(vwx151, vwx161, app(app(ty_Either, ff), fg)) -> new_ltEs16(vwx151, vwx161, ff, fg) 19.91/9.47 new_esEs5(vwx31, vwx41, ty_Double) -> new_esEs15(vwx31, vwx41) 19.91/9.47 new_lt20(vwx52, vwx55, ty_Float) -> new_lt6(vwx52, vwx55) 19.91/9.47 new_esEs39(vwx150, vwx160, ty_Integer) -> new_esEs16(vwx150, vwx160) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, app(ty_Maybe, feb)) -> new_esEs22(vwx300, vwx400, feb) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), ty_Ordering, dda) -> new_esEs21(vwx300, vwx400) 19.91/9.47 new_esEs32(vwx150, vwx160, ty_Double) -> new_esEs15(vwx150, vwx160) 19.91/9.47 new_lt15(vwx64, vwx66, bef) -> new_esEs21(new_compare7(vwx64, vwx66, bef), LT) 19.91/9.47 new_esEs31(vwx51, vwx54, ty_Bool) -> new_esEs17(vwx51, vwx54) 19.91/9.47 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 19.91/9.47 new_compare29(LT, LT) -> EQ 19.91/9.47 new_esEs7(vwx30, vwx40, app(ty_Maybe, cgh)) -> new_esEs22(vwx30, vwx40, cgh) 19.91/9.47 new_esEs28(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 19.91/9.47 new_primCmpInt(Neg(Zero), Pos(Succ(vwx400))) -> LT 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), app(app(ty_Either, fda), fdb), dda) -> new_esEs23(vwx300, vwx400, fda, fdb) 19.91/9.47 new_esEs4(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs18(vwx150, vwx160, bad, bae, baf) 19.91/9.47 new_esEs7(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 19.91/9.47 new_ltEs6(vwx65, vwx67, ty_Float) -> new_ltEs7(vwx65, vwx67) 19.91/9.47 new_primMulInt(Pos(vwx300), Pos(vwx410)) -> Pos(new_primMulNat0(vwx300, vwx410)) 19.91/9.47 new_lt21(vwx150, vwx160, ty_@0) -> new_lt12(vwx150, vwx160) 19.91/9.47 new_esEs5(vwx31, vwx41, app(app(ty_Either, ecd), ece)) -> new_esEs23(vwx31, vwx41, ecd, ece) 19.91/9.47 new_ltEs5(vwx15, vwx16) -> new_fsEs(new_compare6(vwx15, vwx16)) 19.91/9.47 new_compare17(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, True, ecg, ech, eda) -> LT 19.91/9.47 new_compare32(:%(vwx30, vwx31), :%(vwx40, vwx41), ty_Int) -> new_compare6(new_sr(vwx30, vwx41), new_sr(vwx40, vwx31)) 19.91/9.47 new_esEs30(vwx52, vwx55, app(app(ty_Either, ced), cee)) -> new_esEs23(vwx52, vwx55, ced, cee) 19.91/9.47 new_esEs9(vwx32, vwx42, ty_Float) -> new_esEs20(vwx32, vwx42) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), app(ty_Ratio, fcg), dda) -> new_esEs18(vwx300, vwx400, fcg) 19.91/9.47 new_lt21(vwx150, vwx160, ty_Bool) -> new_lt11(vwx150, vwx160) 19.91/9.47 new_ltEs23(vwx40, vwx41, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_ltEs18(vwx40, vwx41, cbf, cbg, cbh) 19.91/9.47 new_esEs39(vwx150, vwx160, app(app(ty_@2, bbc), bbd)) -> new_esEs14(vwx150, vwx160, bbc, bbd) 19.91/9.47 new_esEs24(:(vwx300, vwx301), [], daf) -> False 19.91/9.47 new_esEs24([], :(vwx400, vwx401), daf) -> False 19.91/9.47 new_esEs39(vwx150, vwx160, ty_Char) -> new_esEs13(vwx150, vwx160) 19.91/9.47 new_ltEs24(vwx15, vwx16, ty_Bool) -> new_ltEs10(vwx15, vwx16) 19.91/9.47 new_primMulNat0(Succ(vwx3000), Zero) -> Zero 19.91/9.47 new_primMulNat0(Zero, Succ(vwx4100)) -> Zero 19.91/9.47 new_primPlusNat0(Zero, vwx4100) -> Succ(vwx4100) 19.91/9.47 new_esEs38(vwx151, vwx161, app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs12(vwx151, vwx161, bda, bdb, bdc) 19.91/9.47 new_ltEs9(GT, EQ) -> False 19.91/9.47 new_lt22(vwx150, vwx160, ty_Integer) -> new_lt14(vwx150, vwx160) 19.91/9.47 new_esEs35(vwx302, vwx402, app(ty_Ratio, eha)) -> new_esEs18(vwx302, vwx402, eha) 19.91/9.47 new_ltEs21(vwx33, vwx34, app(ty_Ratio, ega)) -> new_ltEs12(vwx33, vwx34, ega) 19.91/9.47 new_compare18(Integer(vwx30), Integer(vwx40)) -> new_primCmpInt(vwx30, vwx40) 19.91/9.47 new_ltEs19(vwx53, vwx56, ty_Integer) -> new_ltEs13(vwx53, vwx56) 19.91/9.47 new_esEs7(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 19.91/9.47 new_ltEs23(vwx40, vwx41, app(app(ty_@2, cbb), cbc)) -> new_ltEs15(vwx40, vwx41, cbb, cbc) 19.91/9.47 new_compare28(vwx33, vwx34, False, efh, bhf) -> new_compare19(vwx33, vwx34, new_ltEs21(vwx33, vwx34, efh), efh, bhf) 19.91/9.47 new_esEs8(vwx30, vwx40, app(app(ty_Either, dec), ded)) -> new_esEs23(vwx30, vwx40, dec, ded) 19.91/9.47 new_ltEs12(vwx15, vwx16, ffa) -> new_fsEs(new_compare32(vwx15, vwx16, ffa)) 19.91/9.47 new_ltEs21(vwx33, vwx34, ty_Int) -> new_ltEs5(vwx33, vwx34) 19.91/9.47 new_esEs31(vwx51, vwx54, app(app(ty_@2, cch), cda)) -> new_esEs14(vwx51, vwx54, cch, cda) 19.91/9.47 new_esEs28(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 19.91/9.47 new_ltEs20(vwx151, vwx161, app(ty_Maybe, fb)) -> new_ltEs14(vwx151, vwx161, fb) 19.91/9.47 new_ltEs22(vwx152, vwx162, ty_Float) -> new_ltEs7(vwx152, vwx162) 19.91/9.47 new_esEs31(vwx51, vwx54, app(ty_Maybe, ccg)) -> new_esEs22(vwx51, vwx54, ccg) 19.91/9.47 new_esEs30(vwx52, vwx55, app(ty_[], cdh)) -> new_esEs24(vwx52, vwx55, cdh) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, ty_@0) -> new_ltEs11(vwx150, vwx160) 19.91/9.47 new_esEs26(vwx300, vwx400, app(ty_Ratio, dbd)) -> new_esEs18(vwx300, vwx400, dbd) 19.91/9.47 new_ltEs22(vwx152, vwx162, app(app(app(ty_@3, beb), bec), bed)) -> new_ltEs18(vwx152, vwx162, beb, bec, bed) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), app(ty_Maybe, ce)) -> new_ltEs14(vwx150, vwx160, ce) 19.91/9.47 new_ltEs21(vwx33, vwx34, app(app(app(ty_@3, cad), cae), caf)) -> new_ltEs18(vwx33, vwx34, cad, cae, caf) 19.91/9.47 new_esEs6(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), ty_Integer) -> new_ltEs13(vwx150, vwx160) 19.91/9.47 new_compare32(:%(vwx30, vwx31), :%(vwx40, vwx41), ty_Integer) -> new_compare18(new_sr0(vwx30, vwx41), new_sr0(vwx40, vwx31)) 19.91/9.47 new_ltEs22(vwx152, vwx162, app(ty_Ratio, ffd)) -> new_ltEs12(vwx152, vwx162, ffd) 19.91/9.47 new_esEs30(vwx52, vwx55, app(ty_Maybe, cea)) -> new_esEs22(vwx52, vwx55, cea) 19.91/9.47 new_esEs5(vwx31, vwx41, app(ty_Maybe, ecc)) -> new_esEs22(vwx31, vwx41, ecc) 19.91/9.47 new_esEs18(:%(vwx300, vwx301), :%(vwx400, vwx401), dcf) -> new_asAs(new_esEs29(vwx300, vwx400, dcf), new_esEs28(vwx301, vwx401, dcf)) 19.91/9.47 new_esEs31(vwx51, vwx54, ty_Float) -> new_esEs20(vwx51, vwx54) 19.91/9.47 new_esEs7(vwx30, vwx40, app(app(ty_Either, cha), chb)) -> new_esEs23(vwx30, vwx40, cha, chb) 19.91/9.47 new_esEs10(vwx31, vwx41, ty_@0) -> new_esEs25(vwx31, vwx41) 19.91/9.47 new_esEs32(vwx150, vwx160, app(app(ty_Either, ec), ed)) -> new_esEs23(vwx150, vwx160, ec, ed) 19.91/9.47 new_esEs26(vwx300, vwx400, app(app(app(ty_@3, dag), dah), dba)) -> new_esEs12(vwx300, vwx400, dag, dah, dba) 19.91/9.47 new_lt19(vwx51, vwx54, ty_Float) -> new_lt6(vwx51, vwx54) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), ty_Double, dda) -> new_esEs15(vwx300, vwx400) 19.91/9.47 new_primPlusNat1(Succ(vwx14400), Zero) -> Succ(vwx14400) 19.91/9.47 new_primPlusNat1(Zero, Succ(vwx41000)) -> Succ(vwx41000) 19.91/9.47 new_esEs27(vwx64, vwx66, ty_Char) -> new_esEs13(vwx64, vwx66) 19.91/9.47 new_esEs5(vwx31, vwx41, app(app(ty_@2, ebh), eca)) -> new_esEs14(vwx31, vwx41, ebh, eca) 19.91/9.47 new_esEs31(vwx51, vwx54, app(ty_[], ccd)) -> new_esEs24(vwx51, vwx54, ccd) 19.91/9.47 new_esEs36(vwx301, vwx401, app(app(app(ty_@3, ehf), ehg), ehh)) -> new_esEs12(vwx301, vwx401, ehf, ehg, ehh) 19.91/9.47 new_esEs33(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 19.91/9.47 new_esEs6(vwx30, vwx40, app(app(ty_@2, dhe), dhf)) -> new_esEs14(vwx30, vwx40, dhe, dhf) 19.91/9.47 new_ltEs10(False, True) -> True 19.91/9.47 new_esEs6(vwx30, vwx40, app(ty_Maybe, dhh)) -> new_esEs22(vwx30, vwx40, dhh) 19.91/9.47 new_ltEs23(vwx40, vwx41, ty_Int) -> new_ltEs5(vwx40, vwx41) 19.91/9.47 new_ltEs9(GT, GT) -> True 19.91/9.47 new_esEs6(vwx30, vwx40, app(app(ty_Either, eaa), eab)) -> new_esEs23(vwx30, vwx40, eaa, eab) 19.91/9.47 new_ltEs23(vwx40, vwx41, app(ty_Ratio, fgh)) -> new_ltEs12(vwx40, vwx41, fgh) 19.91/9.47 new_ltEs6(vwx65, vwx67, app(app(ty_Either, bfh), bga)) -> new_ltEs16(vwx65, vwx67, bfh, bga) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), ty_Ordering) -> new_ltEs9(vwx150, vwx160) 19.91/9.47 new_compare19(vwx94, vwx95, False, edb, edc) -> GT 19.91/9.47 new_esEs30(vwx52, vwx55, ty_Integer) -> new_esEs16(vwx52, vwx55) 19.91/9.47 new_esEs37(vwx300, vwx400, app(app(app(ty_@3, fah), fba), fbb)) -> new_esEs12(vwx300, vwx400, fah, fba, fbb) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs13(vwx300, vwx400) 19.91/9.47 new_esEs36(vwx301, vwx401, app(ty_Ratio, fac)) -> new_esEs18(vwx301, vwx401, fac) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, ty_Integer) -> new_ltEs13(vwx150, vwx160) 19.91/9.47 new_esEs37(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 19.91/9.47 new_esEs38(vwx151, vwx161, ty_Int) -> new_esEs19(vwx151, vwx161) 19.91/9.47 new_primMulInt(Neg(vwx300), Neg(vwx410)) -> Pos(new_primMulNat0(vwx300, vwx410)) 19.91/9.47 new_esEs38(vwx151, vwx161, ty_Char) -> new_esEs13(vwx151, vwx161) 19.91/9.47 new_primCmpInt(Pos(Zero), Pos(Succ(vwx400))) -> new_primCmpNat0(Zero, Succ(vwx400)) 19.91/9.47 new_ltEs17(vwx15, vwx16) -> new_fsEs(new_compare12(vwx15, vwx16)) 19.91/9.47 new_compare25(vwx15, vwx16, True, fha) -> EQ 19.91/9.47 new_esEs34(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 19.91/9.47 new_ltEs22(vwx152, vwx162, app(app(ty_@2, bdf), bdg)) -> new_ltEs15(vwx152, vwx162, bdf, bdg) 19.91/9.47 new_compare11(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, False, vwx136, ecg, ech, eda) -> new_compare17(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, vwx136, ecg, ech, eda) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), ty_Int, gd) -> new_ltEs5(vwx150, vwx160) 19.91/9.47 new_esEs11(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 19.91/9.47 new_compare30(vwx30, vwx40, ty_Bool) -> new_compare13(vwx30, vwx40) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, app(ty_Ratio, feh)) -> new_ltEs12(vwx150, vwx160, feh) 19.91/9.47 new_ltEs22(vwx152, vwx162, ty_Int) -> new_ltEs5(vwx152, vwx162) 19.91/9.47 new_esEs21(LT, LT) -> True 19.91/9.47 new_esEs39(vwx150, vwx160, ty_Ordering) -> new_esEs21(vwx150, vwx160) 19.91/9.47 new_esEs27(vwx64, vwx66, ty_Int) -> new_esEs19(vwx64, vwx66) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, app(app(ty_@2, fdg), fdh)) -> new_esEs14(vwx300, vwx400, fdg, fdh) 19.91/9.47 new_lt23(vwx151, vwx161, ty_@0) -> new_lt12(vwx151, vwx161) 19.91/9.47 new_esEs6(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 19.91/9.47 new_ltEs21(vwx33, vwx34, app(app(ty_Either, cab), cac)) -> new_ltEs16(vwx33, vwx34, cab, cac) 19.91/9.47 new_esEs27(vwx64, vwx66, ty_Ordering) -> new_esEs21(vwx64, vwx66) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), ty_Integer, dda) -> new_esEs16(vwx300, vwx400) 19.91/9.47 new_esEs9(vwx32, vwx42, ty_@0) -> new_esEs25(vwx32, vwx42) 19.91/9.47 new_ltEs21(vwx33, vwx34, ty_Float) -> new_ltEs7(vwx33, vwx34) 19.91/9.47 new_lt19(vwx51, vwx54, ty_Bool) -> new_lt11(vwx51, vwx54) 19.91/9.47 new_esEs30(vwx52, vwx55, app(app(ty_@2, ceb), cec)) -> new_esEs14(vwx52, vwx55, ceb, cec) 19.91/9.47 new_compare14(Float(vwx30, Pos(vwx310)), Float(vwx40, Neg(vwx410))) -> new_compare6(new_sr(vwx30, Pos(vwx410)), new_sr(Neg(vwx310), vwx40)) 19.91/9.47 new_compare14(Float(vwx30, Neg(vwx310)), Float(vwx40, Pos(vwx410))) -> new_compare6(new_sr(vwx30, Neg(vwx410)), new_sr(Pos(vwx310), vwx40)) 19.91/9.47 new_compare12(Double(vwx30, Pos(vwx310)), Double(vwx40, Neg(vwx410))) -> new_compare6(new_sr(vwx30, Pos(vwx410)), new_sr(Neg(vwx310), vwx40)) 19.91/9.47 new_compare12(Double(vwx30, Neg(vwx310)), Double(vwx40, Pos(vwx410))) -> new_compare6(new_sr(vwx30, Neg(vwx410)), new_sr(Pos(vwx310), vwx40)) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), app(ty_[], gc), gd) -> new_ltEs8(vwx150, vwx160, gc) 19.91/9.47 new_esEs30(vwx52, vwx55, ty_Double) -> new_esEs15(vwx52, vwx55) 19.91/9.47 new_esEs29(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 19.91/9.47 new_esEs26(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 19.91/9.47 new_esEs6(vwx30, vwx40, app(ty_[], eac)) -> new_esEs24(vwx30, vwx40, eac) 19.91/9.47 new_esEs5(vwx31, vwx41, ty_Bool) -> new_esEs17(vwx31, vwx41) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, ty_Ordering) -> new_ltEs9(vwx150, vwx160) 19.91/9.47 new_compare6(vwx3, vwx4) -> new_primCmpInt(vwx3, vwx4) 19.91/9.47 new_esEs32(vwx150, vwx160, ty_Float) -> new_esEs20(vwx150, vwx160) 19.91/9.47 new_compare16(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare28(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 19.91/9.47 new_esEs31(vwx51, vwx54, app(app(ty_Either, cdb), cdc)) -> new_esEs23(vwx51, vwx54, cdb, cdc) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), ty_Double, gd) -> new_ltEs17(vwx150, vwx160) 19.91/9.47 new_lt20(vwx52, vwx55, ty_Bool) -> new_lt11(vwx52, vwx55) 19.91/9.47 new_esEs38(vwx151, vwx161, app(ty_Ratio, ffc)) -> new_esEs18(vwx151, vwx161, ffc) 19.91/9.47 new_compare30(vwx30, vwx40, ty_Int) -> new_compare6(vwx30, vwx40) 19.91/9.47 new_esEs20(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs19(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 19.91/9.47 new_ltEs22(vwx152, vwx162, ty_Char) -> new_ltEs4(vwx152, vwx162) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, ty_Char) -> new_esEs13(vwx300, vwx400) 19.91/9.47 new_lt23(vwx151, vwx161, app(app(ty_@2, bce), bcf)) -> new_lt4(vwx151, vwx161, bce, bcf) 19.91/9.47 new_primMulInt(Pos(vwx300), Neg(vwx410)) -> Neg(new_primMulNat0(vwx300, vwx410)) 19.91/9.47 new_primMulInt(Neg(vwx300), Pos(vwx410)) -> Neg(new_primMulNat0(vwx300, vwx410)) 19.91/9.47 new_esEs34(vwx300, vwx400, app(ty_[], efg)) -> new_esEs24(vwx300, vwx400, efg) 19.91/9.47 new_esEs7(vwx30, vwx40, app(ty_[], chc)) -> new_esEs24(vwx30, vwx40, chc) 19.91/9.47 new_lt23(vwx151, vwx161, ty_Float) -> new_lt6(vwx151, vwx161) 19.91/9.47 new_esEs8(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 19.91/9.47 new_esEs35(vwx302, vwx402, ty_Float) -> new_esEs20(vwx302, vwx402) 19.91/9.47 new_esEs23(Left(vwx300), Right(vwx400), dch, dda) -> False 19.91/9.47 new_esEs23(Right(vwx300), Left(vwx400), dch, dda) -> False 19.91/9.47 new_lt23(vwx151, vwx161, ty_Integer) -> new_lt14(vwx151, vwx161) 19.91/9.47 new_esEs8(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 19.91/9.47 new_esEs30(vwx52, vwx55, ty_Bool) -> new_esEs17(vwx52, vwx55) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), app(app(app(ty_@3, ffe), fff), ffg)) -> new_esEs12(vwx300, vwx400, ffe, fff, ffg) 19.91/9.47 new_compare16(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare210(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 19.91/9.47 new_esEs10(vwx31, vwx41, ty_Integer) -> new_esEs16(vwx31, vwx41) 19.91/9.47 new_sr0(Integer(vwx300), Integer(vwx410)) -> Integer(new_primMulInt(vwx300, vwx410)) 19.91/9.47 new_esEs35(vwx302, vwx402, ty_Double) -> new_esEs15(vwx302, vwx402) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, ty_Char) -> new_ltEs4(vwx150, vwx160) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, ty_Double) -> new_ltEs17(vwx150, vwx160) 19.91/9.47 new_esEs10(vwx31, vwx41, ty_Float) -> new_esEs20(vwx31, vwx41) 19.91/9.47 new_esEs24(:(vwx300, vwx301), :(vwx400, vwx401), daf) -> new_asAs(new_esEs26(vwx300, vwx400, daf), new_esEs24(vwx301, vwx401, daf)) 19.91/9.47 new_ltEs23(vwx40, vwx41, app(app(ty_Either, cbd), cbe)) -> new_ltEs16(vwx40, vwx41, cbd, cbe) 19.91/9.47 new_lt20(vwx52, vwx55, app(ty_[], cdh)) -> new_lt7(vwx52, vwx55, cdh) 19.91/9.47 new_esEs30(vwx52, vwx55, ty_Ordering) -> new_esEs21(vwx52, vwx55) 19.91/9.47 new_esEs12(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), dca, dcb, dcc) -> new_asAs(new_esEs37(vwx300, vwx400, dca), new_asAs(new_esEs36(vwx301, vwx401, dcb), new_esEs35(vwx302, vwx402, dcc))) 19.91/9.47 new_lt20(vwx52, vwx55, app(app(app(ty_@3, cef), ceg), ceh)) -> new_lt18(vwx52, vwx55, cef, ceg, ceh) 19.91/9.47 new_esEs5(vwx31, vwx41, app(app(app(ty_@3, ebe), ebf), ebg)) -> new_esEs12(vwx31, vwx41, ebe, ebf, ebg) 19.91/9.47 new_compare14(Float(vwx30, Neg(vwx310)), Float(vwx40, Neg(vwx410))) -> new_compare6(new_sr(vwx30, Neg(vwx410)), new_sr(Neg(vwx310), vwx40)) 19.91/9.47 new_lt5(vwx64, vwx66, app(app(ty_Either, bgf), bgg)) -> new_lt16(vwx64, vwx66, bgf, bgg) 19.91/9.47 new_ltEs22(vwx152, vwx162, ty_Double) -> new_ltEs17(vwx152, vwx162) 19.91/9.47 new_ltEs6(vwx65, vwx67, ty_Integer) -> new_ltEs13(vwx65, vwx67) 19.91/9.47 new_esEs6(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 19.91/9.47 new_esEs30(vwx52, vwx55, ty_@0) -> new_esEs25(vwx52, vwx55) 19.91/9.47 new_ltEs21(vwx33, vwx34, ty_Bool) -> new_ltEs10(vwx33, vwx34) 19.91/9.47 new_lt22(vwx150, vwx160, ty_@0) -> new_lt12(vwx150, vwx160) 19.91/9.47 new_esEs8(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 19.91/9.47 new_ltEs19(vwx53, vwx56, app(app(ty_@2, cfc), cfd)) -> new_ltEs15(vwx53, vwx56, cfc, cfd) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs19(vwx300, vwx400) 19.91/9.47 new_compare0([], :(vwx40, vwx41), h) -> LT 19.91/9.47 new_compare29(GT, EQ) -> GT 19.91/9.47 new_asAs(True, vwx82) -> vwx82 19.91/9.47 new_esEs33(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 19.91/9.47 new_lt19(vwx51, vwx54, ty_Double) -> new_lt17(vwx51, vwx54) 19.91/9.47 new_esEs7(vwx30, vwx40, app(app(ty_@2, cge), cgf)) -> new_esEs14(vwx30, vwx40, cge, cgf) 19.91/9.47 new_lt19(vwx51, vwx54, app(app(app(ty_@3, cdd), cde), cdf)) -> new_lt18(vwx51, vwx54, cdd, cde, cdf) 19.91/9.47 new_esEs31(vwx51, vwx54, ty_Double) -> new_esEs15(vwx51, vwx54) 19.91/9.47 new_esEs17(False, True) -> False 19.91/9.47 new_esEs17(True, False) -> False 19.91/9.47 new_compare30(vwx30, vwx40, ty_Double) -> new_compare12(vwx30, vwx40) 19.91/9.47 new_esEs32(vwx150, vwx160, ty_Int) -> new_esEs19(vwx150, vwx160) 19.91/9.47 new_ltEs16(Right(vwx150), Left(vwx160), he, gd) -> False 19.91/9.47 new_esEs4(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 19.91/9.47 new_compare13(True, False) -> GT 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, app(app(ty_Either, fec), fed)) -> new_esEs23(vwx300, vwx400, fec, fed) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), app(ty_Ratio, eae)) -> new_ltEs12(vwx150, vwx160, eae) 19.91/9.47 new_lt19(vwx51, vwx54, app(ty_[], ccd)) -> new_lt7(vwx51, vwx54, ccd) 19.91/9.47 new_esEs26(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), app(ty_[], fdc), dda) -> new_esEs24(vwx300, vwx400, fdc) 19.91/9.47 new_esEs5(vwx31, vwx41, ty_Int) -> new_esEs19(vwx31, vwx41) 19.91/9.47 new_esEs31(vwx51, vwx54, ty_Integer) -> new_esEs16(vwx51, vwx54) 19.91/9.47 new_esEs39(vwx150, vwx160, app(ty_Maybe, bbb)) -> new_esEs22(vwx150, vwx160, bbb) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, app(app(ty_@2, hh), baa)) -> new_ltEs15(vwx150, vwx160, hh, baa) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, app(ty_[], fee)) -> new_esEs24(vwx300, vwx400, fee) 19.91/9.47 new_compare13(False, True) -> LT 19.91/9.47 new_lt21(vwx150, vwx160, ty_Char) -> new_lt8(vwx150, vwx160) 19.91/9.47 new_compare29(LT, GT) -> LT 19.91/9.47 new_compare26(vwx64, vwx65, vwx66, vwx67, True, bfc, bge) -> EQ 19.91/9.47 new_ltEs20(vwx151, vwx161, app(app(ty_@2, fc), fd)) -> new_ltEs15(vwx151, vwx161, fc, fd) 19.91/9.47 new_esEs34(vwx300, vwx400, app(app(ty_@2, efa), efb)) -> new_esEs14(vwx300, vwx400, efa, efb) 19.91/9.47 new_ltEs24(vwx15, vwx16, app(ty_[], cc)) -> new_ltEs8(vwx15, vwx16, cc) 19.91/9.47 new_esEs37(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 19.91/9.47 new_ltEs22(vwx152, vwx162, ty_Ordering) -> new_ltEs9(vwx152, vwx162) 19.91/9.47 new_primCmpInt(Pos(Succ(vwx300)), Pos(vwx40)) -> new_primCmpNat0(Succ(vwx300), vwx40) 19.91/9.47 new_compare29(LT, EQ) -> LT 19.91/9.47 new_esEs39(vwx150, vwx160, ty_Bool) -> new_esEs17(vwx150, vwx160) 19.91/9.47 new_esEs35(vwx302, vwx402, ty_@0) -> new_esEs25(vwx302, vwx402) 19.91/9.47 new_esEs4(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 19.91/9.47 new_lt19(vwx51, vwx54, app(ty_Maybe, ccg)) -> new_lt15(vwx51, vwx54, ccg) 19.91/9.47 new_primCompAux00(vwx9, EQ) -> vwx9 19.91/9.47 new_compare0([], [], h) -> EQ 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), app(ty_[], cd)) -> new_ltEs8(vwx150, vwx160, cd) 19.91/9.47 new_sr(vwx30, vwx41) -> new_primMulInt(vwx30, vwx41) 19.91/9.47 new_esEs4(vwx30, vwx40, app(ty_Maybe, dcg)) -> new_esEs22(vwx30, vwx40, dcg) 19.91/9.47 new_esEs39(vwx150, vwx160, app(ty_[], bag)) -> new_esEs24(vwx150, vwx160, bag) 19.91/9.47 new_esEs10(vwx31, vwx41, ty_Bool) -> new_esEs17(vwx31, vwx41) 19.91/9.47 new_esEs7(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 19.91/9.47 new_esEs39(vwx150, vwx160, ty_Float) -> new_esEs20(vwx150, vwx160) 19.91/9.47 new_primMulNat0(Zero, Zero) -> Zero 19.91/9.47 new_esEs39(vwx150, vwx160, ty_Double) -> new_esEs15(vwx150, vwx160) 19.91/9.47 new_ltEs10(True, True) -> True 19.91/9.47 new_esEs10(vwx31, vwx41, app(app(ty_Either, dac), dad)) -> new_esEs23(vwx31, vwx41, dac, dad) 19.91/9.47 new_esEs11(vwx30, vwx40, app(app(app(ty_@3, dfh), dga), dgb)) -> new_esEs12(vwx30, vwx40, dfh, dga, dgb) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, app(ty_Ratio, fea)) -> new_esEs18(vwx300, vwx400, fea) 19.91/9.47 new_lt19(vwx51, vwx54, ty_Char) -> new_lt8(vwx51, vwx54) 19.91/9.47 new_esEs33(vwx301, vwx401, app(ty_Ratio, eea)) -> new_esEs18(vwx301, vwx401, eea) 19.91/9.47 new_lt5(vwx64, vwx66, ty_Ordering) -> new_lt10(vwx64, vwx66) 19.91/9.47 new_ltEs19(vwx53, vwx56, app(ty_[], cfa)) -> new_ltEs8(vwx53, vwx56, cfa) 19.91/9.47 new_esEs27(vwx64, vwx66, app(app(app(ty_@3, bgh), bha), bhb)) -> new_esEs12(vwx64, vwx66, bgh, bha, bhb) 19.91/9.47 new_ltEs21(vwx33, vwx34, app(ty_Maybe, bhg)) -> new_ltEs14(vwx33, vwx34, bhg) 19.91/9.47 new_esEs4(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 19.91/9.47 new_ltEs24(vwx15, vwx16, app(app(ty_@2, eh), dg)) -> new_ltEs15(vwx15, vwx16, eh, dg) 19.91/9.47 new_esEs35(vwx302, vwx402, ty_Ordering) -> new_esEs21(vwx302, vwx402) 19.91/9.47 new_ltEs24(vwx15, vwx16, app(ty_Ratio, ffa)) -> new_ltEs12(vwx15, vwx16, ffa) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, ty_Float) -> new_ltEs7(vwx150, vwx160) 19.91/9.47 new_ltEs20(vwx151, vwx161, ty_Integer) -> new_ltEs13(vwx151, vwx161) 19.91/9.47 new_esEs34(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 19.91/9.47 new_compare30(vwx30, vwx40, ty_Char) -> new_compare5(vwx30, vwx40) 19.91/9.47 new_esEs9(vwx32, vwx42, ty_Integer) -> new_esEs16(vwx32, vwx42) 19.91/9.47 new_esEs38(vwx151, vwx161, app(ty_[], bcc)) -> new_esEs24(vwx151, vwx161, bcc) 19.91/9.47 new_esEs9(vwx32, vwx42, app(app(app(ty_@3, def), deg), deh)) -> new_esEs12(vwx32, vwx42, def, deg, deh) 19.91/9.47 new_ltEs23(vwx40, vwx41, ty_Float) -> new_ltEs7(vwx40, vwx41) 19.91/9.47 new_compare29(EQ, LT) -> GT 19.91/9.47 new_esEs7(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 19.91/9.47 new_lt6(vwx64, vwx66) -> new_esEs21(new_compare14(vwx64, vwx66), LT) 19.91/9.47 new_esEs27(vwx64, vwx66, app(ty_Ratio, ddc)) -> new_esEs18(vwx64, vwx66, ddc) 19.91/9.47 new_esEs34(vwx300, vwx400, app(ty_Ratio, efc)) -> new_esEs18(vwx300, vwx400, efc) 19.91/9.47 new_ltEs22(vwx152, vwx162, app(ty_Maybe, bde)) -> new_ltEs14(vwx152, vwx162, bde) 19.91/9.47 new_lt20(vwx52, vwx55, app(ty_Ratio, eag)) -> new_lt13(vwx52, vwx55, eag) 19.91/9.47 new_esEs7(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 19.91/9.47 new_lt21(vwx150, vwx160, ty_Int) -> new_lt9(vwx150, vwx160) 19.91/9.47 new_lt22(vwx150, vwx160, ty_Ordering) -> new_lt10(vwx150, vwx160) 19.91/9.47 new_esEs30(vwx52, vwx55, ty_Float) -> new_esEs20(vwx52, vwx55) 19.91/9.47 new_esEs38(vwx151, vwx161, app(app(ty_@2, bce), bcf)) -> new_esEs14(vwx151, vwx161, bce, bcf) 19.91/9.47 new_esEs4(vwx30, vwx40, app(app(ty_Either, dch), dda)) -> new_esEs23(vwx30, vwx40, dch, dda) 19.91/9.47 new_ltEs9(GT, LT) -> False 19.91/9.47 new_lt5(vwx64, vwx66, ty_@0) -> new_lt12(vwx64, vwx66) 19.91/9.47 new_ltEs20(vwx151, vwx161, app(ty_[], fa)) -> new_ltEs8(vwx151, vwx161, fa) 19.91/9.47 new_esEs8(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 19.91/9.47 new_esEs10(vwx31, vwx41, app(ty_Maybe, dab)) -> new_esEs22(vwx31, vwx41, dab) 19.91/9.47 new_ltEs11(vwx15, vwx16) -> new_fsEs(new_compare31(vwx15, vwx16)) 19.91/9.47 new_lt20(vwx52, vwx55, ty_Char) -> new_lt8(vwx52, vwx55) 19.91/9.47 new_compare30(vwx30, vwx40, ty_Ordering) -> new_compare29(vwx30, vwx40) 19.91/9.47 new_esEs33(vwx301, vwx401, app(app(ty_@2, edg), edh)) -> new_esEs14(vwx301, vwx401, edg, edh) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), ty_Bool, gd) -> new_ltEs10(vwx150, vwx160) 19.91/9.47 new_lt19(vwx51, vwx54, app(ty_Ratio, eaf)) -> new_lt13(vwx51, vwx54, eaf) 19.91/9.47 new_ltEs20(vwx151, vwx161, app(ty_Ratio, ebb)) -> new_ltEs12(vwx151, vwx161, ebb) 19.91/9.47 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 19.91/9.47 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 19.91/9.47 new_compare7(Just(vwx30), Nothing, cb) -> GT 19.91/9.47 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 19.91/9.47 new_esEs9(vwx32, vwx42, app(app(ty_Either, dfe), dff)) -> new_esEs23(vwx32, vwx42, dfe, dff) 19.91/9.47 new_ltEs9(EQ, GT) -> True 19.91/9.47 new_lt22(vwx150, vwx160, app(app(ty_Either, bbe), bbf)) -> new_lt16(vwx150, vwx160, bbe, bbf) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), ty_Float, dda) -> new_esEs20(vwx300, vwx400) 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), app(app(ty_@2, cf), cg)) -> new_ltEs15(vwx150, vwx160, cf, cg) 19.91/9.47 new_compare27(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, ccf) -> new_compare11(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, new_lt19(vwx51, vwx54, cdg), new_asAs(new_esEs31(vwx51, vwx54, cdg), new_pePe(new_lt20(vwx52, vwx55, cce), new_asAs(new_esEs30(vwx52, vwx55, cce), new_ltEs19(vwx53, vwx56, ccf)))), cdg, cce, ccf) 19.91/9.47 new_esEs8(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 19.91/9.47 new_ltEs6(vwx65, vwx67, app(ty_[], bfd)) -> new_ltEs8(vwx65, vwx67, bfd) 19.91/9.47 new_esEs31(vwx51, vwx54, ty_@0) -> new_esEs25(vwx51, vwx54) 19.91/9.47 new_lt22(vwx150, vwx160, ty_Int) -> new_lt9(vwx150, vwx160) 19.91/9.47 new_esEs39(vwx150, vwx160, app(ty_Ratio, ffb)) -> new_esEs18(vwx150, vwx160, ffb) 19.91/9.47 new_esEs36(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 19.91/9.47 new_ltEs14(Just(vwx150), Nothing, ead) -> False 19.91/9.47 new_ltEs14(Nothing, Nothing, ead) -> True 19.91/9.47 new_esEs33(vwx301, vwx401, app(ty_[], eee)) -> new_esEs24(vwx301, vwx401, eee) 19.91/9.47 new_esEs11(vwx30, vwx40, app(app(ty_Either, dgg), dgh)) -> new_esEs23(vwx30, vwx40, dgg, dgh) 19.91/9.47 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 19.91/9.47 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 19.91/9.47 new_lt21(vwx150, vwx160, app(ty_Maybe, dh)) -> new_lt15(vwx150, vwx160, dh) 19.91/9.47 new_esEs10(vwx31, vwx41, ty_Double) -> new_esEs15(vwx31, vwx41) 19.91/9.47 new_compare30(vwx30, vwx40, app(ty_[], ba)) -> new_compare0(vwx30, vwx40, ba) 19.91/9.47 new_primCmpInt(Neg(Zero), Neg(Succ(vwx400))) -> new_primCmpNat0(Succ(vwx400), Zero) 19.91/9.47 new_lt22(vwx150, vwx160, ty_Float) -> new_lt6(vwx150, vwx160) 19.91/9.47 new_esEs8(vwx30, vwx40, app(ty_Maybe, deb)) -> new_esEs22(vwx30, vwx40, deb) 19.91/9.47 new_lt17(vwx64, vwx66) -> new_esEs21(new_compare12(vwx64, vwx66), LT) 19.91/9.47 new_lt4(vwx64, vwx66, beg, beh) -> new_esEs21(new_compare8(vwx64, vwx66, beg, beh), LT) 19.91/9.47 new_ltEs19(vwx53, vwx56, app(ty_Ratio, eah)) -> new_ltEs12(vwx53, vwx56, eah) 19.91/9.47 new_esEs6(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 19.91/9.47 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 19.91/9.47 new_compare25(vwx15, vwx16, False, fha) -> new_compare111(vwx15, vwx16, new_ltEs24(vwx15, vwx16, fha), fha) 19.91/9.47 new_esEs34(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 19.91/9.47 new_compare111(vwx87, vwx88, False, fhb) -> GT 19.91/9.47 new_lt5(vwx64, vwx66, ty_Char) -> new_lt8(vwx64, vwx66) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), app(app(ty_Either, fgd), fge)) -> new_esEs23(vwx300, vwx400, fgd, fge) 19.91/9.47 new_esEs31(vwx51, vwx54, ty_Ordering) -> new_esEs21(vwx51, vwx54) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, ty_Bool) -> new_ltEs10(vwx150, vwx160) 19.91/9.47 new_lt5(vwx64, vwx66, app(ty_Maybe, bef)) -> new_lt15(vwx64, vwx66, bef) 19.91/9.47 new_esEs17(True, True) -> True 19.91/9.47 new_esEs9(vwx32, vwx42, app(ty_Maybe, dfd)) -> new_esEs22(vwx32, vwx42, dfd) 19.91/9.47 new_esEs27(vwx64, vwx66, app(ty_[], bee)) -> new_esEs24(vwx64, vwx66, bee) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, ty_Int) -> new_esEs19(vwx300, vwx400) 19.91/9.47 new_lt22(vwx150, vwx160, ty_Char) -> new_lt8(vwx150, vwx160) 19.91/9.47 new_esEs36(vwx301, vwx401, app(ty_Maybe, fad)) -> new_esEs22(vwx301, vwx401, fad) 19.91/9.47 new_esEs13(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 19.91/9.47 new_compare7(Nothing, Nothing, cb) -> EQ 19.91/9.47 new_esEs35(vwx302, vwx402, app(app(ty_@2, egg), egh)) -> new_esEs14(vwx302, vwx402, egg, egh) 19.91/9.47 new_esEs11(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 19.91/9.47 new_esEs21(EQ, GT) -> False 19.91/9.47 new_esEs21(GT, EQ) -> False 19.91/9.47 new_esEs25(@0, @0) -> True 19.91/9.47 new_ltEs23(vwx40, vwx41, app(ty_[], cah)) -> new_ltEs8(vwx40, vwx41, cah) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, ty_Ordering) -> new_esEs21(vwx300, vwx400) 19.91/9.47 new_compare14(Float(vwx30, Pos(vwx310)), Float(vwx40, Pos(vwx410))) -> new_compare6(new_sr(vwx30, Pos(vwx410)), new_sr(Pos(vwx310), vwx40)) 19.91/9.47 new_lt5(vwx64, vwx66, ty_Integer) -> new_lt14(vwx64, vwx66) 19.91/9.47 new_esEs38(vwx151, vwx161, ty_@0) -> new_esEs25(vwx151, vwx161) 19.91/9.47 new_esEs21(GT, GT) -> True 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, app(ty_Maybe, hg)) -> new_ltEs14(vwx150, vwx160, hg) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, ty_Bool) -> new_esEs17(vwx300, vwx400) 19.91/9.47 new_esEs31(vwx51, vwx54, app(app(app(ty_@3, cdd), cde), cdf)) -> new_esEs12(vwx51, vwx54, cdd, cde, cdf) 19.91/9.47 new_compare30(vwx30, vwx40, ty_Float) -> new_compare14(vwx30, vwx40) 19.91/9.47 new_esEs26(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 19.91/9.47 new_not(False) -> True 19.91/9.47 new_ltEs21(vwx33, vwx34, ty_Char) -> new_ltEs4(vwx33, vwx34) 19.91/9.47 new_esEs37(vwx300, vwx400, app(app(ty_Either, fbg), fbh)) -> new_esEs23(vwx300, vwx400, fbg, fbh) 19.91/9.47 new_esEs37(vwx300, vwx400, app(app(ty_@2, fbc), fbd)) -> new_esEs14(vwx300, vwx400, fbc, fbd) 19.91/9.47 new_esEs30(vwx52, vwx55, app(ty_Ratio, eag)) -> new_esEs18(vwx52, vwx55, eag) 19.91/9.47 new_lt22(vwx150, vwx160, app(app(ty_@2, bbc), bbd)) -> new_lt4(vwx150, vwx160, bbc, bbd) 19.91/9.47 new_ltEs22(vwx152, vwx162, ty_Bool) -> new_ltEs10(vwx152, vwx162) 19.91/9.47 new_compare10(vwx114, vwx115, vwx116, vwx117, True, vwx119, ebc, ebd) -> new_compare15(vwx114, vwx115, vwx116, vwx117, True, ebc, ebd) 19.91/9.47 new_esEs35(vwx302, vwx402, app(ty_[], ehe)) -> new_esEs24(vwx302, vwx402, ehe) 19.91/9.47 new_lt22(vwx150, vwx160, ty_Double) -> new_lt17(vwx150, vwx160) 19.91/9.47 new_ltEs24(vwx15, vwx16, app(app(ty_Either, he), gd)) -> new_ltEs16(vwx15, vwx16, he, gd) 19.91/9.47 new_esEs31(vwx51, vwx54, ty_Int) -> new_esEs19(vwx51, vwx54) 19.91/9.47 new_compare0(:(vwx30, vwx31), [], h) -> GT 19.91/9.47 new_lt19(vwx51, vwx54, ty_Int) -> new_lt9(vwx51, vwx54) 19.91/9.47 new_esEs9(vwx32, vwx42, ty_Double) -> new_esEs15(vwx32, vwx42) 19.91/9.47 new_esEs30(vwx52, vwx55, ty_Char) -> new_esEs13(vwx52, vwx55) 19.91/9.47 new_esEs16(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 19.91/9.47 new_esEs26(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 19.91/9.47 new_compare15(vwx114, vwx115, vwx116, vwx117, False, ebc, ebd) -> GT 19.91/9.47 new_esEs9(vwx32, vwx42, ty_Bool) -> new_esEs17(vwx32, vwx42) 19.91/9.47 new_esEs11(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 19.91/9.47 new_compare30(vwx30, vwx40, app(app(ty_Either, be), bf)) -> new_compare16(vwx30, vwx40, be, bf) 19.91/9.47 new_lt8(vwx64, vwx66) -> new_esEs21(new_compare5(vwx64, vwx66), LT) 19.91/9.47 new_lt5(vwx64, vwx66, ty_Double) -> new_lt17(vwx64, vwx66) 19.91/9.47 new_esEs37(vwx300, vwx400, app(ty_[], fca)) -> new_esEs24(vwx300, vwx400, fca) 19.91/9.47 new_esEs36(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 19.91/9.47 new_esEs34(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 19.91/9.47 new_lt20(vwx52, vwx55, ty_Int) -> new_lt9(vwx52, vwx55) 19.91/9.47 new_compare15(vwx114, vwx115, vwx116, vwx117, True, ebc, ebd) -> LT 19.91/9.47 new_ltEs14(Just(vwx150), Just(vwx160), ty_Bool) -> new_ltEs10(vwx150, vwx160) 19.91/9.47 new_lt5(vwx64, vwx66, app(app(ty_@2, beg), beh)) -> new_lt4(vwx64, vwx66, beg, beh) 19.91/9.47 new_primPlusNat0(Succ(vwx1440), vwx4100) -> Succ(Succ(new_primPlusNat1(vwx1440, vwx4100))) 19.91/9.47 new_ltEs23(vwx40, vwx41, app(ty_Maybe, cba)) -> new_ltEs14(vwx40, vwx41, cba) 19.91/9.47 new_esEs6(vwx30, vwx40, app(app(app(ty_@3, dhb), dhc), dhd)) -> new_esEs12(vwx30, vwx40, dhb, dhc, dhd) 19.91/9.47 new_ltEs9(LT, EQ) -> True 19.91/9.47 new_lt20(vwx52, vwx55, app(ty_Maybe, cea)) -> new_lt15(vwx52, vwx55, cea) 19.91/9.47 new_lt5(vwx64, vwx66, ty_Int) -> new_lt9(vwx64, vwx66) 19.91/9.47 new_compare13(False, False) -> EQ 19.91/9.47 new_lt23(vwx151, vwx161, app(ty_Ratio, ffc)) -> new_lt13(vwx151, vwx161, ffc) 19.91/9.47 new_compare13(True, True) -> EQ 19.91/9.47 new_esEs33(vwx301, vwx401, app(app(app(ty_@3, edd), ede), edf)) -> new_esEs12(vwx301, vwx401, edd, ede, edf) 19.91/9.47 new_ltEs21(vwx33, vwx34, app(ty_[], bhe)) -> new_ltEs8(vwx33, vwx34, bhe) 19.91/9.47 new_esEs36(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 19.91/9.47 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 19.91/9.47 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 19.91/9.47 new_esEs8(vwx30, vwx40, app(ty_Ratio, dea)) -> new_esEs18(vwx30, vwx40, dea) 19.91/9.47 new_esEs10(vwx31, vwx41, app(app(app(ty_@3, chd), che), chf)) -> new_esEs12(vwx31, vwx41, chd, che, chf) 19.91/9.47 new_esEs11(vwx30, vwx40, app(ty_Maybe, dgf)) -> new_esEs22(vwx30, vwx40, dgf) 19.91/9.47 new_lt20(vwx52, vwx55, ty_Double) -> new_lt17(vwx52, vwx55) 19.91/9.47 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux0(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 19.91/9.47 new_primPlusNat1(Zero, Zero) -> Zero 19.91/9.47 new_esEs34(vwx300, vwx400, app(ty_Maybe, efd)) -> new_esEs22(vwx300, vwx400, efd) 19.91/9.47 new_lt20(vwx52, vwx55, app(app(ty_@2, ceb), cec)) -> new_lt4(vwx52, vwx55, ceb, cec) 19.91/9.47 new_esEs32(vwx150, vwx160, app(ty_Ratio, eba)) -> new_esEs18(vwx150, vwx160, eba) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), app(ty_[], fgf)) -> new_esEs24(vwx300, vwx400, fgf) 19.91/9.47 new_lt21(vwx150, vwx160, app(app(ty_Either, ec), ed)) -> new_lt16(vwx150, vwx160, ec, ed) 19.91/9.47 new_compare111(vwx87, vwx88, True, fhb) -> LT 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), ty_@0, dda) -> new_esEs25(vwx300, vwx400) 19.91/9.47 new_esEs5(vwx31, vwx41, app(ty_Ratio, ecb)) -> new_esEs18(vwx31, vwx41, ecb) 19.91/9.47 new_esEs35(vwx302, vwx402, app(app(ty_Either, ehc), ehd)) -> new_esEs23(vwx302, vwx402, ehc, ehd) 19.91/9.47 new_lt10(vwx64, vwx66) -> new_esEs21(new_compare29(vwx64, vwx66), LT) 19.91/9.47 new_ltEs9(LT, GT) -> True 19.91/9.47 new_compare30(vwx30, vwx40, app(app(ty_@2, bc), bd)) -> new_compare8(vwx30, vwx40, bc, bd) 19.91/9.47 new_compare30(vwx30, vwx40, ty_Integer) -> new_compare18(vwx30, vwx40) 19.91/9.47 new_compare7(Nothing, Just(vwx40), cb) -> LT 19.91/9.47 new_compare16(Right(vwx30), Left(vwx40), bhc, bhd) -> GT 19.91/9.47 new_ltEs23(vwx40, vwx41, ty_@0) -> new_ltEs11(vwx40, vwx41) 19.91/9.47 new_esEs8(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, ty_Int) -> new_ltEs5(vwx150, vwx160) 19.91/9.47 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 19.91/9.47 new_esEs17(False, False) -> True 19.91/9.47 new_esEs34(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 19.91/9.47 new_esEs9(vwx32, vwx42, ty_Int) -> new_esEs19(vwx32, vwx42) 19.91/9.47 new_esEs5(vwx31, vwx41, ty_@0) -> new_esEs25(vwx31, vwx41) 19.91/9.47 new_primMulNat0(Succ(vwx3000), Succ(vwx4100)) -> new_primPlusNat0(new_primMulNat0(vwx3000, Succ(vwx4100)), vwx4100) 19.91/9.47 new_esEs6(vwx30, vwx40, app(ty_Ratio, dhg)) -> new_esEs18(vwx30, vwx40, dhg) 19.91/9.47 new_esEs8(vwx30, vwx40, app(app(app(ty_@3, ddd), dde), ddf)) -> new_esEs12(vwx30, vwx40, ddd, dde, ddf) 19.91/9.47 new_esEs8(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 19.91/9.47 new_lt20(vwx52, vwx55, app(app(ty_Either, ced), cee)) -> new_lt16(vwx52, vwx55, ced, cee) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), ty_Integer, gd) -> new_ltEs13(vwx150, vwx160) 19.91/9.47 new_ltEs22(vwx152, vwx162, ty_@0) -> new_ltEs11(vwx152, vwx162) 19.91/9.47 new_ltEs23(vwx40, vwx41, ty_Ordering) -> new_ltEs9(vwx40, vwx41) 19.91/9.47 new_primCmpNat0(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 19.91/9.47 new_lt5(vwx64, vwx66, app(ty_[], bee)) -> new_lt7(vwx64, vwx66, bee) 19.91/9.47 new_lt23(vwx151, vwx161, ty_Ordering) -> new_lt10(vwx151, vwx161) 19.91/9.47 new_esEs26(vwx300, vwx400, app(app(ty_Either, dbf), dbg)) -> new_esEs23(vwx300, vwx400, dbf, dbg) 19.91/9.47 new_compare31(@0, @0) -> EQ 19.91/9.47 new_ltEs24(vwx15, vwx16, ty_@0) -> new_ltEs11(vwx15, vwx16) 19.91/9.47 new_esEs21(LT, GT) -> False 19.91/9.47 new_esEs21(GT, LT) -> False 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), ty_Ordering, gd) -> new_ltEs9(vwx150, vwx160) 19.91/9.47 new_esEs38(vwx151, vwx161, ty_Float) -> new_esEs20(vwx151, vwx161) 19.91/9.47 new_esEs11(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 19.91/9.47 new_esEs11(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 19.91/9.47 new_esEs7(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 19.91/9.47 new_lt21(vwx150, vwx160, app(ty_Ratio, eba)) -> new_lt13(vwx150, vwx160, eba) 19.91/9.47 new_esEs34(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), ty_@0, gd) -> new_ltEs11(vwx150, vwx160) 19.91/9.47 new_ltEs19(vwx53, vwx56, ty_Char) -> new_ltEs4(vwx53, vwx56) 19.91/9.47 new_esEs15(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs19(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 19.91/9.47 new_esEs10(vwx31, vwx41, ty_Char) -> new_esEs13(vwx31, vwx41) 19.91/9.47 new_compare29(GT, LT) -> GT 19.91/9.47 new_esEs11(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 19.91/9.47 new_esEs36(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 19.91/9.47 new_esEs27(vwx64, vwx66, ty_@0) -> new_esEs25(vwx64, vwx66) 19.91/9.47 new_esEs7(vwx30, vwx40, app(ty_Ratio, cgg)) -> new_esEs18(vwx30, vwx40, cgg) 19.91/9.47 new_compare27(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, True, cdg, cce, ccf) -> EQ 19.91/9.47 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 19.91/9.47 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 19.91/9.47 new_esEs34(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 19.91/9.47 new_ltEs16(Right(vwx150), Right(vwx160), he, app(ty_[], hf)) -> new_ltEs8(vwx150, vwx160, hf) 19.91/9.47 new_esEs8(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 19.91/9.47 new_ltEs9(EQ, LT) -> False 19.91/9.47 new_ltEs23(vwx40, vwx41, ty_Integer) -> new_ltEs13(vwx40, vwx41) 19.91/9.47 new_lt18(vwx64, vwx66, bgh, bha, bhb) -> new_esEs21(new_compare9(vwx64, vwx66, bgh, bha, bhb), LT) 19.91/9.47 new_ltEs24(vwx15, vwx16, ty_Ordering) -> new_ltEs9(vwx15, vwx16) 19.91/9.47 new_compare12(Double(vwx30, Neg(vwx310)), Double(vwx40, Neg(vwx410))) -> new_compare6(new_sr(vwx30, Neg(vwx410)), new_sr(Neg(vwx310), vwx40)) 19.91/9.47 new_ltEs18(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, bba) -> new_pePe(new_lt22(vwx150, vwx160, bcb), new_asAs(new_esEs39(vwx150, vwx160, bcb), new_pePe(new_lt23(vwx151, vwx161, bah), new_asAs(new_esEs38(vwx151, vwx161, bah), new_ltEs22(vwx152, vwx162, bba))))) 19.91/9.47 new_esEs31(vwx51, vwx54, app(ty_Ratio, eaf)) -> new_esEs18(vwx51, vwx54, eaf) 19.91/9.47 new_lt21(vwx150, vwx160, app(app(ty_@2, ea), eb)) -> new_lt4(vwx150, vwx160, ea, eb) 19.91/9.47 new_lt22(vwx150, vwx160, app(ty_Ratio, ffb)) -> new_lt13(vwx150, vwx160, ffb) 19.91/9.47 new_compare110(vwx102, vwx103, False, egb, egc) -> GT 19.91/9.47 new_esEs37(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 19.91/9.47 new_lt21(vwx150, vwx160, app(app(app(ty_@3, ee), ef), eg)) -> new_lt18(vwx150, vwx160, ee, ef, eg) 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), app(ty_Ratio, feg), gd) -> new_ltEs12(vwx150, vwx160, feg) 19.91/9.47 new_esEs33(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 19.91/9.47 new_ltEs20(vwx151, vwx161, ty_Char) -> new_ltEs4(vwx151, vwx161) 19.91/9.47 new_primEqNat0(Zero, Zero) -> True 19.91/9.47 new_esEs32(vwx150, vwx160, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs12(vwx150, vwx160, ee, ef, eg) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, ty_Integer) -> new_esEs16(vwx300, vwx400) 19.91/9.47 new_ltEs19(vwx53, vwx56, ty_Bool) -> new_ltEs10(vwx53, vwx56) 19.91/9.47 new_esEs36(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 19.91/9.47 new_lt21(vwx150, vwx160, ty_Double) -> new_lt17(vwx150, vwx160) 19.91/9.47 new_esEs35(vwx302, vwx402, ty_Integer) -> new_esEs16(vwx302, vwx402) 19.91/9.47 new_ltEs24(vwx15, vwx16, ty_Integer) -> new_ltEs13(vwx15, vwx16) 19.91/9.47 new_lt21(vwx150, vwx160, app(ty_[], df)) -> new_lt7(vwx150, vwx160, df) 19.91/9.47 new_esEs10(vwx31, vwx41, ty_Ordering) -> new_esEs21(vwx31, vwx41) 19.91/9.47 new_lt5(vwx64, vwx66, app(app(app(ty_@3, bgh), bha), bhb)) -> new_lt18(vwx64, vwx66, bgh, bha, bhb) 19.91/9.47 new_esEs36(vwx301, vwx401, app(app(ty_Either, fae), faf)) -> new_esEs23(vwx301, vwx401, fae, faf) 19.91/9.47 new_esEs23(Left(vwx300), Left(vwx400), app(ty_Maybe, fch), dda) -> new_esEs22(vwx300, vwx400, fch) 19.91/9.47 new_asAs(False, vwx82) -> False 19.91/9.47 new_esEs33(vwx301, vwx401, ty_Ordering) -> new_esEs21(vwx301, vwx401) 19.91/9.47 new_ltEs6(vwx65, vwx67, ty_Char) -> new_ltEs4(vwx65, vwx67) 19.91/9.47 new_compare28(vwx33, vwx34, True, efh, bhf) -> EQ 19.91/9.47 new_esEs35(vwx302, vwx402, ty_Bool) -> new_esEs17(vwx302, vwx402) 19.91/9.47 new_ltEs20(vwx151, vwx161, ty_Bool) -> new_ltEs10(vwx151, vwx161) 19.91/9.47 new_esEs4(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 19.91/9.47 new_esEs36(vwx301, vwx401, app(ty_[], fag)) -> new_esEs24(vwx301, vwx401, fag) 19.91/9.47 new_esEs10(vwx31, vwx41, ty_Int) -> new_esEs19(vwx31, vwx41) 19.91/9.47 new_lt7(vwx64, vwx66, bee) -> new_esEs21(new_compare0(vwx64, vwx66, bee), LT) 19.91/9.47 new_esEs23(Right(vwx300), Right(vwx400), dch, ty_Double) -> new_esEs15(vwx300, vwx400) 19.91/9.47 new_esEs7(vwx30, vwx40, app(app(app(ty_@3, cgb), cgc), cgd)) -> new_esEs12(vwx30, vwx40, cgb, cgc, cgd) 19.91/9.47 new_esEs35(vwx302, vwx402, app(ty_Maybe, ehb)) -> new_esEs22(vwx302, vwx402, ehb) 19.91/9.47 new_compare30(vwx30, vwx40, app(app(app(ty_@3, bg), bh), ca)) -> new_compare9(vwx30, vwx40, bg, bh, ca) 19.91/9.47 new_esEs32(vwx150, vwx160, ty_Char) -> new_esEs13(vwx150, vwx160) 19.91/9.47 new_esEs22(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs20(vwx300, vwx400) 19.91/9.47 new_ltEs9(EQ, EQ) -> True 19.91/9.47 new_ltEs16(Left(vwx150), Left(vwx160), app(app(app(ty_@3, hb), hc), hd), gd) -> new_ltEs18(vwx150, vwx160, hb, hc, hd) 19.91/9.47 new_ltEs24(vwx15, vwx16, app(ty_Maybe, ead)) -> new_ltEs14(vwx15, vwx16, ead) 19.91/9.47 new_esEs9(vwx32, vwx42, ty_Ordering) -> new_esEs21(vwx32, vwx42) 19.91/9.47 new_lt19(vwx51, vwx54, app(app(ty_Either, cdb), cdc)) -> new_lt16(vwx51, vwx54, cdb, cdc) 19.91/9.47 new_lt12(vwx64, vwx66) -> new_esEs21(new_compare31(vwx64, vwx66), LT) 19.91/9.47 new_esEs39(vwx150, vwx160, ty_@0) -> new_esEs25(vwx150, vwx160) 19.91/9.47 new_esEs26(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 19.91/9.47 new_ltEs6(vwx65, vwx67, ty_Bool) -> new_ltEs10(vwx65, vwx67) 19.91/9.47 19.91/9.47 The set Q consists of the following terms: 19.91/9.47 19.91/9.47 new_esEs38(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_primCompAux0(x0, x1, x2, x3) 19.91/9.47 new_compare12(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 19.91/9.47 new_compare10(x0, x1, x2, x3, False, x4, x5, x6) 19.91/9.47 new_ltEs22(x0, x1, ty_@0) 19.91/9.47 new_lt17(x0, x1) 19.91/9.47 new_esEs11(x0, x1, ty_Char) 19.91/9.47 new_ltEs24(x0, x1, ty_Int) 19.91/9.47 new_lt23(x0, x1, ty_Double) 19.91/9.47 new_esEs33(x0, x1, ty_Bool) 19.91/9.47 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_compare12(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 19.91/9.47 new_compare12(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 19.91/9.47 new_primCompAux00(x0, GT) 19.91/9.47 new_compare12(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 19.91/9.47 new_esEs27(x0, x1, ty_Float) 19.91/9.47 new_esEs39(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs31(x0, x1, ty_Char) 19.91/9.47 new_ltEs6(x0, x1, ty_Int) 19.91/9.47 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs9(x0, x1, ty_@0) 19.91/9.47 new_esEs36(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_lt19(x0, x1, ty_Char) 19.91/9.47 new_esEs5(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs7(x0, x1, ty_Int) 19.91/9.47 new_esEs39(x0, x1, ty_Char) 19.91/9.47 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, ty_Ordering) 19.91/9.47 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs23(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.91/9.47 new_ltEs14(Nothing, Nothing, x0) 19.91/9.47 new_esEs33(x0, x1, ty_@0) 19.91/9.47 new_lt19(x0, x1, ty_Int) 19.91/9.47 new_esEs30(x0, x1, ty_@0) 19.91/9.47 new_primPlusNat1(Zero, Zero) 19.91/9.47 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs35(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.91/9.47 new_esEs31(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs9(x0, x1, ty_Bool) 19.91/9.47 new_esEs26(x0, x1, ty_Double) 19.91/9.47 new_esEs4(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs8(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs22(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.91/9.47 new_ltEs24(x0, x1, ty_Ordering) 19.91/9.47 new_ltEs6(x0, x1, ty_Ordering) 19.91/9.47 new_esEs21(LT, LT) 19.91/9.47 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_ltEs23(x0, x1, ty_Char) 19.91/9.47 new_compare26(x0, x1, x2, x3, False, x4, x5) 19.91/9.47 new_compare6(x0, x1) 19.91/9.47 new_lt5(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_ltEs6(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs26(x0, x1, ty_Int) 19.91/9.47 new_lt21(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs34(x0, x1, ty_@0) 19.91/9.47 new_esEs6(x0, x1, app(ty_[], x2)) 19.91/9.47 new_primEqInt(Pos(Zero), Pos(Zero)) 19.91/9.47 new_lt20(x0, x1, ty_Float) 19.91/9.47 new_compare19(x0, x1, True, x2, x3) 19.91/9.47 new_esEs34(x0, x1, ty_Char) 19.91/9.47 new_esEs10(x0, x1, ty_Bool) 19.91/9.47 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs11(x0, x1, ty_Int) 19.91/9.47 new_esEs38(x0, x1, ty_@0) 19.91/9.47 new_esEs24(:(x0, x1), [], x2) 19.91/9.47 new_esEs33(x0, x1, ty_Integer) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.91/9.47 new_esEs17(False, False) 19.91/9.47 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 19.91/9.47 new_compare14(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 19.91/9.47 new_esEs34(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs31(x0, x1, ty_Ordering) 19.91/9.47 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs12(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.91/9.47 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 19.91/9.47 new_lt23(x0, x1, ty_Ordering) 19.91/9.47 new_esEs22(Nothing, Just(x0), x1) 19.91/9.47 new_esEs34(x0, x1, ty_Int) 19.91/9.47 new_esEs8(x0, x1, ty_Float) 19.91/9.47 new_esEs31(x0, x1, ty_Int) 19.91/9.47 new_lt20(x0, x1, ty_Integer) 19.91/9.47 new_lt22(x0, x1, ty_Ordering) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.91/9.47 new_ltEs9(EQ, EQ) 19.91/9.47 new_esEs38(x0, x1, ty_Char) 19.91/9.47 new_esEs7(x0, x1, ty_Char) 19.91/9.47 new_compare29(EQ, GT) 19.91/9.47 new_compare29(GT, EQ) 19.91/9.47 new_primEqInt(Neg(Zero), Neg(Zero)) 19.91/9.47 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_lt7(x0, x1, x2) 19.91/9.47 new_esEs7(x0, x1, ty_Double) 19.91/9.47 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs11(x0, x1, ty_@0) 19.91/9.47 new_esEs26(x0, x1, ty_Ordering) 19.91/9.47 new_esEs11(x0, x1, ty_Ordering) 19.91/9.47 new_esEs30(x0, x1, ty_Int) 19.91/9.47 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_primEqNat0(Zero, Succ(x0)) 19.91/9.47 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs4(x0, x1, ty_Float) 19.91/9.47 new_esEs24(:(x0, x1), :(x2, x3), x4) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), ty_Bool) 19.91/9.47 new_compare11(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 19.91/9.47 new_compare7(Just(x0), Nothing, x1) 19.91/9.47 new_esEs36(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), ty_Float, x2) 19.91/9.47 new_esEs5(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), ty_Float) 19.91/9.47 new_esEs11(x0, x1, ty_Bool) 19.91/9.47 new_esEs31(x0, x1, ty_Double) 19.91/9.47 new_compare29(LT, GT) 19.91/9.47 new_compare29(GT, LT) 19.91/9.47 new_compare17(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.91/9.47 new_asAs(True, x0) 19.91/9.47 new_esEs37(x0, x1, ty_Float) 19.91/9.47 new_esEs10(x0, x1, ty_Char) 19.91/9.47 new_ltEs22(x0, x1, ty_Integer) 19.91/9.47 new_esEs27(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_lt4(x0, x1, x2, x3) 19.91/9.47 new_esEs31(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_lt22(x0, x1, ty_Int) 19.91/9.47 new_esEs22(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.91/9.47 new_esEs34(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs38(x0, x1, ty_Integer) 19.91/9.47 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_ltEs24(x0, x1, ty_@0) 19.91/9.47 new_esEs9(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs7(x0, x1, ty_@0) 19.91/9.47 new_lt22(x0, x1, ty_Double) 19.91/9.47 new_esEs24([], [], x0) 19.91/9.47 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs38(x0, x1, ty_Bool) 19.91/9.47 new_esEs4(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs31(x0, x1, ty_Bool) 19.91/9.47 new_ltEs22(x0, x1, ty_Char) 19.91/9.47 new_ltEs10(False, False) 19.91/9.47 new_esEs11(x0, x1, ty_Double) 19.91/9.47 new_compare13(False, False) 19.91/9.47 new_compare0([], :(x0, x1), x2) 19.91/9.47 new_esEs30(x0, x1, ty_Bool) 19.91/9.47 new_primEqInt(Pos(Zero), Neg(Zero)) 19.91/9.47 new_primEqInt(Neg(Zero), Pos(Zero)) 19.91/9.47 new_esEs22(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs39(x0, x1, ty_Ordering) 19.91/9.47 new_esEs37(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs24(x0, x1, ty_Bool) 19.91/9.47 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs23(Left(x0), Left(x1), ty_Float, x2) 19.91/9.47 new_esEs23(Left(x0), Left(x1), ty_@0, x2) 19.91/9.47 new_lt22(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_lt21(x0, x1, ty_Float) 19.91/9.47 new_esEs11(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_lt22(x0, x1, app(ty_[], x2)) 19.91/9.47 new_lt9(x0, x1) 19.91/9.47 new_ltEs23(x0, x1, ty_Integer) 19.91/9.47 new_lt19(x0, x1, ty_Ordering) 19.91/9.47 new_esEs35(x0, x1, ty_Ordering) 19.91/9.47 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_ltEs22(x0, x1, ty_Bool) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), ty_@0) 19.91/9.47 new_lt19(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_lt19(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs10(x0, x1, ty_@0) 19.91/9.47 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 19.91/9.47 new_ltEs19(x0, x1, ty_Integer) 19.91/9.47 new_esEs22(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.91/9.47 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 19.91/9.47 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 19.91/9.47 new_esEs10(x0, x1, ty_Int) 19.91/9.47 new_ltEs24(x0, x1, ty_Char) 19.91/9.47 new_lt20(x0, x1, ty_Bool) 19.91/9.47 new_lt19(x0, x1, ty_Integer) 19.91/9.47 new_esEs30(x0, x1, ty_Double) 19.91/9.47 new_ltEs23(x0, x1, ty_Ordering) 19.91/9.47 new_pePe(True, x0) 19.91/9.47 new_esEs30(x0, x1, ty_Char) 19.91/9.47 new_ltEs24(x0, x1, ty_Double) 19.91/9.47 new_compare0([], [], x0) 19.91/9.47 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_compare30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs33(x0, x1, ty_Ordering) 19.91/9.47 new_esEs9(x0, x1, ty_Float) 19.91/9.47 new_esEs33(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_compare10(x0, x1, x2, x3, True, x4, x5, x6) 19.91/9.47 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 19.91/9.47 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs35(x0, x1, ty_Int) 19.91/9.47 new_esEs36(x0, x1, ty_Double) 19.91/9.47 new_lt21(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_lt5(x0, x1, ty_Char) 19.91/9.47 new_ltEs4(x0, x1) 19.91/9.47 new_esEs33(x0, x1, ty_Float) 19.91/9.47 new_ltEs9(GT, GT) 19.91/9.47 new_ltEs22(x0, x1, ty_Float) 19.91/9.47 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.91/9.47 new_ltEs21(x0, x1, ty_Ordering) 19.91/9.47 new_ltEs5(x0, x1) 19.91/9.47 new_esEs9(x0, x1, ty_Ordering) 19.91/9.47 new_esEs27(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs35(x0, x1, ty_Char) 19.91/9.47 new_lt15(x0, x1, x2) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), ty_Integer, x2) 19.91/9.47 new_esEs27(x0, x1, ty_@0) 19.91/9.47 new_esEs10(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_lt5(x0, x1, ty_Int) 19.91/9.47 new_esEs10(x0, x1, ty_Double) 19.91/9.47 new_esEs11(x0, x1, ty_Integer) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, ty_Integer) 19.91/9.47 new_compare25(x0, x1, True, x2) 19.91/9.47 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_ltEs16(Left(x0), Right(x1), x2, x3) 19.91/9.47 new_ltEs16(Right(x0), Left(x1), x2, x3) 19.91/9.47 new_ltEs11(x0, x1) 19.91/9.47 new_ltEs9(LT, EQ) 19.91/9.47 new_ltEs9(EQ, LT) 19.91/9.47 new_esEs5(x0, x1, ty_Float) 19.91/9.47 new_compare7(Nothing, Nothing, x0) 19.91/9.47 new_ltEs8(x0, x1, x2) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.91/9.47 new_esEs10(x0, x1, ty_Float) 19.91/9.47 new_esEs22(Just(x0), Just(x1), ty_Int) 19.91/9.47 new_esEs4(x0, x1, ty_Integer) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, ty_Bool) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), ty_Char) 19.91/9.47 new_primMulInt(Pos(x0), Neg(x1)) 19.91/9.47 new_primMulInt(Neg(x0), Pos(x1)) 19.91/9.47 new_esEs39(x0, x1, ty_Integer) 19.91/9.47 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs11(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, ty_Integer) 19.91/9.47 new_ltEs13(x0, x1) 19.91/9.47 new_esEs22(Just(x0), Just(x1), ty_Char) 19.91/9.47 new_compare30(x0, x1, ty_Integer) 19.91/9.47 new_compare111(x0, x1, False, x2) 19.91/9.47 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_lt21(x0, x1, ty_Char) 19.91/9.47 new_ltEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_compare29(EQ, EQ) 19.91/9.47 new_lt22(x0, x1, ty_@0) 19.91/9.47 new_esEs38(x0, x1, ty_Double) 19.91/9.47 new_lt20(x0, x1, app(ty_[], x2)) 19.91/9.47 new_ltEs19(x0, x1, ty_Char) 19.91/9.47 new_esEs9(x0, x1, ty_Int) 19.91/9.47 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_sr0(Integer(x0), Integer(x1)) 19.91/9.47 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs32(x0, x1, ty_Float) 19.91/9.47 new_primPlusNat0(Zero, x0) 19.91/9.47 new_esEs34(x0, x1, ty_Double) 19.91/9.47 new_esEs38(x0, x1, ty_Ordering) 19.91/9.47 new_lt21(x0, x1, ty_Bool) 19.91/9.47 new_lt5(x0, x1, ty_Ordering) 19.91/9.47 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_primMulInt(Neg(x0), Neg(x1)) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.91/9.47 new_lt5(x0, x1, ty_Float) 19.91/9.47 new_ltEs22(x0, x1, ty_Int) 19.91/9.47 new_esEs39(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs33(x0, x1, app(ty_[], x2)) 19.91/9.47 new_compare13(True, True) 19.91/9.47 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_lt23(x0, x1, ty_Integer) 19.91/9.47 new_ltEs17(x0, x1) 19.91/9.47 new_esEs21(EQ, EQ) 19.91/9.47 new_esEs38(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs14(Nothing, Just(x0), x1) 19.91/9.47 new_esEs5(x0, x1, ty_Int) 19.91/9.47 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_ltEs19(x0, x1, ty_Bool) 19.91/9.47 new_esEs26(x0, x1, ty_@0) 19.91/9.47 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs6(x0, x1, ty_@0) 19.91/9.47 new_esEs37(x0, x1, ty_Bool) 19.91/9.47 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs21(GT, GT) 19.91/9.47 new_primCmpInt(Neg(Zero), Neg(Zero)) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, ty_@0) 19.91/9.47 new_ltEs20(x0, x1, app(ty_[], x2)) 19.91/9.47 new_ltEs22(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs4(x0, x1, ty_Bool) 19.91/9.47 new_ltEs23(x0, x1, ty_Double) 19.91/9.47 new_esEs32(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs9(x0, x1, ty_Char) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), ty_Ordering) 19.91/9.47 new_lt23(x0, x1, ty_Char) 19.91/9.47 new_esEs4(x0, x1, ty_Ordering) 19.91/9.47 new_esEs30(x0, x1, ty_Integer) 19.91/9.47 new_lt19(x0, x1, ty_Double) 19.91/9.47 new_ltEs14(Just(x0), Nothing, x1) 19.91/9.47 new_compare30(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs38(x0, x1, app(ty_[], x2)) 19.91/9.47 new_primCmpInt(Pos(Zero), Neg(Zero)) 19.91/9.47 new_primCmpInt(Neg(Zero), Pos(Zero)) 19.91/9.47 new_lt19(x0, x1, ty_@0) 19.91/9.47 new_esEs21(LT, EQ) 19.91/9.47 new_esEs21(EQ, LT) 19.91/9.47 new_esEs31(x0, x1, ty_Float) 19.91/9.47 new_compare9(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.91/9.47 new_primCompAux00(x0, EQ) 19.91/9.47 new_esEs39(x0, x1, ty_Float) 19.91/9.47 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs9(x0, x1, ty_Integer) 19.91/9.47 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_ltEs19(x0, x1, ty_Int) 19.91/9.47 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_compare30(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_lt23(x0, x1, ty_Int) 19.91/9.47 new_primPlusNat1(Succ(x0), Zero) 19.91/9.47 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs39(x0, x1, ty_Bool) 19.91/9.47 new_ltEs9(LT, LT) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.91/9.47 new_esEs29(x0, x1, ty_Integer) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.91/9.47 new_esEs30(x0, x1, ty_Ordering) 19.91/9.47 new_compare17(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.91/9.47 new_esEs6(x0, x1, ty_Double) 19.91/9.47 new_esEs37(x0, x1, ty_Ordering) 19.91/9.47 new_primCompAux00(x0, LT) 19.91/9.47 new_ltEs6(x0, x1, ty_@0) 19.91/9.47 new_ltEs21(x0, x1, ty_Integer) 19.91/9.47 new_ltEs20(x0, x1, ty_Int) 19.91/9.47 new_compare11(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 19.91/9.47 new_compare14(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 19.91/9.47 new_compare14(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 19.91/9.47 new_lt21(x0, x1, ty_Ordering) 19.91/9.47 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_ltEs6(x0, x1, ty_Double) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.91/9.47 new_sr(x0, x1) 19.91/9.47 new_compare30(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_lt11(x0, x1) 19.91/9.47 new_esEs10(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_compare210(x0, x1, False, x2, x3) 19.91/9.47 new_compare19(x0, x1, False, x2, x3) 19.91/9.47 new_compare26(x0, x1, x2, x3, True, x4, x5) 19.91/9.47 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs33(x0, x1, ty_Int) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), ty_Integer) 19.91/9.47 new_esEs37(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_compare32(:%(x0, x1), :%(x2, x3), ty_Int) 19.91/9.47 new_esEs37(x0, x1, ty_Integer) 19.91/9.47 new_esEs35(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs33(x0, x1, ty_Char) 19.91/9.47 new_fsEs(x0) 19.91/9.47 new_lt21(x0, x1, ty_Integer) 19.91/9.47 new_ltEs6(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, ty_Char) 19.91/9.47 new_ltEs23(x0, x1, app(ty_[], x2)) 19.91/9.47 new_ltEs20(x0, x1, ty_Float) 19.91/9.47 new_ltEs19(x0, x1, ty_Float) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), ty_Ordering, x2) 19.91/9.47 new_compare7(Just(x0), Just(x1), x2) 19.91/9.47 new_esEs27(x0, x1, ty_Double) 19.91/9.47 new_esEs35(x0, x1, ty_Float) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, ty_Int) 19.91/9.47 new_primEqNat0(Succ(x0), Succ(x1)) 19.91/9.47 new_ltEs6(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_ltEs23(x0, x1, ty_@0) 19.91/9.47 new_esEs39(x0, x1, ty_Int) 19.91/9.47 new_compare27(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.91/9.47 new_lt5(x0, x1, ty_Bool) 19.91/9.47 new_esEs22(Just(x0), Just(x1), ty_Float) 19.91/9.47 new_lt23(x0, x1, ty_Bool) 19.91/9.47 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs23(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.91/9.47 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs28(x0, x1, ty_Int) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, ty_Char) 19.91/9.47 new_esEs35(x0, x1, ty_Integer) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), ty_Char, x2) 19.91/9.47 new_esEs27(x0, x1, ty_Ordering) 19.91/9.47 new_esEs6(x0, x1, ty_Char) 19.91/9.47 new_lt5(x0, x1, ty_Integer) 19.91/9.47 new_esEs36(x0, x1, ty_@0) 19.91/9.47 new_lt16(x0, x1, x2, x3) 19.91/9.47 new_compare29(LT, EQ) 19.91/9.47 new_compare29(EQ, LT) 19.91/9.47 new_esEs8(x0, x1, ty_Int) 19.91/9.47 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs4(x0, x1, ty_Char) 19.91/9.47 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs32(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs26(x0, x1, ty_Float) 19.91/9.47 new_ltEs21(x0, x1, ty_@0) 19.91/9.47 new_lt23(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs26(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_compare16(Left(x0), Right(x1), x2, x3) 19.91/9.47 new_compare30(x0, x1, ty_Char) 19.91/9.47 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_compare16(Right(x0), Left(x1), x2, x3) 19.91/9.47 new_primMulNat0(Zero, Zero) 19.91/9.47 new_esEs34(x0, x1, app(ty_[], x2)) 19.91/9.47 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs30(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs8(x0, x1, ty_Char) 19.91/9.47 new_compare29(GT, GT) 19.91/9.47 new_esEs30(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs21(x0, x1, ty_Bool) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, ty_Float) 19.91/9.47 new_esEs4(x0, x1, ty_Int) 19.91/9.47 new_esEs8(x0, x1, ty_Ordering) 19.91/9.47 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 19.91/9.47 new_esEs23(Left(x0), Left(x1), ty_Double, x2) 19.91/9.47 new_esEs9(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs17(True, True) 19.91/9.47 new_esEs37(x0, x1, ty_Int) 19.91/9.47 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs4(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs9(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_lt22(x0, x1, ty_Integer) 19.91/9.47 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_ltEs10(True, False) 19.91/9.47 new_ltEs10(False, True) 19.91/9.47 new_compare210(x0, x1, True, x2, x3) 19.91/9.47 new_ltEs24(x0, x1, app(ty_[], x2)) 19.91/9.47 new_ltEs19(x0, x1, ty_Double) 19.91/9.47 new_ltEs6(x0, x1, ty_Float) 19.91/9.47 new_esEs36(x0, x1, app(ty_[], x2)) 19.91/9.47 new_ltEs20(x0, x1, ty_Char) 19.91/9.47 new_ltEs24(x0, x1, ty_Float) 19.91/9.47 new_compare32(:%(x0, x1), :%(x2, x3), ty_Integer) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, ty_Int) 19.91/9.47 new_lt12(x0, x1) 19.91/9.47 new_esEs5(x0, x1, ty_Char) 19.91/9.47 new_ltEs20(x0, x1, ty_Bool) 19.91/9.47 new_esEs5(x0, x1, ty_@0) 19.91/9.47 new_lt22(x0, x1, ty_Float) 19.91/9.47 new_esEs5(x0, x1, app(ty_[], x2)) 19.91/9.47 new_compare30(x0, x1, ty_@0) 19.91/9.47 new_esEs36(x0, x1, ty_Integer) 19.91/9.47 new_esEs22(Just(x0), Just(x1), ty_Bool) 19.91/9.47 new_lt20(x0, x1, ty_Ordering) 19.91/9.47 new_compare15(x0, x1, x2, x3, False, x4, x5) 19.91/9.47 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs30(x0, x1, app(ty_[], x2)) 19.91/9.47 new_compare30(x0, x1, ty_Int) 19.91/9.47 new_compare28(x0, x1, False, x2, x3) 19.91/9.47 new_lt23(x0, x1, ty_Float) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, ty_Double) 19.91/9.47 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_lt21(x0, x1, ty_Double) 19.91/9.47 new_esEs37(x0, x1, ty_Char) 19.91/9.47 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs35(x0, x1, ty_Bool) 19.91/9.47 new_esEs22(Just(x0), Nothing, x1) 19.91/9.47 new_compare18(Integer(x0), Integer(x1)) 19.91/9.47 new_esEs7(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.91/9.47 new_esEs29(x0, x1, ty_Int) 19.91/9.47 new_compare30(x0, x1, ty_Ordering) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), ty_Double, x2) 19.91/9.47 new_lt19(x0, x1, app(ty_[], x2)) 19.91/9.47 new_not(True) 19.91/9.47 new_esEs22(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs25(@0, @0) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), ty_@0, x2) 19.91/9.47 new_compare30(x0, x1, ty_Bool) 19.91/9.47 new_lt21(x0, x1, ty_Int) 19.91/9.47 new_ltEs21(x0, x1, ty_Char) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), ty_Bool, x2) 19.91/9.47 new_lt20(x0, x1, ty_Int) 19.91/9.47 new_esEs4(x0, x1, ty_@0) 19.91/9.47 new_ltEs19(x0, x1, ty_Ordering) 19.91/9.47 new_esEs23(Left(x0), Left(x1), ty_Int, x2) 19.91/9.47 new_esEs32(x0, x1, ty_Int) 19.91/9.47 new_esEs7(x0, x1, ty_Float) 19.91/9.47 new_lt23(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs32(x0, x1, ty_Bool) 19.91/9.47 new_esEs20(Float(x0, x1), Float(x2, x3)) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, ty_Bool) 19.91/9.47 new_lt18(x0, x1, x2, x3, x4) 19.91/9.47 new_esEs34(x0, x1, ty_Float) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, ty_Ordering) 19.91/9.47 new_ltEs20(x0, x1, ty_Ordering) 19.91/9.47 new_esEs8(x0, x1, ty_Double) 19.91/9.47 new_compare30(x0, x1, ty_Double) 19.91/9.47 new_lt6(x0, x1) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.91/9.47 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), ty_Double) 19.91/9.47 new_esEs23(Left(x0), Left(x1), app(ty_[], x2), x3) 19.91/9.47 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs15(@2(x0, x1), @2(x2, x3), x4, x5) 19.91/9.47 new_esEs23(Left(x0), Left(x1), ty_Char, x2) 19.91/9.47 new_primPlusNat1(Succ(x0), Succ(x1)) 19.91/9.47 new_esEs10(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs31(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs22(Just(x0), Just(x1), app(ty_[], x2)) 19.91/9.47 new_lt10(x0, x1) 19.91/9.47 new_esEs37(x0, x1, ty_@0) 19.91/9.47 new_esEs5(x0, x1, ty_Integer) 19.91/9.47 new_ltEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.91/9.47 new_esEs32(x0, x1, ty_Char) 19.91/9.47 new_esEs32(x0, x1, ty_@0) 19.91/9.47 new_primMulInt(Pos(x0), Pos(x1)) 19.91/9.47 new_esEs5(x0, x1, ty_Bool) 19.91/9.47 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_lt20(x0, x1, ty_Char) 19.91/9.47 new_esEs17(False, True) 19.91/9.47 new_esEs17(True, False) 19.91/9.47 new_ltEs6(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_compare110(x0, x1, True, x2, x3) 19.91/9.47 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 19.91/9.47 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 19.91/9.47 new_lt20(x0, x1, ty_Double) 19.91/9.47 new_primCmpNat0(Succ(x0), Zero) 19.91/9.47 new_esEs18(:%(x0, x1), :%(x2, x3), x4) 19.91/9.47 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 19.91/9.47 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 19.91/9.47 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_primMulNat0(Succ(x0), Zero) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), ty_Int) 19.91/9.47 new_compare111(x0, x1, True, x2) 19.91/9.47 new_lt20(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_lt22(x0, x1, ty_Bool) 19.91/9.47 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_compare8(@2(x0, x1), @2(x2, x3), x4, x5) 19.91/9.47 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_compare30(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), ty_Int, x2) 19.91/9.47 new_esEs7(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_ltEs20(x0, x1, ty_Integer) 19.91/9.47 new_esEs16(Integer(x0), Integer(x1)) 19.91/9.47 new_ltEs21(x0, x1, ty_Int) 19.91/9.47 new_compare29(LT, LT) 19.91/9.47 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.91/9.47 new_esEs6(x0, x1, ty_Ordering) 19.91/9.47 new_primCmpInt(Pos(Zero), Pos(Zero)) 19.91/9.47 new_esEs32(x0, x1, ty_Double) 19.91/9.47 new_primCmpNat0(Zero, Succ(x0)) 19.91/9.47 new_esEs8(x0, x1, ty_Bool) 19.91/9.47 new_esEs22(Just(x0), Just(x1), ty_Integer) 19.91/9.47 new_ltEs21(x0, x1, ty_Double) 19.91/9.47 new_esEs27(x0, x1, ty_Bool) 19.91/9.47 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs13(Char(x0), Char(x1)) 19.91/9.47 new_lt13(x0, x1, x2) 19.91/9.47 new_esEs26(x0, x1, ty_Bool) 19.91/9.47 new_lt23(x0, x1, ty_@0) 19.91/9.47 new_esEs9(x0, x1, ty_Double) 19.91/9.47 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_primMulNat0(Succ(x0), Succ(x1)) 19.91/9.47 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs8(x0, x1, ty_Integer) 19.91/9.47 new_primEqNat0(Succ(x0), Zero) 19.91/9.47 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_pePe(False, x0) 19.91/9.47 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs6(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), app(ty_[], x2), x3) 19.91/9.47 new_ltEs24(x0, x1, ty_Integer) 19.91/9.47 new_lt20(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_lt5(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs7(x0, x1, ty_Integer) 19.91/9.47 new_esEs22(Just(x0), Just(x1), ty_Ordering) 19.91/9.47 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 19.91/9.47 new_ltEs21(x0, x1, app(ty_[], x2)) 19.91/9.47 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs21(EQ, GT) 19.91/9.47 new_esEs21(GT, EQ) 19.91/9.47 new_esEs6(x0, x1, ty_Integer) 19.91/9.47 new_esEs36(x0, x1, ty_Ordering) 19.91/9.47 new_esEs6(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_ltEs22(x0, x1, ty_Double) 19.91/9.47 new_ltEs7(x0, x1) 19.91/9.47 new_esEs28(x0, x1, ty_Integer) 19.91/9.47 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs31(x0, x1, ty_Integer) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), app(ty_[], x2)) 19.91/9.47 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_lt22(x0, x1, ty_Char) 19.91/9.47 new_ltEs21(x0, x1, ty_Float) 19.91/9.47 new_esEs19(x0, x1) 19.91/9.47 new_esEs24([], :(x0, x1), x2) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.91/9.47 new_esEs23(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.91/9.47 new_lt21(x0, x1, ty_@0) 19.91/9.47 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 19.91/9.47 new_compare27(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 19.91/9.47 new_esEs30(x0, x1, ty_Float) 19.91/9.47 new_compare31(@0, @0) 19.91/9.47 new_esEs8(x0, x1, app(ty_[], x2)) 19.91/9.47 new_compare110(x0, x1, False, x2, x3) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.91/9.47 new_esEs5(x0, x1, ty_Ordering) 19.91/9.47 new_esEs27(x0, x1, ty_Integer) 19.91/9.47 new_lt20(x0, x1, ty_@0) 19.91/9.47 new_ltEs20(x0, x1, ty_Double) 19.91/9.47 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs26(x0, x1, ty_Integer) 19.91/9.47 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_primPlusNat0(Succ(x0), x1) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.91/9.47 new_lt23(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs35(x0, x1, ty_Double) 19.91/9.47 new_esEs5(x0, x1, ty_Double) 19.91/9.47 new_esEs32(x0, x1, ty_Integer) 19.91/9.47 new_esEs22(Just(x0), Just(x1), ty_Double) 19.91/9.47 new_lt19(x0, x1, ty_Bool) 19.91/9.47 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_ltEs6(x0, x1, ty_Integer) 19.91/9.47 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 19.91/9.47 new_compare16(Left(x0), Left(x1), x2, x3) 19.91/9.47 new_esEs8(x0, x1, ty_@0) 19.91/9.47 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 19.91/9.47 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 19.91/9.47 new_esEs37(x0, x1, ty_Double) 19.91/9.47 new_esEs22(Nothing, Nothing, x0) 19.91/9.47 new_esEs36(x0, x1, ty_Float) 19.91/9.47 new_ltEs22(x0, x1, ty_Ordering) 19.91/9.47 new_esEs23(Left(x0), Left(x1), ty_Bool, x2) 19.91/9.47 new_esEs23(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.91/9.47 new_ltEs23(x0, x1, ty_Float) 19.91/9.47 new_ltEs9(GT, EQ) 19.91/9.47 new_ltEs9(EQ, GT) 19.91/9.47 new_primEqNat0(Zero, Zero) 19.91/9.47 new_asAs(False, x0) 19.91/9.47 new_esEs36(x0, x1, ty_Char) 19.91/9.47 new_esEs10(x0, x1, ty_Integer) 19.91/9.47 new_ltEs23(x0, x1, ty_Bool) 19.91/9.47 new_esEs33(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs8(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_esEs38(x0, x1, ty_Int) 19.91/9.47 new_esEs15(Double(x0, x1), Double(x2, x3)) 19.91/9.47 new_esEs14(@2(x0, x1), @2(x2, x3), x4, x5) 19.91/9.47 new_not(False) 19.91/9.47 new_esEs39(x0, x1, ty_@0) 19.91/9.47 new_compare13(True, False) 19.91/9.47 new_compare13(False, True) 19.91/9.47 new_esEs11(x0, x1, ty_Float) 19.91/9.47 new_esEs35(x0, x1, app(ty_[], x2)) 19.91/9.47 new_lt5(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_esEs6(x0, x1, ty_Float) 19.91/9.47 new_esEs4(x0, x1, ty_Double) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.91/9.47 new_ltEs16(Right(x0), Right(x1), x2, ty_Float) 19.91/9.47 new_lt5(x0, x1, ty_@0) 19.91/9.47 new_lt21(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs27(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_ltEs16(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.91/9.47 new_esEs6(x0, x1, ty_Bool) 19.91/9.47 new_esEs35(x0, x1, ty_@0) 19.91/9.47 new_esEs31(x0, x1, ty_@0) 19.91/9.47 new_esEs6(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_primMulNat0(Zero, Succ(x0)) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.91/9.47 new_esEs39(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs39(x0, x1, ty_Double) 19.91/9.47 new_esEs34(x0, x1, ty_Ordering) 19.91/9.47 new_esEs32(x0, x1, ty_Ordering) 19.91/9.47 new_esEs7(x0, x1, ty_Bool) 19.91/9.47 new_esEs34(x0, x1, ty_Integer) 19.91/9.47 new_compare30(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs37(x0, x1, app(ty_[], x2)) 19.91/9.47 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 19.91/9.47 new_lt5(x0, x1, ty_Double) 19.91/9.47 new_esEs26(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_ltEs14(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.91/9.47 new_esEs23(Left(x0), Right(x1), x2, x3) 19.91/9.47 new_esEs23(Right(x0), Left(x1), x2, x3) 19.91/9.47 new_compare30(x0, x1, ty_Float) 19.91/9.47 new_compare5(Char(x0), Char(x1)) 19.91/9.47 new_primPlusNat1(Zero, Succ(x0)) 19.91/9.47 new_esEs26(x0, x1, ty_Char) 19.91/9.47 new_esEs7(x0, x1, ty_Ordering) 19.91/9.47 new_esEs36(x0, x1, ty_Int) 19.91/9.47 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_esEs34(x0, x1, ty_Bool) 19.91/9.47 new_esEs38(x0, x1, ty_Float) 19.91/9.47 new_esEs32(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_lt8(x0, x1) 19.91/9.47 new_ltEs19(x0, x1, ty_@0) 19.91/9.47 new_esEs27(x0, x1, ty_Int) 19.91/9.47 new_compare0(:(x0, x1), :(x2, x3), x4) 19.91/9.47 new_ltEs6(x0, x1, ty_Char) 19.91/9.47 new_ltEs20(x0, x1, ty_@0) 19.91/9.47 new_esEs10(x0, x1, ty_Ordering) 19.91/9.47 new_compare0(:(x0, x1), [], x2) 19.91/9.47 new_ltEs6(x0, x1, ty_Bool) 19.91/9.47 new_esEs26(x0, x1, app(ty_[], x2)) 19.91/9.47 new_ltEs12(x0, x1, x2) 19.91/9.47 new_esEs22(Just(x0), Just(x1), ty_@0) 19.91/9.47 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 19.91/9.47 new_compare14(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, ty_@0) 19.91/9.47 new_ltEs23(x0, x1, ty_Int) 19.91/9.47 new_esEs11(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_compare7(Nothing, Just(x0), x1) 19.91/9.47 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs21(LT, GT) 19.91/9.47 new_esEs21(GT, LT) 19.91/9.47 new_esEs23(Right(x0), Right(x1), x2, ty_Double) 19.91/9.47 new_compare16(Right(x0), Right(x1), x2, x3) 19.91/9.47 new_compare25(x0, x1, False, x2) 19.91/9.47 new_lt22(x0, x1, app(ty_Ratio, x2)) 19.91/9.47 new_ltEs19(x0, x1, app(ty_[], x2)) 19.91/9.47 new_esEs36(x0, x1, ty_Bool) 19.91/9.47 new_esEs23(Left(x0), Left(x1), ty_Ordering, x2) 19.91/9.47 new_esEs6(x0, x1, ty_Int) 19.91/9.47 new_esEs27(x0, x1, ty_Char) 19.91/9.47 new_esEs23(Left(x0), Left(x1), ty_Integer, x2) 19.91/9.47 new_compare28(x0, x1, True, x2, x3) 19.91/9.47 new_esEs23(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.91/9.47 new_ltEs10(True, True) 19.91/9.47 new_primCmpNat0(Succ(x0), Succ(x1)) 19.91/9.47 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 19.91/9.47 new_esEs7(x0, x1, app(ty_Maybe, x2)) 19.91/9.47 new_primCmpNat0(Zero, Zero) 19.91/9.47 new_esEs33(x0, x1, ty_Double) 19.91/9.47 new_lt19(x0, x1, ty_Float) 19.91/9.47 new_ltEs9(GT, LT) 19.91/9.47 new_ltEs9(LT, GT) 19.91/9.47 new_lt14(x0, x1) 19.91/9.47 new_compare15(x0, x1, x2, x3, True, x4, x5) 19.91/9.47 19.91/9.47 We have to consider all minimal (P,Q,R)-chains. 19.91/9.47 ---------------------------------------- 19.91/9.47 19.91/9.47 (22) QDPSizeChangeProof (EQUIVALENT) 19.91/9.47 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. 19.91/9.47 19.91/9.47 From the DPs we obtained the following set of size-change graphs: 19.91/9.47 *new_compare1(Just(vwx30), Just(vwx40), cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(app(app(ty_@3, beb), bec), bed)) -> new_ltEs3(vwx152, vwx162, beb, bec, bed) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs0(Just(vwx150), Just(vwx160), app(app(app(ty_@3, dc), dd), de)) -> new_ltEs3(vwx150, vwx160, dc, dd, de) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs(vwx15, vwx16, cc) -> new_compare(vwx15, vwx16, cc) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare4(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), cca, ccb, ccc) -> new_compare24(vwx30, vwx31, vwx32, vwx40, vwx41, vwx42, new_asAs(new_esEs11(vwx30, vwx40, cca), new_asAs(new_esEs10(vwx31, vwx41, ccb), new_esEs9(vwx32, vwx42, ccc))), cca, ccb, ccc) 19.91/9.47 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(ty_Maybe, bde)) -> new_ltEs0(vwx152, vwx162, bde) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs0(Just(vwx150), Just(vwx160), app(ty_Maybe, ce)) -> new_ltEs0(vwx150, vwx160, ce) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(ty_[], bdd)) -> new_ltEs(vwx152, vwx162, bdd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs0(Just(vwx150), Just(vwx160), app(ty_[], cd)) -> new_ltEs(vwx150, vwx160, cd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(app(ty_@2, bdf), bdg)) -> new_ltEs1(vwx152, vwx162, bdf, bdg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs0(Just(vwx150), Just(vwx160), app(app(ty_@2, cf), cg)) -> new_ltEs1(vwx150, vwx160, cf, cg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs0(Just(vwx150), Just(vwx160), app(app(ty_Either, da), db)) -> new_ltEs2(vwx150, vwx160, da, db) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_lt(vwx64, vwx66, bee) -> new_compare(vwx64, vwx66, bee) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_lt3(vwx64, vwx66, bgh, bha, bhb) -> new_compare4(vwx64, vwx66, bgh, bha, bhb) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 5 >= 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare2(@2(vwx30, vwx31), @2(vwx40, vwx41), bfa, bfb) -> new_compare21(vwx30, vwx31, vwx40, vwx41, new_asAs(new_esEs6(vwx30, vwx40, bfa), new_esEs5(vwx31, vwx41, bfb)), bfa, bfb) 19.91/9.47 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 19.91/9.47 19.91/9.47 19.91/9.47 *new_lt1(vwx64, vwx66, beg, beh) -> new_compare2(vwx64, vwx66, beg, beh) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs3(vwx151, vwx161, fh, ga, gb) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(ty_Maybe, fb)) -> new_ltEs0(vwx151, vwx161, fb) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(ty_[], fa)) -> new_ltEs(vwx151, vwx161, fa) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(app(ty_@2, fc), fd)) -> new_ltEs1(vwx151, vwx161, fc, fd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, bah, app(app(ty_Either, bdh), bea)) -> new_ltEs2(vwx152, vwx162, bdh, bea) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eh, app(app(ty_Either, ff), fg)) -> new_ltEs2(vwx151, vwx161, ff, fg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_lt0(vwx64, vwx66, bef) -> new_compare1(vwx64, vwx66, bef) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare23(vwx40, vwx41, False, cag, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_ltEs3(vwx40, vwx41, cbf, cbg, cbh) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare23(vwx40, vwx41, False, cag, app(ty_Maybe, cba)) -> new_ltEs0(vwx40, vwx41, cba) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare23(vwx40, vwx41, False, cag, app(ty_[], cah)) -> new_ltEs(vwx40, vwx41, cah) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare23(vwx40, vwx41, False, cag, app(app(ty_@2, cbb), cbc)) -> new_ltEs1(vwx40, vwx41, cbb, cbc) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare23(vwx40, vwx41, False, cag, app(app(ty_Either, cbd), cbe)) -> new_ltEs2(vwx40, vwx41, cbd, cbe) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(ty_@2, ea), eb), dg) -> new_lt1(vwx150, vwx160, ea, eb) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare3(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(ty_Maybe, dh), dg) -> new_lt0(vwx150, vwx160, dh) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_lt2(vwx64, vwx66, bgf, bgg) -> new_compare3(vwx64, vwx66, bgf, bgg) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(app(app(ty_@3, bgb), bgc), bgd)) -> new_ltEs3(vwx65, vwx67, bgb, bgc, bgd) 19.91/9.47 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(ty_Maybe, bfe)) -> new_ltEs0(vwx65, vwx67, bfe) 19.91/9.47 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(ty_[], bfd)) -> new_ltEs(vwx65, vwx67, bfd) 19.91/9.47 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(app(ty_@2, bff), bfg)) -> new_ltEs1(vwx65, vwx67, bff, bfg) 19.91/9.47 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, bfc, app(app(ty_Either, bfh), bga)) -> new_ltEs2(vwx65, vwx67, bfh, bga) 19.91/9.47 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(app(ty_Either, bgf), bgg), bge) -> new_compare3(vwx64, vwx66, bgf, bgg) 19.91/9.47 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_primCompAux(vwx30, vwx40, vwx5, app(app(ty_Either, be), bf)) -> new_compare3(vwx30, vwx40, be, bf) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(ty_Maybe, bef), bge) -> new_compare1(vwx64, vwx66, bef) 19.91/9.47 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_primCompAux(vwx30, vwx40, vwx5, app(ty_Maybe, bb)) -> new_compare1(vwx30, vwx40, bb) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(app(ty_@2, beg), beh), bge) -> new_compare2(vwx64, vwx66, beg, beh) 19.91/9.47 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_primCompAux(vwx30, vwx40, vwx5, app(app(ty_@2, bc), bd)) -> new_compare2(vwx30, vwx40, bc, bd) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare3(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare22(vwx33, vwx34, False, app(app(app(ty_@3, cad), cae), caf), bhf) -> new_ltEs3(vwx33, vwx34, cad, cae, caf) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(app(app(ty_@3, cfg), cfh), cga)) -> new_ltEs3(vwx53, vwx56, cfg, cfh, cga) 19.91/9.47 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare22(vwx33, vwx34, False, app(ty_Maybe, bhg), bhf) -> new_ltEs0(vwx33, vwx34, bhg) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(ty_Maybe, cfb)) -> new_ltEs0(vwx53, vwx56, cfb) 19.91/9.47 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare22(vwx33, vwx34, False, app(ty_[], bhe), bhf) -> new_ltEs(vwx33, vwx34, bhe) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(ty_[], cfa)) -> new_ltEs(vwx53, vwx56, cfa) 19.91/9.47 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare22(vwx33, vwx34, False, app(app(ty_@2, bhh), caa), bhf) -> new_ltEs1(vwx33, vwx34, bhh, caa) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(app(ty_@2, cfc), cfd)) -> new_ltEs1(vwx53, vwx56, cfc, cfd) 19.91/9.47 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare22(vwx33, vwx34, False, app(app(ty_Either, cab), cac), bhf) -> new_ltEs2(vwx33, vwx34, cab, cac) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, cce, app(app(ty_Either, cfe), cff)) -> new_ltEs2(vwx53, vwx56, cfe, cff) 19.91/9.47 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(ty_Either, ec), ed), dg) -> new_lt2(vwx150, vwx160, ec, ed) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(ty_[], df), dg) -> new_lt(vwx150, vwx160, df) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(app(ty_@3, ee), ef), eg), dg) -> new_lt3(vwx150, vwx160, ee, ef, eg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(vwx15, vwx16, False, app(ty_[], cc)) -> new_compare(vwx15, vwx16, cc) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(ty_[], bee), bge) -> new_compare(vwx64, vwx66, bee) 19.91/9.47 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare21(vwx64, vwx65, vwx66, vwx67, False, app(app(app(ty_@3, bgh), bha), bhb), bge) -> new_compare4(vwx64, vwx66, bgh, bha, bhb) 19.91/9.47 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_primCompAux(vwx30, vwx40, vwx5, app(ty_[], ba)) -> new_compare(vwx30, vwx40, ba) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_primCompAux(vwx30, vwx40, vwx5, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx30, vwx40, bg, bh, ca) 19.91/9.47 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(app(ty_@2, bce), bcf), bba) -> new_lt1(vwx151, vwx161, bce, bcf) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(ty_@2, bbc), bbd), bah, bba) -> new_lt1(vwx150, vwx160, bbc, bbd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(ty_Maybe, bcd), bba) -> new_lt0(vwx151, vwx161, bcd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(ty_Maybe, bbb), bah, bba) -> new_lt0(vwx150, vwx160, bbb) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(ty_Either, bbe), bbf), bah, bba) -> new_lt2(vwx150, vwx160, bbe, bbf) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(app(ty_Either, bcg), bch), bba) -> new_lt2(vwx151, vwx161, bcg, bch) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(ty_[], bcc), bba) -> new_lt(vwx151, vwx161, bcc) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(ty_[], bag), bah, bba) -> new_lt(vwx150, vwx160, bag) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(app(ty_@3, bbg), bbh), bca), bah, bba) -> new_lt3(vwx150, vwx160, bbg, bbh, bca) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bcb, app(app(app(ty_@3, bda), bdb), bdc), bba) -> new_lt3(vwx151, vwx161, bda, bdb, bdc) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Right(vwx150), Right(vwx160), he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs3(vwx150, vwx160, bad, bae, baf) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Left(vwx150), Left(vwx160), app(app(app(ty_@3, hb), hc), hd), gd) -> new_ltEs3(vwx150, vwx160, hb, hc, hd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(app(ty_@3, hb), hc), hd)), gd)) -> new_ltEs3(vwx150, vwx160, hb, hc, hd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs3(vwx150, vwx160, bad, bae, baf) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(app(app(ty_@3, beb), bec), bed))) -> new_ltEs3(vwx152, vwx162, beb, bec, bed) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(app(app(ty_@3, fh), ga), gb))) -> new_ltEs3(vwx151, vwx161, fh, ga, gb) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(app(ty_@3, dc), dd), de))) -> new_ltEs3(vwx150, vwx160, dc, dd, de) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Right(vwx150), Right(vwx160), he, app(ty_Maybe, hg)) -> new_ltEs0(vwx150, vwx160, hg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Left(vwx150), Left(vwx160), app(ty_Maybe, ge), gd) -> new_ltEs0(vwx150, vwx160, ge) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(ty_Maybe, ce))) -> new_ltEs0(vwx150, vwx160, ce) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(ty_Maybe, ge)), gd)) -> new_ltEs0(vwx150, vwx160, ge) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(ty_Maybe, bde))) -> new_ltEs0(vwx152, vwx162, bde) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(ty_Maybe, hg))) -> new_ltEs0(vwx150, vwx160, hg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(ty_Maybe, fb))) -> new_ltEs0(vwx151, vwx161, fb) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Left(vwx150), Left(vwx160), app(ty_[], gc), gd) -> new_ltEs(vwx150, vwx160, gc) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Right(vwx150), Right(vwx160), he, app(ty_[], hf)) -> new_ltEs(vwx150, vwx160, hf) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(ty_[], cd))) -> new_ltEs(vwx150, vwx160, cd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(ty_[], gc)), gd)) -> new_ltEs(vwx150, vwx160, gc) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(ty_[], fa))) -> new_ltEs(vwx151, vwx161, fa) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(ty_[], bdd))) -> new_ltEs(vwx152, vwx162, bdd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(ty_[], hf))) -> new_ltEs(vwx150, vwx160, hf) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Left(vwx150), Left(vwx160), app(app(ty_@2, gf), gg), gd) -> new_ltEs1(vwx150, vwx160, gf, gg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Right(vwx150), Right(vwx160), he, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx150, vwx160, hh, baa) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(ty_@2, gf), gg)), gd)) -> new_ltEs1(vwx150, vwx160, gf, gg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(app(ty_@2, fc), fd))) -> new_ltEs1(vwx151, vwx161, fc, fd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(app(ty_@2, hh), baa))) -> new_ltEs1(vwx150, vwx160, hh, baa) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(app(ty_@2, bdf), bdg))) -> new_ltEs1(vwx152, vwx162, bdf, bdg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(ty_@2, cf), cg))) -> new_ltEs1(vwx150, vwx160, cf, cg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Right(vwx150), Right(vwx160), he, app(app(ty_Either, bab), bac)) -> new_ltEs2(vwx150, vwx160, bab, bac) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_ltEs2(Left(vwx150), Left(vwx160), app(app(ty_Either, gh), ha), gd) -> new_ltEs2(vwx150, vwx160, gh, ha) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Right(vwx150), Right(vwx160), False, app(app(ty_Either, he), app(app(ty_Either, bab), bac))) -> new_ltEs2(vwx150, vwx160, bab, bac) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eh), app(app(ty_Either, ff), fg))) -> new_ltEs2(vwx151, vwx161, ff, fg) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), bah), app(app(ty_Either, bdh), bea))) -> new_ltEs2(vwx152, vwx162, bdh, bea) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(ty_Either, da), db))) -> new_ltEs2(vwx150, vwx160, da, db) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(ty_Either, gh), ha)), gd)) -> new_ltEs2(vwx150, vwx160, gh, ha) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(ty_@2, ea), eb)), dg)) -> new_lt1(vwx150, vwx160, ea, eb) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(app(ty_@2, bce), bcf)), bba)) -> new_lt1(vwx151, vwx161, bce, bcf) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(ty_@2, bbc), bbd)), bah), bba)) -> new_lt1(vwx150, vwx160, bbc, bbd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(app(ty_@2, ceb), cec), ccf) -> new_lt1(vwx52, vwx55, ceb, cec) 19.91/9.47 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(ty_@2, cch), cda), cce, ccf) -> new_lt1(vwx51, vwx54, cch, cda) 19.91/9.47 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(ty_Maybe, bbb)), bah), bba)) -> new_lt0(vwx150, vwx160, bbb) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(ty_Maybe, bcd)), bba)) -> new_lt0(vwx151, vwx161, bcd) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(ty_Maybe, dh)), dg)) -> new_lt0(vwx150, vwx160, dh) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(ty_Either, bbe), bbf)), bah), bba)) -> new_lt2(vwx150, vwx160, bbe, bbf) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(ty_Either, ec), ed)), dg)) -> new_lt2(vwx150, vwx160, ec, ed) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(app(ty_Either, bcg), bch)), bba)) -> new_lt2(vwx151, vwx161, bcg, bch) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(ty_[], df)), dg)) -> new_lt(vwx150, vwx160, df) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(ty_[], bag)), bah), bba)) -> new_lt(vwx150, vwx160, bag) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(ty_[], bcc)), bba)) -> new_lt(vwx151, vwx161, bcc) 19.91/9.47 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.47 19.91/9.47 19.91/9.47 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(app(ty_@3, bbg), bbh), bca)), bah), bba)) -> new_lt3(vwx150, vwx160, bbg, bbh, bca) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare20(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(app(ty_@3, ee), ef), eg)), dg)) -> new_lt3(vwx150, vwx160, ee, ef, eg) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare20(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bcb), app(app(app(ty_@3, bda), bdb), bdc)), bba)) -> new_lt3(vwx151, vwx161, bda, bdb, bdc) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(ty_Maybe, cea), ccf) -> new_lt0(vwx52, vwx55, cea) 19.91/9.48 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(ty_Maybe, ccg), cce, ccf) -> new_lt0(vwx51, vwx54, ccg) 19.91/9.48 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(app(ty_Either, ced), cee), ccf) -> new_lt2(vwx52, vwx55, ced, cee) 19.91/9.48 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(ty_Either, cdb), cdc), cce, ccf) -> new_lt2(vwx51, vwx54, cdb, cdc) 19.91/9.48 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(ty_[], ccd), cce, ccf) -> new_lt(vwx51, vwx54, ccd) 19.91/9.48 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(ty_[], cdh), ccf) -> new_lt(vwx52, vwx55, cdh) 19.91/9.48 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(app(ty_@3, cdd), cde), cdf), cce, ccf) -> new_lt3(vwx51, vwx54, cdd, cde, cdf) 19.91/9.48 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_compare24(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, cdg, app(app(app(ty_@3, cef), ceg), ceh), ccf) -> new_lt3(vwx52, vwx55, cef, ceg, ceh) 19.91/9.48 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 19.91/9.48 19.91/9.48 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (23) 19.91/9.48 YES 19.91/9.48 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (24) 19.91/9.48 Obligation: 19.91/9.48 Q DP problem: 19.91/9.48 The TRS P consists of the following rules: 19.91/9.48 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, gh), ge) -> new_esEs1(vwx300, vwx400, gh) 19.91/9.48 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx300, vwx400, bdh, bea) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx302, vwx402, bb, bc, bd) 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx301, vwx401, ff) 19.91/9.48 new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_[], cb)) -> new_esEs3(vwx302, vwx402, cb) 19.91/9.48 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx301, vwx401, cg, da) 19.91/9.48 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx300, vwx400, gb, gc, gd) 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx301, vwx401, fc, fd) 19.91/9.48 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 19.91/9.48 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 19.91/9.48 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx301, vwx401, fg, fh) 19.91/9.48 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdg)) -> new_esEs1(vwx300, vwx400, bdg) 19.91/9.48 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], beb)) -> new_esEs3(vwx300, vwx400, beb) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_[], de), cf) -> new_esEs3(vwx301, vwx401, de) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx300, vwx400, ec) 19.91/9.48 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 19.91/9.48 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx301, vwx401, db) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ef), ba, cf) -> new_esEs3(vwx300, vwx400, ef) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx301, vwx401, cc, cd, ce) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx302, vwx402, bh, ca) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx302, vwx402, be, bf) 19.91/9.48 new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 19.91/9.48 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hc), ge) -> new_esEs3(vwx300, vwx400, hc) 19.91/9.48 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), bda) -> new_esEs3(vwx301, vwx401, bda) 19.91/9.48 new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx302, vwx402, bg) 19.91/9.48 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx300, vwx400, bdb, bdc, bdd) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx301, vwx401, dc, dd) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx300, vwx400, df, dg, dh) 19.91/9.48 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 19.91/9.48 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 19.91/9.48 new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 19.91/9.48 new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 19.91/9.48 new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx300, vwx400, ed, ee) 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], ga)) -> new_esEs3(vwx301, vwx401, ga) 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx300, vwx400, gf, gg) 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx300, vwx400, ha, hb) 19.91/9.48 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx300, vwx400, ea, eb) 19.91/9.48 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx301, vwx401, eh, fa, fb) 19.91/9.48 19.91/9.48 R is empty. 19.91/9.48 Q is empty. 19.91/9.48 We have to consider all minimal (P,Q,R)-chains. 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (25) QDPSizeChangeProof (EQUIVALENT) 19.91/9.48 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. 19.91/9.48 19.91/9.48 From the DPs we obtained the following set of size-change graphs: 19.91/9.48 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx300, vwx400, bdb, bdc, bdd) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx300, vwx400, bdh, bea) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdg)) -> new_esEs1(vwx300, vwx400, bdg) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx301, vwx401, cg, da) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx302, vwx402, be, bf) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx300, vwx400, ea, eb) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx301, vwx401, fc, fd) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx300, vwx400, gf, gg) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_[], cb)) -> new_esEs3(vwx302, vwx402, cb) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_[], de), cf) -> new_esEs3(vwx301, vwx401, de) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ef), ba, cf) -> new_esEs3(vwx300, vwx400, ef) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], beb)) -> new_esEs3(vwx300, vwx400, beb) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), bda) -> new_esEs3(vwx301, vwx401, bda) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hc), ge) -> new_esEs3(vwx300, vwx400, hc) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], ga)) -> new_esEs3(vwx301, vwx401, ga) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx302, vwx402, bb, bc, bd) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx301, vwx401, cc, cd, ce) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx300, vwx400, df, dg, dh) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx302, vwx402, bh, ca) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx301, vwx401, dc, dd) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx300, vwx400, ed, ee) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx300, vwx400, ec) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx301, vwx401, db) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx302, vwx402, bg) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx300, vwx400, gb, gc, gd) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx301, vwx401, eh, fa, fb) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx301, vwx401, fg, fh) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx300, vwx400, ha, hb) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, gh), ge) -> new_esEs1(vwx300, vwx400, gh) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.91/9.48 19.91/9.48 19.91/9.48 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx301, vwx401, ff) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.91/9.48 19.91/9.48 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (26) 19.91/9.48 YES 19.91/9.48 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (27) 19.91/9.48 Obligation: 19.91/9.48 Q DP problem: 19.91/9.48 The TRS P consists of the following rules: 19.91/9.48 19.91/9.48 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 19.91/9.48 19.91/9.48 R is empty. 19.91/9.48 Q is empty. 19.91/9.48 We have to consider all minimal (P,Q,R)-chains. 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (28) QDPSizeChangeProof (EQUIVALENT) 19.91/9.48 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. 19.91/9.48 19.91/9.48 From the DPs we obtained the following set of size-change graphs: 19.91/9.48 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2 19.91/9.48 19.91/9.48 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (29) 19.91/9.48 YES 19.91/9.48 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (30) 19.91/9.48 Obligation: 19.91/9.48 Q DP problem: 19.91/9.48 The TRS P consists of the following rules: 19.91/9.48 19.91/9.48 new_primPlusNat(Succ(vwx14400), Succ(vwx41000)) -> new_primPlusNat(vwx14400, vwx41000) 19.91/9.48 19.91/9.48 R is empty. 19.91/9.48 Q is empty. 19.91/9.48 We have to consider all minimal (P,Q,R)-chains. 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (31) QDPSizeChangeProof (EQUIVALENT) 19.91/9.48 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. 19.91/9.48 19.91/9.48 From the DPs we obtained the following set of size-change graphs: 19.91/9.48 *new_primPlusNat(Succ(vwx14400), Succ(vwx41000)) -> new_primPlusNat(vwx14400, vwx41000) 19.91/9.48 The graph contains the following edges 1 > 1, 2 > 2 19.91/9.48 19.91/9.48 19.91/9.48 ---------------------------------------- 19.91/9.48 19.91/9.48 (32) 19.91/9.48 YES 20.10/9.55 EOF