22.17/9.42 YES 24.85/10.14 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 24.85/10.14 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 24.85/10.14 24.85/10.14 24.85/10.14 H-Termination with start terms of the given HASKELL could be proven: 24.85/10.14 24.85/10.14 (0) HASKELL 24.85/10.14 (1) CR [EQUIVALENT, 0 ms] 24.85/10.14 (2) HASKELL 24.85/10.14 (3) IFR [EQUIVALENT, 0 ms] 24.85/10.14 (4) HASKELL 24.85/10.14 (5) BR [EQUIVALENT, 0 ms] 24.85/10.14 (6) HASKELL 24.85/10.14 (7) COR [EQUIVALENT, 13 ms] 24.85/10.14 (8) HASKELL 24.85/10.14 (9) LetRed [EQUIVALENT, 0 ms] 24.85/10.14 (10) HASKELL 24.85/10.14 (11) NumRed [SOUND, 0 ms] 24.85/10.14 (12) HASKELL 24.85/10.14 (13) Narrow [SOUND, 0 ms] 24.85/10.14 (14) AND 24.85/10.14 (15) QDP 24.85/10.14 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 24.85/10.14 (17) YES 24.85/10.14 (18) QDP 24.85/10.14 (19) QDPSizeChangeProof [EQUIVALENT, 60 ms] 24.85/10.14 (20) YES 24.85/10.14 (21) QDP 24.85/10.14 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 24.85/10.14 (23) YES 24.85/10.14 (24) QDP 24.85/10.14 (25) QDPSizeChangeProof [EQUIVALENT, 2 ms] 24.85/10.14 (26) YES 24.85/10.14 (27) QDP 24.85/10.14 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 24.85/10.14 (29) YES 24.85/10.14 (30) QDP 24.85/10.14 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 24.85/10.14 (32) YES 24.85/10.14 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (0) 24.85/10.14 Obligation: 24.85/10.14 mainModule Main 24.85/10.14 module Main where { 24.85/10.14 import qualified Prelude; 24.85/10.14 } 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (1) CR (EQUIVALENT) 24.85/10.14 Case Reductions: 24.85/10.14 The following Case expression 24.85/10.14 "case compare x y of { 24.85/10.14 EQ -> o; 24.85/10.14 LT -> LT; 24.85/10.14 GT -> GT} 24.85/10.14 " 24.85/10.14 is transformed to 24.85/10.14 "primCompAux0 o EQ = o; 24.85/10.14 primCompAux0 o LT = LT; 24.85/10.14 primCompAux0 o GT = GT; 24.85/10.14 " 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (2) 24.85/10.14 Obligation: 24.85/10.14 mainModule Main 24.85/10.14 module Main where { 24.85/10.14 import qualified Prelude; 24.85/10.14 } 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (3) IFR (EQUIVALENT) 24.85/10.14 If Reductions: 24.85/10.14 The following If expression 24.85/10.14 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 24.85/10.14 is transformed to 24.85/10.14 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 24.85/10.14 primDivNatS0 x y False = Zero; 24.85/10.14 " 24.85/10.14 The following If expression 24.85/10.14 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 24.85/10.14 is transformed to 24.85/10.14 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 24.85/10.14 primModNatS0 x y False = Succ x; 24.85/10.14 " 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (4) 24.85/10.14 Obligation: 24.85/10.14 mainModule Main 24.85/10.14 module Main where { 24.85/10.14 import qualified Prelude; 24.85/10.14 } 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (5) BR (EQUIVALENT) 24.85/10.14 Replaced joker patterns by fresh variables and removed binding patterns. 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (6) 24.85/10.14 Obligation: 24.85/10.14 mainModule Main 24.85/10.14 module Main where { 24.85/10.14 import qualified Prelude; 24.85/10.14 } 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (7) COR (EQUIVALENT) 24.85/10.14 Cond Reductions: 24.85/10.14 The following Function with conditions 24.85/10.14 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 24.85/10.14 " 24.85/10.14 is transformed to 24.85/10.14 "compare x y = compare3 x y; 24.85/10.14 " 24.85/10.14 "compare0 x y True = GT; 24.85/10.14 " 24.85/10.14 "compare2 x y True = EQ; 24.85/10.14 compare2 x y False = compare1 x y (x <= y); 24.85/10.14 " 24.85/10.14 "compare1 x y True = LT; 24.85/10.14 compare1 x y False = compare0 x y otherwise; 24.85/10.14 " 24.85/10.14 "compare3 x y = compare2 x y (x == y); 24.85/10.14 " 24.85/10.14 The following Function with conditions 24.85/10.14 "absReal x|x >= 0x|otherwise`negate` x; 24.85/10.14 " 24.85/10.14 is transformed to 24.85/10.14 "absReal x = absReal2 x; 24.85/10.14 " 24.85/10.14 "absReal0 x True = `negate` x; 24.85/10.14 " 24.85/10.14 "absReal1 x True = x; 24.85/10.14 absReal1 x False = absReal0 x otherwise; 24.85/10.14 " 24.85/10.14 "absReal2 x = absReal1 x (x >= 0); 24.85/10.14 " 24.85/10.14 The following Function with conditions 24.85/10.14 "gcd' x 0 = x; 24.85/10.14 gcd' x y = gcd' y (x `rem` y); 24.85/10.14 " 24.85/10.14 is transformed to 24.85/10.14 "gcd' x zx = gcd'2 x zx; 24.85/10.14 gcd' x y = gcd'0 x y; 24.85/10.14 " 24.85/10.14 "gcd'0 x y = gcd' y (x `rem` y); 24.85/10.14 " 24.85/10.14 "gcd'1 True x zx = x; 24.85/10.14 gcd'1 zy zz vuu = gcd'0 zz vuu; 24.85/10.14 " 24.85/10.14 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 24.85/10.14 gcd'2 vuv vuw = gcd'0 vuv vuw; 24.85/10.14 " 24.85/10.14 The following Function with conditions 24.85/10.14 "gcd 0 0 = error []; 24.85/10.14 gcd x y = gcd' (abs x) (abs y) where { 24.85/10.14 gcd' x 0 = x; 24.85/10.14 gcd' x y = gcd' y (x `rem` y); 24.85/10.14 } 24.85/10.14 ; 24.85/10.14 " 24.85/10.14 is transformed to 24.85/10.14 "gcd vux vuy = gcd3 vux vuy; 24.85/10.14 gcd x y = gcd0 x y; 24.85/10.14 " 24.85/10.14 "gcd0 x y = gcd' (abs x) (abs y) where { 24.85/10.14 gcd' x zx = gcd'2 x zx; 24.85/10.14 gcd' x y = gcd'0 x y; 24.85/10.14 ; 24.85/10.14 gcd'0 x y = gcd' y (x `rem` y); 24.85/10.14 ; 24.85/10.14 gcd'1 True x zx = x; 24.85/10.14 gcd'1 zy zz vuu = gcd'0 zz vuu; 24.85/10.14 ; 24.85/10.14 gcd'2 x zx = gcd'1 (zx == 0) x zx; 24.85/10.14 gcd'2 vuv vuw = gcd'0 vuv vuw; 24.85/10.14 } 24.85/10.14 ; 24.85/10.14 " 24.85/10.14 "gcd1 True vux vuy = error []; 24.85/10.14 gcd1 vuz vvu vvv = gcd0 vvu vvv; 24.85/10.14 " 24.85/10.14 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 24.85/10.14 gcd2 vvw vvx vvy = gcd0 vvx vvy; 24.85/10.14 " 24.85/10.14 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 24.85/10.14 gcd3 vvz vwu = gcd0 vvz vwu; 24.85/10.14 " 24.85/10.14 The following Function with conditions 24.85/10.14 "undefined |Falseundefined; 24.85/10.14 " 24.85/10.14 is transformed to 24.85/10.14 "undefined = undefined1; 24.85/10.14 " 24.85/10.14 "undefined0 True = undefined; 24.85/10.14 " 24.85/10.14 "undefined1 = undefined0 False; 24.85/10.14 " 24.85/10.14 The following Function with conditions 24.85/10.14 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 24.85/10.14 d = gcd x y; 24.85/10.14 } 24.85/10.14 ; 24.85/10.14 " 24.85/10.14 is transformed to 24.85/10.14 "reduce x y = reduce2 x y; 24.85/10.14 " 24.85/10.14 "reduce2 x y = reduce1 x y (y == 0) where { 24.85/10.14 d = gcd x y; 24.85/10.14 ; 24.85/10.14 reduce0 x y True = x `quot` d :% (y `quot` d); 24.85/10.14 ; 24.85/10.14 reduce1 x y True = error []; 24.85/10.14 reduce1 x y False = reduce0 x y otherwise; 24.85/10.14 } 24.85/10.14 ; 24.85/10.14 " 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (8) 24.85/10.14 Obligation: 24.85/10.14 mainModule Main 24.85/10.14 module Main where { 24.85/10.14 import qualified Prelude; 24.85/10.14 } 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (9) LetRed (EQUIVALENT) 24.85/10.14 Let/Where Reductions: 24.85/10.14 The bindings of the following Let/Where expression 24.85/10.14 "gcd' (abs x) (abs y) where { 24.85/10.14 gcd' x zx = gcd'2 x zx; 24.85/10.14 gcd' x y = gcd'0 x y; 24.85/10.14 ; 24.85/10.14 gcd'0 x y = gcd' y (x `rem` y); 24.85/10.14 ; 24.85/10.14 gcd'1 True x zx = x; 24.85/10.14 gcd'1 zy zz vuu = gcd'0 zz vuu; 24.85/10.14 ; 24.85/10.14 gcd'2 x zx = gcd'1 (zx == 0) x zx; 24.85/10.14 gcd'2 vuv vuw = gcd'0 vuv vuw; 24.85/10.14 } 24.85/10.14 " 24.85/10.14 are unpacked to the following functions on top level 24.85/10.14 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 24.85/10.14 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 24.85/10.14 " 24.85/10.14 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 24.85/10.14 gcd0Gcd' x y = gcd0Gcd'0 x y; 24.85/10.14 " 24.85/10.14 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 24.85/10.14 " 24.85/10.14 "gcd0Gcd'1 True x zx = x; 24.85/10.14 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 24.85/10.14 " 24.85/10.14 The bindings of the following Let/Where expression 24.85/10.14 "reduce1 x y (y == 0) where { 24.85/10.14 d = gcd x y; 24.85/10.14 ; 24.85/10.14 reduce0 x y True = x `quot` d :% (y `quot` d); 24.85/10.14 ; 24.85/10.14 reduce1 x y True = error []; 24.85/10.14 reduce1 x y False = reduce0 x y otherwise; 24.85/10.14 } 24.85/10.14 " 24.85/10.14 are unpacked to the following functions on top level 24.85/10.14 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 24.85/10.14 " 24.85/10.14 "reduce2D vwv vww = gcd vwv vww; 24.85/10.14 " 24.85/10.14 "reduce2Reduce1 vwv vww x y True = error []; 24.85/10.14 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 24.85/10.14 " 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (10) 24.85/10.14 Obligation: 24.85/10.14 mainModule Main 24.85/10.14 module Main where { 24.85/10.14 import qualified Prelude; 24.85/10.14 } 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (11) NumRed (SOUND) 24.85/10.14 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (12) 24.85/10.14 Obligation: 24.85/10.14 mainModule Main 24.85/10.14 module Main where { 24.85/10.14 import qualified Prelude; 24.85/10.14 } 24.85/10.14 24.85/10.14 ---------------------------------------- 24.85/10.14 24.85/10.14 (13) Narrow (SOUND) 24.85/10.14 Haskell To QDPs 24.85/10.14 24.85/10.14 digraph dp_graph { 24.85/10.14 node [outthreshold=100, inthreshold=100];1[label="(>=)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 24.85/10.14 3[label="(>=) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 24.85/10.14 4[label="(>=) vwx3 vwx4",fontsize=16,color="blue",shape="box"];5122[label=">= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5122[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5122 -> 5[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5123[label=">= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5123[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5123 -> 6[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5124[label=">= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5124[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5124 -> 7[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5125[label=">= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5125[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5125 -> 8[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5126[label=">= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5126[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5126 -> 9[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5127[label=">= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5127[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5127 -> 10[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5128[label=">= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5128[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5128 -> 11[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5129[label=">= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5129[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5129 -> 12[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5130[label=">= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5130[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5130 -> 13[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5131[label=">= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5131[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5131 -> 14[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5132[label=">= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5132[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5132 -> 15[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5133[label=">= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5133[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5133 -> 16[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5134[label=">= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5134[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5134 -> 17[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5135[label=">= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 5135[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5135 -> 18[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];5 -> 19[label="",style="solid", color="black", weight=3]; 24.85/10.14 6[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];6 -> 20[label="",style="solid", color="black", weight=3]; 24.85/10.14 7[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];7 -> 21[label="",style="solid", color="black", weight=3]; 24.85/10.14 8[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];8 -> 22[label="",style="solid", color="black", weight=3]; 24.85/10.14 9[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];9 -> 23[label="",style="solid", color="black", weight=3]; 24.85/10.14 10[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];10 -> 24[label="",style="solid", color="black", weight=3]; 24.85/10.14 11[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];11 -> 25[label="",style="solid", color="black", weight=3]; 24.85/10.14 12[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];12 -> 26[label="",style="solid", color="black", weight=3]; 24.85/10.14 13[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];13 -> 27[label="",style="solid", color="black", weight=3]; 24.85/10.14 14[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];14 -> 28[label="",style="solid", color="black", weight=3]; 24.85/10.14 15[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];15 -> 29[label="",style="solid", color="black", weight=3]; 24.85/10.14 16[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];16 -> 30[label="",style="solid", color="black", weight=3]; 24.85/10.14 17[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];17 -> 31[label="",style="solid", color="black", weight=3]; 24.85/10.14 18[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="box"];18 -> 32[label="",style="solid", color="black", weight=3]; 24.85/10.14 19[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];19 -> 33[label="",style="solid", color="black", weight=3]; 24.85/10.14 20[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];20 -> 34[label="",style="solid", color="black", weight=3]; 24.85/10.14 21[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];21 -> 35[label="",style="solid", color="black", weight=3]; 24.85/10.14 22[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];22 -> 36[label="",style="solid", color="black", weight=3]; 24.85/10.14 23[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];23 -> 37[label="",style="solid", color="black", weight=3]; 24.85/10.14 24[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];24 -> 38[label="",style="solid", color="black", weight=3]; 24.85/10.14 25[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];25 -> 39[label="",style="solid", color="black", weight=3]; 24.85/10.14 26[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];26 -> 40[label="",style="solid", color="black", weight=3]; 24.85/10.14 27[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];27 -> 41[label="",style="solid", color="black", weight=3]; 24.85/10.14 28[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];28 -> 42[label="",style="solid", color="black", weight=3]; 24.85/10.14 29[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];29 -> 43[label="",style="solid", color="black", weight=3]; 24.85/10.14 30[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];30 -> 44[label="",style="solid", color="black", weight=3]; 24.85/10.14 31[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];31 -> 45[label="",style="solid", color="black", weight=3]; 24.85/10.14 32[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];32 -> 46[label="",style="solid", color="black", weight=3]; 24.85/10.14 33 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 33[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];33 -> 2298[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 34 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 34[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];34 -> 2299[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 35 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 35[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];35 -> 2300[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 36 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 36[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];36 -> 2301[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 37 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 37[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];37 -> 2302[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 38 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 38[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];38 -> 2303[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 39 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 39[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];39 -> 2304[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 40 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 40[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];40 -> 2305[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 41 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 41[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];41 -> 2306[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 42 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 42[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];42 -> 2307[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 43 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 43[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];43 -> 2308[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 44 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 44[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];44 -> 2309[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 45 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 45[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];45 -> 2310[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 46 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.14 46[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];46 -> 2311[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2298 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2298[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2298 -> 2410[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2297[label="not vwx148",fontsize=16,color="burlywood",shape="triangle"];5136[label="vwx148/False",fontsize=10,color="white",style="solid",shape="box"];2297 -> 5136[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5136 -> 2318[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5137[label="vwx148/True",fontsize=10,color="white",style="solid",shape="box"];2297 -> 5137[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5137 -> 2319[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2299 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2299[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2299 -> 2411[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2300 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2300[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2300 -> 2412[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2301 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2301[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2301 -> 2413[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2302 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2302[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2302 -> 2414[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2303 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2303[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2303 -> 2415[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2304 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2304[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2304 -> 2416[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2305 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2305[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2305 -> 2417[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2306 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2306[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2306 -> 2418[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2307 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2307[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2307 -> 2419[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2308 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2308[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2308 -> 2420[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2309 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2309[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2309 -> 2421[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2310 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2310[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2310 -> 2422[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2311 -> 2409[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2311[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];2311 -> 2423[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2410[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2410 -> 2449[label="",style="solid", color="black", weight=3]; 24.85/10.14 2409[label="vwx151 == LT",fontsize=16,color="burlywood",shape="triangle"];5138[label="vwx151/LT",fontsize=10,color="white",style="solid",shape="box"];2409 -> 5138[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5138 -> 2450[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5139[label="vwx151/EQ",fontsize=10,color="white",style="solid",shape="box"];2409 -> 5139[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5139 -> 2451[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5140[label="vwx151/GT",fontsize=10,color="white",style="solid",shape="box"];2409 -> 5140[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5140 -> 2452[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2318[label="not False",fontsize=16,color="black",shape="box"];2318 -> 2335[label="",style="solid", color="black", weight=3]; 24.85/10.14 2319[label="not True",fontsize=16,color="black",shape="box"];2319 -> 2336[label="",style="solid", color="black", weight=3]; 24.85/10.14 2411[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];5141[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];2411 -> 5141[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5141 -> 2453[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5142[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];2411 -> 5142[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5142 -> 2454[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2412[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2412 -> 2455[label="",style="solid", color="black", weight=3]; 24.85/10.14 2413[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2413 -> 2456[label="",style="solid", color="black", weight=3]; 24.85/10.14 2414[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2414 -> 2457[label="",style="solid", color="black", weight=3]; 24.85/10.14 2415[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2415 -> 2458[label="",style="solid", color="black", weight=3]; 24.85/10.14 2416[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];5143[label="vwx3/()",fontsize=10,color="white",style="solid",shape="box"];2416 -> 5143[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5143 -> 2459[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2417[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];5144[label="vwx3/vwx30 :% vwx31",fontsize=10,color="white",style="solid",shape="box"];2417 -> 5144[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5144 -> 2460[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2418[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];5145[label="vwx3/Integer vwx30",fontsize=10,color="white",style="solid",shape="box"];2418 -> 5145[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5145 -> 2461[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2419[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2419 -> 2462[label="",style="solid", color="black", weight=3]; 24.85/10.14 2420[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2420 -> 2463[label="",style="solid", color="black", weight=3]; 24.85/10.14 2421[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2421 -> 2464[label="",style="solid", color="black", weight=3]; 24.85/10.14 2422[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2422 -> 2465[label="",style="solid", color="black", weight=3]; 24.85/10.14 2423[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];2423 -> 2466[label="",style="solid", color="black", weight=3]; 24.85/10.14 2449[label="primCmpFloat vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];5146[label="vwx3/Float vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];2449 -> 5146[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5146 -> 2467[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2450[label="LT == LT",fontsize=16,color="black",shape="box"];2450 -> 2468[label="",style="solid", color="black", weight=3]; 24.85/10.14 2451[label="EQ == LT",fontsize=16,color="black",shape="box"];2451 -> 2469[label="",style="solid", color="black", weight=3]; 24.85/10.14 2452[label="GT == LT",fontsize=16,color="black",shape="box"];2452 -> 2470[label="",style="solid", color="black", weight=3]; 24.85/10.14 2335[label="True",fontsize=16,color="green",shape="box"];2336[label="False",fontsize=16,color="green",shape="box"];2453[label="compare (vwx30 : vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];5147[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];2453 -> 5147[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5147 -> 2471[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5148[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];2453 -> 5148[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5148 -> 2472[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2454[label="compare [] vwx4",fontsize=16,color="burlywood",shape="box"];5149[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];2454 -> 5149[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5149 -> 2473[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5150[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];2454 -> 5150[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5150 -> 2474[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2455[label="primCmpChar vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];5151[label="vwx3/Char vwx30",fontsize=10,color="white",style="solid",shape="box"];2455 -> 5151[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5151 -> 2475[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2456[label="primCmpInt vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];5152[label="vwx3/Pos vwx30",fontsize=10,color="white",style="solid",shape="box"];2456 -> 5152[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5152 -> 2476[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5153[label="vwx3/Neg vwx30",fontsize=10,color="white",style="solid",shape="box"];2456 -> 5153[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5153 -> 2477[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2457[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];2457 -> 2478[label="",style="solid", color="black", weight=3]; 24.85/10.14 2458[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];2458 -> 2479[label="",style="solid", color="black", weight=3]; 24.85/10.14 2459[label="compare () vwx4",fontsize=16,color="burlywood",shape="box"];5154[label="vwx4/()",fontsize=10,color="white",style="solid",shape="box"];2459 -> 5154[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5154 -> 2480[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2460[label="compare (vwx30 :% vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];5155[label="vwx4/vwx40 :% vwx41",fontsize=10,color="white",style="solid",shape="box"];2460 -> 5155[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5155 -> 2481[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2461[label="compare (Integer vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];5156[label="vwx4/Integer vwx40",fontsize=10,color="white",style="solid",shape="box"];2461 -> 5156[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5156 -> 2482[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2462[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];2462 -> 2483[label="",style="solid", color="black", weight=3]; 24.85/10.14 2463[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];2463 -> 2484[label="",style="solid", color="black", weight=3]; 24.85/10.14 2464[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];2464 -> 2485[label="",style="solid", color="black", weight=3]; 24.85/10.14 2465[label="primCmpDouble vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];5157[label="vwx3/Double vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];2465 -> 5157[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5157 -> 2486[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2466[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];2466 -> 2487[label="",style="solid", color="black", weight=3]; 24.85/10.14 2467[label="primCmpFloat (Float vwx30 vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];5158[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];2467 -> 5158[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5158 -> 2488[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5159[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];2467 -> 5159[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5159 -> 2489[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2468[label="True",fontsize=16,color="green",shape="box"];2469[label="False",fontsize=16,color="green",shape="box"];2470[label="False",fontsize=16,color="green",shape="box"];2471[label="compare (vwx30 : vwx31) (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];2471 -> 2490[label="",style="solid", color="black", weight=3]; 24.85/10.14 2472[label="compare (vwx30 : vwx31) []",fontsize=16,color="black",shape="box"];2472 -> 2491[label="",style="solid", color="black", weight=3]; 24.85/10.14 2473[label="compare [] (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];2473 -> 2492[label="",style="solid", color="black", weight=3]; 24.85/10.14 2474[label="compare [] []",fontsize=16,color="black",shape="box"];2474 -> 2493[label="",style="solid", color="black", weight=3]; 24.85/10.14 2475[label="primCmpChar (Char vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];5160[label="vwx4/Char vwx40",fontsize=10,color="white",style="solid",shape="box"];2475 -> 5160[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5160 -> 2494[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2476[label="primCmpInt (Pos vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];5161[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];2476 -> 5161[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5161 -> 2495[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5162[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];2476 -> 5162[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5162 -> 2496[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2477[label="primCmpInt (Neg vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];5163[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];2477 -> 5163[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5163 -> 2497[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5164[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];2477 -> 5164[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5164 -> 2498[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2478[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];5165[label="vwx3/LT",fontsize=10,color="white",style="solid",shape="box"];2478 -> 5165[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5165 -> 2499[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5166[label="vwx3/EQ",fontsize=10,color="white",style="solid",shape="box"];2478 -> 5166[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5166 -> 2500[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5167[label="vwx3/GT",fontsize=10,color="white",style="solid",shape="box"];2478 -> 5167[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5167 -> 2501[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2479[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];5168[label="vwx3/False",fontsize=10,color="white",style="solid",shape="box"];2479 -> 5168[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5168 -> 2502[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5169[label="vwx3/True",fontsize=10,color="white",style="solid",shape="box"];2479 -> 5169[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5169 -> 2503[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2480[label="compare () ()",fontsize=16,color="black",shape="box"];2480 -> 2504[label="",style="solid", color="black", weight=3]; 24.85/10.14 2481[label="compare (vwx30 :% vwx31) (vwx40 :% vwx41)",fontsize=16,color="black",shape="box"];2481 -> 2505[label="",style="solid", color="black", weight=3]; 24.85/10.14 2482[label="compare (Integer vwx30) (Integer vwx40)",fontsize=16,color="black",shape="box"];2482 -> 2506[label="",style="solid", color="black", weight=3]; 24.85/10.14 2483[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];5170[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];2483 -> 5170[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5170 -> 2507[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5171[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];2483 -> 5171[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5171 -> 2508[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2484[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];5172[label="vwx3/(vwx30,vwx31)",fontsize=10,color="white",style="solid",shape="box"];2484 -> 5172[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5172 -> 2509[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2485[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];5173[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];2485 -> 5173[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5173 -> 2510[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5174[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];2485 -> 5174[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5174 -> 2511[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2486[label="primCmpDouble (Double vwx30 vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];5175[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];2486 -> 5175[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5175 -> 2512[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5176[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];2486 -> 5176[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5176 -> 2513[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2487[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];5177[label="vwx3/(vwx30,vwx31,vwx32)",fontsize=10,color="white",style="solid",shape="box"];2487 -> 5177[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5177 -> 2514[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2488[label="primCmpFloat (Float vwx30 (Pos vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];5178[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];2488 -> 5178[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5178 -> 2515[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2489[label="primCmpFloat (Float vwx30 (Neg vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];5179[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];2489 -> 5179[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5179 -> 2516[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2490 -> 2517[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2490[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="magenta"];2490 -> 2518[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2491[label="GT",fontsize=16,color="green",shape="box"];2492[label="LT",fontsize=16,color="green",shape="box"];2493[label="EQ",fontsize=16,color="green",shape="box"];2494[label="primCmpChar (Char vwx30) (Char vwx40)",fontsize=16,color="black",shape="box"];2494 -> 2519[label="",style="solid", color="black", weight=3]; 24.85/10.14 2495[label="primCmpInt (Pos (Succ vwx300)) vwx4",fontsize=16,color="burlywood",shape="box"];5180[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];2495 -> 5180[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5180 -> 2520[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5181[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];2495 -> 5181[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5181 -> 2521[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2496[label="primCmpInt (Pos Zero) vwx4",fontsize=16,color="burlywood",shape="box"];5182[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];2496 -> 5182[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5182 -> 2522[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5183[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];2496 -> 5183[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5183 -> 2523[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2497[label="primCmpInt (Neg (Succ vwx300)) vwx4",fontsize=16,color="burlywood",shape="box"];5184[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];2497 -> 5184[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5184 -> 2524[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5185[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];2497 -> 5185[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5185 -> 2525[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2498[label="primCmpInt (Neg Zero) vwx4",fontsize=16,color="burlywood",shape="box"];5186[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];2498 -> 5186[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5186 -> 2526[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5187[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];2498 -> 5187[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5187 -> 2527[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2499[label="compare2 LT vwx4 (LT == vwx4)",fontsize=16,color="burlywood",shape="box"];5188[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];2499 -> 5188[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5188 -> 2528[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5189[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];2499 -> 5189[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5189 -> 2529[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5190[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];2499 -> 5190[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5190 -> 2530[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2500[label="compare2 EQ vwx4 (EQ == vwx4)",fontsize=16,color="burlywood",shape="box"];5191[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];2500 -> 5191[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5191 -> 2531[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5192[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];2500 -> 5192[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5192 -> 2532[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5193[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];2500 -> 5193[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5193 -> 2533[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2501[label="compare2 GT vwx4 (GT == vwx4)",fontsize=16,color="burlywood",shape="box"];5194[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];2501 -> 5194[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5194 -> 2534[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5195[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];2501 -> 5195[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5195 -> 2535[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5196[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];2501 -> 5196[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5196 -> 2536[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2502[label="compare2 False vwx4 (False == vwx4)",fontsize=16,color="burlywood",shape="box"];5197[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];2502 -> 5197[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5197 -> 2537[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5198[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];2502 -> 5198[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5198 -> 2538[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2503[label="compare2 True vwx4 (True == vwx4)",fontsize=16,color="burlywood",shape="box"];5199[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];2503 -> 5199[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5199 -> 2539[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5200[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];2503 -> 5200[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5200 -> 2540[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2504[label="EQ",fontsize=16,color="green",shape="box"];2505[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="blue",shape="box"];5201[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2505 -> 5201[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5201 -> 2541[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5202[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2505 -> 5202[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5202 -> 2542[label="",style="solid", color="blue", weight=3]; 24.85/10.14 2506 -> 2456[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2506[label="primCmpInt vwx30 vwx40",fontsize=16,color="magenta"];2506 -> 2543[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2506 -> 2544[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2507[label="compare2 Nothing vwx4 (Nothing == vwx4)",fontsize=16,color="burlywood",shape="box"];5203[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];2507 -> 5203[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5203 -> 2545[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5204[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];2507 -> 5204[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5204 -> 2546[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2508[label="compare2 (Just vwx30) vwx4 (Just vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];5205[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5205[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5205 -> 2547[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5206[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];2508 -> 5206[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5206 -> 2548[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2509[label="compare2 (vwx30,vwx31) vwx4 ((vwx30,vwx31) == vwx4)",fontsize=16,color="burlywood",shape="box"];5207[label="vwx4/(vwx40,vwx41)",fontsize=10,color="white",style="solid",shape="box"];2509 -> 5207[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5207 -> 2549[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2510[label="compare2 (Left vwx30) vwx4 (Left vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];5208[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];2510 -> 5208[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5208 -> 2550[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5209[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];2510 -> 5209[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5209 -> 2551[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2511[label="compare2 (Right vwx30) vwx4 (Right vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];5210[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];2511 -> 5210[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5210 -> 2552[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5211[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];2511 -> 5211[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5211 -> 2553[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2512[label="primCmpDouble (Double vwx30 (Pos vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];5212[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];2512 -> 5212[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5212 -> 2554[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2513[label="primCmpDouble (Double vwx30 (Neg vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];5213[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];2513 -> 5213[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5213 -> 2555[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2514[label="compare2 (vwx30,vwx31,vwx32) vwx4 ((vwx30,vwx31,vwx32) == vwx4)",fontsize=16,color="burlywood",shape="box"];5214[label="vwx4/(vwx40,vwx41,vwx42)",fontsize=10,color="white",style="solid",shape="box"];2514 -> 5214[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5214 -> 2556[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2515[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];5215[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];2515 -> 5215[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5215 -> 2557[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5216[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];2515 -> 5216[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5216 -> 2558[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2516[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];5217[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];2516 -> 5217[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5217 -> 2559[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5218[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];2516 -> 5218[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5218 -> 2560[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2518 -> 2411[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2518[label="compare vwx31 vwx41",fontsize=16,color="magenta"];2518 -> 2561[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2518 -> 2562[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2517[label="primCompAux vwx30 vwx40 vwx152",fontsize=16,color="black",shape="triangle"];2517 -> 2563[label="",style="solid", color="black", weight=3]; 24.85/10.14 2519[label="primCmpNat vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];5219[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];2519 -> 5219[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5219 -> 2564[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5220[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];2519 -> 5220[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5220 -> 2565[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2520[label="primCmpInt (Pos (Succ vwx300)) (Pos vwx40)",fontsize=16,color="black",shape="box"];2520 -> 2566[label="",style="solid", color="black", weight=3]; 24.85/10.14 2521[label="primCmpInt (Pos (Succ vwx300)) (Neg vwx40)",fontsize=16,color="black",shape="box"];2521 -> 2567[label="",style="solid", color="black", weight=3]; 24.85/10.14 2522[label="primCmpInt (Pos Zero) (Pos vwx40)",fontsize=16,color="burlywood",shape="box"];5221[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];2522 -> 5221[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5221 -> 2568[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5222[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];2522 -> 5222[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5222 -> 2569[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2523[label="primCmpInt (Pos Zero) (Neg vwx40)",fontsize=16,color="burlywood",shape="box"];5223[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];2523 -> 5223[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5223 -> 2570[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5224[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];2523 -> 5224[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5224 -> 2571[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2524[label="primCmpInt (Neg (Succ vwx300)) (Pos vwx40)",fontsize=16,color="black",shape="box"];2524 -> 2572[label="",style="solid", color="black", weight=3]; 24.85/10.14 2525[label="primCmpInt (Neg (Succ vwx300)) (Neg vwx40)",fontsize=16,color="black",shape="box"];2525 -> 2573[label="",style="solid", color="black", weight=3]; 24.85/10.14 2526[label="primCmpInt (Neg Zero) (Pos vwx40)",fontsize=16,color="burlywood",shape="box"];5225[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];2526 -> 5225[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5225 -> 2574[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5226[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];2526 -> 5226[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5226 -> 2575[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2527[label="primCmpInt (Neg Zero) (Neg vwx40)",fontsize=16,color="burlywood",shape="box"];5227[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];2527 -> 5227[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5227 -> 2576[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5228[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];2527 -> 5228[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5228 -> 2577[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2528[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];2528 -> 2578[label="",style="solid", color="black", weight=3]; 24.85/10.14 2529[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];2529 -> 2579[label="",style="solid", color="black", weight=3]; 24.85/10.14 2530[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];2530 -> 2580[label="",style="solid", color="black", weight=3]; 24.85/10.14 2531[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];2531 -> 2581[label="",style="solid", color="black", weight=3]; 24.85/10.14 2532[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];2532 -> 2582[label="",style="solid", color="black", weight=3]; 24.85/10.14 2533[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];2533 -> 2583[label="",style="solid", color="black", weight=3]; 24.85/10.14 2534[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];2534 -> 2584[label="",style="solid", color="black", weight=3]; 24.85/10.14 2535[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];2535 -> 2585[label="",style="solid", color="black", weight=3]; 24.85/10.14 2536[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];2536 -> 2586[label="",style="solid", color="black", weight=3]; 24.85/10.14 2537[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];2537 -> 2587[label="",style="solid", color="black", weight=3]; 24.85/10.14 2538[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];2538 -> 2588[label="",style="solid", color="black", weight=3]; 24.85/10.14 2539[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];2539 -> 2589[label="",style="solid", color="black", weight=3]; 24.85/10.14 2540[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];2540 -> 2590[label="",style="solid", color="black", weight=3]; 24.85/10.14 2541 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2541[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="magenta"];2541 -> 2591[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2541 -> 2592[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2542 -> 2418[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2542[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="magenta"];2542 -> 2593[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2542 -> 2594[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2543[label="vwx30",fontsize=16,color="green",shape="box"];2544[label="vwx40",fontsize=16,color="green",shape="box"];2545[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];2545 -> 2595[label="",style="solid", color="black", weight=3]; 24.85/10.14 2546[label="compare2 Nothing (Just vwx40) (Nothing == Just vwx40)",fontsize=16,color="black",shape="box"];2546 -> 2596[label="",style="solid", color="black", weight=3]; 24.85/10.14 2547[label="compare2 (Just vwx30) Nothing (Just vwx30 == Nothing)",fontsize=16,color="black",shape="box"];2547 -> 2597[label="",style="solid", color="black", weight=3]; 24.85/10.14 2548[label="compare2 (Just vwx30) (Just vwx40) (Just vwx30 == Just vwx40)",fontsize=16,color="black",shape="box"];2548 -> 2598[label="",style="solid", color="black", weight=3]; 24.85/10.14 2549[label="compare2 (vwx30,vwx31) (vwx40,vwx41) ((vwx30,vwx31) == (vwx40,vwx41))",fontsize=16,color="black",shape="box"];2549 -> 2599[label="",style="solid", color="black", weight=3]; 24.85/10.14 2550[label="compare2 (Left vwx30) (Left vwx40) (Left vwx30 == Left vwx40)",fontsize=16,color="black",shape="box"];2550 -> 2600[label="",style="solid", color="black", weight=3]; 24.85/10.14 2551[label="compare2 (Left vwx30) (Right vwx40) (Left vwx30 == Right vwx40)",fontsize=16,color="black",shape="box"];2551 -> 2601[label="",style="solid", color="black", weight=3]; 24.85/10.14 2552[label="compare2 (Right vwx30) (Left vwx40) (Right vwx30 == Left vwx40)",fontsize=16,color="black",shape="box"];2552 -> 2602[label="",style="solid", color="black", weight=3]; 24.85/10.14 2553[label="compare2 (Right vwx30) (Right vwx40) (Right vwx30 == Right vwx40)",fontsize=16,color="black",shape="box"];2553 -> 2603[label="",style="solid", color="black", weight=3]; 24.85/10.14 2554[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];5229[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];2554 -> 5229[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5229 -> 2604[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5230[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];2554 -> 5230[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5230 -> 2605[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2555[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];5231[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];2555 -> 5231[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5231 -> 2606[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5232[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];2555 -> 5232[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5232 -> 2607[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2556[label="compare2 (vwx30,vwx31,vwx32) (vwx40,vwx41,vwx42) ((vwx30,vwx31,vwx32) == (vwx40,vwx41,vwx42))",fontsize=16,color="black",shape="box"];2556 -> 2608[label="",style="solid", color="black", weight=3]; 24.85/10.14 2557[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];2557 -> 2609[label="",style="solid", color="black", weight=3]; 24.85/10.14 2558[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];2558 -> 2610[label="",style="solid", color="black", weight=3]; 24.85/10.14 2559[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];2559 -> 2611[label="",style="solid", color="black", weight=3]; 24.85/10.14 2560[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];2560 -> 2612[label="",style="solid", color="black", weight=3]; 24.85/10.14 2561[label="vwx31",fontsize=16,color="green",shape="box"];2562[label="vwx41",fontsize=16,color="green",shape="box"];2563 -> 2613[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2563[label="primCompAux0 vwx152 (compare vwx30 vwx40)",fontsize=16,color="magenta"];2563 -> 2614[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2563 -> 2615[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2564[label="primCmpNat (Succ vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];5233[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];2564 -> 5233[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5233 -> 2616[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5234[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];2564 -> 5234[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5234 -> 2617[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2565[label="primCmpNat Zero vwx40",fontsize=16,color="burlywood",shape="box"];5235[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];2565 -> 5235[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5235 -> 2618[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5236[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];2565 -> 5236[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5236 -> 2619[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2566 -> 2519[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2566[label="primCmpNat (Succ vwx300) vwx40",fontsize=16,color="magenta"];2566 -> 2620[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2566 -> 2621[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2567[label="GT",fontsize=16,color="green",shape="box"];2568[label="primCmpInt (Pos Zero) (Pos (Succ vwx400))",fontsize=16,color="black",shape="box"];2568 -> 2622[label="",style="solid", color="black", weight=3]; 24.85/10.14 2569[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2569 -> 2623[label="",style="solid", color="black", weight=3]; 24.85/10.14 2570[label="primCmpInt (Pos Zero) (Neg (Succ vwx400))",fontsize=16,color="black",shape="box"];2570 -> 2624[label="",style="solid", color="black", weight=3]; 24.85/10.14 2571[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2571 -> 2625[label="",style="solid", color="black", weight=3]; 24.85/10.14 2572[label="LT",fontsize=16,color="green",shape="box"];2573 -> 2519[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2573[label="primCmpNat vwx40 (Succ vwx300)",fontsize=16,color="magenta"];2573 -> 2626[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2573 -> 2627[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2574[label="primCmpInt (Neg Zero) (Pos (Succ vwx400))",fontsize=16,color="black",shape="box"];2574 -> 2628[label="",style="solid", color="black", weight=3]; 24.85/10.14 2575[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2575 -> 2629[label="",style="solid", color="black", weight=3]; 24.85/10.14 2576[label="primCmpInt (Neg Zero) (Neg (Succ vwx400))",fontsize=16,color="black",shape="box"];2576 -> 2630[label="",style="solid", color="black", weight=3]; 24.85/10.14 2577[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2577 -> 2631[label="",style="solid", color="black", weight=3]; 24.85/10.14 2578[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];2578 -> 2632[label="",style="solid", color="black", weight=3]; 24.85/10.14 2579[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];2579 -> 2633[label="",style="solid", color="black", weight=3]; 24.85/10.14 2580[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];2580 -> 2634[label="",style="solid", color="black", weight=3]; 24.85/10.14 2581[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];2581 -> 2635[label="",style="solid", color="black", weight=3]; 24.85/10.14 2582[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];2582 -> 2636[label="",style="solid", color="black", weight=3]; 24.85/10.14 2583[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];2583 -> 2637[label="",style="solid", color="black", weight=3]; 24.85/10.14 2584[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];2584 -> 2638[label="",style="solid", color="black", weight=3]; 24.85/10.14 2585[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];2585 -> 2639[label="",style="solid", color="black", weight=3]; 24.85/10.14 2586[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];2586 -> 2640[label="",style="solid", color="black", weight=3]; 24.85/10.14 2587[label="compare2 False False True",fontsize=16,color="black",shape="box"];2587 -> 2641[label="",style="solid", color="black", weight=3]; 24.85/10.14 2588[label="compare2 False True False",fontsize=16,color="black",shape="box"];2588 -> 2642[label="",style="solid", color="black", weight=3]; 24.85/10.14 2589[label="compare2 True False False",fontsize=16,color="black",shape="box"];2589 -> 2643[label="",style="solid", color="black", weight=3]; 24.85/10.14 2590[label="compare2 True True True",fontsize=16,color="black",shape="box"];2590 -> 2644[label="",style="solid", color="black", weight=3]; 24.85/10.14 2591[label="vwx30 * vwx41",fontsize=16,color="black",shape="triangle"];2591 -> 2645[label="",style="solid", color="black", weight=3]; 24.85/10.14 2592 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2592[label="vwx40 * vwx31",fontsize=16,color="magenta"];2592 -> 2646[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2592 -> 2647[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2593[label="vwx30 * vwx41",fontsize=16,color="burlywood",shape="triangle"];5237[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];2593 -> 5237[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5237 -> 2648[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2594 -> 2593[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2594[label="vwx40 * vwx31",fontsize=16,color="magenta"];2594 -> 2649[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2594 -> 2650[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2595[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];2595 -> 2651[label="",style="solid", color="black", weight=3]; 24.85/10.14 2596[label="compare2 Nothing (Just vwx40) False",fontsize=16,color="black",shape="box"];2596 -> 2652[label="",style="solid", color="black", weight=3]; 24.85/10.14 2597[label="compare2 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];2597 -> 2653[label="",style="solid", color="black", weight=3]; 24.85/10.14 2598 -> 2654[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2598[label="compare2 (Just vwx30) (Just vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];2598 -> 2655[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2598 -> 2656[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2598 -> 2657[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2599 -> 3093[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2599[label="compare2 (vwx30,vwx31) (vwx40,vwx41) (vwx30 == vwx40 && vwx31 == vwx41)",fontsize=16,color="magenta"];2599 -> 3094[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2599 -> 3095[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2599 -> 3096[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2599 -> 3097[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2599 -> 3098[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2600 -> 2664[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2600[label="compare2 (Left vwx30) (Left vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];2600 -> 2665[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2600 -> 2666[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2600 -> 2667[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2601[label="compare2 (Left vwx30) (Right vwx40) False",fontsize=16,color="black",shape="box"];2601 -> 2668[label="",style="solid", color="black", weight=3]; 24.85/10.14 2602[label="compare2 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];2602 -> 2669[label="",style="solid", color="black", weight=3]; 24.85/10.14 2603 -> 2670[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2603[label="compare2 (Right vwx30) (Right vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];2603 -> 2671[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2603 -> 2672[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2603 -> 2673[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2604[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];2604 -> 2674[label="",style="solid", color="black", weight=3]; 24.85/10.14 2605[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];2605 -> 2675[label="",style="solid", color="black", weight=3]; 24.85/10.14 2606[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];2606 -> 2676[label="",style="solid", color="black", weight=3]; 24.85/10.14 2607[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];2607 -> 2677[label="",style="solid", color="black", weight=3]; 24.85/10.14 2608 -> 3140[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2608[label="compare2 (vwx30,vwx31,vwx32) (vwx40,vwx41,vwx42) (vwx30 == vwx40 && vwx31 == vwx41 && vwx32 == vwx42)",fontsize=16,color="magenta"];2608 -> 3141[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2608 -> 3142[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2608 -> 3143[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2608 -> 3144[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2608 -> 3145[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2608 -> 3146[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2608 -> 3147[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2609 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2609[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];2609 -> 2686[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2609 -> 2687[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2610 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2610[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];2610 -> 2688[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2610 -> 2689[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2611 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2611[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];2611 -> 2690[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2611 -> 2691[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2612 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2612[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];2612 -> 2692[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2612 -> 2693[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2614[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];5238[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5238[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5238 -> 2694[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5239[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5239[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5239 -> 2695[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5240[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5240[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5240 -> 2696[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5241[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5241[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5241 -> 2697[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5242[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5242[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5242 -> 2698[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5243[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5243[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5243 -> 2699[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5244[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5244[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5244 -> 2700[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5245[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5245[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5245 -> 2701[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5246[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5246[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5246 -> 2702[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5247[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5247[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5247 -> 2703[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5248[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5248[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5248 -> 2704[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5249[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5249[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5249 -> 2705[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5250[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5250[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5250 -> 2706[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5251[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2614 -> 5251[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5251 -> 2707[label="",style="solid", color="blue", weight=3]; 24.85/10.14 2615[label="vwx152",fontsize=16,color="green",shape="box"];2613[label="primCompAux0 vwx156 vwx157",fontsize=16,color="burlywood",shape="triangle"];5252[label="vwx157/LT",fontsize=10,color="white",style="solid",shape="box"];2613 -> 5252[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5252 -> 2708[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5253[label="vwx157/EQ",fontsize=10,color="white",style="solid",shape="box"];2613 -> 5253[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5253 -> 2709[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5254[label="vwx157/GT",fontsize=10,color="white",style="solid",shape="box"];2613 -> 5254[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5254 -> 2710[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2616[label="primCmpNat (Succ vwx300) (Succ vwx400)",fontsize=16,color="black",shape="box"];2616 -> 2711[label="",style="solid", color="black", weight=3]; 24.85/10.14 2617[label="primCmpNat (Succ vwx300) Zero",fontsize=16,color="black",shape="box"];2617 -> 2712[label="",style="solid", color="black", weight=3]; 24.85/10.14 2618[label="primCmpNat Zero (Succ vwx400)",fontsize=16,color="black",shape="box"];2618 -> 2713[label="",style="solid", color="black", weight=3]; 24.85/10.14 2619[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2619 -> 2714[label="",style="solid", color="black", weight=3]; 24.85/10.14 2620[label="vwx40",fontsize=16,color="green",shape="box"];2621[label="Succ vwx300",fontsize=16,color="green",shape="box"];2622 -> 2519[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2622[label="primCmpNat Zero (Succ vwx400)",fontsize=16,color="magenta"];2622 -> 2715[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2622 -> 2716[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2623[label="EQ",fontsize=16,color="green",shape="box"];2624[label="GT",fontsize=16,color="green",shape="box"];2625[label="EQ",fontsize=16,color="green",shape="box"];2626[label="Succ vwx300",fontsize=16,color="green",shape="box"];2627[label="vwx40",fontsize=16,color="green",shape="box"];2628[label="LT",fontsize=16,color="green",shape="box"];2629[label="EQ",fontsize=16,color="green",shape="box"];2630 -> 2519[label="",style="dashed", color="red", weight=0]; 24.85/10.14 2630[label="primCmpNat (Succ vwx400) Zero",fontsize=16,color="magenta"];2630 -> 2717[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2630 -> 2718[label="",style="dashed", color="magenta", weight=3]; 24.85/10.14 2631[label="EQ",fontsize=16,color="green",shape="box"];2632[label="EQ",fontsize=16,color="green",shape="box"];2633[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];2633 -> 2719[label="",style="solid", color="black", weight=3]; 24.85/10.14 2634[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];2634 -> 2720[label="",style="solid", color="black", weight=3]; 24.85/10.14 2635[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];2635 -> 2721[label="",style="solid", color="black", weight=3]; 24.85/10.14 2636[label="EQ",fontsize=16,color="green",shape="box"];2637[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];2637 -> 2722[label="",style="solid", color="black", weight=3]; 24.85/10.14 2638[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];2638 -> 2723[label="",style="solid", color="black", weight=3]; 24.85/10.14 2639[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];2639 -> 2724[label="",style="solid", color="black", weight=3]; 24.85/10.14 2640[label="EQ",fontsize=16,color="green",shape="box"];2641[label="EQ",fontsize=16,color="green",shape="box"];2642[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];2642 -> 2725[label="",style="solid", color="black", weight=3]; 24.85/10.14 2643[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];2643 -> 2726[label="",style="solid", color="black", weight=3]; 24.85/10.14 2644[label="EQ",fontsize=16,color="green",shape="box"];2645[label="primMulInt vwx30 vwx41",fontsize=16,color="burlywood",shape="triangle"];5255[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];2645 -> 5255[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5255 -> 2727[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 5256[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];2645 -> 5256[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5256 -> 2728[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2646[label="vwx40",fontsize=16,color="green",shape="box"];2647[label="vwx31",fontsize=16,color="green",shape="box"];2648[label="Integer vwx300 * vwx41",fontsize=16,color="burlywood",shape="box"];5257[label="vwx41/Integer vwx410",fontsize=10,color="white",style="solid",shape="box"];2648 -> 5257[label="",style="solid", color="burlywood", weight=9]; 24.85/10.14 5257 -> 2729[label="",style="solid", color="burlywood", weight=3]; 24.85/10.14 2649[label="vwx40",fontsize=16,color="green",shape="box"];2650[label="vwx31",fontsize=16,color="green",shape="box"];2651[label="EQ",fontsize=16,color="green",shape="box"];2652[label="compare1 Nothing (Just vwx40) (Nothing <= Just vwx40)",fontsize=16,color="black",shape="box"];2652 -> 2730[label="",style="solid", color="black", weight=3]; 24.85/10.14 2653[label="compare1 (Just vwx30) Nothing (Just vwx30 <= Nothing)",fontsize=16,color="black",shape="box"];2653 -> 2731[label="",style="solid", color="black", weight=3]; 24.85/10.14 2655[label="vwx30",fontsize=16,color="green",shape="box"];2656[label="vwx40",fontsize=16,color="green",shape="box"];2657[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];5258[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5258[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5258 -> 2732[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5259[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5259[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5259 -> 2733[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5260[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5260[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5260 -> 2734[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5261[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5261[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5261 -> 2735[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5262[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5262[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5262 -> 2736[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5263[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5263[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5263 -> 2737[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5264[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5264[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5264 -> 2738[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5265[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5265[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5265 -> 2739[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5266[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5266[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5266 -> 2740[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5267[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5267[label="",style="solid", color="blue", weight=9]; 24.85/10.14 5267 -> 2741[label="",style="solid", color="blue", weight=3]; 24.85/10.14 5268[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5268[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5268 -> 2742[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5269[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5269[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5269 -> 2743[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5270[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5270[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5270 -> 2744[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5271[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2657 -> 5271[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5271 -> 2745[label="",style="solid", color="blue", weight=3]; 24.85/10.15 2654[label="compare2 (Just vwx162) (Just vwx163) vwx164",fontsize=16,color="burlywood",shape="triangle"];5272[label="vwx164/False",fontsize=10,color="white",style="solid",shape="box"];2654 -> 5272[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5272 -> 2746[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5273[label="vwx164/True",fontsize=10,color="white",style="solid",shape="box"];2654 -> 5273[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5273 -> 2747[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3094[label="vwx31",fontsize=16,color="green",shape="box"];3095[label="vwx40",fontsize=16,color="green",shape="box"];3096 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3096[label="vwx30 == vwx40 && vwx31 == vwx41",fontsize=16,color="magenta"];3096 -> 3173[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3096 -> 3174[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3097[label="vwx30",fontsize=16,color="green",shape="box"];3098[label="vwx41",fontsize=16,color="green",shape="box"];3093[label="compare2 (vwx211,vwx212) (vwx213,vwx214) vwx215",fontsize=16,color="burlywood",shape="triangle"];5274[label="vwx215/False",fontsize=10,color="white",style="solid",shape="box"];3093 -> 5274[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5274 -> 3118[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5275[label="vwx215/True",fontsize=10,color="white",style="solid",shape="box"];3093 -> 5275[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5275 -> 3119[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2665[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];5276[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5276[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5276 -> 2764[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5277[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5277[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5277 -> 2765[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5278[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5278[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5278 -> 2766[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5279[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5279[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5279 -> 2767[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5280[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5280[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5280 -> 2768[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5281[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5281[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5281 -> 2769[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5282[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5282[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5282 -> 2770[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5283[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5283[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5283 -> 2771[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5284[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5284[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5284 -> 2772[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5285[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5285[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5285 -> 2773[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5286[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5286[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5286 -> 2774[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5287[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5287[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5287 -> 2775[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5288[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5288[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5288 -> 2776[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5289[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2665 -> 5289[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5289 -> 2777[label="",style="solid", color="blue", weight=3]; 24.85/10.15 2666[label="vwx30",fontsize=16,color="green",shape="box"];2667[label="vwx40",fontsize=16,color="green",shape="box"];2664[label="compare2 (Left vwx180) (Left vwx181) vwx182",fontsize=16,color="burlywood",shape="triangle"];5290[label="vwx182/False",fontsize=10,color="white",style="solid",shape="box"];2664 -> 5290[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5290 -> 2778[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5291[label="vwx182/True",fontsize=10,color="white",style="solid",shape="box"];2664 -> 5291[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5291 -> 2779[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2668[label="compare1 (Left vwx30) (Right vwx40) (Left vwx30 <= Right vwx40)",fontsize=16,color="black",shape="box"];2668 -> 2780[label="",style="solid", color="black", weight=3]; 24.85/10.15 2669[label="compare1 (Right vwx30) (Left vwx40) (Right vwx30 <= Left vwx40)",fontsize=16,color="black",shape="box"];2669 -> 2781[label="",style="solid", color="black", weight=3]; 24.85/10.15 2671[label="vwx30",fontsize=16,color="green",shape="box"];2672[label="vwx40",fontsize=16,color="green",shape="box"];2673[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];5292[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5292[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5292 -> 2782[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5293[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5293[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5293 -> 2783[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5294[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5294[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5294 -> 2784[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5295[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5295[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5295 -> 2785[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5296[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5296[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5296 -> 2786[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5297[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5297[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5297 -> 2787[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5298[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5298[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5298 -> 2788[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5299[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5299[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5299 -> 2789[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5300[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5300[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5300 -> 2790[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5301[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5301[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5301 -> 2791[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5302[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5302[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5302 -> 2792[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5303[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5303[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5303 -> 2793[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5304[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5304[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5304 -> 2794[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5305[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 5305[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5305 -> 2795[label="",style="solid", color="blue", weight=3]; 24.85/10.15 2670[label="compare2 (Right vwx187) (Right vwx188) vwx189",fontsize=16,color="burlywood",shape="triangle"];5306[label="vwx189/False",fontsize=10,color="white",style="solid",shape="box"];2670 -> 5306[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5306 -> 2796[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5307[label="vwx189/True",fontsize=10,color="white",style="solid",shape="box"];2670 -> 5307[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5307 -> 2797[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2674 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2674[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];2674 -> 2798[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2674 -> 2799[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2675 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2675[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];2675 -> 2800[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2675 -> 2801[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2676 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2676[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];2676 -> 2802[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2676 -> 2803[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2677 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2677[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];2677 -> 2804[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2677 -> 2805[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3141[label="vwx32",fontsize=16,color="green",shape="box"];3142[label="vwx31",fontsize=16,color="green",shape="box"];3143[label="vwx30",fontsize=16,color="green",shape="box"];3144[label="vwx40",fontsize=16,color="green",shape="box"];3145[label="vwx42",fontsize=16,color="green",shape="box"];3146[label="vwx41",fontsize=16,color="green",shape="box"];3147 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3147[label="vwx30 == vwx40 && vwx31 == vwx41 && vwx32 == vwx42",fontsize=16,color="magenta"];3147 -> 3175[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3147 -> 3176[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3140[label="compare2 (vwx198,vwx199,vwx200) (vwx201,vwx202,vwx203) vwx223",fontsize=16,color="burlywood",shape="triangle"];5308[label="vwx223/False",fontsize=10,color="white",style="solid",shape="box"];3140 -> 5308[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5308 -> 3156[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5309[label="vwx223/True",fontsize=10,color="white",style="solid",shape="box"];3140 -> 5309[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5309 -> 3157[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2686 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2686[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];2686 -> 2822[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2686 -> 2823[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2687 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2687[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];2687 -> 2824[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2687 -> 2825[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2688 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2688[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];2688 -> 2826[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2688 -> 2827[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2689 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2689[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];2689 -> 2828[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2689 -> 2829[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2690 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2690[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];2690 -> 2830[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2690 -> 2831[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2691 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2691[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];2691 -> 2832[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2691 -> 2833[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2692 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2692[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];2692 -> 2834[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2692 -> 2835[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2693 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2693[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];2693 -> 2836[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2693 -> 2837[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2694 -> 2410[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2694[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2694 -> 2838[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2694 -> 2839[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2695 -> 2411[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2695[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2695 -> 2840[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2695 -> 2841[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2696 -> 2412[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2696[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2696 -> 2842[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2696 -> 2843[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2697 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2697[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2697 -> 2844[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2697 -> 2845[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2698 -> 2414[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2698[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2698 -> 2846[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2698 -> 2847[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2699 -> 2415[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2699[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2699 -> 2848[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2699 -> 2849[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2700 -> 2416[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2700[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2700 -> 2850[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2700 -> 2851[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2701 -> 2417[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2701[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2701 -> 2852[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2701 -> 2853[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2702 -> 2418[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2702[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2702 -> 2854[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2702 -> 2855[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2703 -> 2419[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2703[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2703 -> 2856[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2703 -> 2857[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2704 -> 2420[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2704[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2704 -> 2858[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2704 -> 2859[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2705 -> 2421[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2705[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2705 -> 2860[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2705 -> 2861[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2706 -> 2422[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2706[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2706 -> 2862[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2706 -> 2863[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2707 -> 2423[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2707[label="compare vwx30 vwx40",fontsize=16,color="magenta"];2707 -> 2864[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2707 -> 2865[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2708[label="primCompAux0 vwx156 LT",fontsize=16,color="black",shape="box"];2708 -> 2866[label="",style="solid", color="black", weight=3]; 24.85/10.15 2709[label="primCompAux0 vwx156 EQ",fontsize=16,color="black",shape="box"];2709 -> 2867[label="",style="solid", color="black", weight=3]; 24.85/10.15 2710[label="primCompAux0 vwx156 GT",fontsize=16,color="black",shape="box"];2710 -> 2868[label="",style="solid", color="black", weight=3]; 24.85/10.15 2711 -> 2519[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2711[label="primCmpNat vwx300 vwx400",fontsize=16,color="magenta"];2711 -> 2869[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2711 -> 2870[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2712[label="GT",fontsize=16,color="green",shape="box"];2713[label="LT",fontsize=16,color="green",shape="box"];2714[label="EQ",fontsize=16,color="green",shape="box"];2715[label="Succ vwx400",fontsize=16,color="green",shape="box"];2716[label="Zero",fontsize=16,color="green",shape="box"];2717[label="Zero",fontsize=16,color="green",shape="box"];2718[label="Succ vwx400",fontsize=16,color="green",shape="box"];2719[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];2719 -> 2871[label="",style="solid", color="black", weight=3]; 24.85/10.15 2720[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];2720 -> 2872[label="",style="solid", color="black", weight=3]; 24.85/10.15 2721[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];2721 -> 2873[label="",style="solid", color="black", weight=3]; 24.85/10.15 2722[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];2722 -> 2874[label="",style="solid", color="black", weight=3]; 24.85/10.15 2723[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];2723 -> 2875[label="",style="solid", color="black", weight=3]; 24.85/10.15 2724[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];2724 -> 2876[label="",style="solid", color="black", weight=3]; 24.85/10.15 2725[label="compare1 False True True",fontsize=16,color="black",shape="box"];2725 -> 2877[label="",style="solid", color="black", weight=3]; 24.85/10.15 2726[label="compare1 True False False",fontsize=16,color="black",shape="box"];2726 -> 2878[label="",style="solid", color="black", weight=3]; 24.85/10.15 2727[label="primMulInt (Pos vwx300) vwx41",fontsize=16,color="burlywood",shape="box"];5310[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];2727 -> 5310[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5310 -> 2879[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5311[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];2727 -> 5311[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5311 -> 2880[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2728[label="primMulInt (Neg vwx300) vwx41",fontsize=16,color="burlywood",shape="box"];5312[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];2728 -> 5312[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5312 -> 2881[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5313[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];2728 -> 5313[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5313 -> 2882[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2729[label="Integer vwx300 * Integer vwx410",fontsize=16,color="black",shape="box"];2729 -> 2883[label="",style="solid", color="black", weight=3]; 24.85/10.15 2730[label="compare1 Nothing (Just vwx40) True",fontsize=16,color="black",shape="box"];2730 -> 2884[label="",style="solid", color="black", weight=3]; 24.85/10.15 2731[label="compare1 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];2731 -> 2885[label="",style="solid", color="black", weight=3]; 24.85/10.15 2732[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5314[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];2732 -> 5314[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5314 -> 2886[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2733[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];2733 -> 2887[label="",style="solid", color="black", weight=3]; 24.85/10.15 2734[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5315[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];2734 -> 5315[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5315 -> 2888[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2735[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];2735 -> 2889[label="",style="solid", color="black", weight=3]; 24.85/10.15 2736[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5316[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];2736 -> 5316[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5316 -> 2890[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2737[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5317[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];2737 -> 5317[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5317 -> 2891[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5318[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];2737 -> 5318[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5318 -> 2892[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2738[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5319[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];2738 -> 5319[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5319 -> 2893[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2739[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];2739 -> 2894[label="",style="solid", color="black", weight=3]; 24.85/10.15 2740[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];2740 -> 2895[label="",style="solid", color="black", weight=3]; 24.85/10.15 2741[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5320[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];2741 -> 5320[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5320 -> 2896[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5321[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];2741 -> 5321[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5321 -> 2897[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5322[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];2741 -> 5322[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5322 -> 2898[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2742[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5323[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];2742 -> 5323[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5323 -> 2899[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5324[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];2742 -> 5324[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5324 -> 2900[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2743[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5325[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];2743 -> 5325[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5325 -> 2901[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5326[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];2743 -> 5326[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5326 -> 2902[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2744[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5327[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];2744 -> 5327[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5327 -> 2903[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5328[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];2744 -> 5328[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5328 -> 2904[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2745[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];5329[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];2745 -> 5329[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5329 -> 2905[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2746[label="compare2 (Just vwx162) (Just vwx163) False",fontsize=16,color="black",shape="box"];2746 -> 2906[label="",style="solid", color="black", weight=3]; 24.85/10.15 2747[label="compare2 (Just vwx162) (Just vwx163) True",fontsize=16,color="black",shape="box"];2747 -> 2907[label="",style="solid", color="black", weight=3]; 24.85/10.15 3173[label="vwx31 == vwx41",fontsize=16,color="blue",shape="box"];5330[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5330[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5330 -> 3181[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5331[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5331[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5331 -> 3182[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5332[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5332[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5332 -> 3183[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5333[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5333[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5333 -> 3184[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5334[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5334[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5334 -> 3185[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5335[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5335[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5335 -> 3186[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5336[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5336[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5336 -> 3187[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5337[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5337[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5337 -> 3188[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5338[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5338[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5338 -> 3189[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5339[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5339[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5339 -> 3190[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5340[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5340[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5340 -> 3191[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5341[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5341[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5341 -> 3192[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5342[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5342[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5342 -> 3193[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5343[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3173 -> 5343[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5343 -> 3194[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3174[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];5344[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5344[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5344 -> 3195[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5345[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5345[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5345 -> 3196[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5346[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5346[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5346 -> 3197[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5347[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5347[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5347 -> 3198[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5348[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5348[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5348 -> 3199[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5349[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5349[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5349 -> 3200[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5350[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5350[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5350 -> 3201[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5351[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5351[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5351 -> 3202[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5352[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5352[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5352 -> 3203[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5353[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5353[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5353 -> 3204[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5354[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5354[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5354 -> 3205[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5355[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5355[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5355 -> 3206[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5356[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5356[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5356 -> 3207[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5357[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3174 -> 5357[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5357 -> 3208[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3172[label="vwx228 && vwx229",fontsize=16,color="burlywood",shape="triangle"];5358[label="vwx228/False",fontsize=10,color="white",style="solid",shape="box"];3172 -> 5358[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5358 -> 3209[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5359[label="vwx228/True",fontsize=10,color="white",style="solid",shape="box"];3172 -> 5359[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5359 -> 3210[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3118[label="compare2 (vwx211,vwx212) (vwx213,vwx214) False",fontsize=16,color="black",shape="box"];3118 -> 3211[label="",style="solid", color="black", weight=3]; 24.85/10.15 3119[label="compare2 (vwx211,vwx212) (vwx213,vwx214) True",fontsize=16,color="black",shape="box"];3119 -> 3212[label="",style="solid", color="black", weight=3]; 24.85/10.15 2764 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2764[label="vwx30 == vwx40",fontsize=16,color="magenta"];2764 -> 2938[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2764 -> 2939[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2765 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2765[label="vwx30 == vwx40",fontsize=16,color="magenta"];2765 -> 2940[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2765 -> 2941[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2766 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2766[label="vwx30 == vwx40",fontsize=16,color="magenta"];2766 -> 2942[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2766 -> 2943[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2767 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2767[label="vwx30 == vwx40",fontsize=16,color="magenta"];2767 -> 2944[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2767 -> 2945[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2768 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2768[label="vwx30 == vwx40",fontsize=16,color="magenta"];2768 -> 2946[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2768 -> 2947[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2769 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2769[label="vwx30 == vwx40",fontsize=16,color="magenta"];2769 -> 2948[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2769 -> 2949[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2770 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2770[label="vwx30 == vwx40",fontsize=16,color="magenta"];2770 -> 2950[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2770 -> 2951[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2771 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2771[label="vwx30 == vwx40",fontsize=16,color="magenta"];2771 -> 2952[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2771 -> 2953[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2772 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2772[label="vwx30 == vwx40",fontsize=16,color="magenta"];2772 -> 2954[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2772 -> 2955[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2773 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2773[label="vwx30 == vwx40",fontsize=16,color="magenta"];2773 -> 2956[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2773 -> 2957[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2774 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2774[label="vwx30 == vwx40",fontsize=16,color="magenta"];2774 -> 2958[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2774 -> 2959[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2775 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2775[label="vwx30 == vwx40",fontsize=16,color="magenta"];2775 -> 2960[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2775 -> 2961[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2776 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2776[label="vwx30 == vwx40",fontsize=16,color="magenta"];2776 -> 2962[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2776 -> 2963[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2777 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2777[label="vwx30 == vwx40",fontsize=16,color="magenta"];2777 -> 2964[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2777 -> 2965[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2778[label="compare2 (Left vwx180) (Left vwx181) False",fontsize=16,color="black",shape="box"];2778 -> 2966[label="",style="solid", color="black", weight=3]; 24.85/10.15 2779[label="compare2 (Left vwx180) (Left vwx181) True",fontsize=16,color="black",shape="box"];2779 -> 2967[label="",style="solid", color="black", weight=3]; 24.85/10.15 2780[label="compare1 (Left vwx30) (Right vwx40) True",fontsize=16,color="black",shape="box"];2780 -> 2968[label="",style="solid", color="black", weight=3]; 24.85/10.15 2781[label="compare1 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];2781 -> 2969[label="",style="solid", color="black", weight=3]; 24.85/10.15 2782 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2782[label="vwx30 == vwx40",fontsize=16,color="magenta"];2782 -> 2970[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2782 -> 2971[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2783 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2783[label="vwx30 == vwx40",fontsize=16,color="magenta"];2783 -> 2972[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2783 -> 2973[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2784 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2784[label="vwx30 == vwx40",fontsize=16,color="magenta"];2784 -> 2974[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2784 -> 2975[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2785 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2785[label="vwx30 == vwx40",fontsize=16,color="magenta"];2785 -> 2976[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2785 -> 2977[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2786 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2786[label="vwx30 == vwx40",fontsize=16,color="magenta"];2786 -> 2978[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2786 -> 2979[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2787 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2787[label="vwx30 == vwx40",fontsize=16,color="magenta"];2787 -> 2980[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2787 -> 2981[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2788 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2788[label="vwx30 == vwx40",fontsize=16,color="magenta"];2788 -> 2982[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2788 -> 2983[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2789 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2789[label="vwx30 == vwx40",fontsize=16,color="magenta"];2789 -> 2984[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2789 -> 2985[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2790 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2790[label="vwx30 == vwx40",fontsize=16,color="magenta"];2790 -> 2986[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2790 -> 2987[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2791 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2791[label="vwx30 == vwx40",fontsize=16,color="magenta"];2791 -> 2988[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2791 -> 2989[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2792 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2792[label="vwx30 == vwx40",fontsize=16,color="magenta"];2792 -> 2990[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2792 -> 2991[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2793 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2793[label="vwx30 == vwx40",fontsize=16,color="magenta"];2793 -> 2992[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2793 -> 2993[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2794 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2794[label="vwx30 == vwx40",fontsize=16,color="magenta"];2794 -> 2994[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2794 -> 2995[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2795 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2795[label="vwx30 == vwx40",fontsize=16,color="magenta"];2795 -> 2996[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2795 -> 2997[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2796[label="compare2 (Right vwx187) (Right vwx188) False",fontsize=16,color="black",shape="box"];2796 -> 2998[label="",style="solid", color="black", weight=3]; 24.85/10.15 2797[label="compare2 (Right vwx187) (Right vwx188) True",fontsize=16,color="black",shape="box"];2797 -> 2999[label="",style="solid", color="black", weight=3]; 24.85/10.15 2798 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2798[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];2798 -> 3000[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2798 -> 3001[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2799 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2799[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];2799 -> 3002[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2799 -> 3003[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2800 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2800[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];2800 -> 3004[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2800 -> 3005[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2801 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2801[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];2801 -> 3006[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2801 -> 3007[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2802 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2802[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];2802 -> 3008[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2802 -> 3009[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2803 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2803[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];2803 -> 3010[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2803 -> 3011[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2804 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2804[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];2804 -> 3012[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2804 -> 3013[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2805 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2805[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];2805 -> 3014[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2805 -> 3015[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3175 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3175[label="vwx31 == vwx41 && vwx32 == vwx42",fontsize=16,color="magenta"];3175 -> 3213[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3175 -> 3214[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3176[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];5360[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5360[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5360 -> 3215[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5361[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5361[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5361 -> 3216[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5362[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5362[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5362 -> 3217[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5363[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5363[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5363 -> 3218[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5364[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5364[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5364 -> 3219[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5365[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5365[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5365 -> 3220[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5366[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5366[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5366 -> 3221[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5367[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5367[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5367 -> 3222[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5368[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5368[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5368 -> 3223[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5369[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5369[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5369 -> 3224[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5370[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5370[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5370 -> 3225[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5371[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5371[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5371 -> 3226[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5372[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5372[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5372 -> 3227[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5373[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3176 -> 5373[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5373 -> 3228[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3156[label="compare2 (vwx198,vwx199,vwx200) (vwx201,vwx202,vwx203) False",fontsize=16,color="black",shape="box"];3156 -> 3229[label="",style="solid", color="black", weight=3]; 24.85/10.15 3157[label="compare2 (vwx198,vwx199,vwx200) (vwx201,vwx202,vwx203) True",fontsize=16,color="black",shape="box"];3157 -> 3230[label="",style="solid", color="black", weight=3]; 24.85/10.15 2822[label="vwx30",fontsize=16,color="green",shape="box"];2823[label="Pos vwx410",fontsize=16,color="green",shape="box"];2824[label="Pos vwx310",fontsize=16,color="green",shape="box"];2825[label="vwx40",fontsize=16,color="green",shape="box"];2826[label="vwx30",fontsize=16,color="green",shape="box"];2827[label="Pos vwx410",fontsize=16,color="green",shape="box"];2828[label="Neg vwx310",fontsize=16,color="green",shape="box"];2829[label="vwx40",fontsize=16,color="green",shape="box"];2830[label="vwx30",fontsize=16,color="green",shape="box"];2831[label="Neg vwx410",fontsize=16,color="green",shape="box"];2832[label="Pos vwx310",fontsize=16,color="green",shape="box"];2833[label="vwx40",fontsize=16,color="green",shape="box"];2834[label="vwx30",fontsize=16,color="green",shape="box"];2835[label="Neg vwx410",fontsize=16,color="green",shape="box"];2836[label="Neg vwx310",fontsize=16,color="green",shape="box"];2837[label="vwx40",fontsize=16,color="green",shape="box"];2838[label="vwx30",fontsize=16,color="green",shape="box"];2839[label="vwx40",fontsize=16,color="green",shape="box"];2840[label="vwx30",fontsize=16,color="green",shape="box"];2841[label="vwx40",fontsize=16,color="green",shape="box"];2842[label="vwx30",fontsize=16,color="green",shape="box"];2843[label="vwx40",fontsize=16,color="green",shape="box"];2844[label="vwx30",fontsize=16,color="green",shape="box"];2845[label="vwx40",fontsize=16,color="green",shape="box"];2846[label="vwx30",fontsize=16,color="green",shape="box"];2847[label="vwx40",fontsize=16,color="green",shape="box"];2848[label="vwx30",fontsize=16,color="green",shape="box"];2849[label="vwx40",fontsize=16,color="green",shape="box"];2850[label="vwx30",fontsize=16,color="green",shape="box"];2851[label="vwx40",fontsize=16,color="green",shape="box"];2852[label="vwx30",fontsize=16,color="green",shape="box"];2853[label="vwx40",fontsize=16,color="green",shape="box"];2854[label="vwx30",fontsize=16,color="green",shape="box"];2855[label="vwx40",fontsize=16,color="green",shape="box"];2856[label="vwx30",fontsize=16,color="green",shape="box"];2857[label="vwx40",fontsize=16,color="green",shape="box"];2858[label="vwx30",fontsize=16,color="green",shape="box"];2859[label="vwx40",fontsize=16,color="green",shape="box"];2860[label="vwx30",fontsize=16,color="green",shape="box"];2861[label="vwx40",fontsize=16,color="green",shape="box"];2862[label="vwx30",fontsize=16,color="green",shape="box"];2863[label="vwx40",fontsize=16,color="green",shape="box"];2864[label="vwx30",fontsize=16,color="green",shape="box"];2865[label="vwx40",fontsize=16,color="green",shape="box"];2866[label="LT",fontsize=16,color="green",shape="box"];2867[label="vwx156",fontsize=16,color="green",shape="box"];2868[label="GT",fontsize=16,color="green",shape="box"];2869[label="vwx400",fontsize=16,color="green",shape="box"];2870[label="vwx300",fontsize=16,color="green",shape="box"];2871[label="LT",fontsize=16,color="green",shape="box"];2872[label="LT",fontsize=16,color="green",shape="box"];2873[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];2873 -> 3046[label="",style="solid", color="black", weight=3]; 24.85/10.15 2874[label="LT",fontsize=16,color="green",shape="box"];2875[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];2875 -> 3047[label="",style="solid", color="black", weight=3]; 24.85/10.15 2876[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];2876 -> 3048[label="",style="solid", color="black", weight=3]; 24.85/10.15 2877[label="LT",fontsize=16,color="green",shape="box"];2878[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];2878 -> 3049[label="",style="solid", color="black", weight=3]; 24.85/10.15 2879[label="primMulInt (Pos vwx300) (Pos vwx410)",fontsize=16,color="black",shape="box"];2879 -> 3050[label="",style="solid", color="black", weight=3]; 24.85/10.15 2880[label="primMulInt (Pos vwx300) (Neg vwx410)",fontsize=16,color="black",shape="box"];2880 -> 3051[label="",style="solid", color="black", weight=3]; 24.85/10.15 2881[label="primMulInt (Neg vwx300) (Pos vwx410)",fontsize=16,color="black",shape="box"];2881 -> 3052[label="",style="solid", color="black", weight=3]; 24.85/10.15 2882[label="primMulInt (Neg vwx300) (Neg vwx410)",fontsize=16,color="black",shape="box"];2882 -> 3053[label="",style="solid", color="black", weight=3]; 24.85/10.15 2883[label="Integer (primMulInt vwx300 vwx410)",fontsize=16,color="green",shape="box"];2883 -> 3054[label="",style="dashed", color="green", weight=3]; 24.85/10.15 2884[label="LT",fontsize=16,color="green",shape="box"];2885[label="compare0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];2885 -> 3055[label="",style="solid", color="black", weight=3]; 24.85/10.15 2886[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];5374[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];2886 -> 5374[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5374 -> 3056[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2887[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];5375[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];2887 -> 5375[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5375 -> 3057[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2888[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];5376[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];2888 -> 5376[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5376 -> 3058[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2889[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];5377[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];2889 -> 5377[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5377 -> 3059[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2890[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];5378[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];2890 -> 5378[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5378 -> 3060[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2891[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];5379[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];2891 -> 5379[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5379 -> 3061[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5380[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];2891 -> 5380[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5380 -> 3062[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2892[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];5381[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];2892 -> 5381[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5381 -> 3063[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5382[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];2892 -> 5382[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5382 -> 3064[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2893[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];5383[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];2893 -> 5383[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5383 -> 3065[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2894[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];5384[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];2894 -> 5384[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5384 -> 3066[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5385[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];2894 -> 5385[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5385 -> 3067[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2895[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];5386[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];2895 -> 5386[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5386 -> 3068[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2896[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];5387[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];2896 -> 5387[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5387 -> 3069[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5388[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];2896 -> 5388[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5388 -> 3070[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5389[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];2896 -> 5389[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5389 -> 3071[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2897[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];5390[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];2897 -> 5390[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5390 -> 3072[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5391[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];2897 -> 5391[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5391 -> 3073[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5392[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];2897 -> 5392[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5392 -> 3074[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2898[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];5393[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];2898 -> 5393[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5393 -> 3075[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5394[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];2898 -> 5394[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5394 -> 3076[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5395[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];2898 -> 5395[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5395 -> 3077[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2899[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];5396[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];2899 -> 5396[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5396 -> 3078[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5397[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];2899 -> 5397[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5397 -> 3079[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2900[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];5398[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];2900 -> 5398[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5398 -> 3080[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5399[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];2900 -> 5399[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5399 -> 3081[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2901[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];5400[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];2901 -> 5400[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5400 -> 3082[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5401[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];2901 -> 5401[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5401 -> 3083[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2902[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];5402[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];2902 -> 5402[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5402 -> 3084[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5403[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];2902 -> 5403[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5403 -> 3085[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2903[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];5404[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];2903 -> 5404[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5404 -> 3086[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5405[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];2903 -> 5405[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5405 -> 3087[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2904[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];5406[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];2904 -> 5406[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5406 -> 3088[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5407[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];2904 -> 5407[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5407 -> 3089[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2905[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];5408[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];2905 -> 5408[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5408 -> 3090[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 2906 -> 3279[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2906[label="compare1 (Just vwx162) (Just vwx163) (Just vwx162 <= Just vwx163)",fontsize=16,color="magenta"];2906 -> 3280[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2906 -> 3281[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2906 -> 3282[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2907[label="EQ",fontsize=16,color="green",shape="box"];3181 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3181[label="vwx31 == vwx41",fontsize=16,color="magenta"];3181 -> 3286[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3181 -> 3287[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3182 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3182[label="vwx31 == vwx41",fontsize=16,color="magenta"];3182 -> 3288[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3182 -> 3289[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3183 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3183[label="vwx31 == vwx41",fontsize=16,color="magenta"];3183 -> 3290[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3183 -> 3291[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3184 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3184[label="vwx31 == vwx41",fontsize=16,color="magenta"];3184 -> 3292[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3184 -> 3293[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3185 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3185[label="vwx31 == vwx41",fontsize=16,color="magenta"];3185 -> 3294[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3185 -> 3295[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3186 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3186[label="vwx31 == vwx41",fontsize=16,color="magenta"];3186 -> 3296[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3186 -> 3297[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3187 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3187[label="vwx31 == vwx41",fontsize=16,color="magenta"];3187 -> 3298[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3187 -> 3299[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3188 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3188[label="vwx31 == vwx41",fontsize=16,color="magenta"];3188 -> 3300[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3188 -> 3301[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3189 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3189[label="vwx31 == vwx41",fontsize=16,color="magenta"];3189 -> 3302[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3189 -> 3303[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3190 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3190[label="vwx31 == vwx41",fontsize=16,color="magenta"];3190 -> 3304[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3190 -> 3305[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3191 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3191[label="vwx31 == vwx41",fontsize=16,color="magenta"];3191 -> 3306[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3191 -> 3307[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3192 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3192[label="vwx31 == vwx41",fontsize=16,color="magenta"];3192 -> 3308[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3192 -> 3309[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3193 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3193[label="vwx31 == vwx41",fontsize=16,color="magenta"];3193 -> 3310[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3193 -> 3311[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3194 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3194[label="vwx31 == vwx41",fontsize=16,color="magenta"];3194 -> 3312[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3194 -> 3313[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3195 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3195[label="vwx30 == vwx40",fontsize=16,color="magenta"];3195 -> 3314[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3195 -> 3315[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3196 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3196[label="vwx30 == vwx40",fontsize=16,color="magenta"];3196 -> 3316[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3196 -> 3317[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3197 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3197[label="vwx30 == vwx40",fontsize=16,color="magenta"];3197 -> 3318[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3197 -> 3319[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3198 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3198[label="vwx30 == vwx40",fontsize=16,color="magenta"];3198 -> 3320[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3198 -> 3321[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3199 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3199[label="vwx30 == vwx40",fontsize=16,color="magenta"];3199 -> 3322[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3199 -> 3323[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3200 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3200[label="vwx30 == vwx40",fontsize=16,color="magenta"];3200 -> 3324[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3200 -> 3325[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3201 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3201[label="vwx30 == vwx40",fontsize=16,color="magenta"];3201 -> 3326[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3201 -> 3327[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3202 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3202[label="vwx30 == vwx40",fontsize=16,color="magenta"];3202 -> 3328[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3202 -> 3329[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3203 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3203[label="vwx30 == vwx40",fontsize=16,color="magenta"];3203 -> 3330[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3203 -> 3331[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3204 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3204[label="vwx30 == vwx40",fontsize=16,color="magenta"];3204 -> 3332[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3204 -> 3333[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3205 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3205[label="vwx30 == vwx40",fontsize=16,color="magenta"];3205 -> 3334[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3205 -> 3335[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3206 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3206[label="vwx30 == vwx40",fontsize=16,color="magenta"];3206 -> 3336[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3206 -> 3337[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3207 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3207[label="vwx30 == vwx40",fontsize=16,color="magenta"];3207 -> 3338[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3207 -> 3339[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3208 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3208[label="vwx30 == vwx40",fontsize=16,color="magenta"];3208 -> 3340[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3208 -> 3341[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3209[label="False && vwx229",fontsize=16,color="black",shape="box"];3209 -> 3342[label="",style="solid", color="black", weight=3]; 24.85/10.15 3210[label="True && vwx229",fontsize=16,color="black",shape="box"];3210 -> 3343[label="",style="solid", color="black", weight=3]; 24.85/10.15 3211[label="compare1 (vwx211,vwx212) (vwx213,vwx214) ((vwx211,vwx212) <= (vwx213,vwx214))",fontsize=16,color="black",shape="box"];3211 -> 3344[label="",style="solid", color="black", weight=3]; 24.85/10.15 3212[label="EQ",fontsize=16,color="green",shape="box"];2938[label="vwx30",fontsize=16,color="green",shape="box"];2939[label="vwx40",fontsize=16,color="green",shape="box"];2940[label="vwx30",fontsize=16,color="green",shape="box"];2941[label="vwx40",fontsize=16,color="green",shape="box"];2942[label="vwx30",fontsize=16,color="green",shape="box"];2943[label="vwx40",fontsize=16,color="green",shape="box"];2944[label="vwx30",fontsize=16,color="green",shape="box"];2945[label="vwx40",fontsize=16,color="green",shape="box"];2946[label="vwx30",fontsize=16,color="green",shape="box"];2947[label="vwx40",fontsize=16,color="green",shape="box"];2948[label="vwx30",fontsize=16,color="green",shape="box"];2949[label="vwx40",fontsize=16,color="green",shape="box"];2950[label="vwx30",fontsize=16,color="green",shape="box"];2951[label="vwx40",fontsize=16,color="green",shape="box"];2952[label="vwx30",fontsize=16,color="green",shape="box"];2953[label="vwx40",fontsize=16,color="green",shape="box"];2954[label="vwx30",fontsize=16,color="green",shape="box"];2955[label="vwx40",fontsize=16,color="green",shape="box"];2956[label="vwx30",fontsize=16,color="green",shape="box"];2957[label="vwx40",fontsize=16,color="green",shape="box"];2958[label="vwx30",fontsize=16,color="green",shape="box"];2959[label="vwx40",fontsize=16,color="green",shape="box"];2960[label="vwx30",fontsize=16,color="green",shape="box"];2961[label="vwx40",fontsize=16,color="green",shape="box"];2962[label="vwx30",fontsize=16,color="green",shape="box"];2963[label="vwx40",fontsize=16,color="green",shape="box"];2964[label="vwx30",fontsize=16,color="green",shape="box"];2965[label="vwx40",fontsize=16,color="green",shape="box"];2966 -> 3405[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2966[label="compare1 (Left vwx180) (Left vwx181) (Left vwx180 <= Left vwx181)",fontsize=16,color="magenta"];2966 -> 3406[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2966 -> 3407[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2966 -> 3408[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2967[label="EQ",fontsize=16,color="green",shape="box"];2968[label="LT",fontsize=16,color="green",shape="box"];2969[label="compare0 (Right vwx30) (Left vwx40) otherwise",fontsize=16,color="black",shape="box"];2969 -> 3137[label="",style="solid", color="black", weight=3]; 24.85/10.15 2970[label="vwx30",fontsize=16,color="green",shape="box"];2971[label="vwx40",fontsize=16,color="green",shape="box"];2972[label="vwx30",fontsize=16,color="green",shape="box"];2973[label="vwx40",fontsize=16,color="green",shape="box"];2974[label="vwx30",fontsize=16,color="green",shape="box"];2975[label="vwx40",fontsize=16,color="green",shape="box"];2976[label="vwx30",fontsize=16,color="green",shape="box"];2977[label="vwx40",fontsize=16,color="green",shape="box"];2978[label="vwx30",fontsize=16,color="green",shape="box"];2979[label="vwx40",fontsize=16,color="green",shape="box"];2980[label="vwx30",fontsize=16,color="green",shape="box"];2981[label="vwx40",fontsize=16,color="green",shape="box"];2982[label="vwx30",fontsize=16,color="green",shape="box"];2983[label="vwx40",fontsize=16,color="green",shape="box"];2984[label="vwx30",fontsize=16,color="green",shape="box"];2985[label="vwx40",fontsize=16,color="green",shape="box"];2986[label="vwx30",fontsize=16,color="green",shape="box"];2987[label="vwx40",fontsize=16,color="green",shape="box"];2988[label="vwx30",fontsize=16,color="green",shape="box"];2989[label="vwx40",fontsize=16,color="green",shape="box"];2990[label="vwx30",fontsize=16,color="green",shape="box"];2991[label="vwx40",fontsize=16,color="green",shape="box"];2992[label="vwx30",fontsize=16,color="green",shape="box"];2993[label="vwx40",fontsize=16,color="green",shape="box"];2994[label="vwx30",fontsize=16,color="green",shape="box"];2995[label="vwx40",fontsize=16,color="green",shape="box"];2996[label="vwx30",fontsize=16,color="green",shape="box"];2997[label="vwx40",fontsize=16,color="green",shape="box"];2998 -> 3418[label="",style="dashed", color="red", weight=0]; 24.85/10.15 2998[label="compare1 (Right vwx187) (Right vwx188) (Right vwx187 <= Right vwx188)",fontsize=16,color="magenta"];2998 -> 3419[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2998 -> 3420[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2998 -> 3421[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 2999[label="EQ",fontsize=16,color="green",shape="box"];3000[label="vwx30",fontsize=16,color="green",shape="box"];3001[label="Pos vwx410",fontsize=16,color="green",shape="box"];3002[label="Pos vwx310",fontsize=16,color="green",shape="box"];3003[label="vwx40",fontsize=16,color="green",shape="box"];3004[label="vwx30",fontsize=16,color="green",shape="box"];3005[label="Pos vwx410",fontsize=16,color="green",shape="box"];3006[label="Neg vwx310",fontsize=16,color="green",shape="box"];3007[label="vwx40",fontsize=16,color="green",shape="box"];3008[label="vwx30",fontsize=16,color="green",shape="box"];3009[label="Neg vwx410",fontsize=16,color="green",shape="box"];3010[label="Pos vwx310",fontsize=16,color="green",shape="box"];3011[label="vwx40",fontsize=16,color="green",shape="box"];3012[label="vwx30",fontsize=16,color="green",shape="box"];3013[label="Neg vwx410",fontsize=16,color="green",shape="box"];3014[label="Neg vwx310",fontsize=16,color="green",shape="box"];3015[label="vwx40",fontsize=16,color="green",shape="box"];3213[label="vwx32 == vwx42",fontsize=16,color="blue",shape="box"];5409[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5409[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5409 -> 3345[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5410[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5410[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5410 -> 3346[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5411[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5411[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5411 -> 3347[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5412[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5412[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5412 -> 3348[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5413[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5413[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5413 -> 3349[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5414[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5414[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5414 -> 3350[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5415[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5415[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5415 -> 3351[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5416[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5416[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5416 -> 3352[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5417[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5417[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5417 -> 3353[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5418[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5418[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5418 -> 3354[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5419[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5419[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5419 -> 3355[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5420[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5420[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5420 -> 3356[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5421[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5421[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5421 -> 3357[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5422[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3213 -> 5422[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5422 -> 3358[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3214[label="vwx31 == vwx41",fontsize=16,color="blue",shape="box"];5423[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5423[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5423 -> 3359[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5424[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5424[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5424 -> 3360[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5425[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5425[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5425 -> 3361[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5426[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5426[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5426 -> 3362[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5427[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5427[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5427 -> 3363[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5428[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5428[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5428 -> 3364[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5429[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5429[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5429 -> 3365[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5430[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5430[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5430 -> 3366[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5431[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5431[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5431 -> 3367[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5432[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5432[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5432 -> 3368[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5433[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5433[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5433 -> 3369[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5434[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5434[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5434 -> 3370[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5435[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5435[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5435 -> 3371[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5436[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3214 -> 5436[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5436 -> 3372[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3215 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3215[label="vwx30 == vwx40",fontsize=16,color="magenta"];3215 -> 3373[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3215 -> 3374[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3216 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3216[label="vwx30 == vwx40",fontsize=16,color="magenta"];3216 -> 3375[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3216 -> 3376[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3217 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3217[label="vwx30 == vwx40",fontsize=16,color="magenta"];3217 -> 3377[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3217 -> 3378[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3218 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3218[label="vwx30 == vwx40",fontsize=16,color="magenta"];3218 -> 3379[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3218 -> 3380[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3219 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3219[label="vwx30 == vwx40",fontsize=16,color="magenta"];3219 -> 3381[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3219 -> 3382[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3220 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3220[label="vwx30 == vwx40",fontsize=16,color="magenta"];3220 -> 3383[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3220 -> 3384[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3221 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3221[label="vwx30 == vwx40",fontsize=16,color="magenta"];3221 -> 3385[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3221 -> 3386[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3222 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3222[label="vwx30 == vwx40",fontsize=16,color="magenta"];3222 -> 3387[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3222 -> 3388[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3223 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3223[label="vwx30 == vwx40",fontsize=16,color="magenta"];3223 -> 3389[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3223 -> 3390[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3224 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3224[label="vwx30 == vwx40",fontsize=16,color="magenta"];3224 -> 3391[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3224 -> 3392[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3225 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3225[label="vwx30 == vwx40",fontsize=16,color="magenta"];3225 -> 3393[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3225 -> 3394[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3226 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3226[label="vwx30 == vwx40",fontsize=16,color="magenta"];3226 -> 3395[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3226 -> 3396[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3227 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3227[label="vwx30 == vwx40",fontsize=16,color="magenta"];3227 -> 3397[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3227 -> 3398[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3228 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3228[label="vwx30 == vwx40",fontsize=16,color="magenta"];3228 -> 3399[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3228 -> 3400[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3229[label="compare1 (vwx198,vwx199,vwx200) (vwx201,vwx202,vwx203) ((vwx198,vwx199,vwx200) <= (vwx201,vwx202,vwx203))",fontsize=16,color="black",shape="box"];3229 -> 3401[label="",style="solid", color="black", weight=3]; 24.85/10.15 3230[label="EQ",fontsize=16,color="green",shape="box"];3046[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];3046 -> 3231[label="",style="solid", color="black", weight=3]; 24.85/10.15 3047[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];3047 -> 3232[label="",style="solid", color="black", weight=3]; 24.85/10.15 3048[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];3048 -> 3233[label="",style="solid", color="black", weight=3]; 24.85/10.15 3049[label="compare0 True False True",fontsize=16,color="black",shape="box"];3049 -> 3234[label="",style="solid", color="black", weight=3]; 24.85/10.15 3050[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];3050 -> 3235[label="",style="dashed", color="green", weight=3]; 24.85/10.15 3051[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];3051 -> 3236[label="",style="dashed", color="green", weight=3]; 24.85/10.15 3052[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];3052 -> 3237[label="",style="dashed", color="green", weight=3]; 24.85/10.15 3053[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];3053 -> 3238[label="",style="dashed", color="green", weight=3]; 24.85/10.15 3054 -> 2645[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3054[label="primMulInt vwx300 vwx410",fontsize=16,color="magenta"];3054 -> 3239[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3054 -> 3240[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3055[label="compare0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];3055 -> 3241[label="",style="solid", color="black", weight=3]; 24.85/10.15 3056[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];3056 -> 3242[label="",style="solid", color="black", weight=3]; 24.85/10.15 3057[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];5437[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];3057 -> 5437[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5437 -> 3243[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3058[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];3058 -> 3244[label="",style="solid", color="black", weight=3]; 24.85/10.15 3059[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];5438[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];3059 -> 5438[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5438 -> 3245[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3060[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];3060 -> 3246[label="",style="solid", color="black", weight=3]; 24.85/10.15 3061[label="False == False",fontsize=16,color="black",shape="box"];3061 -> 3247[label="",style="solid", color="black", weight=3]; 24.85/10.15 3062[label="False == True",fontsize=16,color="black",shape="box"];3062 -> 3248[label="",style="solid", color="black", weight=3]; 24.85/10.15 3063[label="True == False",fontsize=16,color="black",shape="box"];3063 -> 3249[label="",style="solid", color="black", weight=3]; 24.85/10.15 3064[label="True == True",fontsize=16,color="black",shape="box"];3064 -> 3250[label="",style="solid", color="black", weight=3]; 24.85/10.15 3065[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];3065 -> 3251[label="",style="solid", color="black", weight=3]; 24.85/10.15 3066[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];5439[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];3066 -> 5439[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5439 -> 3252[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5440[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];3066 -> 5440[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5440 -> 3253[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3067[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];5441[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];3067 -> 5441[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5441 -> 3254[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5442[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];3067 -> 5442[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5442 -> 3255[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3068[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];5443[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];3068 -> 5443[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5443 -> 3256[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3069[label="LT == LT",fontsize=16,color="black",shape="box"];3069 -> 3257[label="",style="solid", color="black", weight=3]; 24.85/10.15 3070[label="LT == EQ",fontsize=16,color="black",shape="box"];3070 -> 3258[label="",style="solid", color="black", weight=3]; 24.85/10.15 3071[label="LT == GT",fontsize=16,color="black",shape="box"];3071 -> 3259[label="",style="solid", color="black", weight=3]; 24.85/10.15 3072[label="EQ == LT",fontsize=16,color="black",shape="box"];3072 -> 3260[label="",style="solid", color="black", weight=3]; 24.85/10.15 3073[label="EQ == EQ",fontsize=16,color="black",shape="box"];3073 -> 3261[label="",style="solid", color="black", weight=3]; 24.85/10.15 3074[label="EQ == GT",fontsize=16,color="black",shape="box"];3074 -> 3262[label="",style="solid", color="black", weight=3]; 24.85/10.15 3075[label="GT == LT",fontsize=16,color="black",shape="box"];3075 -> 3263[label="",style="solid", color="black", weight=3]; 24.85/10.15 3076[label="GT == EQ",fontsize=16,color="black",shape="box"];3076 -> 3264[label="",style="solid", color="black", weight=3]; 24.85/10.15 3077[label="GT == GT",fontsize=16,color="black",shape="box"];3077 -> 3265[label="",style="solid", color="black", weight=3]; 24.85/10.15 3078[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];3078 -> 3266[label="",style="solid", color="black", weight=3]; 24.85/10.15 3079[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];3079 -> 3267[label="",style="solid", color="black", weight=3]; 24.85/10.15 3080[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];3080 -> 3268[label="",style="solid", color="black", weight=3]; 24.85/10.15 3081[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];3081 -> 3269[label="",style="solid", color="black", weight=3]; 24.85/10.15 3082[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];3082 -> 3270[label="",style="solid", color="black", weight=3]; 24.85/10.15 3083[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];3083 -> 3271[label="",style="solid", color="black", weight=3]; 24.85/10.15 3084[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];3084 -> 3272[label="",style="solid", color="black", weight=3]; 24.85/10.15 3085[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];3085 -> 3273[label="",style="solid", color="black", weight=3]; 24.85/10.15 3086[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];3086 -> 3274[label="",style="solid", color="black", weight=3]; 24.85/10.15 3087[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];3087 -> 3275[label="",style="solid", color="black", weight=3]; 24.85/10.15 3088[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];3088 -> 3276[label="",style="solid", color="black", weight=3]; 24.85/10.15 3089[label="[] == []",fontsize=16,color="black",shape="box"];3089 -> 3277[label="",style="solid", color="black", weight=3]; 24.85/10.15 3090[label="() == ()",fontsize=16,color="black",shape="box"];3090 -> 3278[label="",style="solid", color="black", weight=3]; 24.85/10.15 3280[label="Just vwx162 <= Just vwx163",fontsize=16,color="black",shape="box"];3280 -> 3402[label="",style="solid", color="black", weight=3]; 24.85/10.15 3281[label="vwx163",fontsize=16,color="green",shape="box"];3282[label="vwx162",fontsize=16,color="green",shape="box"];3279[label="compare1 (Just vwx234) (Just vwx235) vwx236",fontsize=16,color="burlywood",shape="triangle"];5444[label="vwx236/False",fontsize=10,color="white",style="solid",shape="box"];3279 -> 5444[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5444 -> 3403[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5445[label="vwx236/True",fontsize=10,color="white",style="solid",shape="box"];3279 -> 5445[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5445 -> 3404[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3286[label="vwx31",fontsize=16,color="green",shape="box"];3287[label="vwx41",fontsize=16,color="green",shape="box"];3288[label="vwx31",fontsize=16,color="green",shape="box"];3289[label="vwx41",fontsize=16,color="green",shape="box"];3290[label="vwx31",fontsize=16,color="green",shape="box"];3291[label="vwx41",fontsize=16,color="green",shape="box"];3292[label="vwx31",fontsize=16,color="green",shape="box"];3293[label="vwx41",fontsize=16,color="green",shape="box"];3294[label="vwx31",fontsize=16,color="green",shape="box"];3295[label="vwx41",fontsize=16,color="green",shape="box"];3296[label="vwx31",fontsize=16,color="green",shape="box"];3297[label="vwx41",fontsize=16,color="green",shape="box"];3298[label="vwx31",fontsize=16,color="green",shape="box"];3299[label="vwx41",fontsize=16,color="green",shape="box"];3300[label="vwx31",fontsize=16,color="green",shape="box"];3301[label="vwx41",fontsize=16,color="green",shape="box"];3302[label="vwx31",fontsize=16,color="green",shape="box"];3303[label="vwx41",fontsize=16,color="green",shape="box"];3304[label="vwx31",fontsize=16,color="green",shape="box"];3305[label="vwx41",fontsize=16,color="green",shape="box"];3306[label="vwx31",fontsize=16,color="green",shape="box"];3307[label="vwx41",fontsize=16,color="green",shape="box"];3308[label="vwx31",fontsize=16,color="green",shape="box"];3309[label="vwx41",fontsize=16,color="green",shape="box"];3310[label="vwx31",fontsize=16,color="green",shape="box"];3311[label="vwx41",fontsize=16,color="green",shape="box"];3312[label="vwx31",fontsize=16,color="green",shape="box"];3313[label="vwx41",fontsize=16,color="green",shape="box"];3314[label="vwx30",fontsize=16,color="green",shape="box"];3315[label="vwx40",fontsize=16,color="green",shape="box"];3316[label="vwx30",fontsize=16,color="green",shape="box"];3317[label="vwx40",fontsize=16,color="green",shape="box"];3318[label="vwx30",fontsize=16,color="green",shape="box"];3319[label="vwx40",fontsize=16,color="green",shape="box"];3320[label="vwx30",fontsize=16,color="green",shape="box"];3321[label="vwx40",fontsize=16,color="green",shape="box"];3322[label="vwx30",fontsize=16,color="green",shape="box"];3323[label="vwx40",fontsize=16,color="green",shape="box"];3324[label="vwx30",fontsize=16,color="green",shape="box"];3325[label="vwx40",fontsize=16,color="green",shape="box"];3326[label="vwx30",fontsize=16,color="green",shape="box"];3327[label="vwx40",fontsize=16,color="green",shape="box"];3328[label="vwx30",fontsize=16,color="green",shape="box"];3329[label="vwx40",fontsize=16,color="green",shape="box"];3330[label="vwx30",fontsize=16,color="green",shape="box"];3331[label="vwx40",fontsize=16,color="green",shape="box"];3332[label="vwx30",fontsize=16,color="green",shape="box"];3333[label="vwx40",fontsize=16,color="green",shape="box"];3334[label="vwx30",fontsize=16,color="green",shape="box"];3335[label="vwx40",fontsize=16,color="green",shape="box"];3336[label="vwx30",fontsize=16,color="green",shape="box"];3337[label="vwx40",fontsize=16,color="green",shape="box"];3338[label="vwx30",fontsize=16,color="green",shape="box"];3339[label="vwx40",fontsize=16,color="green",shape="box"];3340[label="vwx30",fontsize=16,color="green",shape="box"];3341[label="vwx40",fontsize=16,color="green",shape="box"];3342[label="False",fontsize=16,color="green",shape="box"];3343[label="vwx229",fontsize=16,color="green",shape="box"];3344 -> 3573[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3344[label="compare1 (vwx211,vwx212) (vwx213,vwx214) (vwx211 < vwx213 || vwx211 == vwx213 && vwx212 <= vwx214)",fontsize=16,color="magenta"];3344 -> 3574[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3344 -> 3575[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3344 -> 3576[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3344 -> 3577[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3344 -> 3578[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3344 -> 3579[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3406[label="vwx181",fontsize=16,color="green",shape="box"];3407[label="Left vwx180 <= Left vwx181",fontsize=16,color="black",shape="box"];3407 -> 3414[label="",style="solid", color="black", weight=3]; 24.85/10.15 3408[label="vwx180",fontsize=16,color="green",shape="box"];3405[label="compare1 (Left vwx241) (Left vwx242) vwx243",fontsize=16,color="burlywood",shape="triangle"];5446[label="vwx243/False",fontsize=10,color="white",style="solid",shape="box"];3405 -> 5446[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5446 -> 3415[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5447[label="vwx243/True",fontsize=10,color="white",style="solid",shape="box"];3405 -> 5447[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5447 -> 3416[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3137[label="compare0 (Right vwx30) (Left vwx40) True",fontsize=16,color="black",shape="box"];3137 -> 3417[label="",style="solid", color="black", weight=3]; 24.85/10.15 3419[label="Right vwx187 <= Right vwx188",fontsize=16,color="black",shape="box"];3419 -> 3425[label="",style="solid", color="black", weight=3]; 24.85/10.15 3420[label="vwx187",fontsize=16,color="green",shape="box"];3421[label="vwx188",fontsize=16,color="green",shape="box"];3418[label="compare1 (Right vwx249) (Right vwx250) vwx251",fontsize=16,color="burlywood",shape="triangle"];5448[label="vwx251/False",fontsize=10,color="white",style="solid",shape="box"];3418 -> 5448[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5448 -> 3426[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5449[label="vwx251/True",fontsize=10,color="white",style="solid",shape="box"];3418 -> 5449[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5449 -> 3427[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3345 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3345[label="vwx32 == vwx42",fontsize=16,color="magenta"];3345 -> 3428[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3345 -> 3429[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3346 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3346[label="vwx32 == vwx42",fontsize=16,color="magenta"];3346 -> 3430[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3346 -> 3431[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3347 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3347[label="vwx32 == vwx42",fontsize=16,color="magenta"];3347 -> 3432[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3347 -> 3433[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3348 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3348[label="vwx32 == vwx42",fontsize=16,color="magenta"];3348 -> 3434[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3348 -> 3435[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3349 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3349[label="vwx32 == vwx42",fontsize=16,color="magenta"];3349 -> 3436[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3349 -> 3437[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3350 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3350[label="vwx32 == vwx42",fontsize=16,color="magenta"];3350 -> 3438[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3350 -> 3439[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3351 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3351[label="vwx32 == vwx42",fontsize=16,color="magenta"];3351 -> 3440[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3351 -> 3441[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3352 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3352[label="vwx32 == vwx42",fontsize=16,color="magenta"];3352 -> 3442[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3352 -> 3443[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3353 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3353[label="vwx32 == vwx42",fontsize=16,color="magenta"];3353 -> 3444[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3353 -> 3445[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3354 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3354[label="vwx32 == vwx42",fontsize=16,color="magenta"];3354 -> 3446[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3354 -> 3447[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3355 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3355[label="vwx32 == vwx42",fontsize=16,color="magenta"];3355 -> 3448[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3355 -> 3449[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3356 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3356[label="vwx32 == vwx42",fontsize=16,color="magenta"];3356 -> 3450[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3356 -> 3451[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3357 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3357[label="vwx32 == vwx42",fontsize=16,color="magenta"];3357 -> 3452[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3357 -> 3453[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3358 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3358[label="vwx32 == vwx42",fontsize=16,color="magenta"];3358 -> 3454[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3358 -> 3455[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3359 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3359[label="vwx31 == vwx41",fontsize=16,color="magenta"];3359 -> 3456[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3359 -> 3457[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3360 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3360[label="vwx31 == vwx41",fontsize=16,color="magenta"];3360 -> 3458[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3360 -> 3459[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3361 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3361[label="vwx31 == vwx41",fontsize=16,color="magenta"];3361 -> 3460[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3361 -> 3461[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3362 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3362[label="vwx31 == vwx41",fontsize=16,color="magenta"];3362 -> 3462[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3362 -> 3463[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3363 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3363[label="vwx31 == vwx41",fontsize=16,color="magenta"];3363 -> 3464[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3363 -> 3465[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3364 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3364[label="vwx31 == vwx41",fontsize=16,color="magenta"];3364 -> 3466[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3364 -> 3467[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3365 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3365[label="vwx31 == vwx41",fontsize=16,color="magenta"];3365 -> 3468[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3365 -> 3469[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3366 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3366[label="vwx31 == vwx41",fontsize=16,color="magenta"];3366 -> 3470[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3366 -> 3471[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3367 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3367[label="vwx31 == vwx41",fontsize=16,color="magenta"];3367 -> 3472[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3367 -> 3473[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3368 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3368[label="vwx31 == vwx41",fontsize=16,color="magenta"];3368 -> 3474[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3368 -> 3475[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3369 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3369[label="vwx31 == vwx41",fontsize=16,color="magenta"];3369 -> 3476[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3369 -> 3477[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3370 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3370[label="vwx31 == vwx41",fontsize=16,color="magenta"];3370 -> 3478[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3370 -> 3479[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3371 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3371[label="vwx31 == vwx41",fontsize=16,color="magenta"];3371 -> 3480[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3371 -> 3481[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3372 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3372[label="vwx31 == vwx41",fontsize=16,color="magenta"];3372 -> 3482[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3372 -> 3483[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3373[label="vwx30",fontsize=16,color="green",shape="box"];3374[label="vwx40",fontsize=16,color="green",shape="box"];3375[label="vwx30",fontsize=16,color="green",shape="box"];3376[label="vwx40",fontsize=16,color="green",shape="box"];3377[label="vwx30",fontsize=16,color="green",shape="box"];3378[label="vwx40",fontsize=16,color="green",shape="box"];3379[label="vwx30",fontsize=16,color="green",shape="box"];3380[label="vwx40",fontsize=16,color="green",shape="box"];3381[label="vwx30",fontsize=16,color="green",shape="box"];3382[label="vwx40",fontsize=16,color="green",shape="box"];3383[label="vwx30",fontsize=16,color="green",shape="box"];3384[label="vwx40",fontsize=16,color="green",shape="box"];3385[label="vwx30",fontsize=16,color="green",shape="box"];3386[label="vwx40",fontsize=16,color="green",shape="box"];3387[label="vwx30",fontsize=16,color="green",shape="box"];3388[label="vwx40",fontsize=16,color="green",shape="box"];3389[label="vwx30",fontsize=16,color="green",shape="box"];3390[label="vwx40",fontsize=16,color="green",shape="box"];3391[label="vwx30",fontsize=16,color="green",shape="box"];3392[label="vwx40",fontsize=16,color="green",shape="box"];3393[label="vwx30",fontsize=16,color="green",shape="box"];3394[label="vwx40",fontsize=16,color="green",shape="box"];3395[label="vwx30",fontsize=16,color="green",shape="box"];3396[label="vwx40",fontsize=16,color="green",shape="box"];3397[label="vwx30",fontsize=16,color="green",shape="box"];3398[label="vwx40",fontsize=16,color="green",shape="box"];3399[label="vwx30",fontsize=16,color="green",shape="box"];3400[label="vwx40",fontsize=16,color="green",shape="box"];3401 -> 3638[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3401[label="compare1 (vwx198,vwx199,vwx200) (vwx201,vwx202,vwx203) (vwx198 < vwx201 || vwx198 == vwx201 && (vwx199 < vwx202 || vwx199 == vwx202 && vwx200 <= vwx203))",fontsize=16,color="magenta"];3401 -> 3639[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3401 -> 3640[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3401 -> 3641[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3401 -> 3642[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3401 -> 3643[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3401 -> 3644[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3401 -> 3645[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3401 -> 3646[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3231[label="GT",fontsize=16,color="green",shape="box"];3232[label="GT",fontsize=16,color="green",shape="box"];3233[label="GT",fontsize=16,color="green",shape="box"];3234[label="GT",fontsize=16,color="green",shape="box"];3235[label="primMulNat vwx300 vwx410",fontsize=16,color="burlywood",shape="triangle"];5450[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];3235 -> 5450[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5450 -> 3486[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5451[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];3235 -> 5451[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5451 -> 3487[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3236 -> 3235[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3236[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];3236 -> 3488[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3237 -> 3235[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3237[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];3237 -> 3489[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3238 -> 3235[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3238[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];3238 -> 3490[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3238 -> 3491[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3239[label="vwx300",fontsize=16,color="green",shape="box"];3240[label="vwx410",fontsize=16,color="green",shape="box"];3241[label="GT",fontsize=16,color="green",shape="box"];3242 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3242[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];3242 -> 3492[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3242 -> 3493[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3243[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];3243 -> 3494[label="",style="solid", color="black", weight=3]; 24.85/10.15 3244 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3244[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];3244 -> 3495[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3244 -> 3496[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3245[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];3245 -> 3497[label="",style="solid", color="black", weight=3]; 24.85/10.15 3246 -> 2894[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3246[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];3246 -> 3498[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3246 -> 3499[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3247[label="True",fontsize=16,color="green",shape="box"];3248[label="False",fontsize=16,color="green",shape="box"];3249[label="False",fontsize=16,color="green",shape="box"];3250[label="True",fontsize=16,color="green",shape="box"];3251 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3251[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];3251 -> 3500[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3251 -> 3501[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3252[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];5452[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];3252 -> 5452[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5452 -> 3502[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5453[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];3252 -> 5453[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5453 -> 3503[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3253[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];5454[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];3253 -> 5454[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5454 -> 3504[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5455[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];3253 -> 5455[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5455 -> 3505[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3254[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];5456[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];3254 -> 5456[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5456 -> 3506[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5457[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];3254 -> 5457[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5457 -> 3507[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3255[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];5458[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];3255 -> 5458[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5458 -> 3508[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5459[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];3255 -> 5459[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5459 -> 3509[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3256[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];3256 -> 3510[label="",style="solid", color="black", weight=3]; 24.85/10.15 3257[label="True",fontsize=16,color="green",shape="box"];3258[label="False",fontsize=16,color="green",shape="box"];3259[label="False",fontsize=16,color="green",shape="box"];3260[label="False",fontsize=16,color="green",shape="box"];3261[label="True",fontsize=16,color="green",shape="box"];3262[label="False",fontsize=16,color="green",shape="box"];3263[label="False",fontsize=16,color="green",shape="box"];3264[label="False",fontsize=16,color="green",shape="box"];3265[label="True",fontsize=16,color="green",shape="box"];3266[label="True",fontsize=16,color="green",shape="box"];3267[label="False",fontsize=16,color="green",shape="box"];3268[label="False",fontsize=16,color="green",shape="box"];3269[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5460[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5460[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5460 -> 3511[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5461[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5461[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5461 -> 3512[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5462[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5462[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5462 -> 3513[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5463[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5463[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5463 -> 3514[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5464[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5464[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5464 -> 3515[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5465[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5465[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5465 -> 3516[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5466[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5466[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5466 -> 3517[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5467[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5467[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5467 -> 3518[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5468[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5468[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5468 -> 3519[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5469[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5469[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5469 -> 3520[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5470[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5470[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5470 -> 3521[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5471[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5471[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5471 -> 3522[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5472[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5472[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5472 -> 3523[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5473[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3269 -> 5473[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5473 -> 3524[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3270[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5474[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5474[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5474 -> 3525[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5475[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5475[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5475 -> 3526[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5476[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5476[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5476 -> 3527[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5477[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5477[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5477 -> 3528[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5478[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5478[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5478 -> 3529[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5479[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5479[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5479 -> 3530[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5480[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5480[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5480 -> 3531[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5481[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5481[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5481 -> 3532[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5482[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5482[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5482 -> 3533[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5483[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5483[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5483 -> 3534[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5484[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5484[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5484 -> 3535[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5485[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5485[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5485 -> 3536[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5486[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5486[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5486 -> 3537[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5487[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3270 -> 5487[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5487 -> 3538[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3271[label="False",fontsize=16,color="green",shape="box"];3272[label="False",fontsize=16,color="green",shape="box"];3273[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5488[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5488[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5488 -> 3539[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5489[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5489[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5489 -> 3540[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5490[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5490[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5490 -> 3541[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5491[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5491[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5491 -> 3542[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5492[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5492[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5492 -> 3543[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5493[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5493[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5493 -> 3544[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5494[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5494[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5494 -> 3545[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5495[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5495[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5495 -> 3546[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5496[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5496[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5496 -> 3547[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5497[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5497[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5497 -> 3548[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5498[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5498[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5498 -> 3549[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5499[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5499[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5499 -> 3550[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5500[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5500[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5500 -> 3551[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5501[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3273 -> 5501[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5501 -> 3552[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3274 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3274[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];3274 -> 3553[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3274 -> 3554[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3275[label="False",fontsize=16,color="green",shape="box"];3276[label="False",fontsize=16,color="green",shape="box"];3277[label="True",fontsize=16,color="green",shape="box"];3278[label="True",fontsize=16,color="green",shape="box"];3402[label="vwx162 <= vwx163",fontsize=16,color="blue",shape="box"];5502[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5502[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5502 -> 3555[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5503[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5503[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5503 -> 3556[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5504[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5504[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5504 -> 3557[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5505[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5505[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5505 -> 3558[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5506[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5506[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5506 -> 3559[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5507[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5507[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5507 -> 3560[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5508[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5508[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5508 -> 3561[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5509[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5509[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5509 -> 3562[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5510[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5510[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5510 -> 3563[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5511[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5511[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5511 -> 3564[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5512[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5512[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5512 -> 3565[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5513[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5513[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5513 -> 3566[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5514[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5514[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5514 -> 3567[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5515[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3402 -> 5515[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5515 -> 3568[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3403[label="compare1 (Just vwx234) (Just vwx235) False",fontsize=16,color="black",shape="box"];3403 -> 3569[label="",style="solid", color="black", weight=3]; 24.85/10.15 3404[label="compare1 (Just vwx234) (Just vwx235) True",fontsize=16,color="black",shape="box"];3404 -> 3570[label="",style="solid", color="black", weight=3]; 24.85/10.15 3574[label="vwx211",fontsize=16,color="green",shape="box"];3575 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3575[label="vwx211 == vwx213 && vwx212 <= vwx214",fontsize=16,color="magenta"];3575 -> 3586[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3575 -> 3587[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3576[label="vwx212",fontsize=16,color="green",shape="box"];3577[label="vwx213",fontsize=16,color="green",shape="box"];3578[label="vwx214",fontsize=16,color="green",shape="box"];3579[label="vwx211 < vwx213",fontsize=16,color="blue",shape="box"];5516[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5516[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5516 -> 3588[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5517[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5517[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5517 -> 3589[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5518[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5518[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5518 -> 3590[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5519[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5519[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5519 -> 3591[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5520[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5520[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5520 -> 3592[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5521[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5521[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5521 -> 3593[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5522[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5522[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5522 -> 3594[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5523[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5523[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5523 -> 3595[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5524[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5524[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5524 -> 3596[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5525[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5525[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5525 -> 3597[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5526[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5526[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5526 -> 3598[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5527[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5527[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5527 -> 3599[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5528[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5528[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5528 -> 3600[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5529[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3579 -> 5529[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5529 -> 3601[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3573[label="compare1 (vwx261,vwx262) (vwx263,vwx264) (vwx265 || vwx266)",fontsize=16,color="burlywood",shape="triangle"];5530[label="vwx265/False",fontsize=10,color="white",style="solid",shape="box"];3573 -> 5530[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5530 -> 3602[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5531[label="vwx265/True",fontsize=10,color="white",style="solid",shape="box"];3573 -> 5531[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5531 -> 3603[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3414[label="vwx180 <= vwx181",fontsize=16,color="blue",shape="box"];5532[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5532[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5532 -> 3604[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5533[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5533[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5533 -> 3605[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5534[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5534[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5534 -> 3606[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5535[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5535[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5535 -> 3607[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5536[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5536[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5536 -> 3608[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5537[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5537[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5537 -> 3609[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5538[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5538[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5538 -> 3610[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5539[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5539[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5539 -> 3611[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5540[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5540[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5540 -> 3612[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5541[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5541[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5541 -> 3613[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5542[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5542[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5542 -> 3614[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5543[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5543[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5543 -> 3615[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5544[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5544[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5544 -> 3616[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5545[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3414 -> 5545[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5545 -> 3617[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3415[label="compare1 (Left vwx241) (Left vwx242) False",fontsize=16,color="black",shape="box"];3415 -> 3618[label="",style="solid", color="black", weight=3]; 24.85/10.15 3416[label="compare1 (Left vwx241) (Left vwx242) True",fontsize=16,color="black",shape="box"];3416 -> 3619[label="",style="solid", color="black", weight=3]; 24.85/10.15 3417[label="GT",fontsize=16,color="green",shape="box"];3425[label="vwx187 <= vwx188",fontsize=16,color="blue",shape="box"];5546[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5546[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5546 -> 3620[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5547[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5547[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5547 -> 3621[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5548[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5548[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5548 -> 3622[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5549[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5549[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5549 -> 3623[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5550[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5550[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5550 -> 3624[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5551[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5551[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5551 -> 3625[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5552[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5552[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5552 -> 3626[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5553[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5553[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5553 -> 3627[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5554[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5554[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5554 -> 3628[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5555[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5555[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5555 -> 3629[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5556[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5556[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5556 -> 3630[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5557[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5557[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5557 -> 3631[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5558[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5558[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5558 -> 3632[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5559[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3425 -> 5559[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5559 -> 3633[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3426[label="compare1 (Right vwx249) (Right vwx250) False",fontsize=16,color="black",shape="box"];3426 -> 3634[label="",style="solid", color="black", weight=3]; 24.85/10.15 3427[label="compare1 (Right vwx249) (Right vwx250) True",fontsize=16,color="black",shape="box"];3427 -> 3635[label="",style="solid", color="black", weight=3]; 24.85/10.15 3428[label="vwx32",fontsize=16,color="green",shape="box"];3429[label="vwx42",fontsize=16,color="green",shape="box"];3430[label="vwx32",fontsize=16,color="green",shape="box"];3431[label="vwx42",fontsize=16,color="green",shape="box"];3432[label="vwx32",fontsize=16,color="green",shape="box"];3433[label="vwx42",fontsize=16,color="green",shape="box"];3434[label="vwx32",fontsize=16,color="green",shape="box"];3435[label="vwx42",fontsize=16,color="green",shape="box"];3436[label="vwx32",fontsize=16,color="green",shape="box"];3437[label="vwx42",fontsize=16,color="green",shape="box"];3438[label="vwx32",fontsize=16,color="green",shape="box"];3439[label="vwx42",fontsize=16,color="green",shape="box"];3440[label="vwx32",fontsize=16,color="green",shape="box"];3441[label="vwx42",fontsize=16,color="green",shape="box"];3442[label="vwx32",fontsize=16,color="green",shape="box"];3443[label="vwx42",fontsize=16,color="green",shape="box"];3444[label="vwx32",fontsize=16,color="green",shape="box"];3445[label="vwx42",fontsize=16,color="green",shape="box"];3446[label="vwx32",fontsize=16,color="green",shape="box"];3447[label="vwx42",fontsize=16,color="green",shape="box"];3448[label="vwx32",fontsize=16,color="green",shape="box"];3449[label="vwx42",fontsize=16,color="green",shape="box"];3450[label="vwx32",fontsize=16,color="green",shape="box"];3451[label="vwx42",fontsize=16,color="green",shape="box"];3452[label="vwx32",fontsize=16,color="green",shape="box"];3453[label="vwx42",fontsize=16,color="green",shape="box"];3454[label="vwx32",fontsize=16,color="green",shape="box"];3455[label="vwx42",fontsize=16,color="green",shape="box"];3456[label="vwx31",fontsize=16,color="green",shape="box"];3457[label="vwx41",fontsize=16,color="green",shape="box"];3458[label="vwx31",fontsize=16,color="green",shape="box"];3459[label="vwx41",fontsize=16,color="green",shape="box"];3460[label="vwx31",fontsize=16,color="green",shape="box"];3461[label="vwx41",fontsize=16,color="green",shape="box"];3462[label="vwx31",fontsize=16,color="green",shape="box"];3463[label="vwx41",fontsize=16,color="green",shape="box"];3464[label="vwx31",fontsize=16,color="green",shape="box"];3465[label="vwx41",fontsize=16,color="green",shape="box"];3466[label="vwx31",fontsize=16,color="green",shape="box"];3467[label="vwx41",fontsize=16,color="green",shape="box"];3468[label="vwx31",fontsize=16,color="green",shape="box"];3469[label="vwx41",fontsize=16,color="green",shape="box"];3470[label="vwx31",fontsize=16,color="green",shape="box"];3471[label="vwx41",fontsize=16,color="green",shape="box"];3472[label="vwx31",fontsize=16,color="green",shape="box"];3473[label="vwx41",fontsize=16,color="green",shape="box"];3474[label="vwx31",fontsize=16,color="green",shape="box"];3475[label="vwx41",fontsize=16,color="green",shape="box"];3476[label="vwx31",fontsize=16,color="green",shape="box"];3477[label="vwx41",fontsize=16,color="green",shape="box"];3478[label="vwx31",fontsize=16,color="green",shape="box"];3479[label="vwx41",fontsize=16,color="green",shape="box"];3480[label="vwx31",fontsize=16,color="green",shape="box"];3481[label="vwx41",fontsize=16,color="green",shape="box"];3482[label="vwx31",fontsize=16,color="green",shape="box"];3483[label="vwx41",fontsize=16,color="green",shape="box"];3639[label="vwx198",fontsize=16,color="green",shape="box"];3640[label="vwx203",fontsize=16,color="green",shape="box"];3641[label="vwx201",fontsize=16,color="green",shape="box"];3642[label="vwx199",fontsize=16,color="green",shape="box"];3643[label="vwx200",fontsize=16,color="green",shape="box"];3644[label="vwx198 < vwx201",fontsize=16,color="blue",shape="box"];5560[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5560[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5560 -> 3655[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5561[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5561[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5561 -> 3656[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5562[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5562[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5562 -> 3657[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5563[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5563[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5563 -> 3658[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5564[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5564[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5564 -> 3659[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5565[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5565[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5565 -> 3660[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5566[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5566[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5566 -> 3661[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5567[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5567[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5567 -> 3662[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5568[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5568[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5568 -> 3663[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5569[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5569[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5569 -> 3664[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5570[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5570[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5570 -> 3665[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5571[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5571[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5571 -> 3666[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5572[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5572[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5572 -> 3667[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5573[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3644 -> 5573[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5573 -> 3668[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3645[label="vwx202",fontsize=16,color="green",shape="box"];3646 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3646[label="vwx198 == vwx201 && (vwx199 < vwx202 || vwx199 == vwx202 && vwx200 <= vwx203)",fontsize=16,color="magenta"];3646 -> 3669[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3646 -> 3670[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3638[label="compare1 (vwx276,vwx277,vwx278) (vwx279,vwx280,vwx281) (vwx282 || vwx283)",fontsize=16,color="burlywood",shape="triangle"];5574[label="vwx282/False",fontsize=10,color="white",style="solid",shape="box"];3638 -> 5574[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5574 -> 3671[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5575[label="vwx282/True",fontsize=10,color="white",style="solid",shape="box"];3638 -> 5575[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5575 -> 3672[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3486[label="primMulNat (Succ vwx3000) vwx410",fontsize=16,color="burlywood",shape="box"];5576[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];3486 -> 5576[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5576 -> 3673[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5577[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];3486 -> 5577[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5577 -> 3674[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3487[label="primMulNat Zero vwx410",fontsize=16,color="burlywood",shape="box"];5578[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];3487 -> 5578[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5578 -> 3675[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5579[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];3487 -> 5579[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5579 -> 3676[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3488[label="vwx410",fontsize=16,color="green",shape="box"];3489[label="vwx300",fontsize=16,color="green",shape="box"];3490[label="vwx300",fontsize=16,color="green",shape="box"];3491[label="vwx410",fontsize=16,color="green",shape="box"];3492 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3492[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];3492 -> 3677[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3492 -> 3678[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3493[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5580[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5580[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5580 -> 3679[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5581[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5581[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5581 -> 3680[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5582[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5582[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5582 -> 3681[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5583[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5583[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5583 -> 3682[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5584[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5584[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5584 -> 3683[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5585[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5585[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5585 -> 3684[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5586[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5586[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5586 -> 3685[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5587[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5587[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5587 -> 3686[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5588[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5588[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5588 -> 3687[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5589[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5589[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5589 -> 3688[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5590[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5590[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5590 -> 3689[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5591[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5591[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5591 -> 3690[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5592[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5592[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5592 -> 3691[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5593[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3493 -> 5593[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5593 -> 3692[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3494[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];5594[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];3494 -> 5594[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5594 -> 3693[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5595[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];3494 -> 5595[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5595 -> 3694[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3495[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];5596[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5596[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5596 -> 3695[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5597[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5597[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5597 -> 3696[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5598[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5598[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5598 -> 3697[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5599[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5599[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5599 -> 3698[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5600[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5600[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5600 -> 3699[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5601[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5601[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5601 -> 3700[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5602[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5602[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5602 -> 3701[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5603[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5603[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5603 -> 3702[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5604[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5604[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5604 -> 3703[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5605[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5605[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5605 -> 3704[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5606[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5606[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5606 -> 3705[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5607[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5607[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5607 -> 3706[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5608[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5608[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5608 -> 3707[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5609[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3495 -> 5609[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5609 -> 3708[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3496[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5610[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5610[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5610 -> 3709[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5611[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5611[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5611 -> 3710[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5612[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5612[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5612 -> 3711[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5613[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5613[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5613 -> 3712[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5614[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5614[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5614 -> 3713[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5615[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5615[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5615 -> 3714[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5616[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5616[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5616 -> 3715[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5617[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5617[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5617 -> 3716[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5618[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5618[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5618 -> 3717[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5619[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5619[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5619 -> 3718[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5620[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5620[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5620 -> 3719[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5621[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5621[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5621 -> 3720[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5622[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5622[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5622 -> 3721[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5623[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3496 -> 5623[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5623 -> 3722[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3497 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3497[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];3497 -> 3723[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3497 -> 3724[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3498[label="vwx300",fontsize=16,color="green",shape="box"];3499[label="vwx400",fontsize=16,color="green",shape="box"];3500[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];5624[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3500 -> 5624[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5624 -> 3725[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5625[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3500 -> 5625[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5625 -> 3726[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3501[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5626[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3501 -> 5626[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5626 -> 3727[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5627[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3501 -> 5627[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5627 -> 3728[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3502[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];5628[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];3502 -> 5628[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5628 -> 3729[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5629[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];3502 -> 5629[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5629 -> 3730[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3503[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];3503 -> 3731[label="",style="solid", color="black", weight=3]; 24.85/10.15 3504[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];5630[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];3504 -> 5630[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5630 -> 3732[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5631[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];3504 -> 5631[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5631 -> 3733[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3505[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];5632[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];3505 -> 5632[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5632 -> 3734[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5633[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];3505 -> 5633[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5633 -> 3735[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3506[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];3506 -> 3736[label="",style="solid", color="black", weight=3]; 24.85/10.15 3507[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];5634[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];3507 -> 5634[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5634 -> 3737[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5635[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];3507 -> 5635[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5635 -> 3738[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3508[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];5636[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];3508 -> 5636[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5636 -> 3739[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5637[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];3508 -> 5637[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5637 -> 3740[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3509[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];5638[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];3509 -> 5638[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5638 -> 3741[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5639[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];3509 -> 5639[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5639 -> 3742[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3510 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3510[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];3510 -> 3743[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3510 -> 3744[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3511 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3511[label="vwx300 == vwx400",fontsize=16,color="magenta"];3511 -> 3745[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3511 -> 3746[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3512 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3512[label="vwx300 == vwx400",fontsize=16,color="magenta"];3512 -> 3747[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3512 -> 3748[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3513 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3513[label="vwx300 == vwx400",fontsize=16,color="magenta"];3513 -> 3749[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3513 -> 3750[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3514 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3514[label="vwx300 == vwx400",fontsize=16,color="magenta"];3514 -> 3751[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3514 -> 3752[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3515 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3515[label="vwx300 == vwx400",fontsize=16,color="magenta"];3515 -> 3753[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3515 -> 3754[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3516 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3516[label="vwx300 == vwx400",fontsize=16,color="magenta"];3516 -> 3755[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3516 -> 3756[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3517 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3517[label="vwx300 == vwx400",fontsize=16,color="magenta"];3517 -> 3757[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3517 -> 3758[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3518 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3518[label="vwx300 == vwx400",fontsize=16,color="magenta"];3518 -> 3759[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3518 -> 3760[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3519 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3519[label="vwx300 == vwx400",fontsize=16,color="magenta"];3519 -> 3761[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3519 -> 3762[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3520 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3520[label="vwx300 == vwx400",fontsize=16,color="magenta"];3520 -> 3763[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3520 -> 3764[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3521 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3521[label="vwx300 == vwx400",fontsize=16,color="magenta"];3521 -> 3765[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3521 -> 3766[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3522 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3522[label="vwx300 == vwx400",fontsize=16,color="magenta"];3522 -> 3767[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3522 -> 3768[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3523 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3523[label="vwx300 == vwx400",fontsize=16,color="magenta"];3523 -> 3769[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3523 -> 3770[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3524 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3524[label="vwx300 == vwx400",fontsize=16,color="magenta"];3524 -> 3771[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3524 -> 3772[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3525 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3525[label="vwx300 == vwx400",fontsize=16,color="magenta"];3525 -> 3773[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3525 -> 3774[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3526 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3526[label="vwx300 == vwx400",fontsize=16,color="magenta"];3526 -> 3775[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3526 -> 3776[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3527 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3527[label="vwx300 == vwx400",fontsize=16,color="magenta"];3527 -> 3777[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3527 -> 3778[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3528 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3528[label="vwx300 == vwx400",fontsize=16,color="magenta"];3528 -> 3779[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3528 -> 3780[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3529 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3529[label="vwx300 == vwx400",fontsize=16,color="magenta"];3529 -> 3781[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3529 -> 3782[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3530 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3530[label="vwx300 == vwx400",fontsize=16,color="magenta"];3530 -> 3783[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3530 -> 3784[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3531 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3531[label="vwx300 == vwx400",fontsize=16,color="magenta"];3531 -> 3785[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3531 -> 3786[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3532 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3532[label="vwx300 == vwx400",fontsize=16,color="magenta"];3532 -> 3787[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3532 -> 3788[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3533 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3533[label="vwx300 == vwx400",fontsize=16,color="magenta"];3533 -> 3789[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3533 -> 3790[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3534 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3534[label="vwx300 == vwx400",fontsize=16,color="magenta"];3534 -> 3791[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3534 -> 3792[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3535 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3535[label="vwx300 == vwx400",fontsize=16,color="magenta"];3535 -> 3793[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3535 -> 3794[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3536 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3536[label="vwx300 == vwx400",fontsize=16,color="magenta"];3536 -> 3795[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3536 -> 3796[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3537 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3537[label="vwx300 == vwx400",fontsize=16,color="magenta"];3537 -> 3797[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3537 -> 3798[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3538 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3538[label="vwx300 == vwx400",fontsize=16,color="magenta"];3538 -> 3799[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3538 -> 3800[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3539 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3539[label="vwx300 == vwx400",fontsize=16,color="magenta"];3539 -> 3801[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3539 -> 3802[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3540 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3540[label="vwx300 == vwx400",fontsize=16,color="magenta"];3540 -> 3803[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3540 -> 3804[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3541 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3541[label="vwx300 == vwx400",fontsize=16,color="magenta"];3541 -> 3805[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3541 -> 3806[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3542 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3542[label="vwx300 == vwx400",fontsize=16,color="magenta"];3542 -> 3807[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3542 -> 3808[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3543 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3543[label="vwx300 == vwx400",fontsize=16,color="magenta"];3543 -> 3809[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3543 -> 3810[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3544 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3544[label="vwx300 == vwx400",fontsize=16,color="magenta"];3544 -> 3811[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3544 -> 3812[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3545 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3545[label="vwx300 == vwx400",fontsize=16,color="magenta"];3545 -> 3813[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3545 -> 3814[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3546 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3546[label="vwx300 == vwx400",fontsize=16,color="magenta"];3546 -> 3815[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3546 -> 3816[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3547 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3547[label="vwx300 == vwx400",fontsize=16,color="magenta"];3547 -> 3817[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3547 -> 3818[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3548 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3548[label="vwx300 == vwx400",fontsize=16,color="magenta"];3548 -> 3819[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3548 -> 3820[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3549 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3549[label="vwx300 == vwx400",fontsize=16,color="magenta"];3549 -> 3821[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3549 -> 3822[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3550 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3550[label="vwx300 == vwx400",fontsize=16,color="magenta"];3550 -> 3823[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3550 -> 3824[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3551 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3551[label="vwx300 == vwx400",fontsize=16,color="magenta"];3551 -> 3825[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3551 -> 3826[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3552 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3552[label="vwx300 == vwx400",fontsize=16,color="magenta"];3552 -> 3827[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3552 -> 3828[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3553 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3553[label="vwx301 == vwx401",fontsize=16,color="magenta"];3553 -> 3829[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3553 -> 3830[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3554[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];5640[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5640[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5640 -> 3831[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5641[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5641[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5641 -> 3832[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5642[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5642[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5642 -> 3833[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5643[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5643[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5643 -> 3834[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5644[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5644[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5644 -> 3835[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5645[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5645[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5645 -> 3836[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5646[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5646[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5646 -> 3837[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5647[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5647[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5647 -> 3838[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5648[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5648[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5648 -> 3839[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5649[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5649[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5649 -> 3840[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5650[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5650[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5650 -> 3841[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5651[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5651[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5651 -> 3842[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5652[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5652[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5652 -> 3843[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5653[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3554 -> 5653[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5653 -> 3844[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3555[label="vwx162 <= vwx163",fontsize=16,color="black",shape="triangle"];3555 -> 3845[label="",style="solid", color="black", weight=3]; 24.85/10.15 3556[label="vwx162 <= vwx163",fontsize=16,color="black",shape="triangle"];3556 -> 3846[label="",style="solid", color="black", weight=3]; 24.85/10.15 3557[label="vwx162 <= vwx163",fontsize=16,color="black",shape="triangle"];3557 -> 3847[label="",style="solid", color="black", weight=3]; 24.85/10.15 3558[label="vwx162 <= vwx163",fontsize=16,color="black",shape="triangle"];3558 -> 3848[label="",style="solid", color="black", weight=3]; 24.85/10.15 3559[label="vwx162 <= vwx163",fontsize=16,color="burlywood",shape="triangle"];5654[label="vwx162/LT",fontsize=10,color="white",style="solid",shape="box"];3559 -> 5654[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5654 -> 3849[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5655[label="vwx162/EQ",fontsize=10,color="white",style="solid",shape="box"];3559 -> 5655[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5655 -> 3850[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5656[label="vwx162/GT",fontsize=10,color="white",style="solid",shape="box"];3559 -> 5656[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5656 -> 3851[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3560[label="vwx162 <= vwx163",fontsize=16,color="burlywood",shape="triangle"];5657[label="vwx162/False",fontsize=10,color="white",style="solid",shape="box"];3560 -> 5657[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5657 -> 3852[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5658[label="vwx162/True",fontsize=10,color="white",style="solid",shape="box"];3560 -> 5658[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5658 -> 3853[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3561[label="vwx162 <= vwx163",fontsize=16,color="black",shape="triangle"];3561 -> 3854[label="",style="solid", color="black", weight=3]; 24.85/10.15 3562[label="vwx162 <= vwx163",fontsize=16,color="black",shape="triangle"];3562 -> 3855[label="",style="solid", color="black", weight=3]; 24.85/10.15 3563[label="vwx162 <= vwx163",fontsize=16,color="black",shape="triangle"];3563 -> 3856[label="",style="solid", color="black", weight=3]; 24.85/10.15 3564[label="vwx162 <= vwx163",fontsize=16,color="burlywood",shape="triangle"];5659[label="vwx162/Nothing",fontsize=10,color="white",style="solid",shape="box"];3564 -> 5659[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5659 -> 3857[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5660[label="vwx162/Just vwx1620",fontsize=10,color="white",style="solid",shape="box"];3564 -> 5660[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5660 -> 3858[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3565[label="vwx162 <= vwx163",fontsize=16,color="burlywood",shape="triangle"];5661[label="vwx162/(vwx1620,vwx1621)",fontsize=10,color="white",style="solid",shape="box"];3565 -> 5661[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5661 -> 3859[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3566[label="vwx162 <= vwx163",fontsize=16,color="burlywood",shape="triangle"];5662[label="vwx162/Left vwx1620",fontsize=10,color="white",style="solid",shape="box"];3566 -> 5662[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5662 -> 3860[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 5663[label="vwx162/Right vwx1620",fontsize=10,color="white",style="solid",shape="box"];3566 -> 5663[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5663 -> 3861[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3567[label="vwx162 <= vwx163",fontsize=16,color="black",shape="triangle"];3567 -> 3862[label="",style="solid", color="black", weight=3]; 24.85/10.15 3568[label="vwx162 <= vwx163",fontsize=16,color="burlywood",shape="triangle"];5664[label="vwx162/(vwx1620,vwx1621,vwx1622)",fontsize=10,color="white",style="solid",shape="box"];3568 -> 5664[label="",style="solid", color="burlywood", weight=9]; 24.85/10.15 5664 -> 3863[label="",style="solid", color="burlywood", weight=3]; 24.85/10.15 3569[label="compare0 (Just vwx234) (Just vwx235) otherwise",fontsize=16,color="black",shape="box"];3569 -> 3864[label="",style="solid", color="black", weight=3]; 24.85/10.15 3570[label="LT",fontsize=16,color="green",shape="box"];3586[label="vwx212 <= vwx214",fontsize=16,color="blue",shape="box"];5665[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5665[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5665 -> 3865[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5666[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5666[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5666 -> 3866[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5667[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5667[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5667 -> 3867[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5668[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5668[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5668 -> 3868[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5669[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5669[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5669 -> 3869[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5670[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5670[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5670 -> 3870[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5671[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5671[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5671 -> 3871[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5672[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5672[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5672 -> 3872[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5673[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5673[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5673 -> 3873[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5674[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5674[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5674 -> 3874[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5675[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5675[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5675 -> 3875[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5676[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5676[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5676 -> 3876[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5677[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5677[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5677 -> 3877[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5678[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3586 -> 5678[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5678 -> 3878[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3587[label="vwx211 == vwx213",fontsize=16,color="blue",shape="box"];5679[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5679[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5679 -> 3879[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5680[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5680[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5680 -> 3880[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5681[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5681[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5681 -> 3881[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5682[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5682[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5682 -> 3882[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5683[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5683[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5683 -> 3883[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5684[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5684[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5684 -> 3884[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5685[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5685[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5685 -> 3885[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5686[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5686[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5686 -> 3886[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5687[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5687[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5687 -> 3887[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5688[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5688[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5688 -> 3888[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5689[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5689[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5689 -> 3889[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5690[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5690[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5690 -> 3890[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5691[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5691[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5691 -> 3891[label="",style="solid", color="blue", weight=3]; 24.85/10.15 5692[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3587 -> 5692[label="",style="solid", color="blue", weight=9]; 24.85/10.15 5692 -> 3892[label="",style="solid", color="blue", weight=3]; 24.85/10.15 3588[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3588 -> 3893[label="",style="solid", color="black", weight=3]; 24.85/10.15 3589[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3589 -> 3894[label="",style="solid", color="black", weight=3]; 24.85/10.15 3590[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3590 -> 3895[label="",style="solid", color="black", weight=3]; 24.85/10.15 3591[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3591 -> 3896[label="",style="solid", color="black", weight=3]; 24.85/10.15 3592[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3592 -> 3897[label="",style="solid", color="black", weight=3]; 24.85/10.15 3593[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3593 -> 3898[label="",style="solid", color="black", weight=3]; 24.85/10.15 3594[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3594 -> 3899[label="",style="solid", color="black", weight=3]; 24.85/10.15 3595[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3595 -> 3900[label="",style="solid", color="black", weight=3]; 24.85/10.15 3596[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3596 -> 3901[label="",style="solid", color="black", weight=3]; 24.85/10.15 3597[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3597 -> 3902[label="",style="solid", color="black", weight=3]; 24.85/10.15 3598[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3598 -> 3903[label="",style="solid", color="black", weight=3]; 24.85/10.15 3599[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3599 -> 3904[label="",style="solid", color="black", weight=3]; 24.85/10.15 3600[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3600 -> 3905[label="",style="solid", color="black", weight=3]; 24.85/10.15 3601[label="vwx211 < vwx213",fontsize=16,color="black",shape="triangle"];3601 -> 3906[label="",style="solid", color="black", weight=3]; 24.85/10.15 3602[label="compare1 (vwx261,vwx262) (vwx263,vwx264) (False || vwx266)",fontsize=16,color="black",shape="box"];3602 -> 3907[label="",style="solid", color="black", weight=3]; 24.85/10.15 3603[label="compare1 (vwx261,vwx262) (vwx263,vwx264) (True || vwx266)",fontsize=16,color="black",shape="box"];3603 -> 3908[label="",style="solid", color="black", weight=3]; 24.85/10.15 3604 -> 3555[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3604[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3604 -> 3909[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3604 -> 3910[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3605 -> 3556[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3605[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3605 -> 3911[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3605 -> 3912[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3606 -> 3557[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3606[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3606 -> 3913[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3606 -> 3914[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3607 -> 3558[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3607[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3607 -> 3915[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3607 -> 3916[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3608 -> 3559[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3608[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3608 -> 3917[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3608 -> 3918[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3609 -> 3560[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3609[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3609 -> 3919[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3609 -> 3920[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3610 -> 3561[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3610[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3610 -> 3921[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3610 -> 3922[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3611 -> 3562[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3611[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3611 -> 3923[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3611 -> 3924[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3612 -> 3563[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3612[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3612 -> 3925[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3612 -> 3926[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3613 -> 3564[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3613[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3613 -> 3927[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3613 -> 3928[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3614 -> 3565[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3614[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3614 -> 3929[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3614 -> 3930[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3615 -> 3566[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3615[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3615 -> 3931[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3615 -> 3932[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3616 -> 3567[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3616[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3616 -> 3933[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3616 -> 3934[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3617 -> 3568[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3617[label="vwx180 <= vwx181",fontsize=16,color="magenta"];3617 -> 3935[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3617 -> 3936[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3618[label="compare0 (Left vwx241) (Left vwx242) otherwise",fontsize=16,color="black",shape="box"];3618 -> 3937[label="",style="solid", color="black", weight=3]; 24.85/10.15 3619[label="LT",fontsize=16,color="green",shape="box"];3620 -> 3555[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3620[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3620 -> 3938[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3620 -> 3939[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3621 -> 3556[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3621[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3621 -> 3940[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3621 -> 3941[label="",style="dashed", color="magenta", weight=3]; 24.85/10.15 3622 -> 3557[label="",style="dashed", color="red", weight=0]; 24.85/10.15 3622[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3622 -> 3942[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3622 -> 3943[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3623 -> 3558[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3623[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3623 -> 3944[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3623 -> 3945[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3624 -> 3559[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3624[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3624 -> 3946[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3624 -> 3947[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3625 -> 3560[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3625[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3625 -> 3948[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3625 -> 3949[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3626 -> 3561[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3626[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3626 -> 3950[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3626 -> 3951[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3627 -> 3562[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3627[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3627 -> 3952[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3627 -> 3953[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3628 -> 3563[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3628[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3628 -> 3954[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3628 -> 3955[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3629 -> 3564[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3629[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3629 -> 3956[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3629 -> 3957[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3630 -> 3565[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3630[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3630 -> 3958[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3630 -> 3959[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3631 -> 3566[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3631[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3631 -> 3960[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3631 -> 3961[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3632 -> 3567[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3632[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3632 -> 3962[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3632 -> 3963[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3633 -> 3568[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3633[label="vwx187 <= vwx188",fontsize=16,color="magenta"];3633 -> 3964[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3633 -> 3965[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3634[label="compare0 (Right vwx249) (Right vwx250) otherwise",fontsize=16,color="black",shape="box"];3634 -> 3966[label="",style="solid", color="black", weight=3]; 24.85/10.16 3635[label="LT",fontsize=16,color="green",shape="box"];3655 -> 3588[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3655[label="vwx198 < vwx201",fontsize=16,color="magenta"];3655 -> 3967[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3655 -> 3968[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3656 -> 3589[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3656[label="vwx198 < vwx201",fontsize=16,color="magenta"];3656 -> 3969[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3656 -> 3970[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3657 -> 3590[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3657[label="vwx198 < vwx201",fontsize=16,color="magenta"];3657 -> 3971[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3657 -> 3972[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3658 -> 3591[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3658[label="vwx198 < vwx201",fontsize=16,color="magenta"];3658 -> 3973[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3658 -> 3974[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3659 -> 3592[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3659[label="vwx198 < vwx201",fontsize=16,color="magenta"];3659 -> 3975[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3659 -> 3976[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3660 -> 3593[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3660[label="vwx198 < vwx201",fontsize=16,color="magenta"];3660 -> 3977[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3660 -> 3978[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3661 -> 3594[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3661[label="vwx198 < vwx201",fontsize=16,color="magenta"];3661 -> 3979[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3661 -> 3980[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3662 -> 3595[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3662[label="vwx198 < vwx201",fontsize=16,color="magenta"];3662 -> 3981[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3662 -> 3982[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3663 -> 3596[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3663[label="vwx198 < vwx201",fontsize=16,color="magenta"];3663 -> 3983[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3663 -> 3984[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3664 -> 3597[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3664[label="vwx198 < vwx201",fontsize=16,color="magenta"];3664 -> 3985[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3664 -> 3986[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3665 -> 3598[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3665[label="vwx198 < vwx201",fontsize=16,color="magenta"];3665 -> 3987[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3665 -> 3988[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3666 -> 3599[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3666[label="vwx198 < vwx201",fontsize=16,color="magenta"];3666 -> 3989[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3666 -> 3990[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3667 -> 3600[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3667[label="vwx198 < vwx201",fontsize=16,color="magenta"];3667 -> 3991[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3667 -> 3992[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3668 -> 3601[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3668[label="vwx198 < vwx201",fontsize=16,color="magenta"];3668 -> 3993[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3668 -> 3994[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3669 -> 4313[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3669[label="vwx199 < vwx202 || vwx199 == vwx202 && vwx200 <= vwx203",fontsize=16,color="magenta"];3669 -> 4314[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3669 -> 4315[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3670[label="vwx198 == vwx201",fontsize=16,color="blue",shape="box"];5693[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5693[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5693 -> 3997[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5694[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5694[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5694 -> 3998[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5695[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5695[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5695 -> 3999[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5696[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5696[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5696 -> 4000[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5697[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5697[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5697 -> 4001[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5698[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5698[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5698 -> 4002[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5699[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5699[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5699 -> 4003[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5700[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5700[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5700 -> 4004[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5701[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5701[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5701 -> 4005[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5702[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5702[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5702 -> 4006[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5703[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5703[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5703 -> 4007[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5704[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5704[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5704 -> 4008[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5705[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5705[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5705 -> 4009[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5706[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3670 -> 5706[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5706 -> 4010[label="",style="solid", color="blue", weight=3]; 24.85/10.16 3671[label="compare1 (vwx276,vwx277,vwx278) (vwx279,vwx280,vwx281) (False || vwx283)",fontsize=16,color="black",shape="box"];3671 -> 4011[label="",style="solid", color="black", weight=3]; 24.85/10.16 3672[label="compare1 (vwx276,vwx277,vwx278) (vwx279,vwx280,vwx281) (True || vwx283)",fontsize=16,color="black",shape="box"];3672 -> 4012[label="",style="solid", color="black", weight=3]; 24.85/10.16 3673[label="primMulNat (Succ vwx3000) (Succ vwx4100)",fontsize=16,color="black",shape="box"];3673 -> 4013[label="",style="solid", color="black", weight=3]; 24.85/10.16 3674[label="primMulNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];3674 -> 4014[label="",style="solid", color="black", weight=3]; 24.85/10.16 3675[label="primMulNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];3675 -> 4015[label="",style="solid", color="black", weight=3]; 24.85/10.16 3676[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];3676 -> 4016[label="",style="solid", color="black", weight=3]; 24.85/10.16 3677[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];5707[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5707[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5707 -> 4017[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5708[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5708[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5708 -> 4018[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5709[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5709[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5709 -> 4019[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5710[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5710[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5710 -> 4020[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5711[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5711[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5711 -> 4021[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5712[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5712[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5712 -> 4022[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5713[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5713[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5713 -> 4023[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5714[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5714[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5714 -> 4024[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5715[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5715[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5715 -> 4025[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5716[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5716[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5716 -> 4026[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5717[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5717[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5717 -> 4027[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5718[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5718[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5718 -> 4028[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5719[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5719[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5719 -> 4029[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5720[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3677 -> 5720[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5720 -> 4030[label="",style="solid", color="blue", weight=3]; 24.85/10.16 3678[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];5721[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5721[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5721 -> 4031[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5722[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5722[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5722 -> 4032[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5723[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5723[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5723 -> 4033[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5724[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5724[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5724 -> 4034[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5725[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5725[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5725 -> 4035[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5726[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5726[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5726 -> 4036[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5727[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5727[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5727 -> 4037[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5728[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5728[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5728 -> 4038[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5729[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5729[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5729 -> 4039[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5730[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5730[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5730 -> 4040[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5731[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5731[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5731 -> 4041[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5732[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5732[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5732 -> 4042[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5733[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5733[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5733 -> 4043[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5734[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3678 -> 5734[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5734 -> 4044[label="",style="solid", color="blue", weight=3]; 24.85/10.16 3679 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3679[label="vwx300 == vwx400",fontsize=16,color="magenta"];3679 -> 4045[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3679 -> 4046[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3680 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3680[label="vwx300 == vwx400",fontsize=16,color="magenta"];3680 -> 4047[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3680 -> 4048[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3681 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3681[label="vwx300 == vwx400",fontsize=16,color="magenta"];3681 -> 4049[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3681 -> 4050[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3682 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3682[label="vwx300 == vwx400",fontsize=16,color="magenta"];3682 -> 4051[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3682 -> 4052[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3683 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3683[label="vwx300 == vwx400",fontsize=16,color="magenta"];3683 -> 4053[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3683 -> 4054[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3684 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3684[label="vwx300 == vwx400",fontsize=16,color="magenta"];3684 -> 4055[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3684 -> 4056[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3685 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3685[label="vwx300 == vwx400",fontsize=16,color="magenta"];3685 -> 4057[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3685 -> 4058[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3686 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3686[label="vwx300 == vwx400",fontsize=16,color="magenta"];3686 -> 4059[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3686 -> 4060[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3687 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3687[label="vwx300 == vwx400",fontsize=16,color="magenta"];3687 -> 4061[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3687 -> 4062[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3688 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3688[label="vwx300 == vwx400",fontsize=16,color="magenta"];3688 -> 4063[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3688 -> 4064[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3689 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3689[label="vwx300 == vwx400",fontsize=16,color="magenta"];3689 -> 4065[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3689 -> 4066[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3690 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3690[label="vwx300 == vwx400",fontsize=16,color="magenta"];3690 -> 4067[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3690 -> 4068[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3691 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3691[label="vwx300 == vwx400",fontsize=16,color="magenta"];3691 -> 4069[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3691 -> 4070[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3692 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3692[label="vwx300 == vwx400",fontsize=16,color="magenta"];3692 -> 4071[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3692 -> 4072[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3693[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];5735[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];3693 -> 5735[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5735 -> 4073[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5736[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];3693 -> 5736[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5736 -> 4074[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3694[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];5737[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];3694 -> 5737[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5737 -> 4075[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5738[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];3694 -> 5738[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5738 -> 4076[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3695 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3695[label="vwx301 == vwx401",fontsize=16,color="magenta"];3695 -> 4077[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3695 -> 4078[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3696 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3696[label="vwx301 == vwx401",fontsize=16,color="magenta"];3696 -> 4079[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3696 -> 4080[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3697 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3697[label="vwx301 == vwx401",fontsize=16,color="magenta"];3697 -> 4081[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3697 -> 4082[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3698 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3698[label="vwx301 == vwx401",fontsize=16,color="magenta"];3698 -> 4083[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3698 -> 4084[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3699 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3699[label="vwx301 == vwx401",fontsize=16,color="magenta"];3699 -> 4085[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3699 -> 4086[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3700 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3700[label="vwx301 == vwx401",fontsize=16,color="magenta"];3700 -> 4087[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3700 -> 4088[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3701 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3701[label="vwx301 == vwx401",fontsize=16,color="magenta"];3701 -> 4089[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3701 -> 4090[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3702 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3702[label="vwx301 == vwx401",fontsize=16,color="magenta"];3702 -> 4091[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3702 -> 4092[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3703 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3703[label="vwx301 == vwx401",fontsize=16,color="magenta"];3703 -> 4093[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3703 -> 4094[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3704 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3704[label="vwx301 == vwx401",fontsize=16,color="magenta"];3704 -> 4095[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3704 -> 4096[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3705 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3705[label="vwx301 == vwx401",fontsize=16,color="magenta"];3705 -> 4097[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3705 -> 4098[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3706 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3706[label="vwx301 == vwx401",fontsize=16,color="magenta"];3706 -> 4099[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3706 -> 4100[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3707 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3707[label="vwx301 == vwx401",fontsize=16,color="magenta"];3707 -> 4101[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3707 -> 4102[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3708 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3708[label="vwx301 == vwx401",fontsize=16,color="magenta"];3708 -> 4103[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3708 -> 4104[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3709 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3709[label="vwx300 == vwx400",fontsize=16,color="magenta"];3709 -> 4105[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3709 -> 4106[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3710 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3710[label="vwx300 == vwx400",fontsize=16,color="magenta"];3710 -> 4107[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3710 -> 4108[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3711 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3711[label="vwx300 == vwx400",fontsize=16,color="magenta"];3711 -> 4109[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3711 -> 4110[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3712 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3712[label="vwx300 == vwx400",fontsize=16,color="magenta"];3712 -> 4111[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3712 -> 4112[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3713 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3713[label="vwx300 == vwx400",fontsize=16,color="magenta"];3713 -> 4113[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3713 -> 4114[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3714 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3714[label="vwx300 == vwx400",fontsize=16,color="magenta"];3714 -> 4115[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3714 -> 4116[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3715 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3715[label="vwx300 == vwx400",fontsize=16,color="magenta"];3715 -> 4117[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3715 -> 4118[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3716 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3716[label="vwx300 == vwx400",fontsize=16,color="magenta"];3716 -> 4119[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3716 -> 4120[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3717 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3717[label="vwx300 == vwx400",fontsize=16,color="magenta"];3717 -> 4121[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3717 -> 4122[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3718 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3718[label="vwx300 == vwx400",fontsize=16,color="magenta"];3718 -> 4123[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3718 -> 4124[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3719 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3719[label="vwx300 == vwx400",fontsize=16,color="magenta"];3719 -> 4125[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3719 -> 4126[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3720 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3720[label="vwx300 == vwx400",fontsize=16,color="magenta"];3720 -> 4127[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3720 -> 4128[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3721 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3721[label="vwx300 == vwx400",fontsize=16,color="magenta"];3721 -> 4129[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3721 -> 4130[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3722 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3722[label="vwx300 == vwx400",fontsize=16,color="magenta"];3722 -> 4131[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3722 -> 4132[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3723 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3723[label="vwx300 * vwx401",fontsize=16,color="magenta"];3723 -> 4133[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3723 -> 4134[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3724 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3724[label="vwx301 * vwx400",fontsize=16,color="magenta"];3724 -> 4135[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3724 -> 4136[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3725 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3725[label="vwx301 == vwx401",fontsize=16,color="magenta"];3725 -> 4137[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3725 -> 4138[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3726 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3726[label="vwx301 == vwx401",fontsize=16,color="magenta"];3726 -> 4139[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3726 -> 4140[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3727 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3727[label="vwx300 == vwx400",fontsize=16,color="magenta"];3727 -> 4141[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3727 -> 4142[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3728 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3728[label="vwx300 == vwx400",fontsize=16,color="magenta"];3728 -> 4143[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3728 -> 4144[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3729[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];3729 -> 4145[label="",style="solid", color="black", weight=3]; 24.85/10.16 3730[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];3730 -> 4146[label="",style="solid", color="black", weight=3]; 24.85/10.16 3731[label="False",fontsize=16,color="green",shape="box"];3732[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];3732 -> 4147[label="",style="solid", color="black", weight=3]; 24.85/10.16 3733[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3733 -> 4148[label="",style="solid", color="black", weight=3]; 24.85/10.16 3734[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];3734 -> 4149[label="",style="solid", color="black", weight=3]; 24.85/10.16 3735[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3735 -> 4150[label="",style="solid", color="black", weight=3]; 24.85/10.16 3736[label="False",fontsize=16,color="green",shape="box"];3737[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];3737 -> 4151[label="",style="solid", color="black", weight=3]; 24.85/10.16 3738[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];3738 -> 4152[label="",style="solid", color="black", weight=3]; 24.85/10.16 3739[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];3739 -> 4153[label="",style="solid", color="black", weight=3]; 24.85/10.16 3740[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3740 -> 4154[label="",style="solid", color="black", weight=3]; 24.85/10.16 3741[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];3741 -> 4155[label="",style="solid", color="black", weight=3]; 24.85/10.16 3742[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3742 -> 4156[label="",style="solid", color="black", weight=3]; 24.85/10.16 3743 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3743[label="vwx300 * vwx401",fontsize=16,color="magenta"];3743 -> 4157[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3743 -> 4158[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3744 -> 2591[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3744[label="vwx301 * vwx400",fontsize=16,color="magenta"];3744 -> 4159[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3744 -> 4160[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3745[label="vwx300",fontsize=16,color="green",shape="box"];3746[label="vwx400",fontsize=16,color="green",shape="box"];3747[label="vwx300",fontsize=16,color="green",shape="box"];3748[label="vwx400",fontsize=16,color="green",shape="box"];3749[label="vwx300",fontsize=16,color="green",shape="box"];3750[label="vwx400",fontsize=16,color="green",shape="box"];3751[label="vwx300",fontsize=16,color="green",shape="box"];3752[label="vwx400",fontsize=16,color="green",shape="box"];3753[label="vwx300",fontsize=16,color="green",shape="box"];3754[label="vwx400",fontsize=16,color="green",shape="box"];3755[label="vwx300",fontsize=16,color="green",shape="box"];3756[label="vwx400",fontsize=16,color="green",shape="box"];3757[label="vwx300",fontsize=16,color="green",shape="box"];3758[label="vwx400",fontsize=16,color="green",shape="box"];3759[label="vwx300",fontsize=16,color="green",shape="box"];3760[label="vwx400",fontsize=16,color="green",shape="box"];3761[label="vwx300",fontsize=16,color="green",shape="box"];3762[label="vwx400",fontsize=16,color="green",shape="box"];3763[label="vwx300",fontsize=16,color="green",shape="box"];3764[label="vwx400",fontsize=16,color="green",shape="box"];3765[label="vwx300",fontsize=16,color="green",shape="box"];3766[label="vwx400",fontsize=16,color="green",shape="box"];3767[label="vwx300",fontsize=16,color="green",shape="box"];3768[label="vwx400",fontsize=16,color="green",shape="box"];3769[label="vwx300",fontsize=16,color="green",shape="box"];3770[label="vwx400",fontsize=16,color="green",shape="box"];3771[label="vwx300",fontsize=16,color="green",shape="box"];3772[label="vwx400",fontsize=16,color="green",shape="box"];3773[label="vwx300",fontsize=16,color="green",shape="box"];3774[label="vwx400",fontsize=16,color="green",shape="box"];3775[label="vwx300",fontsize=16,color="green",shape="box"];3776[label="vwx400",fontsize=16,color="green",shape="box"];3777[label="vwx300",fontsize=16,color="green",shape="box"];3778[label="vwx400",fontsize=16,color="green",shape="box"];3779[label="vwx300",fontsize=16,color="green",shape="box"];3780[label="vwx400",fontsize=16,color="green",shape="box"];3781[label="vwx300",fontsize=16,color="green",shape="box"];3782[label="vwx400",fontsize=16,color="green",shape="box"];3783[label="vwx300",fontsize=16,color="green",shape="box"];3784[label="vwx400",fontsize=16,color="green",shape="box"];3785[label="vwx300",fontsize=16,color="green",shape="box"];3786[label="vwx400",fontsize=16,color="green",shape="box"];3787[label="vwx300",fontsize=16,color="green",shape="box"];3788[label="vwx400",fontsize=16,color="green",shape="box"];3789[label="vwx300",fontsize=16,color="green",shape="box"];3790[label="vwx400",fontsize=16,color="green",shape="box"];3791[label="vwx300",fontsize=16,color="green",shape="box"];3792[label="vwx400",fontsize=16,color="green",shape="box"];3793[label="vwx300",fontsize=16,color="green",shape="box"];3794[label="vwx400",fontsize=16,color="green",shape="box"];3795[label="vwx300",fontsize=16,color="green",shape="box"];3796[label="vwx400",fontsize=16,color="green",shape="box"];3797[label="vwx300",fontsize=16,color="green",shape="box"];3798[label="vwx400",fontsize=16,color="green",shape="box"];3799[label="vwx300",fontsize=16,color="green",shape="box"];3800[label="vwx400",fontsize=16,color="green",shape="box"];3801[label="vwx300",fontsize=16,color="green",shape="box"];3802[label="vwx400",fontsize=16,color="green",shape="box"];3803[label="vwx300",fontsize=16,color="green",shape="box"];3804[label="vwx400",fontsize=16,color="green",shape="box"];3805[label="vwx300",fontsize=16,color="green",shape="box"];3806[label="vwx400",fontsize=16,color="green",shape="box"];3807[label="vwx300",fontsize=16,color="green",shape="box"];3808[label="vwx400",fontsize=16,color="green",shape="box"];3809[label="vwx300",fontsize=16,color="green",shape="box"];3810[label="vwx400",fontsize=16,color="green",shape="box"];3811[label="vwx300",fontsize=16,color="green",shape="box"];3812[label="vwx400",fontsize=16,color="green",shape="box"];3813[label="vwx300",fontsize=16,color="green",shape="box"];3814[label="vwx400",fontsize=16,color="green",shape="box"];3815[label="vwx300",fontsize=16,color="green",shape="box"];3816[label="vwx400",fontsize=16,color="green",shape="box"];3817[label="vwx300",fontsize=16,color="green",shape="box"];3818[label="vwx400",fontsize=16,color="green",shape="box"];3819[label="vwx300",fontsize=16,color="green",shape="box"];3820[label="vwx400",fontsize=16,color="green",shape="box"];3821[label="vwx300",fontsize=16,color="green",shape="box"];3822[label="vwx400",fontsize=16,color="green",shape="box"];3823[label="vwx300",fontsize=16,color="green",shape="box"];3824[label="vwx400",fontsize=16,color="green",shape="box"];3825[label="vwx300",fontsize=16,color="green",shape="box"];3826[label="vwx400",fontsize=16,color="green",shape="box"];3827[label="vwx300",fontsize=16,color="green",shape="box"];3828[label="vwx400",fontsize=16,color="green",shape="box"];3829[label="vwx301",fontsize=16,color="green",shape="box"];3830[label="vwx401",fontsize=16,color="green",shape="box"];3831 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3831[label="vwx300 == vwx400",fontsize=16,color="magenta"];3831 -> 4161[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3831 -> 4162[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3832 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3832[label="vwx300 == vwx400",fontsize=16,color="magenta"];3832 -> 4163[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3832 -> 4164[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3833 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3833[label="vwx300 == vwx400",fontsize=16,color="magenta"];3833 -> 4165[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3833 -> 4166[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3834 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3834[label="vwx300 == vwx400",fontsize=16,color="magenta"];3834 -> 4167[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3834 -> 4168[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3835 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3835[label="vwx300 == vwx400",fontsize=16,color="magenta"];3835 -> 4169[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3835 -> 4170[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3836 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3836[label="vwx300 == vwx400",fontsize=16,color="magenta"];3836 -> 4171[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3836 -> 4172[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3837 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3837[label="vwx300 == vwx400",fontsize=16,color="magenta"];3837 -> 4173[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3837 -> 4174[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3838 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3838[label="vwx300 == vwx400",fontsize=16,color="magenta"];3838 -> 4175[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3838 -> 4176[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3839 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3839[label="vwx300 == vwx400",fontsize=16,color="magenta"];3839 -> 4177[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3839 -> 4178[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3840 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3840[label="vwx300 == vwx400",fontsize=16,color="magenta"];3840 -> 4179[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3840 -> 4180[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3841 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3841[label="vwx300 == vwx400",fontsize=16,color="magenta"];3841 -> 4181[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3841 -> 4182[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3842 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3842[label="vwx300 == vwx400",fontsize=16,color="magenta"];3842 -> 4183[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3842 -> 4184[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3843 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3843[label="vwx300 == vwx400",fontsize=16,color="magenta"];3843 -> 4185[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3843 -> 4186[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3844 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3844[label="vwx300 == vwx400",fontsize=16,color="magenta"];3844 -> 4187[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3844 -> 4188[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3845 -> 4189[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3845[label="compare vwx162 vwx163 /= GT",fontsize=16,color="magenta"];3845 -> 4190[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3846 -> 4189[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3846[label="compare vwx162 vwx163 /= GT",fontsize=16,color="magenta"];3846 -> 4191[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3847 -> 4189[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3847[label="compare vwx162 vwx163 /= GT",fontsize=16,color="magenta"];3847 -> 4192[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3848 -> 4189[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3848[label="compare vwx162 vwx163 /= GT",fontsize=16,color="magenta"];3848 -> 4193[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3849[label="LT <= vwx163",fontsize=16,color="burlywood",shape="box"];5739[label="vwx163/LT",fontsize=10,color="white",style="solid",shape="box"];3849 -> 5739[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5739 -> 4198[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5740[label="vwx163/EQ",fontsize=10,color="white",style="solid",shape="box"];3849 -> 5740[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5740 -> 4199[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5741[label="vwx163/GT",fontsize=10,color="white",style="solid",shape="box"];3849 -> 5741[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5741 -> 4200[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3850[label="EQ <= vwx163",fontsize=16,color="burlywood",shape="box"];5742[label="vwx163/LT",fontsize=10,color="white",style="solid",shape="box"];3850 -> 5742[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5742 -> 4201[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5743[label="vwx163/EQ",fontsize=10,color="white",style="solid",shape="box"];3850 -> 5743[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5743 -> 4202[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5744[label="vwx163/GT",fontsize=10,color="white",style="solid",shape="box"];3850 -> 5744[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5744 -> 4203[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3851[label="GT <= vwx163",fontsize=16,color="burlywood",shape="box"];5745[label="vwx163/LT",fontsize=10,color="white",style="solid",shape="box"];3851 -> 5745[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5745 -> 4204[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5746[label="vwx163/EQ",fontsize=10,color="white",style="solid",shape="box"];3851 -> 5746[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5746 -> 4205[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5747[label="vwx163/GT",fontsize=10,color="white",style="solid",shape="box"];3851 -> 5747[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5747 -> 4206[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3852[label="False <= vwx163",fontsize=16,color="burlywood",shape="box"];5748[label="vwx163/False",fontsize=10,color="white",style="solid",shape="box"];3852 -> 5748[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5748 -> 4207[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5749[label="vwx163/True",fontsize=10,color="white",style="solid",shape="box"];3852 -> 5749[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5749 -> 4208[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3853[label="True <= vwx163",fontsize=16,color="burlywood",shape="box"];5750[label="vwx163/False",fontsize=10,color="white",style="solid",shape="box"];3853 -> 5750[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5750 -> 4209[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5751[label="vwx163/True",fontsize=10,color="white",style="solid",shape="box"];3853 -> 5751[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5751 -> 4210[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3854 -> 4189[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3854[label="compare vwx162 vwx163 /= GT",fontsize=16,color="magenta"];3854 -> 4194[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3855 -> 4189[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3855[label="compare vwx162 vwx163 /= GT",fontsize=16,color="magenta"];3855 -> 4195[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3856 -> 4189[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3856[label="compare vwx162 vwx163 /= GT",fontsize=16,color="magenta"];3856 -> 4196[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3857[label="Nothing <= vwx163",fontsize=16,color="burlywood",shape="box"];5752[label="vwx163/Nothing",fontsize=10,color="white",style="solid",shape="box"];3857 -> 5752[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5752 -> 4211[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5753[label="vwx163/Just vwx1630",fontsize=10,color="white",style="solid",shape="box"];3857 -> 5753[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5753 -> 4212[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3858[label="Just vwx1620 <= vwx163",fontsize=16,color="burlywood",shape="box"];5754[label="vwx163/Nothing",fontsize=10,color="white",style="solid",shape="box"];3858 -> 5754[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5754 -> 4213[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5755[label="vwx163/Just vwx1630",fontsize=10,color="white",style="solid",shape="box"];3858 -> 5755[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5755 -> 4214[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3859[label="(vwx1620,vwx1621) <= vwx163",fontsize=16,color="burlywood",shape="box"];5756[label="vwx163/(vwx1630,vwx1631)",fontsize=10,color="white",style="solid",shape="box"];3859 -> 5756[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5756 -> 4215[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3860[label="Left vwx1620 <= vwx163",fontsize=16,color="burlywood",shape="box"];5757[label="vwx163/Left vwx1630",fontsize=10,color="white",style="solid",shape="box"];3860 -> 5757[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5757 -> 4216[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5758[label="vwx163/Right vwx1630",fontsize=10,color="white",style="solid",shape="box"];3860 -> 5758[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5758 -> 4217[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3861[label="Right vwx1620 <= vwx163",fontsize=16,color="burlywood",shape="box"];5759[label="vwx163/Left vwx1630",fontsize=10,color="white",style="solid",shape="box"];3861 -> 5759[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5759 -> 4218[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5760[label="vwx163/Right vwx1630",fontsize=10,color="white",style="solid",shape="box"];3861 -> 5760[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5760 -> 4219[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3862 -> 4189[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3862[label="compare vwx162 vwx163 /= GT",fontsize=16,color="magenta"];3862 -> 4197[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3863[label="(vwx1620,vwx1621,vwx1622) <= vwx163",fontsize=16,color="burlywood",shape="box"];5761[label="vwx163/(vwx1630,vwx1631,vwx1632)",fontsize=10,color="white",style="solid",shape="box"];3863 -> 5761[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5761 -> 4220[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3864[label="compare0 (Just vwx234) (Just vwx235) True",fontsize=16,color="black",shape="box"];3864 -> 4221[label="",style="solid", color="black", weight=3]; 24.85/10.16 3865 -> 3555[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3865[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3865 -> 4222[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3865 -> 4223[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3866 -> 3556[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3866[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3866 -> 4224[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3866 -> 4225[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3867 -> 3557[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3867[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3867 -> 4226[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3867 -> 4227[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3868 -> 3558[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3868[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3868 -> 4228[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3868 -> 4229[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3869 -> 3559[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3869[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3869 -> 4230[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3869 -> 4231[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3870 -> 3560[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3870[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3870 -> 4232[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3870 -> 4233[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3871 -> 3561[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3871[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3871 -> 4234[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3871 -> 4235[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3872 -> 3562[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3872[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3872 -> 4236[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3872 -> 4237[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3873 -> 3563[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3873[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3873 -> 4238[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3873 -> 4239[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3874 -> 3564[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3874[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3874 -> 4240[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3874 -> 4241[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3875 -> 3565[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3875[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3875 -> 4242[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3875 -> 4243[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3876 -> 3566[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3876[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3876 -> 4244[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3876 -> 4245[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3877 -> 3567[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3877[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3877 -> 4246[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3877 -> 4247[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3878 -> 3568[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3878[label="vwx212 <= vwx214",fontsize=16,color="magenta"];3878 -> 4248[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3878 -> 4249[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3879 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3879[label="vwx211 == vwx213",fontsize=16,color="magenta"];3879 -> 4250[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3879 -> 4251[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3880 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3880[label="vwx211 == vwx213",fontsize=16,color="magenta"];3880 -> 4252[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3880 -> 4253[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3881 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3881[label="vwx211 == vwx213",fontsize=16,color="magenta"];3881 -> 4254[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3881 -> 4255[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3882 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3882[label="vwx211 == vwx213",fontsize=16,color="magenta"];3882 -> 4256[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3882 -> 4257[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3883 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3883[label="vwx211 == vwx213",fontsize=16,color="magenta"];3883 -> 4258[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3883 -> 4259[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3884 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3884[label="vwx211 == vwx213",fontsize=16,color="magenta"];3884 -> 4260[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3884 -> 4261[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3885 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3885[label="vwx211 == vwx213",fontsize=16,color="magenta"];3885 -> 4262[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3885 -> 4263[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3886 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3886[label="vwx211 == vwx213",fontsize=16,color="magenta"];3886 -> 4264[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3886 -> 4265[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3887 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3887[label="vwx211 == vwx213",fontsize=16,color="magenta"];3887 -> 4266[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3887 -> 4267[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3888 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3888[label="vwx211 == vwx213",fontsize=16,color="magenta"];3888 -> 4268[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3888 -> 4269[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3889 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3889[label="vwx211 == vwx213",fontsize=16,color="magenta"];3889 -> 4270[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3889 -> 4271[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3890 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3890[label="vwx211 == vwx213",fontsize=16,color="magenta"];3890 -> 4272[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3890 -> 4273[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3891 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3891[label="vwx211 == vwx213",fontsize=16,color="magenta"];3891 -> 4274[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3891 -> 4275[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3892 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3892[label="vwx211 == vwx213",fontsize=16,color="magenta"];3892 -> 4276[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3892 -> 4277[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3893 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3893[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3893 -> 4278[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3893 -> 4279[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3894 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3894[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3894 -> 4280[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3894 -> 4281[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3895 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3895[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3895 -> 4282[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3895 -> 4283[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3896 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3896[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3896 -> 4284[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3896 -> 4285[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3897 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3897[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3897 -> 4286[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3897 -> 4287[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3898 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3898[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3898 -> 4288[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3898 -> 4289[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3899 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3899[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3899 -> 4290[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3899 -> 4291[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3900 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3900[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3900 -> 4292[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3900 -> 4293[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3901 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3901[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3901 -> 4294[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3901 -> 4295[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3902 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3902[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3902 -> 4296[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3902 -> 4297[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3903 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3903[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3903 -> 4298[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3903 -> 4299[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3904 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3904[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3904 -> 4300[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3904 -> 4301[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3905 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3905[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3905 -> 4302[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3905 -> 4303[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3906 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3906[label="compare vwx211 vwx213 == LT",fontsize=16,color="magenta"];3906 -> 4304[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3906 -> 4305[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3907[label="compare1 (vwx261,vwx262) (vwx263,vwx264) vwx266",fontsize=16,color="burlywood",shape="triangle"];5762[label="vwx266/False",fontsize=10,color="white",style="solid",shape="box"];3907 -> 5762[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5762 -> 4306[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5763[label="vwx266/True",fontsize=10,color="white",style="solid",shape="box"];3907 -> 5763[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5763 -> 4307[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3908 -> 3907[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3908[label="compare1 (vwx261,vwx262) (vwx263,vwx264) True",fontsize=16,color="magenta"];3908 -> 4308[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3909[label="vwx180",fontsize=16,color="green",shape="box"];3910[label="vwx181",fontsize=16,color="green",shape="box"];3911[label="vwx180",fontsize=16,color="green",shape="box"];3912[label="vwx181",fontsize=16,color="green",shape="box"];3913[label="vwx180",fontsize=16,color="green",shape="box"];3914[label="vwx181",fontsize=16,color="green",shape="box"];3915[label="vwx180",fontsize=16,color="green",shape="box"];3916[label="vwx181",fontsize=16,color="green",shape="box"];3917[label="vwx180",fontsize=16,color="green",shape="box"];3918[label="vwx181",fontsize=16,color="green",shape="box"];3919[label="vwx180",fontsize=16,color="green",shape="box"];3920[label="vwx181",fontsize=16,color="green",shape="box"];3921[label="vwx180",fontsize=16,color="green",shape="box"];3922[label="vwx181",fontsize=16,color="green",shape="box"];3923[label="vwx180",fontsize=16,color="green",shape="box"];3924[label="vwx181",fontsize=16,color="green",shape="box"];3925[label="vwx180",fontsize=16,color="green",shape="box"];3926[label="vwx181",fontsize=16,color="green",shape="box"];3927[label="vwx180",fontsize=16,color="green",shape="box"];3928[label="vwx181",fontsize=16,color="green",shape="box"];3929[label="vwx180",fontsize=16,color="green",shape="box"];3930[label="vwx181",fontsize=16,color="green",shape="box"];3931[label="vwx180",fontsize=16,color="green",shape="box"];3932[label="vwx181",fontsize=16,color="green",shape="box"];3933[label="vwx180",fontsize=16,color="green",shape="box"];3934[label="vwx181",fontsize=16,color="green",shape="box"];3935[label="vwx180",fontsize=16,color="green",shape="box"];3936[label="vwx181",fontsize=16,color="green",shape="box"];3937[label="compare0 (Left vwx241) (Left vwx242) True",fontsize=16,color="black",shape="box"];3937 -> 4309[label="",style="solid", color="black", weight=3]; 24.85/10.16 3938[label="vwx187",fontsize=16,color="green",shape="box"];3939[label="vwx188",fontsize=16,color="green",shape="box"];3940[label="vwx187",fontsize=16,color="green",shape="box"];3941[label="vwx188",fontsize=16,color="green",shape="box"];3942[label="vwx187",fontsize=16,color="green",shape="box"];3943[label="vwx188",fontsize=16,color="green",shape="box"];3944[label="vwx187",fontsize=16,color="green",shape="box"];3945[label="vwx188",fontsize=16,color="green",shape="box"];3946[label="vwx187",fontsize=16,color="green",shape="box"];3947[label="vwx188",fontsize=16,color="green",shape="box"];3948[label="vwx187",fontsize=16,color="green",shape="box"];3949[label="vwx188",fontsize=16,color="green",shape="box"];3950[label="vwx187",fontsize=16,color="green",shape="box"];3951[label="vwx188",fontsize=16,color="green",shape="box"];3952[label="vwx187",fontsize=16,color="green",shape="box"];3953[label="vwx188",fontsize=16,color="green",shape="box"];3954[label="vwx187",fontsize=16,color="green",shape="box"];3955[label="vwx188",fontsize=16,color="green",shape="box"];3956[label="vwx187",fontsize=16,color="green",shape="box"];3957[label="vwx188",fontsize=16,color="green",shape="box"];3958[label="vwx187",fontsize=16,color="green",shape="box"];3959[label="vwx188",fontsize=16,color="green",shape="box"];3960[label="vwx187",fontsize=16,color="green",shape="box"];3961[label="vwx188",fontsize=16,color="green",shape="box"];3962[label="vwx187",fontsize=16,color="green",shape="box"];3963[label="vwx188",fontsize=16,color="green",shape="box"];3964[label="vwx187",fontsize=16,color="green",shape="box"];3965[label="vwx188",fontsize=16,color="green",shape="box"];3966[label="compare0 (Right vwx249) (Right vwx250) True",fontsize=16,color="black",shape="box"];3966 -> 4310[label="",style="solid", color="black", weight=3]; 24.85/10.16 3967[label="vwx201",fontsize=16,color="green",shape="box"];3968[label="vwx198",fontsize=16,color="green",shape="box"];3969[label="vwx201",fontsize=16,color="green",shape="box"];3970[label="vwx198",fontsize=16,color="green",shape="box"];3971[label="vwx201",fontsize=16,color="green",shape="box"];3972[label="vwx198",fontsize=16,color="green",shape="box"];3973[label="vwx201",fontsize=16,color="green",shape="box"];3974[label="vwx198",fontsize=16,color="green",shape="box"];3975[label="vwx201",fontsize=16,color="green",shape="box"];3976[label="vwx198",fontsize=16,color="green",shape="box"];3977[label="vwx201",fontsize=16,color="green",shape="box"];3978[label="vwx198",fontsize=16,color="green",shape="box"];3979[label="vwx201",fontsize=16,color="green",shape="box"];3980[label="vwx198",fontsize=16,color="green",shape="box"];3981[label="vwx201",fontsize=16,color="green",shape="box"];3982[label="vwx198",fontsize=16,color="green",shape="box"];3983[label="vwx201",fontsize=16,color="green",shape="box"];3984[label="vwx198",fontsize=16,color="green",shape="box"];3985[label="vwx201",fontsize=16,color="green",shape="box"];3986[label="vwx198",fontsize=16,color="green",shape="box"];3987[label="vwx201",fontsize=16,color="green",shape="box"];3988[label="vwx198",fontsize=16,color="green",shape="box"];3989[label="vwx201",fontsize=16,color="green",shape="box"];3990[label="vwx198",fontsize=16,color="green",shape="box"];3991[label="vwx201",fontsize=16,color="green",shape="box"];3992[label="vwx198",fontsize=16,color="green",shape="box"];3993[label="vwx201",fontsize=16,color="green",shape="box"];3994[label="vwx198",fontsize=16,color="green",shape="box"];4314 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4314[label="vwx199 == vwx202 && vwx200 <= vwx203",fontsize=16,color="magenta"];4314 -> 4318[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4314 -> 4319[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4315[label="vwx199 < vwx202",fontsize=16,color="blue",shape="box"];5764[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5764[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5764 -> 4320[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5765[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5765[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5765 -> 4321[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5766[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5766[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5766 -> 4322[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5767[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5767[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5767 -> 4323[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5768[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5768[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5768 -> 4324[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5769[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5769[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5769 -> 4325[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5770[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5770[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5770 -> 4326[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5771[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5771[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5771 -> 4327[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5772[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5772[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5772 -> 4328[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5773[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5773[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5773 -> 4329[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5774[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5774[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5774 -> 4330[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5775[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5775[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5775 -> 4331[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5776[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5776[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5776 -> 4332[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5777[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4315 -> 5777[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5777 -> 4333[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4313[label="vwx289 || vwx290",fontsize=16,color="burlywood",shape="triangle"];5778[label="vwx289/False",fontsize=10,color="white",style="solid",shape="box"];4313 -> 5778[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5778 -> 4334[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5779[label="vwx289/True",fontsize=10,color="white",style="solid",shape="box"];4313 -> 5779[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5779 -> 4335[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 3997 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3997[label="vwx198 == vwx201",fontsize=16,color="magenta"];3997 -> 4336[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3997 -> 4337[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3998 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3998[label="vwx198 == vwx201",fontsize=16,color="magenta"];3998 -> 4338[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3998 -> 4339[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3999 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 3999[label="vwx198 == vwx201",fontsize=16,color="magenta"];3999 -> 4340[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 3999 -> 4341[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4000 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4000[label="vwx198 == vwx201",fontsize=16,color="magenta"];4000 -> 4342[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4000 -> 4343[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4001 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4001[label="vwx198 == vwx201",fontsize=16,color="magenta"];4001 -> 4344[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4001 -> 4345[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4002 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4002[label="vwx198 == vwx201",fontsize=16,color="magenta"];4002 -> 4346[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4002 -> 4347[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4003 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4003[label="vwx198 == vwx201",fontsize=16,color="magenta"];4003 -> 4348[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4003 -> 4349[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4004 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4004[label="vwx198 == vwx201",fontsize=16,color="magenta"];4004 -> 4350[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4004 -> 4351[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4005 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4005[label="vwx198 == vwx201",fontsize=16,color="magenta"];4005 -> 4352[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4005 -> 4353[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4006 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4006[label="vwx198 == vwx201",fontsize=16,color="magenta"];4006 -> 4354[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4006 -> 4355[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4007 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4007[label="vwx198 == vwx201",fontsize=16,color="magenta"];4007 -> 4356[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4007 -> 4357[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4008 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4008[label="vwx198 == vwx201",fontsize=16,color="magenta"];4008 -> 4358[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4008 -> 4359[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4009 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4009[label="vwx198 == vwx201",fontsize=16,color="magenta"];4009 -> 4360[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4009 -> 4361[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4010 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4010[label="vwx198 == vwx201",fontsize=16,color="magenta"];4010 -> 4362[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4010 -> 4363[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4011[label="compare1 (vwx276,vwx277,vwx278) (vwx279,vwx280,vwx281) vwx283",fontsize=16,color="burlywood",shape="triangle"];5780[label="vwx283/False",fontsize=10,color="white",style="solid",shape="box"];4011 -> 5780[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5780 -> 4364[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5781[label="vwx283/True",fontsize=10,color="white",style="solid",shape="box"];4011 -> 5781[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5781 -> 4365[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 4012 -> 4011[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4012[label="compare1 (vwx276,vwx277,vwx278) (vwx279,vwx280,vwx281) True",fontsize=16,color="magenta"];4012 -> 4366[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4013 -> 4367[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4013[label="primPlusNat (primMulNat vwx3000 (Succ vwx4100)) (Succ vwx4100)",fontsize=16,color="magenta"];4013 -> 4368[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4014[label="Zero",fontsize=16,color="green",shape="box"];4015[label="Zero",fontsize=16,color="green",shape="box"];4016[label="Zero",fontsize=16,color="green",shape="box"];4017 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4017[label="vwx302 == vwx402",fontsize=16,color="magenta"];4017 -> 4369[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4017 -> 4370[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4018 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4018[label="vwx302 == vwx402",fontsize=16,color="magenta"];4018 -> 4371[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4018 -> 4372[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4019 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4019[label="vwx302 == vwx402",fontsize=16,color="magenta"];4019 -> 4373[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4019 -> 4374[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4020 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4020[label="vwx302 == vwx402",fontsize=16,color="magenta"];4020 -> 4375[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4020 -> 4376[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4021 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4021[label="vwx302 == vwx402",fontsize=16,color="magenta"];4021 -> 4377[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4021 -> 4378[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4022 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4022[label="vwx302 == vwx402",fontsize=16,color="magenta"];4022 -> 4379[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4022 -> 4380[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4023 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4023[label="vwx302 == vwx402",fontsize=16,color="magenta"];4023 -> 4381[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4023 -> 4382[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4024 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4024[label="vwx302 == vwx402",fontsize=16,color="magenta"];4024 -> 4383[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4024 -> 4384[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4025 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4025[label="vwx302 == vwx402",fontsize=16,color="magenta"];4025 -> 4385[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4025 -> 4386[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4026 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4026[label="vwx302 == vwx402",fontsize=16,color="magenta"];4026 -> 4387[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4026 -> 4388[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4027 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4027[label="vwx302 == vwx402",fontsize=16,color="magenta"];4027 -> 4389[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4027 -> 4390[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4028 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4028[label="vwx302 == vwx402",fontsize=16,color="magenta"];4028 -> 4391[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4028 -> 4392[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4029 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4029[label="vwx302 == vwx402",fontsize=16,color="magenta"];4029 -> 4393[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4029 -> 4394[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4030 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4030[label="vwx302 == vwx402",fontsize=16,color="magenta"];4030 -> 4395[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4030 -> 4396[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4031 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4031[label="vwx301 == vwx401",fontsize=16,color="magenta"];4031 -> 4397[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4031 -> 4398[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4032 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4032[label="vwx301 == vwx401",fontsize=16,color="magenta"];4032 -> 4399[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4032 -> 4400[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4033 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4033[label="vwx301 == vwx401",fontsize=16,color="magenta"];4033 -> 4401[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4033 -> 4402[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4034 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4034[label="vwx301 == vwx401",fontsize=16,color="magenta"];4034 -> 4403[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4034 -> 4404[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4035 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4035[label="vwx301 == vwx401",fontsize=16,color="magenta"];4035 -> 4405[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4035 -> 4406[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4036 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4036[label="vwx301 == vwx401",fontsize=16,color="magenta"];4036 -> 4407[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4036 -> 4408[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4037 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4037[label="vwx301 == vwx401",fontsize=16,color="magenta"];4037 -> 4409[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4037 -> 4410[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4038 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4038[label="vwx301 == vwx401",fontsize=16,color="magenta"];4038 -> 4411[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4038 -> 4412[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4039 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4039[label="vwx301 == vwx401",fontsize=16,color="magenta"];4039 -> 4413[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4039 -> 4414[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4040 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4040[label="vwx301 == vwx401",fontsize=16,color="magenta"];4040 -> 4415[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4040 -> 4416[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4041 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4041[label="vwx301 == vwx401",fontsize=16,color="magenta"];4041 -> 4417[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4041 -> 4418[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4042 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4042[label="vwx301 == vwx401",fontsize=16,color="magenta"];4042 -> 4419[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4042 -> 4420[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4043 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4043[label="vwx301 == vwx401",fontsize=16,color="magenta"];4043 -> 4421[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4043 -> 4422[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4044 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4044[label="vwx301 == vwx401",fontsize=16,color="magenta"];4044 -> 4423[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4044 -> 4424[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4045[label="vwx300",fontsize=16,color="green",shape="box"];4046[label="vwx400",fontsize=16,color="green",shape="box"];4047[label="vwx300",fontsize=16,color="green",shape="box"];4048[label="vwx400",fontsize=16,color="green",shape="box"];4049[label="vwx300",fontsize=16,color="green",shape="box"];4050[label="vwx400",fontsize=16,color="green",shape="box"];4051[label="vwx300",fontsize=16,color="green",shape="box"];4052[label="vwx400",fontsize=16,color="green",shape="box"];4053[label="vwx300",fontsize=16,color="green",shape="box"];4054[label="vwx400",fontsize=16,color="green",shape="box"];4055[label="vwx300",fontsize=16,color="green",shape="box"];4056[label="vwx400",fontsize=16,color="green",shape="box"];4057[label="vwx300",fontsize=16,color="green",shape="box"];4058[label="vwx400",fontsize=16,color="green",shape="box"];4059[label="vwx300",fontsize=16,color="green",shape="box"];4060[label="vwx400",fontsize=16,color="green",shape="box"];4061[label="vwx300",fontsize=16,color="green",shape="box"];4062[label="vwx400",fontsize=16,color="green",shape="box"];4063[label="vwx300",fontsize=16,color="green",shape="box"];4064[label="vwx400",fontsize=16,color="green",shape="box"];4065[label="vwx300",fontsize=16,color="green",shape="box"];4066[label="vwx400",fontsize=16,color="green",shape="box"];4067[label="vwx300",fontsize=16,color="green",shape="box"];4068[label="vwx400",fontsize=16,color="green",shape="box"];4069[label="vwx300",fontsize=16,color="green",shape="box"];4070[label="vwx400",fontsize=16,color="green",shape="box"];4071[label="vwx300",fontsize=16,color="green",shape="box"];4072[label="vwx400",fontsize=16,color="green",shape="box"];4073[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];4073 -> 4425[label="",style="solid", color="black", weight=3]; 24.85/10.16 4074[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];4074 -> 4426[label="",style="solid", color="black", weight=3]; 24.85/10.16 4075[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];4075 -> 4427[label="",style="solid", color="black", weight=3]; 24.85/10.16 4076[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];4076 -> 4428[label="",style="solid", color="black", weight=3]; 24.85/10.16 4077[label="vwx301",fontsize=16,color="green",shape="box"];4078[label="vwx401",fontsize=16,color="green",shape="box"];4079[label="vwx301",fontsize=16,color="green",shape="box"];4080[label="vwx401",fontsize=16,color="green",shape="box"];4081[label="vwx301",fontsize=16,color="green",shape="box"];4082[label="vwx401",fontsize=16,color="green",shape="box"];4083[label="vwx301",fontsize=16,color="green",shape="box"];4084[label="vwx401",fontsize=16,color="green",shape="box"];4085[label="vwx301",fontsize=16,color="green",shape="box"];4086[label="vwx401",fontsize=16,color="green",shape="box"];4087[label="vwx301",fontsize=16,color="green",shape="box"];4088[label="vwx401",fontsize=16,color="green",shape="box"];4089[label="vwx301",fontsize=16,color="green",shape="box"];4090[label="vwx401",fontsize=16,color="green",shape="box"];4091[label="vwx301",fontsize=16,color="green",shape="box"];4092[label="vwx401",fontsize=16,color="green",shape="box"];4093[label="vwx301",fontsize=16,color="green",shape="box"];4094[label="vwx401",fontsize=16,color="green",shape="box"];4095[label="vwx301",fontsize=16,color="green",shape="box"];4096[label="vwx401",fontsize=16,color="green",shape="box"];4097[label="vwx301",fontsize=16,color="green",shape="box"];4098[label="vwx401",fontsize=16,color="green",shape="box"];4099[label="vwx301",fontsize=16,color="green",shape="box"];4100[label="vwx401",fontsize=16,color="green",shape="box"];4101[label="vwx301",fontsize=16,color="green",shape="box"];4102[label="vwx401",fontsize=16,color="green",shape="box"];4103[label="vwx301",fontsize=16,color="green",shape="box"];4104[label="vwx401",fontsize=16,color="green",shape="box"];4105[label="vwx300",fontsize=16,color="green",shape="box"];4106[label="vwx400",fontsize=16,color="green",shape="box"];4107[label="vwx300",fontsize=16,color="green",shape="box"];4108[label="vwx400",fontsize=16,color="green",shape="box"];4109[label="vwx300",fontsize=16,color="green",shape="box"];4110[label="vwx400",fontsize=16,color="green",shape="box"];4111[label="vwx300",fontsize=16,color="green",shape="box"];4112[label="vwx400",fontsize=16,color="green",shape="box"];4113[label="vwx300",fontsize=16,color="green",shape="box"];4114[label="vwx400",fontsize=16,color="green",shape="box"];4115[label="vwx300",fontsize=16,color="green",shape="box"];4116[label="vwx400",fontsize=16,color="green",shape="box"];4117[label="vwx300",fontsize=16,color="green",shape="box"];4118[label="vwx400",fontsize=16,color="green",shape="box"];4119[label="vwx300",fontsize=16,color="green",shape="box"];4120[label="vwx400",fontsize=16,color="green",shape="box"];4121[label="vwx300",fontsize=16,color="green",shape="box"];4122[label="vwx400",fontsize=16,color="green",shape="box"];4123[label="vwx300",fontsize=16,color="green",shape="box"];4124[label="vwx400",fontsize=16,color="green",shape="box"];4125[label="vwx300",fontsize=16,color="green",shape="box"];4126[label="vwx400",fontsize=16,color="green",shape="box"];4127[label="vwx300",fontsize=16,color="green",shape="box"];4128[label="vwx400",fontsize=16,color="green",shape="box"];4129[label="vwx300",fontsize=16,color="green",shape="box"];4130[label="vwx400",fontsize=16,color="green",shape="box"];4131[label="vwx300",fontsize=16,color="green",shape="box"];4132[label="vwx400",fontsize=16,color="green",shape="box"];4133[label="vwx300",fontsize=16,color="green",shape="box"];4134[label="vwx401",fontsize=16,color="green",shape="box"];4135[label="vwx301",fontsize=16,color="green",shape="box"];4136[label="vwx400",fontsize=16,color="green",shape="box"];4137[label="vwx301",fontsize=16,color="green",shape="box"];4138[label="vwx401",fontsize=16,color="green",shape="box"];4139[label="vwx301",fontsize=16,color="green",shape="box"];4140[label="vwx401",fontsize=16,color="green",shape="box"];4141[label="vwx300",fontsize=16,color="green",shape="box"];4142[label="vwx400",fontsize=16,color="green",shape="box"];4143[label="vwx300",fontsize=16,color="green",shape="box"];4144[label="vwx400",fontsize=16,color="green",shape="box"];4145 -> 3494[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4145[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];4145 -> 4429[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4145 -> 4430[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4146[label="False",fontsize=16,color="green",shape="box"];4147[label="False",fontsize=16,color="green",shape="box"];4148[label="True",fontsize=16,color="green",shape="box"];4149[label="False",fontsize=16,color="green",shape="box"];4150[label="True",fontsize=16,color="green",shape="box"];4151 -> 3494[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4151[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];4151 -> 4431[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4151 -> 4432[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4152[label="False",fontsize=16,color="green",shape="box"];4153[label="False",fontsize=16,color="green",shape="box"];4154[label="True",fontsize=16,color="green",shape="box"];4155[label="False",fontsize=16,color="green",shape="box"];4156[label="True",fontsize=16,color="green",shape="box"];4157[label="vwx300",fontsize=16,color="green",shape="box"];4158[label="vwx401",fontsize=16,color="green",shape="box"];4159[label="vwx301",fontsize=16,color="green",shape="box"];4160[label="vwx400",fontsize=16,color="green",shape="box"];4161[label="vwx300",fontsize=16,color="green",shape="box"];4162[label="vwx400",fontsize=16,color="green",shape="box"];4163[label="vwx300",fontsize=16,color="green",shape="box"];4164[label="vwx400",fontsize=16,color="green",shape="box"];4165[label="vwx300",fontsize=16,color="green",shape="box"];4166[label="vwx400",fontsize=16,color="green",shape="box"];4167[label="vwx300",fontsize=16,color="green",shape="box"];4168[label="vwx400",fontsize=16,color="green",shape="box"];4169[label="vwx300",fontsize=16,color="green",shape="box"];4170[label="vwx400",fontsize=16,color="green",shape="box"];4171[label="vwx300",fontsize=16,color="green",shape="box"];4172[label="vwx400",fontsize=16,color="green",shape="box"];4173[label="vwx300",fontsize=16,color="green",shape="box"];4174[label="vwx400",fontsize=16,color="green",shape="box"];4175[label="vwx300",fontsize=16,color="green",shape="box"];4176[label="vwx400",fontsize=16,color="green",shape="box"];4177[label="vwx300",fontsize=16,color="green",shape="box"];4178[label="vwx400",fontsize=16,color="green",shape="box"];4179[label="vwx300",fontsize=16,color="green",shape="box"];4180[label="vwx400",fontsize=16,color="green",shape="box"];4181[label="vwx300",fontsize=16,color="green",shape="box"];4182[label="vwx400",fontsize=16,color="green",shape="box"];4183[label="vwx300",fontsize=16,color="green",shape="box"];4184[label="vwx400",fontsize=16,color="green",shape="box"];4185[label="vwx300",fontsize=16,color="green",shape="box"];4186[label="vwx400",fontsize=16,color="green",shape="box"];4187[label="vwx300",fontsize=16,color="green",shape="box"];4188[label="vwx400",fontsize=16,color="green",shape="box"];4190 -> 2410[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4190[label="compare vwx162 vwx163",fontsize=16,color="magenta"];4190 -> 4433[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4190 -> 4434[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4189[label="vwx285 /= GT",fontsize=16,color="black",shape="triangle"];4189 -> 4435[label="",style="solid", color="black", weight=3]; 24.85/10.16 4191 -> 2411[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4191[label="compare vwx162 vwx163",fontsize=16,color="magenta"];4191 -> 4436[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4191 -> 4437[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4192 -> 2412[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4192[label="compare vwx162 vwx163",fontsize=16,color="magenta"];4192 -> 4438[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4192 -> 4439[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4193 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4193[label="compare vwx162 vwx163",fontsize=16,color="magenta"];4193 -> 4440[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4193 -> 4441[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4198[label="LT <= LT",fontsize=16,color="black",shape="box"];4198 -> 4442[label="",style="solid", color="black", weight=3]; 24.85/10.16 4199[label="LT <= EQ",fontsize=16,color="black",shape="box"];4199 -> 4443[label="",style="solid", color="black", weight=3]; 24.85/10.16 4200[label="LT <= GT",fontsize=16,color="black",shape="box"];4200 -> 4444[label="",style="solid", color="black", weight=3]; 24.85/10.16 4201[label="EQ <= LT",fontsize=16,color="black",shape="box"];4201 -> 4445[label="",style="solid", color="black", weight=3]; 24.85/10.16 4202[label="EQ <= EQ",fontsize=16,color="black",shape="box"];4202 -> 4446[label="",style="solid", color="black", weight=3]; 24.85/10.16 4203[label="EQ <= GT",fontsize=16,color="black",shape="box"];4203 -> 4447[label="",style="solid", color="black", weight=3]; 24.85/10.16 4204[label="GT <= LT",fontsize=16,color="black",shape="box"];4204 -> 4448[label="",style="solid", color="black", weight=3]; 24.85/10.16 4205[label="GT <= EQ",fontsize=16,color="black",shape="box"];4205 -> 4449[label="",style="solid", color="black", weight=3]; 24.85/10.16 4206[label="GT <= GT",fontsize=16,color="black",shape="box"];4206 -> 4450[label="",style="solid", color="black", weight=3]; 24.85/10.16 4207[label="False <= False",fontsize=16,color="black",shape="box"];4207 -> 4451[label="",style="solid", color="black", weight=3]; 24.85/10.16 4208[label="False <= True",fontsize=16,color="black",shape="box"];4208 -> 4452[label="",style="solid", color="black", weight=3]; 24.85/10.16 4209[label="True <= False",fontsize=16,color="black",shape="box"];4209 -> 4453[label="",style="solid", color="black", weight=3]; 24.85/10.16 4210[label="True <= True",fontsize=16,color="black",shape="box"];4210 -> 4454[label="",style="solid", color="black", weight=3]; 24.85/10.16 4194 -> 2416[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4194[label="compare vwx162 vwx163",fontsize=16,color="magenta"];4194 -> 4455[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4194 -> 4456[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4195 -> 2417[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4195[label="compare vwx162 vwx163",fontsize=16,color="magenta"];4195 -> 4457[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4195 -> 4458[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4196 -> 2418[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4196[label="compare vwx162 vwx163",fontsize=16,color="magenta"];4196 -> 4459[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4196 -> 4460[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4211[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];4211 -> 4461[label="",style="solid", color="black", weight=3]; 24.85/10.16 4212[label="Nothing <= Just vwx1630",fontsize=16,color="black",shape="box"];4212 -> 4462[label="",style="solid", color="black", weight=3]; 24.85/10.16 4213[label="Just vwx1620 <= Nothing",fontsize=16,color="black",shape="box"];4213 -> 4463[label="",style="solid", color="black", weight=3]; 24.85/10.16 4214[label="Just vwx1620 <= Just vwx1630",fontsize=16,color="black",shape="box"];4214 -> 4464[label="",style="solid", color="black", weight=3]; 24.85/10.16 4215[label="(vwx1620,vwx1621) <= (vwx1630,vwx1631)",fontsize=16,color="black",shape="box"];4215 -> 4465[label="",style="solid", color="black", weight=3]; 24.85/10.16 4216[label="Left vwx1620 <= Left vwx1630",fontsize=16,color="black",shape="box"];4216 -> 4466[label="",style="solid", color="black", weight=3]; 24.85/10.16 4217[label="Left vwx1620 <= Right vwx1630",fontsize=16,color="black",shape="box"];4217 -> 4467[label="",style="solid", color="black", weight=3]; 24.85/10.16 4218[label="Right vwx1620 <= Left vwx1630",fontsize=16,color="black",shape="box"];4218 -> 4468[label="",style="solid", color="black", weight=3]; 24.85/10.16 4219[label="Right vwx1620 <= Right vwx1630",fontsize=16,color="black",shape="box"];4219 -> 4469[label="",style="solid", color="black", weight=3]; 24.85/10.16 4197 -> 2422[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4197[label="compare vwx162 vwx163",fontsize=16,color="magenta"];4197 -> 4470[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4197 -> 4471[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4220[label="(vwx1620,vwx1621,vwx1622) <= (vwx1630,vwx1631,vwx1632)",fontsize=16,color="black",shape="box"];4220 -> 4472[label="",style="solid", color="black", weight=3]; 24.85/10.16 4221[label="GT",fontsize=16,color="green",shape="box"];4222[label="vwx212",fontsize=16,color="green",shape="box"];4223[label="vwx214",fontsize=16,color="green",shape="box"];4224[label="vwx212",fontsize=16,color="green",shape="box"];4225[label="vwx214",fontsize=16,color="green",shape="box"];4226[label="vwx212",fontsize=16,color="green",shape="box"];4227[label="vwx214",fontsize=16,color="green",shape="box"];4228[label="vwx212",fontsize=16,color="green",shape="box"];4229[label="vwx214",fontsize=16,color="green",shape="box"];4230[label="vwx212",fontsize=16,color="green",shape="box"];4231[label="vwx214",fontsize=16,color="green",shape="box"];4232[label="vwx212",fontsize=16,color="green",shape="box"];4233[label="vwx214",fontsize=16,color="green",shape="box"];4234[label="vwx212",fontsize=16,color="green",shape="box"];4235[label="vwx214",fontsize=16,color="green",shape="box"];4236[label="vwx212",fontsize=16,color="green",shape="box"];4237[label="vwx214",fontsize=16,color="green",shape="box"];4238[label="vwx212",fontsize=16,color="green",shape="box"];4239[label="vwx214",fontsize=16,color="green",shape="box"];4240[label="vwx212",fontsize=16,color="green",shape="box"];4241[label="vwx214",fontsize=16,color="green",shape="box"];4242[label="vwx212",fontsize=16,color="green",shape="box"];4243[label="vwx214",fontsize=16,color="green",shape="box"];4244[label="vwx212",fontsize=16,color="green",shape="box"];4245[label="vwx214",fontsize=16,color="green",shape="box"];4246[label="vwx212",fontsize=16,color="green",shape="box"];4247[label="vwx214",fontsize=16,color="green",shape="box"];4248[label="vwx212",fontsize=16,color="green",shape="box"];4249[label="vwx214",fontsize=16,color="green",shape="box"];4250[label="vwx211",fontsize=16,color="green",shape="box"];4251[label="vwx213",fontsize=16,color="green",shape="box"];4252[label="vwx211",fontsize=16,color="green",shape="box"];4253[label="vwx213",fontsize=16,color="green",shape="box"];4254[label="vwx211",fontsize=16,color="green",shape="box"];4255[label="vwx213",fontsize=16,color="green",shape="box"];4256[label="vwx211",fontsize=16,color="green",shape="box"];4257[label="vwx213",fontsize=16,color="green",shape="box"];4258[label="vwx211",fontsize=16,color="green",shape="box"];4259[label="vwx213",fontsize=16,color="green",shape="box"];4260[label="vwx211",fontsize=16,color="green",shape="box"];4261[label="vwx213",fontsize=16,color="green",shape="box"];4262[label="vwx211",fontsize=16,color="green",shape="box"];4263[label="vwx213",fontsize=16,color="green",shape="box"];4264[label="vwx211",fontsize=16,color="green",shape="box"];4265[label="vwx213",fontsize=16,color="green",shape="box"];4266[label="vwx211",fontsize=16,color="green",shape="box"];4267[label="vwx213",fontsize=16,color="green",shape="box"];4268[label="vwx211",fontsize=16,color="green",shape="box"];4269[label="vwx213",fontsize=16,color="green",shape="box"];4270[label="vwx211",fontsize=16,color="green",shape="box"];4271[label="vwx213",fontsize=16,color="green",shape="box"];4272[label="vwx211",fontsize=16,color="green",shape="box"];4273[label="vwx213",fontsize=16,color="green",shape="box"];4274[label="vwx211",fontsize=16,color="green",shape="box"];4275[label="vwx213",fontsize=16,color="green",shape="box"];4276[label="vwx211",fontsize=16,color="green",shape="box"];4277[label="vwx213",fontsize=16,color="green",shape="box"];4278 -> 2410[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4278[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4278 -> 4473[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4278 -> 4474[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4279[label="LT",fontsize=16,color="green",shape="box"];4280 -> 2411[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4280[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4280 -> 4475[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4280 -> 4476[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4281[label="LT",fontsize=16,color="green",shape="box"];4282 -> 2412[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4282[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4282 -> 4477[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4282 -> 4478[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4283[label="LT",fontsize=16,color="green",shape="box"];4284 -> 2413[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4284[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4284 -> 4479[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4284 -> 4480[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4285[label="LT",fontsize=16,color="green",shape="box"];4286 -> 2414[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4286[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4286 -> 4481[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4286 -> 4482[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4287[label="LT",fontsize=16,color="green",shape="box"];4288 -> 2415[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4288[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4288 -> 4483[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4288 -> 4484[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4289[label="LT",fontsize=16,color="green",shape="box"];4290 -> 2416[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4290[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4290 -> 4485[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4290 -> 4486[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4291[label="LT",fontsize=16,color="green",shape="box"];4292 -> 2417[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4292[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4292 -> 4487[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4292 -> 4488[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4293[label="LT",fontsize=16,color="green",shape="box"];4294 -> 2418[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4294[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4294 -> 4489[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4294 -> 4490[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4295[label="LT",fontsize=16,color="green",shape="box"];4296 -> 2419[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4296[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4296 -> 4491[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4296 -> 4492[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4297[label="LT",fontsize=16,color="green",shape="box"];4298 -> 2420[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4298[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4298 -> 4493[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4298 -> 4494[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4299[label="LT",fontsize=16,color="green",shape="box"];4300 -> 2421[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4300[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4300 -> 4495[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4300 -> 4496[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4301[label="LT",fontsize=16,color="green",shape="box"];4302 -> 2422[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4302[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4302 -> 4497[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4302 -> 4498[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4303[label="LT",fontsize=16,color="green",shape="box"];4304 -> 2423[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4304[label="compare vwx211 vwx213",fontsize=16,color="magenta"];4304 -> 4499[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4304 -> 4500[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4305[label="LT",fontsize=16,color="green",shape="box"];4306[label="compare1 (vwx261,vwx262) (vwx263,vwx264) False",fontsize=16,color="black",shape="box"];4306 -> 4501[label="",style="solid", color="black", weight=3]; 24.85/10.16 4307[label="compare1 (vwx261,vwx262) (vwx263,vwx264) True",fontsize=16,color="black",shape="box"];4307 -> 4502[label="",style="solid", color="black", weight=3]; 24.85/10.16 4308[label="True",fontsize=16,color="green",shape="box"];4309[label="GT",fontsize=16,color="green",shape="box"];4310[label="GT",fontsize=16,color="green",shape="box"];4318[label="vwx200 <= vwx203",fontsize=16,color="blue",shape="box"];5782[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5782[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5782 -> 4503[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5783[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5783[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5783 -> 4504[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5784[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5784[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5784 -> 4505[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5785[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5785[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5785 -> 4506[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5786[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5786[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5786 -> 4507[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5787[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5787[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5787 -> 4508[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5788[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5788[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5788 -> 4509[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5789[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5789[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5789 -> 4510[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5790[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5790[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5790 -> 4511[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5791[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5791[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5791 -> 4512[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5792[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5792[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5792 -> 4513[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5793[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5793[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5793 -> 4514[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5794[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5794[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5794 -> 4515[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5795[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4318 -> 5795[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5795 -> 4516[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4319[label="vwx199 == vwx202",fontsize=16,color="blue",shape="box"];5796[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5796[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5796 -> 4517[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5797[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5797[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5797 -> 4518[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5798[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5798[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5798 -> 4519[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5799[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5799[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5799 -> 4520[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5800[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5800[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5800 -> 4521[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5801[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5801[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5801 -> 4522[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5802[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5802[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5802 -> 4523[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5803[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5803[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5803 -> 4524[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5804[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5804[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5804 -> 4525[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5805[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5805[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5805 -> 4526[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5806[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5806[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5806 -> 4527[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5807[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5807[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5807 -> 4528[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5808[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5808[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5808 -> 4529[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5809[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4319 -> 5809[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5809 -> 4530[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4320 -> 3588[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4320[label="vwx199 < vwx202",fontsize=16,color="magenta"];4320 -> 4531[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4320 -> 4532[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4321 -> 3589[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4321[label="vwx199 < vwx202",fontsize=16,color="magenta"];4321 -> 4533[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4321 -> 4534[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4322 -> 3590[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4322[label="vwx199 < vwx202",fontsize=16,color="magenta"];4322 -> 4535[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4322 -> 4536[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4323 -> 3591[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4323[label="vwx199 < vwx202",fontsize=16,color="magenta"];4323 -> 4537[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4323 -> 4538[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4324 -> 3592[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4324[label="vwx199 < vwx202",fontsize=16,color="magenta"];4324 -> 4539[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4324 -> 4540[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4325 -> 3593[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4325[label="vwx199 < vwx202",fontsize=16,color="magenta"];4325 -> 4541[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4325 -> 4542[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4326 -> 3594[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4326[label="vwx199 < vwx202",fontsize=16,color="magenta"];4326 -> 4543[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4326 -> 4544[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4327 -> 3595[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4327[label="vwx199 < vwx202",fontsize=16,color="magenta"];4327 -> 4545[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4327 -> 4546[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4328 -> 3596[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4328[label="vwx199 < vwx202",fontsize=16,color="magenta"];4328 -> 4547[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4328 -> 4548[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4329 -> 3597[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4329[label="vwx199 < vwx202",fontsize=16,color="magenta"];4329 -> 4549[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4329 -> 4550[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4330 -> 3598[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4330[label="vwx199 < vwx202",fontsize=16,color="magenta"];4330 -> 4551[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4330 -> 4552[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4331 -> 3599[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4331[label="vwx199 < vwx202",fontsize=16,color="magenta"];4331 -> 4553[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4331 -> 4554[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4332 -> 3600[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4332[label="vwx199 < vwx202",fontsize=16,color="magenta"];4332 -> 4555[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4332 -> 4556[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4333 -> 3601[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4333[label="vwx199 < vwx202",fontsize=16,color="magenta"];4333 -> 4557[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4333 -> 4558[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4334[label="False || vwx290",fontsize=16,color="black",shape="box"];4334 -> 4559[label="",style="solid", color="black", weight=3]; 24.85/10.16 4335[label="True || vwx290",fontsize=16,color="black",shape="box"];4335 -> 4560[label="",style="solid", color="black", weight=3]; 24.85/10.16 4336[label="vwx198",fontsize=16,color="green",shape="box"];4337[label="vwx201",fontsize=16,color="green",shape="box"];4338[label="vwx198",fontsize=16,color="green",shape="box"];4339[label="vwx201",fontsize=16,color="green",shape="box"];4340[label="vwx198",fontsize=16,color="green",shape="box"];4341[label="vwx201",fontsize=16,color="green",shape="box"];4342[label="vwx198",fontsize=16,color="green",shape="box"];4343[label="vwx201",fontsize=16,color="green",shape="box"];4344[label="vwx198",fontsize=16,color="green",shape="box"];4345[label="vwx201",fontsize=16,color="green",shape="box"];4346[label="vwx198",fontsize=16,color="green",shape="box"];4347[label="vwx201",fontsize=16,color="green",shape="box"];4348[label="vwx198",fontsize=16,color="green",shape="box"];4349[label="vwx201",fontsize=16,color="green",shape="box"];4350[label="vwx198",fontsize=16,color="green",shape="box"];4351[label="vwx201",fontsize=16,color="green",shape="box"];4352[label="vwx198",fontsize=16,color="green",shape="box"];4353[label="vwx201",fontsize=16,color="green",shape="box"];4354[label="vwx198",fontsize=16,color="green",shape="box"];4355[label="vwx201",fontsize=16,color="green",shape="box"];4356[label="vwx198",fontsize=16,color="green",shape="box"];4357[label="vwx201",fontsize=16,color="green",shape="box"];4358[label="vwx198",fontsize=16,color="green",shape="box"];4359[label="vwx201",fontsize=16,color="green",shape="box"];4360[label="vwx198",fontsize=16,color="green",shape="box"];4361[label="vwx201",fontsize=16,color="green",shape="box"];4362[label="vwx198",fontsize=16,color="green",shape="box"];4363[label="vwx201",fontsize=16,color="green",shape="box"];4364[label="compare1 (vwx276,vwx277,vwx278) (vwx279,vwx280,vwx281) False",fontsize=16,color="black",shape="box"];4364 -> 4561[label="",style="solid", color="black", weight=3]; 24.85/10.16 4365[label="compare1 (vwx276,vwx277,vwx278) (vwx279,vwx280,vwx281) True",fontsize=16,color="black",shape="box"];4365 -> 4562[label="",style="solid", color="black", weight=3]; 24.85/10.16 4366[label="True",fontsize=16,color="green",shape="box"];4368 -> 3235[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4368[label="primMulNat vwx3000 (Succ vwx4100)",fontsize=16,color="magenta"];4368 -> 4563[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4368 -> 4564[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4367[label="primPlusNat vwx291 (Succ vwx4100)",fontsize=16,color="burlywood",shape="triangle"];5810[label="vwx291/Succ vwx2910",fontsize=10,color="white",style="solid",shape="box"];4367 -> 5810[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5810 -> 4565[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5811[label="vwx291/Zero",fontsize=10,color="white",style="solid",shape="box"];4367 -> 5811[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5811 -> 4566[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 4369[label="vwx302",fontsize=16,color="green",shape="box"];4370[label="vwx402",fontsize=16,color="green",shape="box"];4371[label="vwx302",fontsize=16,color="green",shape="box"];4372[label="vwx402",fontsize=16,color="green",shape="box"];4373[label="vwx302",fontsize=16,color="green",shape="box"];4374[label="vwx402",fontsize=16,color="green",shape="box"];4375[label="vwx302",fontsize=16,color="green",shape="box"];4376[label="vwx402",fontsize=16,color="green",shape="box"];4377[label="vwx302",fontsize=16,color="green",shape="box"];4378[label="vwx402",fontsize=16,color="green",shape="box"];4379[label="vwx302",fontsize=16,color="green",shape="box"];4380[label="vwx402",fontsize=16,color="green",shape="box"];4381[label="vwx302",fontsize=16,color="green",shape="box"];4382[label="vwx402",fontsize=16,color="green",shape="box"];4383[label="vwx302",fontsize=16,color="green",shape="box"];4384[label="vwx402",fontsize=16,color="green",shape="box"];4385[label="vwx302",fontsize=16,color="green",shape="box"];4386[label="vwx402",fontsize=16,color="green",shape="box"];4387[label="vwx302",fontsize=16,color="green",shape="box"];4388[label="vwx402",fontsize=16,color="green",shape="box"];4389[label="vwx302",fontsize=16,color="green",shape="box"];4390[label="vwx402",fontsize=16,color="green",shape="box"];4391[label="vwx302",fontsize=16,color="green",shape="box"];4392[label="vwx402",fontsize=16,color="green",shape="box"];4393[label="vwx302",fontsize=16,color="green",shape="box"];4394[label="vwx402",fontsize=16,color="green",shape="box"];4395[label="vwx302",fontsize=16,color="green",shape="box"];4396[label="vwx402",fontsize=16,color="green",shape="box"];4397[label="vwx301",fontsize=16,color="green",shape="box"];4398[label="vwx401",fontsize=16,color="green",shape="box"];4399[label="vwx301",fontsize=16,color="green",shape="box"];4400[label="vwx401",fontsize=16,color="green",shape="box"];4401[label="vwx301",fontsize=16,color="green",shape="box"];4402[label="vwx401",fontsize=16,color="green",shape="box"];4403[label="vwx301",fontsize=16,color="green",shape="box"];4404[label="vwx401",fontsize=16,color="green",shape="box"];4405[label="vwx301",fontsize=16,color="green",shape="box"];4406[label="vwx401",fontsize=16,color="green",shape="box"];4407[label="vwx301",fontsize=16,color="green",shape="box"];4408[label="vwx401",fontsize=16,color="green",shape="box"];4409[label="vwx301",fontsize=16,color="green",shape="box"];4410[label="vwx401",fontsize=16,color="green",shape="box"];4411[label="vwx301",fontsize=16,color="green",shape="box"];4412[label="vwx401",fontsize=16,color="green",shape="box"];4413[label="vwx301",fontsize=16,color="green",shape="box"];4414[label="vwx401",fontsize=16,color="green",shape="box"];4415[label="vwx301",fontsize=16,color="green",shape="box"];4416[label="vwx401",fontsize=16,color="green",shape="box"];4417[label="vwx301",fontsize=16,color="green",shape="box"];4418[label="vwx401",fontsize=16,color="green",shape="box"];4419[label="vwx301",fontsize=16,color="green",shape="box"];4420[label="vwx401",fontsize=16,color="green",shape="box"];4421[label="vwx301",fontsize=16,color="green",shape="box"];4422[label="vwx401",fontsize=16,color="green",shape="box"];4423[label="vwx301",fontsize=16,color="green",shape="box"];4424[label="vwx401",fontsize=16,color="green",shape="box"];4425 -> 3494[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4425[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];4425 -> 4567[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4425 -> 4568[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4426[label="False",fontsize=16,color="green",shape="box"];4427[label="False",fontsize=16,color="green",shape="box"];4428[label="True",fontsize=16,color="green",shape="box"];4429[label="vwx3000",fontsize=16,color="green",shape="box"];4430[label="vwx4000",fontsize=16,color="green",shape="box"];4431[label="vwx3000",fontsize=16,color="green",shape="box"];4432[label="vwx4000",fontsize=16,color="green",shape="box"];4433[label="vwx162",fontsize=16,color="green",shape="box"];4434[label="vwx163",fontsize=16,color="green",shape="box"];4435 -> 2297[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4435[label="not (vwx285 == GT)",fontsize=16,color="magenta"];4435 -> 4569[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4436[label="vwx162",fontsize=16,color="green",shape="box"];4437[label="vwx163",fontsize=16,color="green",shape="box"];4438[label="vwx162",fontsize=16,color="green",shape="box"];4439[label="vwx163",fontsize=16,color="green",shape="box"];4440[label="vwx162",fontsize=16,color="green",shape="box"];4441[label="vwx163",fontsize=16,color="green",shape="box"];4442[label="True",fontsize=16,color="green",shape="box"];4443[label="True",fontsize=16,color="green",shape="box"];4444[label="True",fontsize=16,color="green",shape="box"];4445[label="False",fontsize=16,color="green",shape="box"];4446[label="True",fontsize=16,color="green",shape="box"];4447[label="True",fontsize=16,color="green",shape="box"];4448[label="False",fontsize=16,color="green",shape="box"];4449[label="False",fontsize=16,color="green",shape="box"];4450[label="True",fontsize=16,color="green",shape="box"];4451[label="True",fontsize=16,color="green",shape="box"];4452[label="True",fontsize=16,color="green",shape="box"];4453[label="False",fontsize=16,color="green",shape="box"];4454[label="True",fontsize=16,color="green",shape="box"];4455[label="vwx162",fontsize=16,color="green",shape="box"];4456[label="vwx163",fontsize=16,color="green",shape="box"];4457[label="vwx162",fontsize=16,color="green",shape="box"];4458[label="vwx163",fontsize=16,color="green",shape="box"];4459[label="vwx162",fontsize=16,color="green",shape="box"];4460[label="vwx163",fontsize=16,color="green",shape="box"];4461[label="True",fontsize=16,color="green",shape="box"];4462[label="True",fontsize=16,color="green",shape="box"];4463[label="False",fontsize=16,color="green",shape="box"];4464[label="vwx1620 <= vwx1630",fontsize=16,color="blue",shape="box"];5812[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5812[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5812 -> 4570[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5813[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5813[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5813 -> 4571[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5814[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5814[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5814 -> 4572[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5815[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5815[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5815 -> 4573[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5816[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5816[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5816 -> 4574[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5817[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5817[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5817 -> 4575[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5818[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5818[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5818 -> 4576[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5819[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5819[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5819 -> 4577[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5820[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5820[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5820 -> 4578[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5821[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5821[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5821 -> 4579[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5822[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5822[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5822 -> 4580[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5823[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5823[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5823 -> 4581[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5824[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5824[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5824 -> 4582[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5825[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4464 -> 5825[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5825 -> 4583[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4465 -> 4313[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4465[label="vwx1620 < vwx1630 || vwx1620 == vwx1630 && vwx1621 <= vwx1631",fontsize=16,color="magenta"];4465 -> 4584[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4465 -> 4585[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4466[label="vwx1620 <= vwx1630",fontsize=16,color="blue",shape="box"];5826[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5826[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5826 -> 4586[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5827[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5827[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5827 -> 4587[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5828[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5828[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5828 -> 4588[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5829[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5829[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5829 -> 4589[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5830[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5830[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5830 -> 4590[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5831[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5831[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5831 -> 4591[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5832[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5832[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5832 -> 4592[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5833[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5833[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5833 -> 4593[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5834[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5834[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5834 -> 4594[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5835[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5835[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5835 -> 4595[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5836[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5836[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5836 -> 4596[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5837[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5837[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5837 -> 4597[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5838[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5838[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5838 -> 4598[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5839[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4466 -> 5839[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5839 -> 4599[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4467[label="True",fontsize=16,color="green",shape="box"];4468[label="False",fontsize=16,color="green",shape="box"];4469[label="vwx1620 <= vwx1630",fontsize=16,color="blue",shape="box"];5840[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5840[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5840 -> 4600[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5841[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5841[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5841 -> 4601[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5842[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5842[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5842 -> 4602[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5843[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5843[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5843 -> 4603[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5844[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5844[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5844 -> 4604[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5845[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5845[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5845 -> 4605[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5846[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5846[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5846 -> 4606[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5847[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5847[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5847 -> 4607[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5848[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5848[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5848 -> 4608[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5849[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5849[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5849 -> 4609[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5850[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5850[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5850 -> 4610[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5851[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5851[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5851 -> 4611[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5852[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5852[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5852 -> 4612[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5853[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4469 -> 5853[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5853 -> 4613[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4470[label="vwx162",fontsize=16,color="green",shape="box"];4471[label="vwx163",fontsize=16,color="green",shape="box"];4472 -> 4313[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4472[label="vwx1620 < vwx1630 || vwx1620 == vwx1630 && (vwx1621 < vwx1631 || vwx1621 == vwx1631 && vwx1622 <= vwx1632)",fontsize=16,color="magenta"];4472 -> 4614[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4472 -> 4615[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4473[label="vwx211",fontsize=16,color="green",shape="box"];4474[label="vwx213",fontsize=16,color="green",shape="box"];4475[label="vwx211",fontsize=16,color="green",shape="box"];4476[label="vwx213",fontsize=16,color="green",shape="box"];4477[label="vwx211",fontsize=16,color="green",shape="box"];4478[label="vwx213",fontsize=16,color="green",shape="box"];4479[label="vwx211",fontsize=16,color="green",shape="box"];4480[label="vwx213",fontsize=16,color="green",shape="box"];4481[label="vwx211",fontsize=16,color="green",shape="box"];4482[label="vwx213",fontsize=16,color="green",shape="box"];4483[label="vwx211",fontsize=16,color="green",shape="box"];4484[label="vwx213",fontsize=16,color="green",shape="box"];4485[label="vwx211",fontsize=16,color="green",shape="box"];4486[label="vwx213",fontsize=16,color="green",shape="box"];4487[label="vwx211",fontsize=16,color="green",shape="box"];4488[label="vwx213",fontsize=16,color="green",shape="box"];4489[label="vwx211",fontsize=16,color="green",shape="box"];4490[label="vwx213",fontsize=16,color="green",shape="box"];4491[label="vwx211",fontsize=16,color="green",shape="box"];4492[label="vwx213",fontsize=16,color="green",shape="box"];4493[label="vwx211",fontsize=16,color="green",shape="box"];4494[label="vwx213",fontsize=16,color="green",shape="box"];4495[label="vwx211",fontsize=16,color="green",shape="box"];4496[label="vwx213",fontsize=16,color="green",shape="box"];4497[label="vwx211",fontsize=16,color="green",shape="box"];4498[label="vwx213",fontsize=16,color="green",shape="box"];4499[label="vwx211",fontsize=16,color="green",shape="box"];4500[label="vwx213",fontsize=16,color="green",shape="box"];4501[label="compare0 (vwx261,vwx262) (vwx263,vwx264) otherwise",fontsize=16,color="black",shape="box"];4501 -> 4616[label="",style="solid", color="black", weight=3]; 24.85/10.16 4502[label="LT",fontsize=16,color="green",shape="box"];4503 -> 3555[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4503[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4503 -> 4617[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4503 -> 4618[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4504 -> 3556[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4504[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4504 -> 4619[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4504 -> 4620[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4505 -> 3557[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4505[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4505 -> 4621[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4505 -> 4622[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4506 -> 3558[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4506[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4506 -> 4623[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4506 -> 4624[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4507 -> 3559[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4507[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4507 -> 4625[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4507 -> 4626[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4508 -> 3560[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4508[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4508 -> 4627[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4508 -> 4628[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4509 -> 3561[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4509[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4509 -> 4629[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4509 -> 4630[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4510 -> 3562[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4510[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4510 -> 4631[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4510 -> 4632[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4511 -> 3563[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4511[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4511 -> 4633[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4511 -> 4634[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4512 -> 3564[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4512[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4512 -> 4635[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4512 -> 4636[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4513 -> 3565[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4513[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4513 -> 4637[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4513 -> 4638[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4514 -> 3566[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4514[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4514 -> 4639[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4514 -> 4640[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4515 -> 3567[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4515[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4515 -> 4641[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4515 -> 4642[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4516 -> 3568[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4516[label="vwx200 <= vwx203",fontsize=16,color="magenta"];4516 -> 4643[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4516 -> 4644[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4517 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4517[label="vwx199 == vwx202",fontsize=16,color="magenta"];4517 -> 4645[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4517 -> 4646[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4518 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4518[label="vwx199 == vwx202",fontsize=16,color="magenta"];4518 -> 4647[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4518 -> 4648[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4519 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4519[label="vwx199 == vwx202",fontsize=16,color="magenta"];4519 -> 4649[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4519 -> 4650[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4520 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4520[label="vwx199 == vwx202",fontsize=16,color="magenta"];4520 -> 4651[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4520 -> 4652[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4521 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4521[label="vwx199 == vwx202",fontsize=16,color="magenta"];4521 -> 4653[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4521 -> 4654[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4522 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4522[label="vwx199 == vwx202",fontsize=16,color="magenta"];4522 -> 4655[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4522 -> 4656[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4523 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4523[label="vwx199 == vwx202",fontsize=16,color="magenta"];4523 -> 4657[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4523 -> 4658[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4524 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4524[label="vwx199 == vwx202",fontsize=16,color="magenta"];4524 -> 4659[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4524 -> 4660[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4525 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4525[label="vwx199 == vwx202",fontsize=16,color="magenta"];4525 -> 4661[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4525 -> 4662[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4526 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4526[label="vwx199 == vwx202",fontsize=16,color="magenta"];4526 -> 4663[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4526 -> 4664[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4527 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4527[label="vwx199 == vwx202",fontsize=16,color="magenta"];4527 -> 4665[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4527 -> 4666[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4528 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4528[label="vwx199 == vwx202",fontsize=16,color="magenta"];4528 -> 4667[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4528 -> 4668[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4529 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4529[label="vwx199 == vwx202",fontsize=16,color="magenta"];4529 -> 4669[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4529 -> 4670[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4530 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4530[label="vwx199 == vwx202",fontsize=16,color="magenta"];4530 -> 4671[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4530 -> 4672[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4531[label="vwx202",fontsize=16,color="green",shape="box"];4532[label="vwx199",fontsize=16,color="green",shape="box"];4533[label="vwx202",fontsize=16,color="green",shape="box"];4534[label="vwx199",fontsize=16,color="green",shape="box"];4535[label="vwx202",fontsize=16,color="green",shape="box"];4536[label="vwx199",fontsize=16,color="green",shape="box"];4537[label="vwx202",fontsize=16,color="green",shape="box"];4538[label="vwx199",fontsize=16,color="green",shape="box"];4539[label="vwx202",fontsize=16,color="green",shape="box"];4540[label="vwx199",fontsize=16,color="green",shape="box"];4541[label="vwx202",fontsize=16,color="green",shape="box"];4542[label="vwx199",fontsize=16,color="green",shape="box"];4543[label="vwx202",fontsize=16,color="green",shape="box"];4544[label="vwx199",fontsize=16,color="green",shape="box"];4545[label="vwx202",fontsize=16,color="green",shape="box"];4546[label="vwx199",fontsize=16,color="green",shape="box"];4547[label="vwx202",fontsize=16,color="green",shape="box"];4548[label="vwx199",fontsize=16,color="green",shape="box"];4549[label="vwx202",fontsize=16,color="green",shape="box"];4550[label="vwx199",fontsize=16,color="green",shape="box"];4551[label="vwx202",fontsize=16,color="green",shape="box"];4552[label="vwx199",fontsize=16,color="green",shape="box"];4553[label="vwx202",fontsize=16,color="green",shape="box"];4554[label="vwx199",fontsize=16,color="green",shape="box"];4555[label="vwx202",fontsize=16,color="green",shape="box"];4556[label="vwx199",fontsize=16,color="green",shape="box"];4557[label="vwx202",fontsize=16,color="green",shape="box"];4558[label="vwx199",fontsize=16,color="green",shape="box"];4559[label="vwx290",fontsize=16,color="green",shape="box"];4560[label="True",fontsize=16,color="green",shape="box"];4561[label="compare0 (vwx276,vwx277,vwx278) (vwx279,vwx280,vwx281) otherwise",fontsize=16,color="black",shape="box"];4561 -> 4673[label="",style="solid", color="black", weight=3]; 24.85/10.16 4562[label="LT",fontsize=16,color="green",shape="box"];4563[label="vwx3000",fontsize=16,color="green",shape="box"];4564[label="Succ vwx4100",fontsize=16,color="green",shape="box"];4565[label="primPlusNat (Succ vwx2910) (Succ vwx4100)",fontsize=16,color="black",shape="box"];4565 -> 4674[label="",style="solid", color="black", weight=3]; 24.85/10.16 4566[label="primPlusNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];4566 -> 4675[label="",style="solid", color="black", weight=3]; 24.85/10.16 4567[label="vwx3000",fontsize=16,color="green",shape="box"];4568[label="vwx4000",fontsize=16,color="green",shape="box"];4569 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4569[label="vwx285 == GT",fontsize=16,color="magenta"];4569 -> 4676[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4569 -> 4677[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4570 -> 3555[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4570[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4570 -> 4678[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4570 -> 4679[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4571 -> 3556[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4571[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4571 -> 4680[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4571 -> 4681[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4572 -> 3557[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4572[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4572 -> 4682[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4572 -> 4683[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4573 -> 3558[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4573[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4573 -> 4684[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4573 -> 4685[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4574 -> 3559[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4574[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4574 -> 4686[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4574 -> 4687[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4575 -> 3560[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4575[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4575 -> 4688[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4575 -> 4689[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4576 -> 3561[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4576[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4576 -> 4690[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4576 -> 4691[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4577 -> 3562[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4577[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4577 -> 4692[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4577 -> 4693[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4578 -> 3563[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4578[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4578 -> 4694[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4578 -> 4695[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4579 -> 3564[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4579[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4579 -> 4696[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4579 -> 4697[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4580 -> 3565[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4580[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4580 -> 4698[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4580 -> 4699[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4581 -> 3566[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4581[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4581 -> 4700[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4581 -> 4701[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4582 -> 3567[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4582[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4582 -> 4702[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4582 -> 4703[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4583 -> 3568[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4583[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4583 -> 4704[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4583 -> 4705[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4584 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4584[label="vwx1620 == vwx1630 && vwx1621 <= vwx1631",fontsize=16,color="magenta"];4584 -> 4706[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4584 -> 4707[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4585[label="vwx1620 < vwx1630",fontsize=16,color="blue",shape="box"];5854[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5854[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5854 -> 4708[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5855[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5855[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5855 -> 4709[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5856[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5856[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5856 -> 4710[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5857[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5857[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5857 -> 4711[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5858[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5858[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5858 -> 4712[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5859[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5859[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5859 -> 4713[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5860[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5860[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5860 -> 4714[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5861[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5861[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5861 -> 4715[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5862[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5862[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5862 -> 4716[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5863[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5863[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5863 -> 4717[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5864[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5864[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5864 -> 4718[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5865[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5865[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5865 -> 4719[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5866[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5866[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5866 -> 4720[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5867[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4585 -> 5867[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5867 -> 4721[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4586 -> 3555[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4586[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4586 -> 4722[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4586 -> 4723[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4587 -> 3556[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4587[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4587 -> 4724[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4587 -> 4725[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4588 -> 3557[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4588[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4588 -> 4726[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4588 -> 4727[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4589 -> 3558[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4589[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4589 -> 4728[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4589 -> 4729[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4590 -> 3559[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4590[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4590 -> 4730[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4590 -> 4731[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4591 -> 3560[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4591[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4591 -> 4732[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4591 -> 4733[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4592 -> 3561[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4592[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4592 -> 4734[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4592 -> 4735[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4593 -> 3562[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4593[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4593 -> 4736[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4593 -> 4737[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4594 -> 3563[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4594[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4594 -> 4738[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4594 -> 4739[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4595 -> 3564[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4595[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4595 -> 4740[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4595 -> 4741[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4596 -> 3565[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4596[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4596 -> 4742[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4596 -> 4743[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4597 -> 3566[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4597[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4597 -> 4744[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4597 -> 4745[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4598 -> 3567[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4598[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4598 -> 4746[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4598 -> 4747[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4599 -> 3568[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4599[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4599 -> 4748[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4599 -> 4749[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4600 -> 3555[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4600[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4600 -> 4750[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4600 -> 4751[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4601 -> 3556[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4601[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4601 -> 4752[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4601 -> 4753[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4602 -> 3557[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4602[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4602 -> 4754[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4602 -> 4755[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4603 -> 3558[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4603[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4603 -> 4756[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4603 -> 4757[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4604 -> 3559[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4604[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4604 -> 4758[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4604 -> 4759[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4605 -> 3560[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4605[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4605 -> 4760[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4605 -> 4761[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4606 -> 3561[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4606[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4606 -> 4762[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4606 -> 4763[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4607 -> 3562[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4607[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4607 -> 4764[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4607 -> 4765[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4608 -> 3563[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4608[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4608 -> 4766[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4608 -> 4767[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4609 -> 3564[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4609[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4609 -> 4768[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4609 -> 4769[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4610 -> 3565[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4610[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4610 -> 4770[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4610 -> 4771[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4611 -> 3566[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4611[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4611 -> 4772[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4611 -> 4773[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4612 -> 3567[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4612[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4612 -> 4774[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4612 -> 4775[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4613 -> 3568[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4613[label="vwx1620 <= vwx1630",fontsize=16,color="magenta"];4613 -> 4776[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4613 -> 4777[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4614 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4614[label="vwx1620 == vwx1630 && (vwx1621 < vwx1631 || vwx1621 == vwx1631 && vwx1622 <= vwx1632)",fontsize=16,color="magenta"];4614 -> 4778[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4614 -> 4779[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4615[label="vwx1620 < vwx1630",fontsize=16,color="blue",shape="box"];5868[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5868[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5868 -> 4780[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5869[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5869[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5869 -> 4781[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5870[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5870[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5870 -> 4782[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5871[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5871[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5871 -> 4783[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5872[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5872[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5872 -> 4784[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5873[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5873[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5873 -> 4785[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5874[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5874[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5874 -> 4786[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5875[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5875[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5875 -> 4787[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5876[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5876[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5876 -> 4788[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5877[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5877[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5877 -> 4789[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5878[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5878[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5878 -> 4790[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5879[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5879[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5879 -> 4791[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5880[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5880[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5880 -> 4792[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5881[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4615 -> 5881[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5881 -> 4793[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4616[label="compare0 (vwx261,vwx262) (vwx263,vwx264) True",fontsize=16,color="black",shape="box"];4616 -> 4794[label="",style="solid", color="black", weight=3]; 24.85/10.16 4617[label="vwx200",fontsize=16,color="green",shape="box"];4618[label="vwx203",fontsize=16,color="green",shape="box"];4619[label="vwx200",fontsize=16,color="green",shape="box"];4620[label="vwx203",fontsize=16,color="green",shape="box"];4621[label="vwx200",fontsize=16,color="green",shape="box"];4622[label="vwx203",fontsize=16,color="green",shape="box"];4623[label="vwx200",fontsize=16,color="green",shape="box"];4624[label="vwx203",fontsize=16,color="green",shape="box"];4625[label="vwx200",fontsize=16,color="green",shape="box"];4626[label="vwx203",fontsize=16,color="green",shape="box"];4627[label="vwx200",fontsize=16,color="green",shape="box"];4628[label="vwx203",fontsize=16,color="green",shape="box"];4629[label="vwx200",fontsize=16,color="green",shape="box"];4630[label="vwx203",fontsize=16,color="green",shape="box"];4631[label="vwx200",fontsize=16,color="green",shape="box"];4632[label="vwx203",fontsize=16,color="green",shape="box"];4633[label="vwx200",fontsize=16,color="green",shape="box"];4634[label="vwx203",fontsize=16,color="green",shape="box"];4635[label="vwx200",fontsize=16,color="green",shape="box"];4636[label="vwx203",fontsize=16,color="green",shape="box"];4637[label="vwx200",fontsize=16,color="green",shape="box"];4638[label="vwx203",fontsize=16,color="green",shape="box"];4639[label="vwx200",fontsize=16,color="green",shape="box"];4640[label="vwx203",fontsize=16,color="green",shape="box"];4641[label="vwx200",fontsize=16,color="green",shape="box"];4642[label="vwx203",fontsize=16,color="green",shape="box"];4643[label="vwx200",fontsize=16,color="green",shape="box"];4644[label="vwx203",fontsize=16,color="green",shape="box"];4645[label="vwx199",fontsize=16,color="green",shape="box"];4646[label="vwx202",fontsize=16,color="green",shape="box"];4647[label="vwx199",fontsize=16,color="green",shape="box"];4648[label="vwx202",fontsize=16,color="green",shape="box"];4649[label="vwx199",fontsize=16,color="green",shape="box"];4650[label="vwx202",fontsize=16,color="green",shape="box"];4651[label="vwx199",fontsize=16,color="green",shape="box"];4652[label="vwx202",fontsize=16,color="green",shape="box"];4653[label="vwx199",fontsize=16,color="green",shape="box"];4654[label="vwx202",fontsize=16,color="green",shape="box"];4655[label="vwx199",fontsize=16,color="green",shape="box"];4656[label="vwx202",fontsize=16,color="green",shape="box"];4657[label="vwx199",fontsize=16,color="green",shape="box"];4658[label="vwx202",fontsize=16,color="green",shape="box"];4659[label="vwx199",fontsize=16,color="green",shape="box"];4660[label="vwx202",fontsize=16,color="green",shape="box"];4661[label="vwx199",fontsize=16,color="green",shape="box"];4662[label="vwx202",fontsize=16,color="green",shape="box"];4663[label="vwx199",fontsize=16,color="green",shape="box"];4664[label="vwx202",fontsize=16,color="green",shape="box"];4665[label="vwx199",fontsize=16,color="green",shape="box"];4666[label="vwx202",fontsize=16,color="green",shape="box"];4667[label="vwx199",fontsize=16,color="green",shape="box"];4668[label="vwx202",fontsize=16,color="green",shape="box"];4669[label="vwx199",fontsize=16,color="green",shape="box"];4670[label="vwx202",fontsize=16,color="green",shape="box"];4671[label="vwx199",fontsize=16,color="green",shape="box"];4672[label="vwx202",fontsize=16,color="green",shape="box"];4673[label="compare0 (vwx276,vwx277,vwx278) (vwx279,vwx280,vwx281) True",fontsize=16,color="black",shape="box"];4673 -> 4795[label="",style="solid", color="black", weight=3]; 24.85/10.16 4674[label="Succ (Succ (primPlusNat vwx2910 vwx4100))",fontsize=16,color="green",shape="box"];4674 -> 4796[label="",style="dashed", color="green", weight=3]; 24.85/10.16 4675[label="Succ vwx4100",fontsize=16,color="green",shape="box"];4676[label="vwx285",fontsize=16,color="green",shape="box"];4677[label="GT",fontsize=16,color="green",shape="box"];4678[label="vwx1620",fontsize=16,color="green",shape="box"];4679[label="vwx1630",fontsize=16,color="green",shape="box"];4680[label="vwx1620",fontsize=16,color="green",shape="box"];4681[label="vwx1630",fontsize=16,color="green",shape="box"];4682[label="vwx1620",fontsize=16,color="green",shape="box"];4683[label="vwx1630",fontsize=16,color="green",shape="box"];4684[label="vwx1620",fontsize=16,color="green",shape="box"];4685[label="vwx1630",fontsize=16,color="green",shape="box"];4686[label="vwx1620",fontsize=16,color="green",shape="box"];4687[label="vwx1630",fontsize=16,color="green",shape="box"];4688[label="vwx1620",fontsize=16,color="green",shape="box"];4689[label="vwx1630",fontsize=16,color="green",shape="box"];4690[label="vwx1620",fontsize=16,color="green",shape="box"];4691[label="vwx1630",fontsize=16,color="green",shape="box"];4692[label="vwx1620",fontsize=16,color="green",shape="box"];4693[label="vwx1630",fontsize=16,color="green",shape="box"];4694[label="vwx1620",fontsize=16,color="green",shape="box"];4695[label="vwx1630",fontsize=16,color="green",shape="box"];4696[label="vwx1620",fontsize=16,color="green",shape="box"];4697[label="vwx1630",fontsize=16,color="green",shape="box"];4698[label="vwx1620",fontsize=16,color="green",shape="box"];4699[label="vwx1630",fontsize=16,color="green",shape="box"];4700[label="vwx1620",fontsize=16,color="green",shape="box"];4701[label="vwx1630",fontsize=16,color="green",shape="box"];4702[label="vwx1620",fontsize=16,color="green",shape="box"];4703[label="vwx1630",fontsize=16,color="green",shape="box"];4704[label="vwx1620",fontsize=16,color="green",shape="box"];4705[label="vwx1630",fontsize=16,color="green",shape="box"];4706[label="vwx1621 <= vwx1631",fontsize=16,color="blue",shape="box"];5882[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5882[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5882 -> 4797[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5883[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5883[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5883 -> 4798[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5884[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5884[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5884 -> 4799[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5885[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5885[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5885 -> 4800[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5886[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5886[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5886 -> 4801[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5887[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5887[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5887 -> 4802[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5888[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5888[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5888 -> 4803[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5889[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5889[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5889 -> 4804[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5890[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5890[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5890 -> 4805[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5891[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5891[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5891 -> 4806[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5892[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5892[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5892 -> 4807[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5893[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5893[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5893 -> 4808[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5894[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5894[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5894 -> 4809[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5895[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4706 -> 5895[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5895 -> 4810[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4707[label="vwx1620 == vwx1630",fontsize=16,color="blue",shape="box"];5896[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5896[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5896 -> 4811[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5897[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5897[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5897 -> 4812[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5898[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5898[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5898 -> 4813[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5899[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5899[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5899 -> 4814[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5900[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5900[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5900 -> 4815[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5901[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5901[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5901 -> 4816[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5902[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5902[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5902 -> 4817[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5903[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5903[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5903 -> 4818[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5904[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5904[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5904 -> 4819[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5905[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5905[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5905 -> 4820[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5906[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5906[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5906 -> 4821[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5907[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5907[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5907 -> 4822[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5908[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5908[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5908 -> 4823[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5909[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4707 -> 5909[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5909 -> 4824[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4708 -> 3588[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4708[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4708 -> 4825[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4708 -> 4826[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4709 -> 3589[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4709[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4709 -> 4827[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4709 -> 4828[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4710 -> 3590[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4710[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4710 -> 4829[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4710 -> 4830[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4711 -> 3591[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4711[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4711 -> 4831[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4711 -> 4832[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4712 -> 3592[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4712[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4712 -> 4833[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4712 -> 4834[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4713 -> 3593[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4713[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4713 -> 4835[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4713 -> 4836[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4714 -> 3594[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4714[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4714 -> 4837[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4714 -> 4838[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4715 -> 3595[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4715[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4715 -> 4839[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4715 -> 4840[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4716 -> 3596[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4716[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4716 -> 4841[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4716 -> 4842[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4717 -> 3597[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4717[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4717 -> 4843[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4717 -> 4844[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4718 -> 3598[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4718[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4718 -> 4845[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4718 -> 4846[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4719 -> 3599[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4719[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4719 -> 4847[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4719 -> 4848[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4720 -> 3600[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4720[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4720 -> 4849[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4720 -> 4850[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4721 -> 3601[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4721[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4721 -> 4851[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4721 -> 4852[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4722[label="vwx1620",fontsize=16,color="green",shape="box"];4723[label="vwx1630",fontsize=16,color="green",shape="box"];4724[label="vwx1620",fontsize=16,color="green",shape="box"];4725[label="vwx1630",fontsize=16,color="green",shape="box"];4726[label="vwx1620",fontsize=16,color="green",shape="box"];4727[label="vwx1630",fontsize=16,color="green",shape="box"];4728[label="vwx1620",fontsize=16,color="green",shape="box"];4729[label="vwx1630",fontsize=16,color="green",shape="box"];4730[label="vwx1620",fontsize=16,color="green",shape="box"];4731[label="vwx1630",fontsize=16,color="green",shape="box"];4732[label="vwx1620",fontsize=16,color="green",shape="box"];4733[label="vwx1630",fontsize=16,color="green",shape="box"];4734[label="vwx1620",fontsize=16,color="green",shape="box"];4735[label="vwx1630",fontsize=16,color="green",shape="box"];4736[label="vwx1620",fontsize=16,color="green",shape="box"];4737[label="vwx1630",fontsize=16,color="green",shape="box"];4738[label="vwx1620",fontsize=16,color="green",shape="box"];4739[label="vwx1630",fontsize=16,color="green",shape="box"];4740[label="vwx1620",fontsize=16,color="green",shape="box"];4741[label="vwx1630",fontsize=16,color="green",shape="box"];4742[label="vwx1620",fontsize=16,color="green",shape="box"];4743[label="vwx1630",fontsize=16,color="green",shape="box"];4744[label="vwx1620",fontsize=16,color="green",shape="box"];4745[label="vwx1630",fontsize=16,color="green",shape="box"];4746[label="vwx1620",fontsize=16,color="green",shape="box"];4747[label="vwx1630",fontsize=16,color="green",shape="box"];4748[label="vwx1620",fontsize=16,color="green",shape="box"];4749[label="vwx1630",fontsize=16,color="green",shape="box"];4750[label="vwx1620",fontsize=16,color="green",shape="box"];4751[label="vwx1630",fontsize=16,color="green",shape="box"];4752[label="vwx1620",fontsize=16,color="green",shape="box"];4753[label="vwx1630",fontsize=16,color="green",shape="box"];4754[label="vwx1620",fontsize=16,color="green",shape="box"];4755[label="vwx1630",fontsize=16,color="green",shape="box"];4756[label="vwx1620",fontsize=16,color="green",shape="box"];4757[label="vwx1630",fontsize=16,color="green",shape="box"];4758[label="vwx1620",fontsize=16,color="green",shape="box"];4759[label="vwx1630",fontsize=16,color="green",shape="box"];4760[label="vwx1620",fontsize=16,color="green",shape="box"];4761[label="vwx1630",fontsize=16,color="green",shape="box"];4762[label="vwx1620",fontsize=16,color="green",shape="box"];4763[label="vwx1630",fontsize=16,color="green",shape="box"];4764[label="vwx1620",fontsize=16,color="green",shape="box"];4765[label="vwx1630",fontsize=16,color="green",shape="box"];4766[label="vwx1620",fontsize=16,color="green",shape="box"];4767[label="vwx1630",fontsize=16,color="green",shape="box"];4768[label="vwx1620",fontsize=16,color="green",shape="box"];4769[label="vwx1630",fontsize=16,color="green",shape="box"];4770[label="vwx1620",fontsize=16,color="green",shape="box"];4771[label="vwx1630",fontsize=16,color="green",shape="box"];4772[label="vwx1620",fontsize=16,color="green",shape="box"];4773[label="vwx1630",fontsize=16,color="green",shape="box"];4774[label="vwx1620",fontsize=16,color="green",shape="box"];4775[label="vwx1630",fontsize=16,color="green",shape="box"];4776[label="vwx1620",fontsize=16,color="green",shape="box"];4777[label="vwx1630",fontsize=16,color="green",shape="box"];4778 -> 4313[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4778[label="vwx1621 < vwx1631 || vwx1621 == vwx1631 && vwx1622 <= vwx1632",fontsize=16,color="magenta"];4778 -> 4853[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4778 -> 4854[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4779[label="vwx1620 == vwx1630",fontsize=16,color="blue",shape="box"];5910[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5910[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5910 -> 4855[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5911[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5911[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5911 -> 4856[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5912[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5912[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5912 -> 4857[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5913[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5913[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5913 -> 4858[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5914[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5914[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5914 -> 4859[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5915[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5915[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5915 -> 4860[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5916[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5916[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5916 -> 4861[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5917[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5917[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5917 -> 4862[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5918[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5918[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5918 -> 4863[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5919[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5919[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5919 -> 4864[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5920[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5920[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5920 -> 4865[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5921[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5921[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5921 -> 4866[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5922[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5922[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5922 -> 4867[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5923[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4779 -> 5923[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5923 -> 4868[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4780 -> 3588[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4780[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4780 -> 4869[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4780 -> 4870[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4781 -> 3589[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4781[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4781 -> 4871[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4781 -> 4872[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4782 -> 3590[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4782[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4782 -> 4873[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4782 -> 4874[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4783 -> 3591[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4783[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4783 -> 4875[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4783 -> 4876[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4784 -> 3592[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4784[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4784 -> 4877[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4784 -> 4878[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4785 -> 3593[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4785[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4785 -> 4879[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4785 -> 4880[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4786 -> 3594[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4786[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4786 -> 4881[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4786 -> 4882[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4787 -> 3595[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4787[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4787 -> 4883[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4787 -> 4884[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4788 -> 3596[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4788[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4788 -> 4885[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4788 -> 4886[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4789 -> 3597[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4789[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4789 -> 4887[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4789 -> 4888[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4790 -> 3598[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4790[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4790 -> 4889[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4790 -> 4890[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4791 -> 3599[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4791[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4791 -> 4891[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4791 -> 4892[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4792 -> 3600[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4792[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4792 -> 4893[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4792 -> 4894[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4793 -> 3601[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4793[label="vwx1620 < vwx1630",fontsize=16,color="magenta"];4793 -> 4895[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4793 -> 4896[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4794[label="GT",fontsize=16,color="green",shape="box"];4795[label="GT",fontsize=16,color="green",shape="box"];4796[label="primPlusNat vwx2910 vwx4100",fontsize=16,color="burlywood",shape="triangle"];5924[label="vwx2910/Succ vwx29100",fontsize=10,color="white",style="solid",shape="box"];4796 -> 5924[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5924 -> 4897[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5925[label="vwx2910/Zero",fontsize=10,color="white",style="solid",shape="box"];4796 -> 5925[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5925 -> 4898[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 4797 -> 3555[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4797[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4797 -> 4899[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4797 -> 4900[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4798 -> 3556[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4798[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4798 -> 4901[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4798 -> 4902[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4799 -> 3557[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4799[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4799 -> 4903[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4799 -> 4904[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4800 -> 3558[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4800[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4800 -> 4905[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4800 -> 4906[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4801 -> 3559[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4801[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4801 -> 4907[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4801 -> 4908[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4802 -> 3560[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4802[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4802 -> 4909[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4802 -> 4910[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4803 -> 3561[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4803[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4803 -> 4911[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4803 -> 4912[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4804 -> 3562[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4804[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4804 -> 4913[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4804 -> 4914[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4805 -> 3563[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4805[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4805 -> 4915[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4805 -> 4916[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4806 -> 3564[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4806[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4806 -> 4917[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4806 -> 4918[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4807 -> 3565[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4807[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4807 -> 4919[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4807 -> 4920[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4808 -> 3566[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4808[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4808 -> 4921[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4808 -> 4922[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4809 -> 3567[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4809[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4809 -> 4923[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4809 -> 4924[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4810 -> 3568[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4810[label="vwx1621 <= vwx1631",fontsize=16,color="magenta"];4810 -> 4925[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4810 -> 4926[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4811 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4811[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4811 -> 4927[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4811 -> 4928[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4812 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4812[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4812 -> 4929[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4812 -> 4930[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4813 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4813[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4813 -> 4931[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4813 -> 4932[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4814 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4814[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4814 -> 4933[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4814 -> 4934[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4815 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4815[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4815 -> 4935[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4815 -> 4936[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4816 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4816[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4816 -> 4937[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4816 -> 4938[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4817 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4817[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4817 -> 4939[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4817 -> 4940[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4818 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4818[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4818 -> 4941[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4818 -> 4942[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4819 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4819[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4819 -> 4943[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4819 -> 4944[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4820 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4820[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4820 -> 4945[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4820 -> 4946[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4821 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4821[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4821 -> 4947[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4821 -> 4948[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4822 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4822[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4822 -> 4949[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4822 -> 4950[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4823 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4823[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4823 -> 4951[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4823 -> 4952[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4824 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4824[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4824 -> 4953[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4824 -> 4954[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4825[label="vwx1630",fontsize=16,color="green",shape="box"];4826[label="vwx1620",fontsize=16,color="green",shape="box"];4827[label="vwx1630",fontsize=16,color="green",shape="box"];4828[label="vwx1620",fontsize=16,color="green",shape="box"];4829[label="vwx1630",fontsize=16,color="green",shape="box"];4830[label="vwx1620",fontsize=16,color="green",shape="box"];4831[label="vwx1630",fontsize=16,color="green",shape="box"];4832[label="vwx1620",fontsize=16,color="green",shape="box"];4833[label="vwx1630",fontsize=16,color="green",shape="box"];4834[label="vwx1620",fontsize=16,color="green",shape="box"];4835[label="vwx1630",fontsize=16,color="green",shape="box"];4836[label="vwx1620",fontsize=16,color="green",shape="box"];4837[label="vwx1630",fontsize=16,color="green",shape="box"];4838[label="vwx1620",fontsize=16,color="green",shape="box"];4839[label="vwx1630",fontsize=16,color="green",shape="box"];4840[label="vwx1620",fontsize=16,color="green",shape="box"];4841[label="vwx1630",fontsize=16,color="green",shape="box"];4842[label="vwx1620",fontsize=16,color="green",shape="box"];4843[label="vwx1630",fontsize=16,color="green",shape="box"];4844[label="vwx1620",fontsize=16,color="green",shape="box"];4845[label="vwx1630",fontsize=16,color="green",shape="box"];4846[label="vwx1620",fontsize=16,color="green",shape="box"];4847[label="vwx1630",fontsize=16,color="green",shape="box"];4848[label="vwx1620",fontsize=16,color="green",shape="box"];4849[label="vwx1630",fontsize=16,color="green",shape="box"];4850[label="vwx1620",fontsize=16,color="green",shape="box"];4851[label="vwx1630",fontsize=16,color="green",shape="box"];4852[label="vwx1620",fontsize=16,color="green",shape="box"];4853 -> 3172[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4853[label="vwx1621 == vwx1631 && vwx1622 <= vwx1632",fontsize=16,color="magenta"];4853 -> 4955[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4853 -> 4956[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4854[label="vwx1621 < vwx1631",fontsize=16,color="blue",shape="box"];5926[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5926[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5926 -> 4957[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5927[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5927[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5927 -> 4958[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5928[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5928[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5928 -> 4959[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5929[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5929[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5929 -> 4960[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5930[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5930[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5930 -> 4961[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5931[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5931[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5931 -> 4962[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5932[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5932[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5932 -> 4963[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5933[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5933[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5933 -> 4964[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5934[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5934[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5934 -> 4965[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5935[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5935[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5935 -> 4966[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5936[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5936[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5936 -> 4967[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5937[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5937[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5937 -> 4968[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5938[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5938[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5938 -> 4969[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5939[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4854 -> 5939[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5939 -> 4970[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4855 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4855[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4855 -> 4971[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4855 -> 4972[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4856 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4856[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4856 -> 4973[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4856 -> 4974[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4857 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4857[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4857 -> 4975[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4857 -> 4976[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4858 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4858[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4858 -> 4977[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4858 -> 4978[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4859 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4859[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4859 -> 4979[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4859 -> 4980[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4860 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4860[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4860 -> 4981[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4860 -> 4982[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4861 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4861[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4861 -> 4983[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4861 -> 4984[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4862 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4862[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4862 -> 4985[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4862 -> 4986[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4863 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4863[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4863 -> 4987[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4863 -> 4988[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4864 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4864[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4864 -> 4989[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4864 -> 4990[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4865 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4865[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4865 -> 4991[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4865 -> 4992[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4866 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4866[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4866 -> 4993[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4866 -> 4994[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4867 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4867[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4867 -> 4995[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4867 -> 4996[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4868 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4868[label="vwx1620 == vwx1630",fontsize=16,color="magenta"];4868 -> 4997[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4868 -> 4998[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4869[label="vwx1630",fontsize=16,color="green",shape="box"];4870[label="vwx1620",fontsize=16,color="green",shape="box"];4871[label="vwx1630",fontsize=16,color="green",shape="box"];4872[label="vwx1620",fontsize=16,color="green",shape="box"];4873[label="vwx1630",fontsize=16,color="green",shape="box"];4874[label="vwx1620",fontsize=16,color="green",shape="box"];4875[label="vwx1630",fontsize=16,color="green",shape="box"];4876[label="vwx1620",fontsize=16,color="green",shape="box"];4877[label="vwx1630",fontsize=16,color="green",shape="box"];4878[label="vwx1620",fontsize=16,color="green",shape="box"];4879[label="vwx1630",fontsize=16,color="green",shape="box"];4880[label="vwx1620",fontsize=16,color="green",shape="box"];4881[label="vwx1630",fontsize=16,color="green",shape="box"];4882[label="vwx1620",fontsize=16,color="green",shape="box"];4883[label="vwx1630",fontsize=16,color="green",shape="box"];4884[label="vwx1620",fontsize=16,color="green",shape="box"];4885[label="vwx1630",fontsize=16,color="green",shape="box"];4886[label="vwx1620",fontsize=16,color="green",shape="box"];4887[label="vwx1630",fontsize=16,color="green",shape="box"];4888[label="vwx1620",fontsize=16,color="green",shape="box"];4889[label="vwx1630",fontsize=16,color="green",shape="box"];4890[label="vwx1620",fontsize=16,color="green",shape="box"];4891[label="vwx1630",fontsize=16,color="green",shape="box"];4892[label="vwx1620",fontsize=16,color="green",shape="box"];4893[label="vwx1630",fontsize=16,color="green",shape="box"];4894[label="vwx1620",fontsize=16,color="green",shape="box"];4895[label="vwx1630",fontsize=16,color="green",shape="box"];4896[label="vwx1620",fontsize=16,color="green",shape="box"];4897[label="primPlusNat (Succ vwx29100) vwx4100",fontsize=16,color="burlywood",shape="box"];5940[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];4897 -> 5940[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5940 -> 4999[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5941[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];4897 -> 5941[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5941 -> 5000[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 4898[label="primPlusNat Zero vwx4100",fontsize=16,color="burlywood",shape="box"];5942[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];4898 -> 5942[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5942 -> 5001[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 5943[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];4898 -> 5943[label="",style="solid", color="burlywood", weight=9]; 24.85/10.16 5943 -> 5002[label="",style="solid", color="burlywood", weight=3]; 24.85/10.16 4899[label="vwx1621",fontsize=16,color="green",shape="box"];4900[label="vwx1631",fontsize=16,color="green",shape="box"];4901[label="vwx1621",fontsize=16,color="green",shape="box"];4902[label="vwx1631",fontsize=16,color="green",shape="box"];4903[label="vwx1621",fontsize=16,color="green",shape="box"];4904[label="vwx1631",fontsize=16,color="green",shape="box"];4905[label="vwx1621",fontsize=16,color="green",shape="box"];4906[label="vwx1631",fontsize=16,color="green",shape="box"];4907[label="vwx1621",fontsize=16,color="green",shape="box"];4908[label="vwx1631",fontsize=16,color="green",shape="box"];4909[label="vwx1621",fontsize=16,color="green",shape="box"];4910[label="vwx1631",fontsize=16,color="green",shape="box"];4911[label="vwx1621",fontsize=16,color="green",shape="box"];4912[label="vwx1631",fontsize=16,color="green",shape="box"];4913[label="vwx1621",fontsize=16,color="green",shape="box"];4914[label="vwx1631",fontsize=16,color="green",shape="box"];4915[label="vwx1621",fontsize=16,color="green",shape="box"];4916[label="vwx1631",fontsize=16,color="green",shape="box"];4917[label="vwx1621",fontsize=16,color="green",shape="box"];4918[label="vwx1631",fontsize=16,color="green",shape="box"];4919[label="vwx1621",fontsize=16,color="green",shape="box"];4920[label="vwx1631",fontsize=16,color="green",shape="box"];4921[label="vwx1621",fontsize=16,color="green",shape="box"];4922[label="vwx1631",fontsize=16,color="green",shape="box"];4923[label="vwx1621",fontsize=16,color="green",shape="box"];4924[label="vwx1631",fontsize=16,color="green",shape="box"];4925[label="vwx1621",fontsize=16,color="green",shape="box"];4926[label="vwx1631",fontsize=16,color="green",shape="box"];4927[label="vwx1620",fontsize=16,color="green",shape="box"];4928[label="vwx1630",fontsize=16,color="green",shape="box"];4929[label="vwx1620",fontsize=16,color="green",shape="box"];4930[label="vwx1630",fontsize=16,color="green",shape="box"];4931[label="vwx1620",fontsize=16,color="green",shape="box"];4932[label="vwx1630",fontsize=16,color="green",shape="box"];4933[label="vwx1620",fontsize=16,color="green",shape="box"];4934[label="vwx1630",fontsize=16,color="green",shape="box"];4935[label="vwx1620",fontsize=16,color="green",shape="box"];4936[label="vwx1630",fontsize=16,color="green",shape="box"];4937[label="vwx1620",fontsize=16,color="green",shape="box"];4938[label="vwx1630",fontsize=16,color="green",shape="box"];4939[label="vwx1620",fontsize=16,color="green",shape="box"];4940[label="vwx1630",fontsize=16,color="green",shape="box"];4941[label="vwx1620",fontsize=16,color="green",shape="box"];4942[label="vwx1630",fontsize=16,color="green",shape="box"];4943[label="vwx1620",fontsize=16,color="green",shape="box"];4944[label="vwx1630",fontsize=16,color="green",shape="box"];4945[label="vwx1620",fontsize=16,color="green",shape="box"];4946[label="vwx1630",fontsize=16,color="green",shape="box"];4947[label="vwx1620",fontsize=16,color="green",shape="box"];4948[label="vwx1630",fontsize=16,color="green",shape="box"];4949[label="vwx1620",fontsize=16,color="green",shape="box"];4950[label="vwx1630",fontsize=16,color="green",shape="box"];4951[label="vwx1620",fontsize=16,color="green",shape="box"];4952[label="vwx1630",fontsize=16,color="green",shape="box"];4953[label="vwx1620",fontsize=16,color="green",shape="box"];4954[label="vwx1630",fontsize=16,color="green",shape="box"];4955[label="vwx1622 <= vwx1632",fontsize=16,color="blue",shape="box"];5944[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5944[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5944 -> 5003[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5945[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5945[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5945 -> 5004[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5946[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5946[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5946 -> 5005[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5947[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5947[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5947 -> 5006[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5948[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5948[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5948 -> 5007[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5949[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5949[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5949 -> 5008[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5950[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5950[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5950 -> 5009[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5951[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5951[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5951 -> 5010[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5952[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5952[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5952 -> 5011[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5953[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5953[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5953 -> 5012[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5954[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5954[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5954 -> 5013[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5955[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5955[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5955 -> 5014[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5956[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5956[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5956 -> 5015[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5957[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4955 -> 5957[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5957 -> 5016[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4956[label="vwx1621 == vwx1631",fontsize=16,color="blue",shape="box"];5958[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5958[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5958 -> 5017[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5959[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5959[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5959 -> 5018[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5960[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5960[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5960 -> 5019[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5961[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5961[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5961 -> 5020[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5962[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5962[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5962 -> 5021[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5963[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5963[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5963 -> 5022[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5964[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5964[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5964 -> 5023[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5965[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5965[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5965 -> 5024[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5966[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5966[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5966 -> 5025[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5967[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5967[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5967 -> 5026[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5968[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5968[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5968 -> 5027[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5969[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5969[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5969 -> 5028[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5970[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5970[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5970 -> 5029[label="",style="solid", color="blue", weight=3]; 24.85/10.16 5971[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4956 -> 5971[label="",style="solid", color="blue", weight=9]; 24.85/10.16 5971 -> 5030[label="",style="solid", color="blue", weight=3]; 24.85/10.16 4957 -> 3588[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4957[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4957 -> 5031[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4957 -> 5032[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4958 -> 3589[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4958[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4958 -> 5033[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4958 -> 5034[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4959 -> 3590[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4959[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4959 -> 5035[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4959 -> 5036[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4960 -> 3591[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4960[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4960 -> 5037[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4960 -> 5038[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4961 -> 3592[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4961[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4961 -> 5039[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4961 -> 5040[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4962 -> 3593[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4962[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4962 -> 5041[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4962 -> 5042[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4963 -> 3594[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4963[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4963 -> 5043[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4963 -> 5044[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4964 -> 3595[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4964[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4964 -> 5045[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4964 -> 5046[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4965 -> 3596[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4965[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4965 -> 5047[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4965 -> 5048[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4966 -> 3597[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4966[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4966 -> 5049[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4966 -> 5050[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4967 -> 3598[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4967[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4967 -> 5051[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4967 -> 5052[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4968 -> 3599[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4968[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4968 -> 5053[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4968 -> 5054[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4969 -> 3600[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4969[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4969 -> 5055[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4969 -> 5056[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4970 -> 3601[label="",style="dashed", color="red", weight=0]; 24.85/10.16 4970[label="vwx1621 < vwx1631",fontsize=16,color="magenta"];4970 -> 5057[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4970 -> 5058[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 4971[label="vwx1620",fontsize=16,color="green",shape="box"];4972[label="vwx1630",fontsize=16,color="green",shape="box"];4973[label="vwx1620",fontsize=16,color="green",shape="box"];4974[label="vwx1630",fontsize=16,color="green",shape="box"];4975[label="vwx1620",fontsize=16,color="green",shape="box"];4976[label="vwx1630",fontsize=16,color="green",shape="box"];4977[label="vwx1620",fontsize=16,color="green",shape="box"];4978[label="vwx1630",fontsize=16,color="green",shape="box"];4979[label="vwx1620",fontsize=16,color="green",shape="box"];4980[label="vwx1630",fontsize=16,color="green",shape="box"];4981[label="vwx1620",fontsize=16,color="green",shape="box"];4982[label="vwx1630",fontsize=16,color="green",shape="box"];4983[label="vwx1620",fontsize=16,color="green",shape="box"];4984[label="vwx1630",fontsize=16,color="green",shape="box"];4985[label="vwx1620",fontsize=16,color="green",shape="box"];4986[label="vwx1630",fontsize=16,color="green",shape="box"];4987[label="vwx1620",fontsize=16,color="green",shape="box"];4988[label="vwx1630",fontsize=16,color="green",shape="box"];4989[label="vwx1620",fontsize=16,color="green",shape="box"];4990[label="vwx1630",fontsize=16,color="green",shape="box"];4991[label="vwx1620",fontsize=16,color="green",shape="box"];4992[label="vwx1630",fontsize=16,color="green",shape="box"];4993[label="vwx1620",fontsize=16,color="green",shape="box"];4994[label="vwx1630",fontsize=16,color="green",shape="box"];4995[label="vwx1620",fontsize=16,color="green",shape="box"];4996[label="vwx1630",fontsize=16,color="green",shape="box"];4997[label="vwx1620",fontsize=16,color="green",shape="box"];4998[label="vwx1630",fontsize=16,color="green",shape="box"];4999[label="primPlusNat (Succ vwx29100) (Succ vwx41000)",fontsize=16,color="black",shape="box"];4999 -> 5059[label="",style="solid", color="black", weight=3]; 24.85/10.16 5000[label="primPlusNat (Succ vwx29100) Zero",fontsize=16,color="black",shape="box"];5000 -> 5060[label="",style="solid", color="black", weight=3]; 24.85/10.16 5001[label="primPlusNat Zero (Succ vwx41000)",fontsize=16,color="black",shape="box"];5001 -> 5061[label="",style="solid", color="black", weight=3]; 24.85/10.16 5002[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];5002 -> 5062[label="",style="solid", color="black", weight=3]; 24.85/10.16 5003 -> 3555[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5003[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5003 -> 5063[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5003 -> 5064[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5004 -> 3556[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5004[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5004 -> 5065[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5004 -> 5066[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5005 -> 3557[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5005[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5005 -> 5067[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5005 -> 5068[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5006 -> 3558[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5006[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5006 -> 5069[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5006 -> 5070[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5007 -> 3559[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5007[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5007 -> 5071[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5007 -> 5072[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5008 -> 3560[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5008[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5008 -> 5073[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5008 -> 5074[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5009 -> 3561[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5009[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5009 -> 5075[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5009 -> 5076[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5010 -> 3562[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5010[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5010 -> 5077[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5010 -> 5078[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5011 -> 3563[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5011[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5011 -> 5079[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5011 -> 5080[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5012 -> 3564[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5012[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5012 -> 5081[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5012 -> 5082[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5013 -> 3565[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5013[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5013 -> 5083[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5013 -> 5084[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5014 -> 3566[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5014[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5014 -> 5085[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5014 -> 5086[label="",style="dashed", color="magenta", weight=3]; 24.85/10.16 5015 -> 3567[label="",style="dashed", color="red", weight=0]; 24.85/10.16 5015[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5015 -> 5087[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5015 -> 5088[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5016 -> 3568[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5016[label="vwx1622 <= vwx1632",fontsize=16,color="magenta"];5016 -> 5089[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5016 -> 5090[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5017 -> 2740[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5017[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5017 -> 5091[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5017 -> 5092[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5018 -> 2744[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5018[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5018 -> 5093[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5018 -> 5094[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5019 -> 2733[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5019[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5019 -> 5095[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5019 -> 5096[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5020 -> 2739[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5020[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5020 -> 5097[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5020 -> 5098[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5021 -> 2741[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5021[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5021 -> 5099[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5021 -> 5100[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5022 -> 2737[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5022[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5022 -> 5101[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5022 -> 5102[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5023 -> 2745[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5023[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5023 -> 5103[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5023 -> 5104[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5024 -> 2738[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5024[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5024 -> 5105[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5024 -> 5106[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5025 -> 2736[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5025[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5025 -> 5107[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5025 -> 5108[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5026 -> 2742[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5026[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5026 -> 5109[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5026 -> 5110[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5027 -> 2734[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5027[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5027 -> 5111[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5027 -> 5112[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5028 -> 2743[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5028[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5028 -> 5113[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5028 -> 5114[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5029 -> 2735[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5029[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5029 -> 5115[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5029 -> 5116[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5030 -> 2732[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5030[label="vwx1621 == vwx1631",fontsize=16,color="magenta"];5030 -> 5117[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5030 -> 5118[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5031[label="vwx1631",fontsize=16,color="green",shape="box"];5032[label="vwx1621",fontsize=16,color="green",shape="box"];5033[label="vwx1631",fontsize=16,color="green",shape="box"];5034[label="vwx1621",fontsize=16,color="green",shape="box"];5035[label="vwx1631",fontsize=16,color="green",shape="box"];5036[label="vwx1621",fontsize=16,color="green",shape="box"];5037[label="vwx1631",fontsize=16,color="green",shape="box"];5038[label="vwx1621",fontsize=16,color="green",shape="box"];5039[label="vwx1631",fontsize=16,color="green",shape="box"];5040[label="vwx1621",fontsize=16,color="green",shape="box"];5041[label="vwx1631",fontsize=16,color="green",shape="box"];5042[label="vwx1621",fontsize=16,color="green",shape="box"];5043[label="vwx1631",fontsize=16,color="green",shape="box"];5044[label="vwx1621",fontsize=16,color="green",shape="box"];5045[label="vwx1631",fontsize=16,color="green",shape="box"];5046[label="vwx1621",fontsize=16,color="green",shape="box"];5047[label="vwx1631",fontsize=16,color="green",shape="box"];5048[label="vwx1621",fontsize=16,color="green",shape="box"];5049[label="vwx1631",fontsize=16,color="green",shape="box"];5050[label="vwx1621",fontsize=16,color="green",shape="box"];5051[label="vwx1631",fontsize=16,color="green",shape="box"];5052[label="vwx1621",fontsize=16,color="green",shape="box"];5053[label="vwx1631",fontsize=16,color="green",shape="box"];5054[label="vwx1621",fontsize=16,color="green",shape="box"];5055[label="vwx1631",fontsize=16,color="green",shape="box"];5056[label="vwx1621",fontsize=16,color="green",shape="box"];5057[label="vwx1631",fontsize=16,color="green",shape="box"];5058[label="vwx1621",fontsize=16,color="green",shape="box"];5059[label="Succ (Succ (primPlusNat vwx29100 vwx41000))",fontsize=16,color="green",shape="box"];5059 -> 5119[label="",style="dashed", color="green", weight=3]; 24.85/10.17 5060[label="Succ vwx29100",fontsize=16,color="green",shape="box"];5061[label="Succ vwx41000",fontsize=16,color="green",shape="box"];5062[label="Zero",fontsize=16,color="green",shape="box"];5063[label="vwx1622",fontsize=16,color="green",shape="box"];5064[label="vwx1632",fontsize=16,color="green",shape="box"];5065[label="vwx1622",fontsize=16,color="green",shape="box"];5066[label="vwx1632",fontsize=16,color="green",shape="box"];5067[label="vwx1622",fontsize=16,color="green",shape="box"];5068[label="vwx1632",fontsize=16,color="green",shape="box"];5069[label="vwx1622",fontsize=16,color="green",shape="box"];5070[label="vwx1632",fontsize=16,color="green",shape="box"];5071[label="vwx1622",fontsize=16,color="green",shape="box"];5072[label="vwx1632",fontsize=16,color="green",shape="box"];5073[label="vwx1622",fontsize=16,color="green",shape="box"];5074[label="vwx1632",fontsize=16,color="green",shape="box"];5075[label="vwx1622",fontsize=16,color="green",shape="box"];5076[label="vwx1632",fontsize=16,color="green",shape="box"];5077[label="vwx1622",fontsize=16,color="green",shape="box"];5078[label="vwx1632",fontsize=16,color="green",shape="box"];5079[label="vwx1622",fontsize=16,color="green",shape="box"];5080[label="vwx1632",fontsize=16,color="green",shape="box"];5081[label="vwx1622",fontsize=16,color="green",shape="box"];5082[label="vwx1632",fontsize=16,color="green",shape="box"];5083[label="vwx1622",fontsize=16,color="green",shape="box"];5084[label="vwx1632",fontsize=16,color="green",shape="box"];5085[label="vwx1622",fontsize=16,color="green",shape="box"];5086[label="vwx1632",fontsize=16,color="green",shape="box"];5087[label="vwx1622",fontsize=16,color="green",shape="box"];5088[label="vwx1632",fontsize=16,color="green",shape="box"];5089[label="vwx1622",fontsize=16,color="green",shape="box"];5090[label="vwx1632",fontsize=16,color="green",shape="box"];5091[label="vwx1621",fontsize=16,color="green",shape="box"];5092[label="vwx1631",fontsize=16,color="green",shape="box"];5093[label="vwx1621",fontsize=16,color="green",shape="box"];5094[label="vwx1631",fontsize=16,color="green",shape="box"];5095[label="vwx1621",fontsize=16,color="green",shape="box"];5096[label="vwx1631",fontsize=16,color="green",shape="box"];5097[label="vwx1621",fontsize=16,color="green",shape="box"];5098[label="vwx1631",fontsize=16,color="green",shape="box"];5099[label="vwx1621",fontsize=16,color="green",shape="box"];5100[label="vwx1631",fontsize=16,color="green",shape="box"];5101[label="vwx1621",fontsize=16,color="green",shape="box"];5102[label="vwx1631",fontsize=16,color="green",shape="box"];5103[label="vwx1621",fontsize=16,color="green",shape="box"];5104[label="vwx1631",fontsize=16,color="green",shape="box"];5105[label="vwx1621",fontsize=16,color="green",shape="box"];5106[label="vwx1631",fontsize=16,color="green",shape="box"];5107[label="vwx1621",fontsize=16,color="green",shape="box"];5108[label="vwx1631",fontsize=16,color="green",shape="box"];5109[label="vwx1621",fontsize=16,color="green",shape="box"];5110[label="vwx1631",fontsize=16,color="green",shape="box"];5111[label="vwx1621",fontsize=16,color="green",shape="box"];5112[label="vwx1631",fontsize=16,color="green",shape="box"];5113[label="vwx1621",fontsize=16,color="green",shape="box"];5114[label="vwx1631",fontsize=16,color="green",shape="box"];5115[label="vwx1621",fontsize=16,color="green",shape="box"];5116[label="vwx1631",fontsize=16,color="green",shape="box"];5117[label="vwx1621",fontsize=16,color="green",shape="box"];5118[label="vwx1631",fontsize=16,color="green",shape="box"];5119 -> 4796[label="",style="dashed", color="red", weight=0]; 24.85/10.17 5119[label="primPlusNat vwx29100 vwx41000",fontsize=16,color="magenta"];5119 -> 5120[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5119 -> 5121[label="",style="dashed", color="magenta", weight=3]; 24.85/10.17 5120[label="vwx41000",fontsize=16,color="green",shape="box"];5121[label="vwx29100",fontsize=16,color="green",shape="box"];} 24.85/10.17 24.85/10.17 ---------------------------------------- 24.85/10.17 24.85/10.17 (14) 24.85/10.17 Complex Obligation (AND) 24.85/10.17 24.85/10.17 ---------------------------------------- 24.85/10.17 24.85/10.17 (15) 24.85/10.17 Obligation: 24.85/10.17 Q DP problem: 24.85/10.17 The TRS P consists of the following rules: 24.85/10.17 24.85/10.17 new_primCmpNat(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat(vwx300, vwx400) 24.85/10.17 24.85/10.17 R is empty. 24.85/10.17 Q is empty. 24.85/10.17 We have to consider all minimal (P,Q,R)-chains. 24.85/10.17 ---------------------------------------- 24.85/10.17 24.85/10.17 (16) QDPSizeChangeProof (EQUIVALENT) 24.85/10.17 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 24.85/10.17 24.85/10.17 From the DPs we obtained the following set of size-change graphs: 24.85/10.17 *new_primCmpNat(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat(vwx300, vwx400) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2 24.85/10.17 24.85/10.17 24.85/10.17 ---------------------------------------- 24.85/10.17 24.85/10.17 (17) 24.85/10.17 YES 24.85/10.17 24.85/10.17 ---------------------------------------- 24.85/10.17 24.85/10.17 (18) 24.85/10.17 Obligation: 24.85/10.17 Q DP problem: 24.85/10.17 The TRS P consists of the following rules: 24.85/10.17 24.85/10.17 new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(app(app(ty_@3, hb), hc), hd)), gd)) -> new_ltEs3(vwx1620, vwx1630, hb, hc, hd) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(ty_Maybe, bbb)) -> new_ltEs0(vwx1622, vwx1632, bbb) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(ty_[], cdh)) -> new_ltEs(vwx200, vwx203, cdh) 24.85/10.17 new_ltEs0(Just(vwx1620), Just(vwx1630), app(app(app(ty_@3, dc), dd), de)) -> new_ltEs3(vwx1620, vwx1630, dc, dd, de) 24.85/10.17 new_ltEs(vwx162, vwx163, h) -> new_compare(vwx162, vwx163, h) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(app(app(ty_@3, ee), ef), eg)) -> new_ltEs3(vwx1621, vwx1631, ee, ef, eg) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(ty_[], eh)), fa)) -> new_lt(vwx1620, vwx1630, eh) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(ty_[], bcb), bcc) -> new_lt(vwx1621, vwx1631, bcb) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(app(app(ty_@3, cdd), cde), cdf), cce, ccf) -> new_lt3(vwx198, vwx201, cdd, cde, cdf) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(app(app(ty_@3, bgh), bha), bhb), bge) -> new_compare4(vwx211, vwx213, bgh, bha, bhb) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(ty_[], bdd)), bah), bcc)) -> new_lt(vwx1620, vwx1630, bdd) 24.85/10.17 new_ltEs0(Just(vwx1620), Just(vwx1630), app(app(ty_Either, da), db)) -> new_ltEs2(vwx1620, vwx1630, da, db) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(app(ty_@2, cfc), cfd), ccf) -> new_lt1(vwx199, vwx202, cfc, cfd) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(app(app(ty_@3, beb), bec), bed)), bah), bcc)) -> new_lt3(vwx1620, vwx1630, beb, bec, bed) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(app(ty_@2, bff), bfg)) -> new_ltEs1(vwx212, vwx214, bff, bfg) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(app(app(ty_@3, fh), ga), gb), fa) -> new_lt3(vwx1620, vwx1630, fh, ga, gb) 24.85/10.17 new_ltEs2(Left(vwx1620), Left(vwx1630), app(ty_[], gc), gd) -> new_ltEs(vwx1620, vwx1630, gc) 24.85/10.17 new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(ty_Maybe, ce))) -> new_ltEs0(vwx1620, vwx1630, ce) 24.85/10.17 new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(app(ty_Either, bab), bac))) -> new_ltEs2(vwx1620, vwx1630, bab, bac) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(ty_Maybe, cfb), ccf) -> new_lt0(vwx199, vwx202, cfb) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(app(ty_Either, ec), ed))) -> new_ltEs2(vwx1621, vwx1631, ec, ed) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(app(app(ty_@3, cef), ceg), ceh)) -> new_ltEs3(vwx200, vwx203, cef, ceg, ceh) 24.85/10.17 new_compare3(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(ty_Maybe, bcd), bcc) -> new_lt0(vwx1621, vwx1631, bcd) 24.85/10.17 new_primCompAux(vwx30, vwx40, vwx152, app(app(ty_@2, bd), be)) -> new_compare2(vwx30, vwx40, bd, be) 24.85/10.17 new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs3(vwx1620, vwx1630, bad, bae, baf) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(ty_Maybe, cea)) -> new_ltEs0(vwx200, vwx203, cea) 24.85/10.17 new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(ty_[], cd))) -> new_ltEs(vwx1620, vwx1630, cd) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(app(app(ty_@3, bbg), bbh), bca)) -> new_ltEs3(vwx1622, vwx1632, bbg, bbh, bca) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(app(ty_Either, bbe), bbf))) -> new_ltEs2(vwx1622, vwx1632, bbe, bbf) 24.85/10.17 new_lt1(vwx211, vwx213, beg, beh) -> new_compare2(vwx211, vwx213, beg, beh) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(app(app(ty_@3, bbg), bbh), bca))) -> new_ltEs3(vwx1622, vwx1632, bbg, bbh, bca) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(app(ty_@2, bce), bcf), bcc) -> new_lt1(vwx1621, vwx1631, bce, bcf) 24.85/10.17 new_compare1(Just(vwx30), Just(vwx40), cc) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cc), cc) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(ty_[], ccd), cce, ccf) -> new_lt(vwx198, vwx201, ccd) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(app(ty_@2, fc), fd)), fa)) -> new_lt1(vwx1620, vwx1630, fc, fd) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(ty_[], bcb)), bcc)) -> new_lt(vwx1621, vwx1631, bcb) 24.85/10.17 new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(ty_Maybe, hg)) -> new_ltEs0(vwx1620, vwx1630, hg) 24.85/10.17 new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(ty_[], gc)), gd)) -> new_ltEs(vwx1620, vwx1630, gc) 24.85/10.17 new_ltEs0(Just(vwx1620), Just(vwx1630), app(app(ty_@2, cf), cg)) -> new_ltEs1(vwx1620, vwx1630, cf, cg) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(app(ty_@2, ceb), cec)) -> new_ltEs1(vwx200, vwx203, ceb, cec) 24.85/10.17 new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(ty_Maybe, ge)), gd)) -> new_ltEs0(vwx1620, vwx1630, ge) 24.85/10.17 new_compare20(vwx162, vwx163, False, app(ty_[], h)) -> new_compare(vwx162, vwx163, h) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(app(app(ty_@3, fh), ga), gb)), fa)) -> new_lt3(vwx1620, vwx1630, fh, ga, gb) 24.85/10.17 new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs3(vwx1620, vwx1630, bad, bae, baf) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(app(app(ty_@3, bgb), bgc), bgd)) -> new_ltEs3(vwx212, vwx214, bgb, bgc, bgd) 24.85/10.17 new_ltEs0(Just(vwx1620), Just(vwx1630), app(ty_Maybe, ce)) -> new_ltEs0(vwx1620, vwx1630, ce) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(app(ty_@2, fc), fd), fa) -> new_lt1(vwx1620, vwx1630, fc, fd) 24.85/10.17 new_ltEs2(Left(vwx1620), Left(vwx1630), app(app(ty_@2, gf), gg), gd) -> new_ltEs1(vwx1620, vwx1630, gf, gg) 24.85/10.17 new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(app(ty_@2, gf), gg)), gd)) -> new_ltEs1(vwx1620, vwx1630, gf, gg) 24.85/10.17 new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(app(ty_Either, da), db))) -> new_ltEs2(vwx1620, vwx1630, da, db) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(app(app(ty_@3, bda), bdb), bdc)), bcc)) -> new_lt3(vwx1621, vwx1631, bda, bdb, bdc) 24.85/10.17 new_compare23(vwx187, vwx188, False, cag, app(app(ty_Either, cbd), cbe)) -> new_ltEs2(vwx187, vwx188, cbd, cbe) 24.85/10.17 new_lt0(vwx211, vwx213, bef) -> new_compare1(vwx211, vwx213, bef) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(ty_Maybe, ccg), cce, ccf) -> new_lt0(vwx198, vwx201, ccg) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(ty_[], dg)) -> new_ltEs(vwx1621, vwx1631, dg) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(app(app(ty_@3, beb), bec), bed), bah, bcc) -> new_lt3(vwx1620, vwx1630, beb, bec, bed) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(app(ty_Either, ec), ed)) -> new_ltEs2(vwx1621, vwx1631, ec, ed) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(ty_Maybe, bef), bge) -> new_compare1(vwx211, vwx213, bef) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(app(app(ty_@3, cfg), cfh), cga), ccf) -> new_lt3(vwx199, vwx202, cfg, cfh, cga) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(app(ty_Either, bdh), bea), bah, bcc) -> new_lt2(vwx1620, vwx1630, bdh, bea) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(ty_Maybe, bbb))) -> new_ltEs0(vwx1622, vwx1632, bbb) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(app(ty_Either, bdh), bea)), bah), bcc)) -> new_lt2(vwx1620, vwx1630, bdh, bea) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(ty_Maybe, bde)), bah), bcc)) -> new_lt0(vwx1620, vwx1630, bde) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(app(ty_@2, ea), eb))) -> new_ltEs1(vwx1621, vwx1631, ea, eb) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(app(ty_@2, bdf), bdg), bah, bcc) -> new_lt1(vwx1620, vwx1630, bdf, bdg) 24.85/10.17 new_compare23(vwx187, vwx188, False, cag, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_ltEs3(vwx187, vwx188, cbf, cbg, cbh) 24.85/10.17 new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(ty_Maybe, hg))) -> new_ltEs0(vwx1620, vwx1630, hg) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(app(ty_Either, ff), fg), fa) -> new_lt2(vwx1620, vwx1630, ff, fg) 24.85/10.17 new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(app(ty_@2, hh), baa))) -> new_ltEs1(vwx1620, vwx1630, hh, baa) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(app(ty_@2, bce), bcf)), bcc)) -> new_lt1(vwx1621, vwx1631, bce, bcf) 24.85/10.17 new_ltEs0(Just(vwx1620), Just(vwx1630), app(ty_[], cd)) -> new_ltEs(vwx1620, vwx1630, cd) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(ty_[], dg))) -> new_ltEs(vwx1621, vwx1631, dg) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(ty_Maybe, fb), fa) -> new_lt0(vwx1620, vwx1630, fb) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(ty_[], bdd), bah, bcc) -> new_lt(vwx1620, vwx1630, bdd) 24.85/10.17 new_primCompAux(vwx30, vwx40, vwx152, app(ty_Maybe, bc)) -> new_compare1(vwx30, vwx40, bc) 24.85/10.17 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) 24.85/10.17 new_compare23(vwx187, vwx188, False, cag, app(ty_Maybe, cba)) -> new_ltEs0(vwx187, vwx188, cba) 24.85/10.17 new_compare22(vwx180, vwx181, False, app(app(app(ty_@3, cad), cae), caf), bhf) -> new_ltEs3(vwx180, vwx181, cad, cae, caf) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(app(ty_Either, bgf), bgg), bge) -> new_compare3(vwx211, vwx213, bgf, bgg) 24.85/10.17 new_primCompAux(vwx30, vwx40, vwx152, app(app(app(ty_@3, bh), ca), cb)) -> new_compare4(vwx30, vwx40, bh, ca, cb) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(app(ty_Either, ff), fg)), fa)) -> new_lt2(vwx1620, vwx1630, ff, fg) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(ty_Maybe, dh)) -> new_ltEs0(vwx1621, vwx1631, dh) 24.85/10.17 new_compare3(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 24.85/10.17 new_compare22(vwx180, vwx181, False, app(ty_Maybe, bhg), bhf) -> new_ltEs0(vwx180, vwx181, bhg) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(ty_[], bfd)) -> new_ltEs(vwx212, vwx214, bfd) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(app(ty_Either, cfe), cff), ccf) -> new_lt2(vwx199, vwx202, cfe, cff) 24.85/10.17 new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(app(ty_Either, gh), ha)), gd)) -> new_ltEs2(vwx1620, vwx1630, gh, ha) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(app(ty_Either, bcg), bch), bcc) -> new_lt2(vwx1621, vwx1631, bcg, bch) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(app(ty_Either, bfh), bga)) -> new_ltEs2(vwx212, vwx214, bfh, bga) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(app(ty_@2, ea), eb)) -> new_ltEs1(vwx1621, vwx1631, ea, eb) 24.85/10.17 new_lt2(vwx211, vwx213, bgf, bgg) -> new_compare3(vwx211, vwx213, bgf, bgg) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(ty_Maybe, dh))) -> new_ltEs0(vwx1621, vwx1631, dh) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(ty_[], bba))) -> new_ltEs(vwx1622, vwx1632, bba) 24.85/10.17 new_compare22(vwx180, vwx181, False, app(app(ty_@2, bhh), caa), bhf) -> new_ltEs1(vwx180, vwx181, bhh, caa) 24.85/10.17 new_lt(vwx211, vwx213, bee) -> new_compare(vwx211, vwx213, bee) 24.85/10.17 new_ltEs2(Left(vwx1620), Left(vwx1630), app(app(app(ty_@3, hb), hc), hd), gd) -> new_ltEs3(vwx1620, vwx1630, hb, hc, hd) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(app(ty_@2, cch), cda), cce, ccf) -> new_lt1(vwx198, vwx201, cch, cda) 24.85/10.17 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, ba), ba) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(ty_Maybe, bcd)), bcc)) -> new_lt0(vwx1621, vwx1631, bcd) 24.85/10.17 new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(app(ty_Either, bab), bac)) -> new_ltEs2(vwx1620, vwx1630, bab, bac) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(app(ty_Either, ced), cee)) -> new_ltEs2(vwx200, vwx203, ced, cee) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(app(ty_Either, bbe), bbf)) -> new_ltEs2(vwx1622, vwx1632, bbe, bbf) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(ty_[], bee), bge) -> new_compare(vwx211, vwx213, bee) 24.85/10.17 new_primCompAux(vwx30, vwx40, vwx152, app(ty_[], bb)) -> new_compare(vwx30, vwx40, bb) 24.85/10.17 new_compare23(vwx187, vwx188, False, cag, app(ty_[], cah)) -> new_ltEs(vwx187, vwx188, cah) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(app(ty_@2, bbc), bbd))) -> new_ltEs1(vwx1622, vwx1632, bbc, bbd) 24.85/10.17 new_compare22(vwx180, vwx181, False, app(ty_[], bhe), bhf) -> new_ltEs(vwx180, vwx181, bhe) 24.85/10.17 new_compare23(vwx187, vwx188, False, cag, app(app(ty_@2, cbb), cbc)) -> new_ltEs1(vwx187, vwx188, cbb, cbc) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(ty_[], cfa), ccf) -> new_lt(vwx199, vwx202, cfa) 24.85/10.17 new_ltEs2(Left(vwx1620), Left(vwx1630), app(ty_Maybe, ge), gd) -> new_ltEs0(vwx1620, vwx1630, ge) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(ty_[], bba)) -> new_ltEs(vwx1622, vwx1632, bba) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(ty_Maybe, bfe)) -> new_ltEs0(vwx212, vwx214, bfe) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(ty_Maybe, fb)), fa)) -> new_lt0(vwx1620, vwx1630, fb) 24.85/10.17 new_lt3(vwx211, vwx213, bgh, bha, bhb) -> new_compare4(vwx211, vwx213, bgh, bha, bhb) 24.85/10.17 new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(app(ty_@2, beg), beh), bge) -> new_compare2(vwx211, vwx213, beg, beh) 24.85/10.17 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) 24.85/10.17 new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(app(app(ty_@3, ee), ef), eg))) -> new_ltEs3(vwx1621, vwx1631, ee, ef, eg) 24.85/10.17 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_compare(vwx31, vwx41, ba) 24.85/10.17 new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(app(app(ty_@3, dc), dd), de))) -> new_ltEs3(vwx1620, vwx1630, dc, dd, de) 24.85/10.17 new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(ty_[], hf))) -> new_ltEs(vwx1620, vwx1630, hf) 24.85/10.17 new_ltEs2(Left(vwx1620), Left(vwx1630), app(app(ty_Either, gh), ha), gd) -> new_ltEs2(vwx1620, vwx1630, gh, ha) 24.85/10.17 new_primCompAux(vwx30, vwx40, vwx152, app(app(ty_Either, bf), bg)) -> new_compare3(vwx30, vwx40, bf, bg) 24.85/10.17 new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(app(ty_Either, cdb), cdc), cce, ccf) -> new_lt2(vwx198, vwx201, cdb, cdc) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(app(ty_@2, bbc), bbd)) -> new_ltEs1(vwx1622, vwx1632, bbc, bbd) 24.85/10.17 new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(ty_[], eh), fa) -> new_lt(vwx1620, vwx1630, eh) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(app(ty_Either, bcg), bch)), bcc)) -> new_lt2(vwx1621, vwx1631, bcg, bch) 24.85/10.17 new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(app(ty_@2, cf), cg))) -> new_ltEs1(vwx1620, vwx1630, cf, cg) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(ty_Maybe, bde), bah, bcc) -> new_lt0(vwx1620, vwx1630, bde) 24.85/10.17 new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx1620, vwx1630, hh, baa) 24.85/10.17 new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(app(ty_@2, bdf), bdg)), bah), bcc)) -> new_lt1(vwx1620, vwx1630, bdf, bdg) 24.85/10.17 new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(ty_[], hf)) -> new_ltEs(vwx1620, vwx1630, hf) 24.85/10.17 new_compare22(vwx180, vwx181, False, app(app(ty_Either, cab), cac), bhf) -> new_ltEs2(vwx180, vwx181, cab, cac) 24.85/10.17 new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(app(app(ty_@3, bda), bdb), bdc), bcc) -> new_lt3(vwx1621, vwx1631, bda, bdb, bdc) 24.85/10.17 24.85/10.17 The TRS R consists of the following rules: 24.85/10.17 24.85/10.17 new_lt22(vwx199, vwx202, ty_Float) -> new_lt8(vwx199, vwx202) 24.85/10.17 new_esEs14(GT, GT) -> True 24.85/10.17 new_esEs11(vwx30, vwx40, app(ty_[], dae)) -> new_esEs24(vwx30, vwx40, dae) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, ty_Int) -> new_ltEs9(vwx1622, vwx1632) 24.85/10.17 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 24.85/10.17 new_primCmpInt(Neg(Succ(vwx300)), Pos(vwx40)) -> LT 24.85/10.17 new_lt22(vwx199, vwx202, ty_Integer) -> new_lt16(vwx199, vwx202) 24.85/10.17 new_ltEs23(vwx180, vwx181, app(ty_Ratio, fdg)) -> new_ltEs13(vwx180, vwx181, fdg) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), ty_@0, gd) -> new_ltEs12(vwx1620, vwx1630) 24.85/10.17 new_lt7(vwx1620, vwx1630, ty_Double) -> new_lt19(vwx1620, vwx1630) 24.85/10.17 new_pePe(True, vwx290) -> True 24.85/10.17 new_ltEs19(vwx212, vwx214, ty_Double) -> new_ltEs18(vwx212, vwx214) 24.85/10.17 new_ltEs20(vwx200, vwx203, app(ty_Maybe, cea)) -> new_ltEs15(vwx200, vwx203, cea) 24.85/10.17 new_esEs27(vwx1620, vwx1630, ty_Char) -> new_esEs16(vwx1620, vwx1630) 24.85/10.17 new_lt6(vwx1621, vwx1631, ty_Int) -> new_lt11(vwx1621, vwx1631) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs25(vwx300, vwx400) 24.85/10.17 new_esEs26(vwx1621, vwx1631, app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs15(vwx1621, vwx1631, bda, bdb, bdc) 24.85/10.17 new_esEs19(False, True) -> False 24.85/10.17 new_esEs19(True, False) -> False 24.85/10.17 new_compare15(:%(vwx30, vwx31), :%(vwx40, vwx41), ty_Integer) -> new_compare16(new_sr0(vwx30, vwx41), new_sr0(vwx40, vwx31)) 24.85/10.17 new_lt6(vwx1621, vwx1631, app(ty_Ratio, ddc)) -> new_lt15(vwx1621, vwx1631, ddc) 24.85/10.17 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 24.85/10.17 new_primCmpInt(Pos(Zero), Neg(Succ(vwx400))) -> GT 24.85/10.17 new_esEs28(vwx211, vwx213, ty_Ordering) -> new_esEs14(vwx211, vwx213) 24.85/10.17 new_compare26(vwx180, vwx181, True, fdf, bhf) -> EQ 24.85/10.17 new_lt23(vwx1620, vwx1630, app(ty_Ratio, fea)) -> new_lt15(vwx1620, vwx1630, fea) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, ty_Bool) -> new_esEs19(vwx300, vwx400) 24.85/10.17 new_lt11(vwx211, vwx213) -> new_esEs14(new_compare11(vwx211, vwx213), LT) 24.85/10.17 new_primCmpInt(Neg(Succ(vwx300)), Neg(vwx40)) -> new_primCmpNat0(vwx40, Succ(vwx300)) 24.85/10.17 new_esEs14(EQ, EQ) -> True 24.85/10.17 new_ltEs23(vwx180, vwx181, app(app(ty_@2, bhh), caa)) -> new_ltEs16(vwx180, vwx181, bhh, caa) 24.85/10.17 new_esEs27(vwx1620, vwx1630, app(ty_Maybe, bde)) -> new_esEs22(vwx1620, vwx1630, bde) 24.85/10.17 new_esEs4(vwx30, vwx40, ty_Double) -> new_esEs12(vwx30, vwx40) 24.85/10.17 new_compare115(vwx241, vwx242, True, fha, fhb) -> LT 24.85/10.17 new_ltEs14(vwx162, vwx163) -> new_fsEs(new_compare16(vwx162, vwx163)) 24.85/10.17 new_lt16(vwx211, vwx213) -> new_esEs14(new_compare16(vwx211, vwx213), LT) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), ty_Double, fdb) -> new_esEs12(vwx300, vwx400) 24.85/10.17 new_esEs10(vwx31, vwx41, ty_Int) -> new_esEs13(vwx31, vwx41) 24.85/10.17 new_esEs31(vwx301, vwx401, ty_Double) -> new_esEs12(vwx301, vwx401) 24.85/10.17 new_ltEs10(GT, LT) -> False 24.85/10.17 new_esEs32(vwx300, vwx400, app(ty_[], egf)) -> new_esEs24(vwx300, vwx400, egf) 24.85/10.17 new_esEs7(vwx30, vwx40, ty_Ordering) -> new_esEs14(vwx30, vwx40) 24.85/10.17 new_esEs34(vwx300, vwx400, ty_Ordering) -> new_esEs14(vwx300, vwx400) 24.85/10.17 new_esEs5(vwx31, vwx41, app(ty_[], dbg)) -> new_esEs24(vwx31, vwx41, dbg) 24.85/10.17 new_esEs5(vwx31, vwx41, app(app(app(ty_@3, daf), dag), dah)) -> new_esEs15(vwx31, vwx41, daf, dag, dah) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, app(app(app(ty_@3, ee), ef), eg)) -> new_ltEs4(vwx1621, vwx1631, ee, ef, eg) 24.85/10.17 new_esEs6(vwx30, vwx40, app(app(ty_@2, dcc), dcd)) -> new_esEs17(vwx30, vwx40, dcc, dcd) 24.85/10.17 new_compare14(@0, @0) -> EQ 24.85/10.17 new_lt23(vwx1620, vwx1630, ty_Char) -> new_lt10(vwx1620, vwx1630) 24.85/10.17 new_esEs32(vwx300, vwx400, app(app(app(ty_@3, efe), eff), efg)) -> new_esEs15(vwx300, vwx400, efe, eff, efg) 24.85/10.17 new_lt6(vwx1621, vwx1631, ty_Char) -> new_lt10(vwx1621, vwx1631) 24.85/10.17 new_lt20(vwx211, vwx213, app(app(app(ty_@3, bgh), bha), bhb)) -> new_lt4(vwx211, vwx213, bgh, bha, bhb) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs4(vwx1620, vwx1630, bad, bae, baf) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, ty_Float) -> new_ltEs6(vwx1621, vwx1631) 24.85/10.17 new_compare10(vwx261, vwx262, vwx263, vwx264, False, vwx266, fbh, fca) -> new_compare112(vwx261, vwx262, vwx263, vwx264, vwx266, fbh, fca) 24.85/10.17 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 24.85/10.17 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 24.85/10.17 new_compare7(vwx30, vwx40, ty_Int) -> new_compare11(vwx30, vwx40) 24.85/10.17 new_compare12(LT, GT) -> LT 24.85/10.17 new_lt21(vwx198, vwx201, app(app(ty_@2, cch), cda)) -> new_lt5(vwx198, vwx201, cch, cda) 24.85/10.17 new_ltEs10(EQ, LT) -> False 24.85/10.17 new_ltEs19(vwx212, vwx214, ty_@0) -> new_ltEs12(vwx212, vwx214) 24.85/10.17 new_lt23(vwx1620, vwx1630, ty_Bool) -> new_lt13(vwx1620, vwx1630) 24.85/10.17 new_esEs35(vwx199, vwx202, ty_Int) -> new_esEs13(vwx199, vwx202) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), ty_@0) -> new_ltEs12(vwx1620, vwx1630) 24.85/10.17 new_esEs26(vwx1621, vwx1631, app(ty_[], bcb)) -> new_esEs24(vwx1621, vwx1631, bcb) 24.85/10.17 new_lt23(vwx1620, vwx1630, ty_Int) -> new_lt11(vwx1620, vwx1630) 24.85/10.17 new_esEs20(:%(vwx300, vwx301), :%(vwx400, vwx401), fch) -> new_asAs(new_esEs38(vwx300, vwx400, fch), new_esEs37(vwx301, vwx401, fch)) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), ty_Int, fdb) -> new_esEs13(vwx300, vwx400) 24.85/10.17 new_esEs8(vwx30, vwx40, ty_Int) -> new_esEs13(vwx30, vwx40) 24.85/10.17 new_esEs33(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 24.85/10.17 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, ty_Char) -> new_ltEs8(vwx1622, vwx1632) 24.85/10.17 new_esEs28(vwx211, vwx213, ty_Float) -> new_esEs21(vwx211, vwx213) 24.85/10.17 new_esEs30(vwx302, vwx402, ty_Integer) -> new_esEs18(vwx302, vwx402) 24.85/10.17 new_esEs6(vwx30, vwx40, ty_Char) -> new_esEs16(vwx30, vwx40) 24.85/10.17 new_esEs24([], [], dfb) -> True 24.85/10.17 new_compare12(LT, EQ) -> LT 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, ty_Int) -> new_ltEs9(vwx1620, vwx1630) 24.85/10.17 new_not(True) -> False 24.85/10.17 new_ltEs22(vwx187, vwx188, ty_Char) -> new_ltEs8(vwx187, vwx188) 24.85/10.17 new_compare12(GT, EQ) -> GT 24.85/10.17 new_esEs28(vwx211, vwx213, app(app(ty_@2, beg), beh)) -> new_esEs17(vwx211, vwx213, beg, beh) 24.85/10.17 new_lt22(vwx199, vwx202, ty_Ordering) -> new_lt12(vwx199, vwx202) 24.85/10.17 new_ltEs23(vwx180, vwx181, ty_Bool) -> new_ltEs11(vwx180, vwx181) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, app(ty_Ratio, ddb)) -> new_ltEs13(vwx1622, vwx1632, ddb) 24.85/10.17 new_esEs33(vwx301, vwx401, ty_Bool) -> new_esEs19(vwx301, vwx401) 24.85/10.17 new_primCompAux00(vwx156, LT) -> LT 24.85/10.17 new_primCmpNat0(Zero, Zero) -> EQ 24.85/10.17 new_esEs29(vwx300, vwx400, ty_Int) -> new_esEs13(vwx300, vwx400) 24.85/10.17 new_esEs22(Nothing, Just(vwx400), ebc) -> False 24.85/10.17 new_esEs22(Just(vwx300), Nothing, ebc) -> False 24.85/10.17 new_esEs6(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 24.85/10.17 new_esEs22(Nothing, Nothing, ebc) -> True 24.85/10.17 new_compare18(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare26(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 24.85/10.17 new_ltEs22(vwx187, vwx188, ty_Int) -> new_ltEs9(vwx187, vwx188) 24.85/10.17 new_esEs26(vwx1621, vwx1631, ty_@0) -> new_esEs25(vwx1621, vwx1631) 24.85/10.17 new_esEs32(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.85/10.17 new_esEs29(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, ty_Bool) -> new_ltEs11(vwx1621, vwx1631) 24.85/10.17 new_esEs34(vwx300, vwx400, app(app(ty_Either, fbe), fbf)) -> new_esEs23(vwx300, vwx400, fbe, fbf) 24.85/10.17 new_esEs36(vwx198, vwx201, ty_Int) -> new_esEs13(vwx198, vwx201) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), app(app(ty_@2, fef), feg), fdb) -> new_esEs17(vwx300, vwx400, fef, feg) 24.85/10.17 new_ltEs17(Left(vwx1620), Right(vwx1630), he, gd) -> True 24.85/10.17 new_esEs32(vwx300, vwx400, app(ty_Maybe, egc)) -> new_esEs22(vwx300, vwx400, egc) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, app(app(ty_@2, bbc), bbd)) -> new_ltEs16(vwx1622, vwx1632, bbc, bbd) 24.85/10.17 new_esEs4(vwx30, vwx40, app(ty_[], dfb)) -> new_esEs24(vwx30, vwx40, dfb) 24.85/10.17 new_esEs6(vwx30, vwx40, ty_Ordering) -> new_esEs14(vwx30, vwx40) 24.85/10.17 new_esEs34(vwx300, vwx400, app(app(ty_@2, fba), fbb)) -> new_esEs17(vwx300, vwx400, fba, fbb) 24.85/10.17 new_compare8(Float(vwx30, Neg(vwx310)), Float(vwx40, Neg(vwx410))) -> new_compare11(new_sr(vwx30, Neg(vwx410)), new_sr(Neg(vwx310), vwx40)) 24.85/10.17 new_esEs27(vwx1620, vwx1630, ty_Bool) -> new_esEs19(vwx1620, vwx1630) 24.85/10.17 new_compare5(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), cca, ccb, ccc) -> new_compare28(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) 24.85/10.17 new_compare9(Char(vwx30), Char(vwx40)) -> new_primCmpNat0(vwx30, vwx40) 24.85/10.17 new_lt20(vwx211, vwx213, ty_Double) -> new_lt19(vwx211, vwx213) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, ty_Bool) -> new_ltEs11(vwx1620, vwx1630) 24.85/10.17 new_primEqNat0(Succ(vwx3000), Zero) -> False 24.85/10.17 new_primEqNat0(Zero, Succ(vwx4000)) -> False 24.85/10.17 new_esEs35(vwx199, vwx202, ty_Integer) -> new_esEs18(vwx199, vwx202) 24.85/10.17 new_ltEs22(vwx187, vwx188, ty_Ordering) -> new_ltEs10(vwx187, vwx188) 24.85/10.17 new_compare26(vwx180, vwx181, False, fdf, bhf) -> new_compare115(vwx180, vwx181, new_ltEs23(vwx180, vwx181, fdf), fdf, bhf) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), app(app(app(ty_@3, ebd), ebe), ebf)) -> new_esEs15(vwx300, vwx400, ebd, ebe, ebf) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), app(ty_[], cd)) -> new_ltEs7(vwx1620, vwx1630, cd) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, ty_Ordering) -> new_esEs14(vwx300, vwx400) 24.85/10.17 new_compare114(vwx234, vwx235, False, fde) -> GT 24.85/10.17 new_lt21(vwx198, vwx201, ty_@0) -> new_lt14(vwx198, vwx201) 24.85/10.17 new_lt21(vwx198, vwx201, app(app(app(ty_@3, cdd), cde), cdf)) -> new_lt4(vwx198, vwx201, cdd, cde, cdf) 24.85/10.17 new_ltEs20(vwx200, vwx203, ty_Double) -> new_ltEs18(vwx200, vwx203) 24.85/10.17 new_esEs29(vwx300, vwx400, ty_Double) -> new_esEs12(vwx300, vwx400) 24.85/10.17 new_compare12(EQ, LT) -> GT 24.85/10.17 new_esEs30(vwx302, vwx402, ty_Ordering) -> new_esEs14(vwx302, vwx402) 24.85/10.17 new_esEs35(vwx199, vwx202, ty_Double) -> new_esEs12(vwx199, vwx202) 24.85/10.17 new_esEs33(vwx301, vwx401, app(app(ty_Either, fac), fad)) -> new_esEs23(vwx301, vwx401, fac, fad) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), app(app(ty_Either, da), db)) -> new_ltEs17(vwx1620, vwx1630, da, db) 24.85/10.17 new_primCompAux00(vwx156, GT) -> GT 24.85/10.17 new_esEs27(vwx1620, vwx1630, app(app(ty_Either, bdh), bea)) -> new_esEs23(vwx1620, vwx1630, bdh, bea) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, ty_@0) -> new_esEs25(vwx300, vwx400) 24.85/10.17 new_lt20(vwx211, vwx213, app(ty_[], bee)) -> new_lt9(vwx211, vwx213, bee) 24.85/10.17 new_esEs26(vwx1621, vwx1631, app(ty_Maybe, bcd)) -> new_esEs22(vwx1621, vwx1631, bcd) 24.85/10.17 new_esEs36(vwx198, vwx201, app(ty_Ratio, fcb)) -> new_esEs20(vwx198, vwx201, fcb) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), app(ty_Maybe, ecb)) -> new_esEs22(vwx300, vwx400, ecb) 24.85/10.17 new_esEs36(vwx198, vwx201, app(app(app(ty_@3, cdd), cde), cdf)) -> new_esEs15(vwx198, vwx201, cdd, cde, cdf) 24.85/10.17 new_esEs33(vwx301, vwx401, app(ty_Maybe, fab)) -> new_esEs22(vwx301, vwx401, fab) 24.85/10.17 new_esEs34(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 24.85/10.17 new_compare17(Nothing, Nothing, cc) -> EQ 24.85/10.17 new_lt7(vwx1620, vwx1630, app(app(app(ty_@3, beb), bec), bed)) -> new_lt4(vwx1620, vwx1630, beb, bec, bed) 24.85/10.17 new_esEs32(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 24.85/10.17 new_esEs31(vwx301, vwx401, app(app(app(ty_@3, eec), eed), eee)) -> new_esEs15(vwx301, vwx401, eec, eed, eee) 24.85/10.17 new_esEs39(vwx1620, vwx1630, ty_Integer) -> new_esEs18(vwx1620, vwx1630) 24.85/10.17 new_esEs19(False, False) -> True 24.85/10.17 new_primCmpInt(Pos(Succ(vwx300)), Neg(vwx40)) -> GT 24.85/10.17 new_esEs6(vwx30, vwx40, ty_Float) -> new_esEs21(vwx30, vwx40) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, app(app(ty_Either, bab), bac)) -> new_ltEs17(vwx1620, vwx1630, bab, bac) 24.85/10.17 new_esEs28(vwx211, vwx213, ty_Bool) -> new_esEs19(vwx211, vwx213) 24.85/10.17 new_compare112(vwx261, vwx262, vwx263, vwx264, True, fbh, fca) -> LT 24.85/10.17 new_esEs31(vwx301, vwx401, app(ty_Ratio, eeh)) -> new_esEs20(vwx301, vwx401, eeh) 24.85/10.17 new_lt7(vwx1620, vwx1630, app(ty_Maybe, bde)) -> new_lt17(vwx1620, vwx1630, bde) 24.85/10.17 new_esEs28(vwx211, vwx213, app(app(ty_Either, bgf), bgg)) -> new_esEs23(vwx211, vwx213, bgf, bgg) 24.85/10.17 new_compare110(vwx249, vwx250, True, dhg, dhh) -> LT 24.85/10.17 new_ltEs10(GT, EQ) -> False 24.85/10.17 new_esEs39(vwx1620, vwx1630, ty_Bool) -> new_esEs19(vwx1620, vwx1630) 24.85/10.17 new_esEs39(vwx1620, vwx1630, app(app(ty_Either, ff), fg)) -> new_esEs23(vwx1620, vwx1630, ff, fg) 24.85/10.17 new_esEs36(vwx198, vwx201, ty_Double) -> new_esEs12(vwx198, vwx201) 24.85/10.17 new_compare113(vwx276, vwx277, vwx278, vwx279, vwx280, vwx281, False, vwx283, egg, egh, eha) -> new_compare111(vwx276, vwx277, vwx278, vwx279, vwx280, vwx281, vwx283, egg, egh, eha) 24.85/10.17 new_esEs9(vwx32, vwx42, app(ty_[], deh)) -> new_esEs24(vwx32, vwx42, deh) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs16(vwx300, vwx400) 24.85/10.17 new_esEs34(vwx300, vwx400, ty_Bool) -> new_esEs19(vwx300, vwx400) 24.85/10.17 new_esEs26(vwx1621, vwx1631, ty_Char) -> new_esEs16(vwx1621, vwx1631) 24.85/10.17 new_compare29(vwx162, vwx163, False, fce) -> new_compare114(vwx162, vwx163, new_ltEs21(vwx162, vwx163, fce), fce) 24.85/10.17 new_primPlusNat1(Succ(vwx29100), Succ(vwx41000)) -> Succ(Succ(new_primPlusNat1(vwx29100, vwx41000))) 24.85/10.17 new_ltEs21(vwx162, vwx163, ty_Double) -> new_ltEs18(vwx162, vwx163) 24.85/10.17 new_compare17(Just(vwx30), Nothing, cc) -> GT 24.85/10.17 new_compare7(vwx30, vwx40, app(ty_Ratio, dfa)) -> new_compare15(vwx30, vwx40, dfa) 24.85/10.17 new_ltEs21(vwx162, vwx163, ty_@0) -> new_ltEs12(vwx162, vwx163) 24.85/10.17 new_ltEs22(vwx187, vwx188, ty_Integer) -> new_ltEs14(vwx187, vwx188) 24.85/10.17 new_lt22(vwx199, vwx202, ty_Char) -> new_lt10(vwx199, vwx202) 24.85/10.17 new_primCmpNat0(Zero, Succ(vwx400)) -> LT 24.85/10.17 new_esEs31(vwx301, vwx401, ty_Int) -> new_esEs13(vwx301, vwx401) 24.85/10.17 new_lt18(vwx211, vwx213, bgf, bgg) -> new_esEs14(new_compare18(vwx211, vwx213, bgf, bgg), LT) 24.85/10.17 new_ltEs23(vwx180, vwx181, app(app(app(ty_@3, cad), cae), caf)) -> new_ltEs4(vwx180, vwx181, cad, cae, caf) 24.85/10.17 new_compare8(Float(vwx30, Pos(vwx310)), Float(vwx40, Neg(vwx410))) -> new_compare11(new_sr(vwx30, Pos(vwx410)), new_sr(Neg(vwx310), vwx40)) 24.85/10.17 new_compare8(Float(vwx30, Neg(vwx310)), Float(vwx40, Pos(vwx410))) -> new_compare11(new_sr(vwx30, Neg(vwx410)), new_sr(Pos(vwx310), vwx40)) 24.85/10.17 new_ltEs23(vwx180, vwx181, ty_Int) -> new_ltEs9(vwx180, vwx181) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, ty_Float) -> new_esEs21(vwx300, vwx400) 24.85/10.17 new_esEs28(vwx211, vwx213, ty_Integer) -> new_esEs18(vwx211, vwx213) 24.85/10.17 new_esEs30(vwx302, vwx402, ty_Double) -> new_esEs12(vwx302, vwx402) 24.85/10.17 new_ltEs21(vwx162, vwx163, ty_Integer) -> new_ltEs14(vwx162, vwx163) 24.85/10.17 new_lt7(vwx1620, vwx1630, ty_@0) -> new_lt14(vwx1620, vwx1630) 24.85/10.17 new_primCmpNat0(Succ(vwx300), Zero) -> GT 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), ty_Char) -> new_ltEs8(vwx1620, vwx1630) 24.85/10.17 new_esEs27(vwx1620, vwx1630, app(app(app(ty_@3, beb), bec), bed)) -> new_esEs15(vwx1620, vwx1630, beb, bec, bed) 24.85/10.17 new_esEs32(vwx300, vwx400, ty_Int) -> new_esEs13(vwx300, vwx400) 24.85/10.17 new_esEs39(vwx1620, vwx1630, ty_Double) -> new_esEs12(vwx1620, vwx1630) 24.85/10.17 new_pePe(False, vwx290) -> vwx290 24.85/10.17 new_esEs30(vwx302, vwx402, app(app(ty_@2, edd), ede)) -> new_esEs17(vwx302, vwx402, edd, ede) 24.85/10.17 new_compare25(vwx211, vwx212, vwx213, vwx214, True, bfc, bge) -> EQ 24.85/10.17 new_compare7(vwx30, vwx40, app(app(app(ty_@3, bh), ca), cb)) -> new_compare5(vwx30, vwx40, bh, ca, cb) 24.85/10.17 new_lt6(vwx1621, vwx1631, ty_Float) -> new_lt8(vwx1621, vwx1631) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, app(app(ty_Either, bbe), bbf)) -> new_ltEs17(vwx1622, vwx1632, bbe, bbf) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), ty_Integer) -> new_ltEs14(vwx1620, vwx1630) 24.85/10.17 new_ltEs22(vwx187, vwx188, app(ty_Ratio, fdd)) -> new_ltEs13(vwx187, vwx188, fdd) 24.85/10.17 new_esEs10(vwx31, vwx41, app(ty_[], chc)) -> new_esEs24(vwx31, vwx41, chc) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, app(app(ty_@2, ea), eb)) -> new_ltEs16(vwx1621, vwx1631, ea, eb) 24.85/10.17 new_compare6(@2(vwx30, vwx31), @2(vwx40, vwx41), bfa, bfb) -> new_compare25(vwx30, vwx31, vwx40, vwx41, new_asAs(new_esEs6(vwx30, vwx40, bfa), new_esEs5(vwx31, vwx41, bfb)), bfa, bfb) 24.85/10.17 new_esEs28(vwx211, vwx213, app(ty_Maybe, bef)) -> new_esEs22(vwx211, vwx213, bef) 24.85/10.17 new_esEs31(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 24.85/10.17 new_esEs6(vwx30, vwx40, ty_Integer) -> new_esEs18(vwx30, vwx40) 24.85/10.17 new_esEs36(vwx198, vwx201, ty_@0) -> new_esEs25(vwx198, vwx201) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, app(ty_Ratio, fdh)) -> new_ltEs13(vwx1621, vwx1631, fdh) 24.85/10.17 new_esEs6(vwx30, vwx40, app(app(app(ty_@3, dbh), dca), dcb)) -> new_esEs15(vwx30, vwx40, dbh, dca, dcb) 24.85/10.17 new_ltEs21(vwx162, vwx163, ty_Float) -> new_ltEs6(vwx162, vwx163) 24.85/10.17 new_lt23(vwx1620, vwx1630, ty_Float) -> new_lt8(vwx1620, vwx1630) 24.85/10.17 new_esEs7(vwx30, vwx40, ty_Char) -> new_esEs16(vwx30, vwx40) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), ty_Float) -> new_ltEs6(vwx1620, vwx1630) 24.85/10.17 new_esEs28(vwx211, vwx213, ty_Char) -> new_esEs16(vwx211, vwx213) 24.85/10.17 new_esEs29(vwx300, vwx400, app(ty_[], dgd)) -> new_esEs24(vwx300, vwx400, dgd) 24.85/10.17 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 24.85/10.17 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 24.85/10.17 new_esEs8(vwx30, vwx40, app(ty_[], ebb)) -> new_esEs24(vwx30, vwx40, ebb) 24.85/10.17 new_ltEs19(vwx212, vwx214, app(app(ty_Either, bfh), bga)) -> new_ltEs17(vwx212, vwx214, bfh, bga) 24.85/10.17 new_lt23(vwx1620, vwx1630, ty_Integer) -> new_lt16(vwx1620, vwx1630) 24.85/10.17 new_ltEs15(Nothing, Nothing, fcg) -> True 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, app(ty_Maybe, fgc)) -> new_esEs22(vwx300, vwx400, fgc) 24.85/10.17 new_ltEs20(vwx200, vwx203, app(app(ty_Either, ced), cee)) -> new_ltEs17(vwx200, vwx203, ced, cee) 24.85/10.17 new_ltEs20(vwx200, vwx203, ty_@0) -> new_ltEs12(vwx200, vwx203) 24.85/10.17 new_ltEs15(Just(vwx1620), Nothing, fcg) -> False 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, ty_Char) -> new_ltEs8(vwx1620, vwx1630) 24.85/10.17 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 24.85/10.17 new_esEs39(vwx1620, vwx1630, ty_Ordering) -> new_esEs14(vwx1620, vwx1630) 24.85/10.17 new_esEs32(vwx300, vwx400, ty_Float) -> new_esEs21(vwx300, vwx400) 24.85/10.17 new_esEs10(vwx31, vwx41, ty_Integer) -> new_esEs18(vwx31, vwx41) 24.85/10.17 new_esEs29(vwx300, vwx400, app(app(app(ty_@3, dfc), dfd), dfe)) -> new_esEs15(vwx300, vwx400, dfc, dfd, dfe) 24.85/10.17 new_esEs7(vwx30, vwx40, app(ty_Maybe, dhc)) -> new_esEs22(vwx30, vwx40, dhc) 24.85/10.17 new_primCmpInt(Neg(Zero), Pos(Succ(vwx400))) -> LT 24.85/10.17 new_esEs5(vwx31, vwx41, ty_Double) -> new_esEs12(vwx31, vwx41) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), app(app(ty_Either, ffb), ffc), fdb) -> new_esEs23(vwx300, vwx400, ffb, ffc) 24.85/10.17 new_esEs8(vwx30, vwx40, ty_Integer) -> new_esEs18(vwx30, vwx40) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), ty_Ordering, gd) -> new_ltEs10(vwx1620, vwx1630) 24.85/10.17 new_esEs30(vwx302, vwx402, ty_Bool) -> new_esEs19(vwx302, vwx402) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, ty_Float) -> new_ltEs6(vwx1620, vwx1630) 24.85/10.17 new_primMulInt(Pos(vwx300), Pos(vwx410)) -> Pos(new_primMulNat0(vwx300, vwx410)) 24.85/10.17 new_esEs27(vwx1620, vwx1630, ty_Ordering) -> new_esEs14(vwx1620, vwx1630) 24.85/10.17 new_esEs5(vwx31, vwx41, app(app(ty_Either, dbe), dbf)) -> new_esEs23(vwx31, vwx41, dbe, dbf) 24.85/10.17 new_esEs26(vwx1621, vwx1631, ty_Double) -> new_esEs12(vwx1621, vwx1631) 24.85/10.17 new_esEs35(vwx199, vwx202, app(ty_Ratio, fcd)) -> new_esEs20(vwx199, vwx202, fcd) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs12(vwx300, vwx400) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), ty_Integer, fdb) -> new_esEs18(vwx300, vwx400) 24.85/10.17 new_esEs5(vwx31, vwx41, ty_Bool) -> new_esEs19(vwx31, vwx41) 24.85/10.17 new_esEs30(vwx302, vwx402, app(app(ty_Either, edh), eea)) -> new_esEs23(vwx302, vwx402, edh, eea) 24.85/10.17 new_esEs14(LT, GT) -> False 24.85/10.17 new_esEs14(GT, LT) -> False 24.85/10.17 new_esEs33(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, ty_Int) -> new_ltEs9(vwx1621, vwx1631) 24.85/10.17 new_esEs24(:(vwx300, vwx301), [], dfb) -> False 24.85/10.17 new_esEs24([], :(vwx400, vwx401), dfb) -> False 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), app(app(ty_Either, gh), ha), gd) -> new_ltEs17(vwx1620, vwx1630, gh, ha) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), app(ty_Ratio, feh), fdb) -> new_esEs20(vwx300, vwx400, feh) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), app(ty_Maybe, ge), gd) -> new_ltEs15(vwx1620, vwx1630, ge) 24.85/10.17 new_primMulNat0(Succ(vwx3000), Zero) -> Zero 24.85/10.17 new_primMulNat0(Zero, Succ(vwx4100)) -> Zero 24.85/10.17 new_ltEs21(vwx162, vwx163, app(ty_Maybe, fcg)) -> new_ltEs15(vwx162, vwx163, fcg) 24.85/10.17 new_ltEs11(False, False) -> True 24.85/10.17 new_primPlusNat0(Zero, vwx4100) -> Succ(vwx4100) 24.85/10.17 new_compare17(Just(vwx30), Just(vwx40), cc) -> new_compare29(vwx30, vwx40, new_esEs4(vwx30, vwx40, cc), cc) 24.85/10.17 new_esEs29(vwx300, vwx400, app(app(ty_Either, dgb), dgc)) -> new_esEs23(vwx300, vwx400, dgb, dgc) 24.85/10.17 new_esEs7(vwx30, vwx40, ty_Float) -> new_esEs21(vwx30, vwx40) 24.85/10.17 new_esEs18(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 24.85/10.17 new_esEs8(vwx30, vwx40, ty_Bool) -> new_esEs19(vwx30, vwx40) 24.85/10.17 new_esEs29(vwx300, vwx400, ty_Bool) -> new_esEs19(vwx300, vwx400) 24.85/10.17 new_lt20(vwx211, vwx213, ty_Bool) -> new_lt13(vwx211, vwx213) 24.85/10.17 new_ltEs18(vwx162, vwx163) -> new_fsEs(new_compare19(vwx162, vwx163)) 24.85/10.17 new_ltEs23(vwx180, vwx181, app(app(ty_Either, cab), cac)) -> new_ltEs17(vwx180, vwx181, cab, cac) 24.85/10.17 new_esEs8(vwx30, vwx40, app(app(ty_Either, eah), eba)) -> new_esEs23(vwx30, vwx40, eah, eba) 24.85/10.17 new_esEs32(vwx300, vwx400, app(ty_Ratio, egb)) -> new_esEs20(vwx300, vwx400, egb) 24.85/10.17 new_esEs10(vwx31, vwx41, app(ty_Ratio, cgg)) -> new_esEs20(vwx31, vwx41, cgg) 24.85/10.17 new_esEs11(vwx30, vwx40, ty_Float) -> new_esEs21(vwx30, vwx40) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, ty_@0) -> new_ltEs12(vwx1622, vwx1632) 24.85/10.17 new_esEs15(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ecf, ecg, ech) -> new_asAs(new_esEs32(vwx300, vwx400, ecf), new_asAs(new_esEs31(vwx301, vwx401, ecg), new_esEs30(vwx302, vwx402, ech))) 24.85/10.17 new_ltEs22(vwx187, vwx188, app(app(ty_Either, cbd), cbe)) -> new_ltEs17(vwx187, vwx188, cbd, cbe) 24.85/10.17 new_esEs31(vwx301, vwx401, app(ty_Maybe, efa)) -> new_esEs22(vwx301, vwx401, efa) 24.85/10.17 new_esEs30(vwx302, vwx402, app(ty_[], eeb)) -> new_esEs24(vwx302, vwx402, eeb) 24.85/10.17 new_esEs8(vwx30, vwx40, app(app(ty_@2, ead), eae)) -> new_esEs17(vwx30, vwx40, ead, eae) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, app(ty_Ratio, fgh)) -> new_ltEs13(vwx1620, vwx1630, fgh) 24.85/10.17 new_esEs34(vwx300, vwx400, ty_Float) -> new_esEs21(vwx300, vwx400) 24.85/10.17 new_ltEs19(vwx212, vwx214, ty_Integer) -> new_ltEs14(vwx212, vwx214) 24.85/10.17 new_esEs8(vwx30, vwx40, ty_Float) -> new_esEs21(vwx30, vwx40) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), ty_Double, gd) -> new_ltEs18(vwx1620, vwx1630) 24.85/10.17 new_esEs30(vwx302, vwx402, ty_Char) -> new_esEs16(vwx302, vwx402) 24.85/10.17 new_esEs9(vwx32, vwx42, ty_Int) -> new_esEs13(vwx32, vwx42) 24.85/10.17 new_esEs33(vwx301, vwx401, app(ty_Ratio, faa)) -> new_esEs20(vwx301, vwx401, faa) 24.85/10.17 new_esEs7(vwx30, vwx40, ty_Bool) -> new_esEs19(vwx30, vwx40) 24.85/10.17 new_lt7(vwx1620, vwx1630, ty_Bool) -> new_lt13(vwx1620, vwx1630) 24.85/10.17 new_esEs9(vwx32, vwx42, app(app(ty_@2, deb), dec)) -> new_esEs17(vwx32, vwx42, deb, dec) 24.85/10.17 new_esEs39(vwx1620, vwx1630, app(app(app(ty_@3, fh), ga), gb)) -> new_esEs15(vwx1620, vwx1630, fh, ga, gb) 24.85/10.17 new_compare15(:%(vwx30, vwx31), :%(vwx40, vwx41), ty_Int) -> new_compare11(new_sr(vwx30, vwx41), new_sr(vwx40, vwx31)) 24.85/10.17 new_lt19(vwx211, vwx213) -> new_esEs14(new_compare19(vwx211, vwx213), LT) 24.85/10.17 new_esEs30(vwx302, vwx402, app(ty_Maybe, edg)) -> new_esEs22(vwx302, vwx402, edg) 24.85/10.17 new_compare19(Double(vwx30, Pos(vwx310)), Double(vwx40, Neg(vwx410))) -> new_compare11(new_sr(vwx30, Pos(vwx410)), new_sr(Neg(vwx310), vwx40)) 24.85/10.17 new_compare19(Double(vwx30, Neg(vwx310)), Double(vwx40, Pos(vwx410))) -> new_compare11(new_sr(vwx30, Neg(vwx410)), new_sr(Pos(vwx310), vwx40)) 24.85/10.17 new_esEs5(vwx31, vwx41, app(ty_Maybe, dbd)) -> new_esEs22(vwx31, vwx41, dbd) 24.85/10.17 new_esEs39(vwx1620, vwx1630, ty_Char) -> new_esEs16(vwx1620, vwx1630) 24.85/10.17 new_lt6(vwx1621, vwx1631, ty_Ordering) -> new_lt12(vwx1621, vwx1631) 24.85/10.17 new_esEs28(vwx211, vwx213, ty_Double) -> new_esEs12(vwx211, vwx213) 24.85/10.17 new_esEs7(vwx30, vwx40, app(app(ty_Either, dhd), dhe)) -> new_esEs23(vwx30, vwx40, dhd, dhe) 24.85/10.17 new_esEs10(vwx31, vwx41, ty_@0) -> new_esEs25(vwx31, vwx41) 24.85/10.17 new_esEs32(vwx300, vwx400, app(app(ty_Either, egd), ege)) -> new_esEs23(vwx300, vwx400, egd, ege) 24.85/10.17 new_esEs8(vwx30, vwx40, app(ty_Ratio, eaf)) -> new_esEs20(vwx30, vwx40, eaf) 24.85/10.17 new_esEs7(vwx30, vwx40, app(app(ty_@2, dgh), dha)) -> new_esEs17(vwx30, vwx40, dgh, dha) 24.85/10.17 new_compare18(Left(vwx30), Right(vwx40), bhc, bhd) -> LT 24.85/10.17 new_ltEs11(True, True) -> True 24.85/10.17 new_compare12(GT, LT) -> GT 24.85/10.17 new_ltEs21(vwx162, vwx163, app(app(ty_Either, he), gd)) -> new_ltEs17(vwx162, vwx163, he, gd) 24.85/10.17 new_primPlusNat1(Succ(vwx29100), Zero) -> Succ(vwx29100) 24.85/10.17 new_primPlusNat1(Zero, Succ(vwx41000)) -> Succ(vwx41000) 24.85/10.17 new_esEs32(vwx300, vwx400, ty_Bool) -> new_esEs19(vwx300, vwx400) 24.85/10.17 new_esEs11(vwx30, vwx40, app(ty_Ratio, daa)) -> new_esEs20(vwx30, vwx40, daa) 24.85/10.17 new_esEs4(vwx30, vwx40, ty_Char) -> new_esEs16(vwx30, vwx40) 24.85/10.17 new_esEs31(vwx301, vwx401, app(ty_[], efd)) -> new_esEs24(vwx301, vwx401, efd) 24.85/10.17 new_lt20(vwx211, vwx213, ty_Char) -> new_lt10(vwx211, vwx213) 24.85/10.17 new_ltEs23(vwx180, vwx181, ty_Double) -> new_ltEs18(vwx180, vwx181) 24.85/10.17 new_esEs9(vwx32, vwx42, ty_Float) -> new_esEs21(vwx32, vwx42) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), ty_Char, fdb) -> new_esEs16(vwx300, vwx400) 24.85/10.17 new_esEs33(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 24.85/10.17 new_compare27(vwx187, vwx188, False, cag, fdc) -> new_compare110(vwx187, vwx188, new_ltEs22(vwx187, vwx188, fdc), cag, fdc) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), app(app(ty_@2, gf), gg), gd) -> new_ltEs16(vwx1620, vwx1630, gf, gg) 24.85/10.17 new_ltEs19(vwx212, vwx214, ty_Float) -> new_ltEs6(vwx212, vwx214) 24.85/10.17 new_esEs33(vwx301, vwx401, app(app(ty_@2, ehg), ehh)) -> new_esEs17(vwx301, vwx401, ehg, ehh) 24.85/10.17 new_esEs10(vwx31, vwx41, app(app(ty_@2, cge), cgf)) -> new_esEs17(vwx31, vwx41, cge, cgf) 24.85/10.17 new_lt21(vwx198, vwx201, ty_Ordering) -> new_lt12(vwx198, vwx201) 24.85/10.17 new_esEs6(vwx30, vwx40, app(ty_Maybe, dcf)) -> new_esEs22(vwx30, vwx40, dcf) 24.85/10.17 new_compare7(vwx30, vwx40, ty_Bool) -> new_compare13(vwx30, vwx40) 24.85/10.17 new_lt8(vwx211, vwx213) -> new_esEs14(new_compare8(vwx211, vwx213), LT) 24.85/10.17 new_esEs6(vwx30, vwx40, ty_Bool) -> new_esEs19(vwx30, vwx40) 24.85/10.17 new_esEs6(vwx30, vwx40, app(app(ty_Either, dcg), dch)) -> new_esEs23(vwx30, vwx40, dcg, dch) 24.85/10.17 new_esEs34(vwx300, vwx400, app(ty_Ratio, fbc)) -> new_esEs20(vwx300, vwx400, fbc) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, app(app(app(ty_@3, ffe), fff), ffg)) -> new_esEs15(vwx300, vwx400, ffe, fff, ffg) 24.85/10.17 new_esEs34(vwx300, vwx400, ty_Int) -> new_esEs13(vwx300, vwx400) 24.85/10.17 new_lt22(vwx199, vwx202, ty_Bool) -> new_lt13(vwx199, vwx202) 24.85/10.17 new_esEs31(vwx301, vwx401, ty_Bool) -> new_esEs19(vwx301, vwx401) 24.85/10.17 new_ltEs20(vwx200, vwx203, ty_Float) -> new_ltEs6(vwx200, vwx203) 24.85/10.17 new_compare115(vwx241, vwx242, False, fha, fhb) -> GT 24.85/10.17 new_esEs5(vwx31, vwx41, ty_Char) -> new_esEs16(vwx31, vwx41) 24.85/10.17 new_compare111(vwx276, vwx277, vwx278, vwx279, vwx280, vwx281, True, egg, egh, eha) -> LT 24.85/10.17 new_ltEs24(vwx1621, vwx1631, ty_Double) -> new_ltEs18(vwx1621, vwx1631) 24.85/10.17 new_primMulInt(Neg(vwx300), Neg(vwx410)) -> Pos(new_primMulNat0(vwx300, vwx410)) 24.85/10.17 new_esEs11(vwx30, vwx40, ty_Int) -> new_esEs13(vwx30, vwx40) 24.85/10.17 new_primCmpInt(Pos(Zero), Pos(Succ(vwx400))) -> new_primCmpNat0(Zero, Succ(vwx400)) 24.85/10.17 new_compare7(vwx30, vwx40, ty_Ordering) -> new_compare12(vwx30, vwx40) 24.85/10.17 new_esEs34(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.85/10.17 new_esEs32(vwx300, vwx400, app(app(ty_@2, efh), ega)) -> new_esEs17(vwx300, vwx400, efh, ega) 24.85/10.17 new_ltEs22(vwx187, vwx188, app(app(ty_@2, cbb), cbc)) -> new_ltEs16(vwx187, vwx188, cbb, cbc) 24.85/10.17 new_lt20(vwx211, vwx213, ty_Ordering) -> new_lt12(vwx211, vwx213) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, ty_Integer) -> new_ltEs14(vwx1620, vwx1630) 24.85/10.17 new_esEs11(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, app(ty_Maybe, bbb)) -> new_ltEs15(vwx1622, vwx1632, bbb) 24.85/10.17 new_lt21(vwx198, vwx201, ty_Bool) -> new_lt13(vwx198, vwx201) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, ty_@0) -> new_ltEs12(vwx1620, vwx1630) 24.85/10.17 new_lt21(vwx198, vwx201, ty_Float) -> new_lt8(vwx198, vwx201) 24.85/10.17 new_ltEs11(False, True) -> True 24.85/10.17 new_esEs9(vwx32, vwx42, ty_@0) -> new_esEs25(vwx32, vwx42) 24.85/10.17 new_ltEs19(vwx212, vwx214, app(ty_Maybe, bfe)) -> new_ltEs15(vwx212, vwx214, bfe) 24.85/10.17 new_esEs33(vwx301, vwx401, ty_Float) -> new_esEs21(vwx301, vwx401) 24.85/10.17 new_lt6(vwx1621, vwx1631, ty_Bool) -> new_lt13(vwx1621, vwx1631) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs14(vwx300, vwx400) 24.85/10.17 new_esEs28(vwx211, vwx213, app(app(app(ty_@3, bgh), bha), bhb)) -> new_esEs15(vwx211, vwx213, bgh, bha, bhb) 24.85/10.17 new_esEs29(vwx300, vwx400, app(ty_Maybe, dga)) -> new_esEs22(vwx300, vwx400, dga) 24.85/10.17 new_esEs27(vwx1620, vwx1630, ty_Double) -> new_esEs12(vwx1620, vwx1630) 24.85/10.17 new_esEs26(vwx1621, vwx1631, ty_Ordering) -> new_esEs14(vwx1621, vwx1631) 24.85/10.17 new_esEs6(vwx30, vwx40, app(ty_[], dda)) -> new_esEs24(vwx30, vwx40, dda) 24.85/10.17 new_esEs4(vwx30, vwx40, app(app(app(ty_@3, ecf), ecg), ech)) -> new_esEs15(vwx30, vwx40, ecf, ecg, ech) 24.85/10.17 new_esEs10(vwx31, vwx41, ty_Float) -> new_esEs21(vwx31, vwx41) 24.85/10.17 new_esEs7(vwx30, vwx40, ty_Integer) -> new_esEs18(vwx30, vwx40) 24.85/10.17 new_ltEs8(vwx162, vwx163) -> new_fsEs(new_compare9(vwx162, vwx163)) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), app(ty_Maybe, ce)) -> new_ltEs15(vwx1620, vwx1630, ce) 24.85/10.17 new_esEs9(vwx32, vwx42, app(ty_Ratio, ded)) -> new_esEs20(vwx32, vwx42, ded) 24.85/10.17 new_esEs31(vwx301, vwx401, app(app(ty_Either, efb), efc)) -> new_esEs23(vwx301, vwx401, efb, efc) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, ty_Integer) -> new_ltEs14(vwx1622, vwx1632) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), ty_Bool, fdb) -> new_esEs19(vwx300, vwx400) 24.85/10.17 new_esEs7(vwx30, vwx40, app(app(app(ty_@3, dge), dgf), dgg)) -> new_esEs15(vwx30, vwx40, dge, dgf, dgg) 24.85/10.17 new_esEs21(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs13(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, ty_Double) -> new_esEs12(vwx300, vwx400) 24.85/10.17 new_ltEs22(vwx187, vwx188, ty_Float) -> new_ltEs6(vwx187, vwx188) 24.85/10.17 new_ltEs6(vwx162, vwx163) -> new_fsEs(new_compare8(vwx162, vwx163)) 24.85/10.17 new_esEs8(vwx30, vwx40, ty_Char) -> new_esEs16(vwx30, vwx40) 24.85/10.17 new_ltEs23(vwx180, vwx181, ty_@0) -> new_ltEs12(vwx180, vwx181) 24.85/10.17 new_compare7(vwx30, vwx40, ty_Float) -> new_compare8(vwx30, vwx40) 24.85/10.17 new_primMulInt(Pos(vwx300), Neg(vwx410)) -> Neg(new_primMulNat0(vwx300, vwx410)) 24.85/10.17 new_primMulInt(Neg(vwx300), Pos(vwx410)) -> Neg(new_primMulNat0(vwx300, vwx410)) 24.85/10.17 new_esEs4(vwx30, vwx40, app(app(ty_@2, ehb), ehc)) -> new_esEs17(vwx30, vwx40, ehb, ehc) 24.85/10.17 new_esEs34(vwx300, vwx400, app(app(app(ty_@3, faf), fag), fah)) -> new_esEs15(vwx300, vwx400, faf, fag, fah) 24.85/10.17 new_esEs36(vwx198, vwx201, ty_Ordering) -> new_esEs14(vwx198, vwx201) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, app(ty_[], hf)) -> new_ltEs7(vwx1620, vwx1630, hf) 24.85/10.17 new_esEs34(vwx300, vwx400, app(ty_[], fbg)) -> new_esEs24(vwx300, vwx400, fbg) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, ty_Double) -> new_ltEs18(vwx1622, vwx1632) 24.85/10.17 new_esEs7(vwx30, vwx40, app(ty_[], dhf)) -> new_esEs24(vwx30, vwx40, dhf) 24.85/10.17 new_esEs35(vwx199, vwx202, ty_Char) -> new_esEs16(vwx199, vwx202) 24.85/10.17 new_lt23(vwx1620, vwx1630, app(app(ty_Either, ff), fg)) -> new_lt18(vwx1620, vwx1630, ff, fg) 24.85/10.17 new_esEs24(:(vwx300, vwx301), :(vwx400, vwx401), dfb) -> new_asAs(new_esEs29(vwx300, vwx400, dfb), new_esEs24(vwx301, vwx401, dfb)) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), app(ty_[], gc), gd) -> new_ltEs7(vwx1620, vwx1630, gc) 24.85/10.17 new_esEs12(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs13(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 24.85/10.17 new_esEs10(vwx31, vwx41, ty_Char) -> new_esEs16(vwx31, vwx41) 24.85/10.17 new_compare7(vwx30, vwx40, ty_@0) -> new_compare14(vwx30, vwx40) 24.85/10.17 new_esEs23(Left(vwx300), Right(vwx400), fda, fdb) -> False 24.85/10.17 new_esEs23(Right(vwx300), Left(vwx400), fda, fdb) -> False 24.85/10.17 new_ltEs19(vwx212, vwx214, ty_Int) -> new_ltEs9(vwx212, vwx214) 24.85/10.17 new_compare7(vwx30, vwx40, app(app(ty_Either, bf), bg)) -> new_compare18(vwx30, vwx40, bf, bg) 24.85/10.17 new_lt6(vwx1621, vwx1631, ty_@0) -> new_lt14(vwx1621, vwx1631) 24.85/10.17 new_esEs33(vwx301, vwx401, ty_Int) -> new_esEs13(vwx301, vwx401) 24.85/10.17 new_esEs4(vwx30, vwx40, ty_Float) -> new_esEs21(vwx30, vwx40) 24.85/10.17 new_ltEs9(vwx162, vwx163) -> new_fsEs(new_compare11(vwx162, vwx163)) 24.85/10.17 new_lt21(vwx198, vwx201, ty_Int) -> new_lt11(vwx198, vwx201) 24.85/10.17 new_sr0(Integer(vwx300), Integer(vwx410)) -> Integer(new_primMulInt(vwx300, vwx410)) 24.85/10.17 new_ltEs20(vwx200, vwx203, ty_Integer) -> new_ltEs14(vwx200, vwx203) 24.85/10.17 new_esEs28(vwx211, vwx213, app(ty_[], bee)) -> new_esEs24(vwx211, vwx213, bee) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), app(ty_Ratio, feb)) -> new_ltEs13(vwx1620, vwx1630, feb) 24.85/10.17 new_esEs29(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), ty_Float, fdb) -> new_esEs21(vwx300, vwx400) 24.85/10.17 new_esEs6(vwx30, vwx40, ty_Int) -> new_esEs13(vwx30, vwx40) 24.85/10.17 new_esEs31(vwx301, vwx401, ty_Float) -> new_esEs21(vwx301, vwx401) 24.85/10.17 new_esEs13(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 24.85/10.17 new_ltEs21(vwx162, vwx163, app(ty_Ratio, fcf)) -> new_ltEs13(vwx162, vwx163, fcf) 24.85/10.17 new_esEs32(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 24.85/10.17 new_lt22(vwx199, vwx202, app(ty_Maybe, cfb)) -> new_lt17(vwx199, vwx202, cfb) 24.85/10.17 new_ltEs20(vwx200, vwx203, ty_Char) -> new_ltEs8(vwx200, vwx203) 24.85/10.17 new_esEs26(vwx1621, vwx1631, ty_Integer) -> new_esEs18(vwx1621, vwx1631) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, ty_Int) -> new_esEs13(vwx300, vwx400) 24.85/10.17 new_esEs5(vwx31, vwx41, ty_Integer) -> new_esEs18(vwx31, vwx41) 24.85/10.17 new_esEs14(EQ, GT) -> False 24.85/10.17 new_esEs14(GT, EQ) -> False 24.85/10.17 new_esEs30(vwx302, vwx402, ty_@0) -> new_esEs25(vwx302, vwx402) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, ty_Double) -> new_ltEs18(vwx1620, vwx1630) 24.85/10.17 new_compare28(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, True, cdg, cce, ccf) -> EQ 24.85/10.17 new_esEs8(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 24.85/10.17 new_compare114(vwx234, vwx235, True, fde) -> LT 24.85/10.17 new_compare0([], :(vwx40, vwx41), ba) -> LT 24.85/10.17 new_asAs(True, vwx229) -> vwx229 24.85/10.17 new_lt20(vwx211, vwx213, ty_Float) -> new_lt8(vwx211, vwx213) 24.85/10.17 new_esEs11(vwx30, vwx40, ty_Ordering) -> new_esEs14(vwx30, vwx40) 24.85/10.17 new_ltEs10(LT, LT) -> True 24.85/10.17 new_compare13(True, False) -> GT 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, app(app(ty_Either, fgd), fge)) -> new_esEs23(vwx300, vwx400, fgd, fge) 24.85/10.17 new_esEs38(vwx300, vwx400, ty_Int) -> new_esEs13(vwx300, vwx400) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), app(ty_[], ffd), fdb) -> new_esEs24(vwx300, vwx400, ffd) 24.85/10.17 new_esEs16(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 24.85/10.17 new_esEs39(vwx1620, vwx1630, app(ty_Maybe, fb)) -> new_esEs22(vwx1620, vwx1630, fb) 24.85/10.17 new_lt22(vwx199, vwx202, ty_Double) -> new_lt19(vwx199, vwx202) 24.85/10.17 new_compare28(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, ccf) -> new_compare113(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, new_lt21(vwx198, vwx201, cdg), new_asAs(new_esEs36(vwx198, vwx201, cdg), new_pePe(new_lt22(vwx199, vwx202, cce), new_asAs(new_esEs35(vwx199, vwx202, cce), new_ltEs20(vwx200, vwx203, ccf)))), cdg, cce, ccf) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, app(ty_[], fgf)) -> new_esEs24(vwx300, vwx400, fgf) 24.85/10.17 new_lt21(vwx198, vwx201, app(ty_[], ccd)) -> new_lt9(vwx198, vwx201, ccd) 24.85/10.17 new_lt23(vwx1620, vwx1630, app(app(app(ty_@3, fh), ga), gb)) -> new_lt4(vwx1620, vwx1630, fh, ga, gb) 24.85/10.17 new_esEs29(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 24.85/10.17 new_compare13(False, True) -> LT 24.85/10.17 new_esEs30(vwx302, vwx402, app(app(app(ty_@3, eda), edb), edc)) -> new_esEs15(vwx302, vwx402, eda, edb, edc) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, ty_Ordering) -> new_ltEs10(vwx1621, vwx1631) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), ty_Bool) -> new_ltEs11(vwx1620, vwx1630) 24.85/10.17 new_lt7(vwx1620, vwx1630, ty_Float) -> new_lt8(vwx1620, vwx1630) 24.85/10.17 new_esEs31(vwx301, vwx401, app(app(ty_@2, eef), eeg)) -> new_esEs17(vwx301, vwx401, eef, eeg) 24.85/10.17 new_primCmpInt(Pos(Succ(vwx300)), Pos(vwx40)) -> new_primCmpNat0(Succ(vwx300), vwx40) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, ty_Float) -> new_ltEs6(vwx1622, vwx1632) 24.85/10.17 new_esEs9(vwx32, vwx42, ty_Ordering) -> new_esEs14(vwx32, vwx42) 24.85/10.17 new_esEs35(vwx199, vwx202, ty_@0) -> new_esEs25(vwx199, vwx202) 24.85/10.17 new_ltEs21(vwx162, vwx163, app(app(ty_@2, df), fa)) -> new_ltEs16(vwx162, vwx163, df, fa) 24.85/10.17 new_lt23(vwx1620, vwx1630, ty_@0) -> new_lt14(vwx1620, vwx1630) 24.85/10.17 new_primCompAux00(vwx156, EQ) -> vwx156 24.85/10.17 new_compare0([], [], ba) -> EQ 24.85/10.17 new_sr(vwx30, vwx41) -> new_primMulInt(vwx30, vwx41) 24.85/10.17 new_lt21(vwx198, vwx201, ty_Char) -> new_lt10(vwx198, vwx201) 24.85/10.17 new_lt4(vwx211, vwx213, bgh, bha, bhb) -> new_esEs14(new_compare5(vwx211, vwx213, bgh, bha, bhb), LT) 24.85/10.17 new_esEs35(vwx199, vwx202, app(app(ty_@2, cfc), cfd)) -> new_esEs17(vwx199, vwx202, cfc, cfd) 24.85/10.17 new_esEs4(vwx30, vwx40, app(ty_Maybe, ebc)) -> new_esEs22(vwx30, vwx40, ebc) 24.85/10.17 new_esEs39(vwx1620, vwx1630, app(ty_[], eh)) -> new_esEs24(vwx1620, vwx1630, eh) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), ty_Int, gd) -> new_ltEs9(vwx1620, vwx1630) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, app(app(ty_@2, hh), baa)) -> new_ltEs16(vwx1620, vwx1630, hh, baa) 24.85/10.17 new_primMulNat0(Zero, Zero) -> Zero 24.85/10.17 new_esEs10(vwx31, vwx41, app(app(ty_Either, cha), chb)) -> new_esEs23(vwx31, vwx41, cha, chb) 24.85/10.17 new_esEs10(vwx31, vwx41, ty_Bool) -> new_esEs19(vwx31, vwx41) 24.85/10.17 new_ltEs22(vwx187, vwx188, ty_Double) -> new_ltEs18(vwx187, vwx188) 24.85/10.17 new_compare8(Float(vwx30, Pos(vwx310)), Float(vwx40, Pos(vwx410))) -> new_compare11(new_sr(vwx30, Pos(vwx410)), new_sr(Pos(vwx310), vwx40)) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, app(app(ty_@2, ffh), fga)) -> new_esEs17(vwx300, vwx400, ffh, fga) 24.85/10.17 new_ltEs22(vwx187, vwx188, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_ltEs4(vwx187, vwx188, cbf, cbg, cbh) 24.85/10.17 new_esEs7(vwx30, vwx40, ty_Double) -> new_esEs12(vwx30, vwx40) 24.85/10.17 new_lt22(vwx199, vwx202, app(app(app(ty_@3, cfg), cfh), cga)) -> new_lt4(vwx199, vwx202, cfg, cfh, cga) 24.85/10.17 new_esEs6(vwx30, vwx40, app(ty_Ratio, dce)) -> new_esEs20(vwx30, vwx40, dce) 24.85/10.17 new_esEs36(vwx198, vwx201, app(app(ty_@2, cch), cda)) -> new_esEs17(vwx198, vwx201, cch, cda) 24.85/10.17 new_ltEs20(vwx200, vwx203, app(app(ty_@2, ceb), cec)) -> new_ltEs16(vwx200, vwx203, ceb, cec) 24.85/10.17 new_esEs4(vwx30, vwx40, ty_Ordering) -> new_esEs14(vwx30, vwx40) 24.85/10.17 new_esEs11(vwx30, vwx40, app(app(ty_@2, chg), chh)) -> new_esEs17(vwx30, vwx40, chg, chh) 24.85/10.17 new_ltEs19(vwx212, vwx214, ty_Char) -> new_ltEs8(vwx212, vwx214) 24.85/10.17 new_lt13(vwx211, vwx213) -> new_esEs14(new_compare13(vwx211, vwx213), LT) 24.85/10.17 new_esEs31(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 24.85/10.17 new_lt6(vwx1621, vwx1631, app(app(app(ty_@3, bda), bdb), bdc)) -> new_lt4(vwx1621, vwx1631, bda, bdb, bdc) 24.85/10.17 new_ltEs11(True, False) -> False 24.85/10.17 new_ltEs19(vwx212, vwx214, app(ty_Ratio, dde)) -> new_ltEs13(vwx212, vwx214, dde) 24.85/10.17 new_esEs7(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 24.85/10.17 new_lt14(vwx211, vwx213) -> new_esEs14(new_compare14(vwx211, vwx213), LT) 24.85/10.17 new_lt20(vwx211, vwx213, app(ty_Ratio, ddf)) -> new_lt15(vwx211, vwx213, ddf) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, app(ty_[], dg)) -> new_ltEs7(vwx1621, vwx1631, dg) 24.85/10.17 new_esEs29(vwx300, vwx400, ty_Float) -> new_esEs21(vwx300, vwx400) 24.85/10.17 new_esEs35(vwx199, vwx202, ty_Float) -> new_esEs21(vwx199, vwx202) 24.85/10.17 new_esEs9(vwx32, vwx42, ty_Integer) -> new_esEs18(vwx32, vwx42) 24.85/10.17 new_esEs37(vwx301, vwx401, ty_Int) -> new_esEs13(vwx301, vwx401) 24.85/10.17 new_ltEs23(vwx180, vwx181, app(ty_Maybe, bhg)) -> new_ltEs15(vwx180, vwx181, bhg) 24.85/10.17 new_compare12(EQ, EQ) -> EQ 24.85/10.17 new_esEs7(vwx30, vwx40, app(ty_Ratio, dhb)) -> new_esEs20(vwx30, vwx40, dhb) 24.85/10.17 new_lt7(vwx1620, vwx1630, ty_Ordering) -> new_lt12(vwx1620, vwx1630) 24.85/10.17 new_compare7(vwx30, vwx40, app(ty_[], bb)) -> new_compare0(vwx30, vwx40, bb) 24.85/10.17 new_lt21(vwx198, vwx201, ty_Double) -> new_lt19(vwx198, vwx201) 24.85/10.17 new_esEs4(vwx30, vwx40, ty_Bool) -> new_esEs19(vwx30, vwx40) 24.85/10.17 new_ltEs23(vwx180, vwx181, ty_Ordering) -> new_ltEs10(vwx180, vwx181) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), app(app(ty_@2, cf), cg)) -> new_ltEs16(vwx1620, vwx1630, cf, cg) 24.85/10.17 new_ltEs12(vwx162, vwx163) -> new_fsEs(new_compare14(vwx162, vwx163)) 24.85/10.17 new_esEs4(vwx30, vwx40, app(app(ty_Either, fda), fdb)) -> new_esEs23(vwx30, vwx40, fda, fdb) 24.85/10.17 new_ltEs19(vwx212, vwx214, app(app(ty_@2, bff), bfg)) -> new_ltEs16(vwx212, vwx214, bff, bfg) 24.85/10.17 new_compare111(vwx276, vwx277, vwx278, vwx279, vwx280, vwx281, False, egg, egh, eha) -> GT 24.85/10.17 new_ltEs22(vwx187, vwx188, app(ty_Maybe, cba)) -> new_ltEs15(vwx187, vwx188, cba) 24.85/10.17 new_esEs7(vwx30, vwx40, ty_Int) -> new_esEs13(vwx30, vwx40) 24.85/10.17 new_esEs10(vwx31, vwx41, app(ty_Maybe, cgh)) -> new_esEs22(vwx31, vwx41, cgh) 24.85/10.17 new_esEs11(vwx30, vwx40, ty_Integer) -> new_esEs18(vwx30, vwx40) 24.85/10.17 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 24.85/10.17 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 24.85/10.17 new_ltEs4(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, bcc) -> new_pePe(new_lt7(vwx1620, vwx1630, bag), new_asAs(new_esEs27(vwx1620, vwx1630, bag), new_pePe(new_lt6(vwx1621, vwx1631, bah), new_asAs(new_esEs26(vwx1621, vwx1631, bah), new_ltEs5(vwx1622, vwx1632, bcc))))) 24.85/10.17 new_esEs36(vwx198, vwx201, ty_Float) -> new_esEs21(vwx198, vwx201) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), ty_Ordering, fdb) -> new_esEs14(vwx300, vwx400) 24.85/10.17 new_ltEs20(vwx200, vwx203, app(ty_Ratio, fcc)) -> new_ltEs13(vwx200, vwx203, fcc) 24.85/10.17 new_esEs9(vwx32, vwx42, ty_Bool) -> new_esEs19(vwx32, vwx42) 24.85/10.17 new_compare25(vwx211, vwx212, vwx213, vwx214, False, bfc, bge) -> new_compare10(vwx211, vwx212, vwx213, vwx214, new_lt20(vwx211, vwx213, bfc), new_asAs(new_esEs28(vwx211, vwx213, bfc), new_ltEs19(vwx212, vwx214, bge)), bfc, bge) 24.85/10.17 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 24.85/10.17 new_esEs9(vwx32, vwx42, app(app(ty_Either, def), deg)) -> new_esEs23(vwx32, vwx42, def, deg) 24.85/10.17 new_ltEs10(GT, GT) -> True 24.85/10.17 new_ltEs24(vwx1621, vwx1631, app(app(ty_Either, ec), ed)) -> new_ltEs17(vwx1621, vwx1631, ec, ed) 24.85/10.17 new_lt22(vwx199, vwx202, ty_@0) -> new_lt14(vwx199, vwx202) 24.85/10.17 new_lt23(vwx1620, vwx1630, app(ty_Maybe, fb)) -> new_lt17(vwx1620, vwx1630, fb) 24.85/10.17 new_lt9(vwx211, vwx213, bee) -> new_esEs14(new_compare0(vwx211, vwx213, bee), LT) 24.85/10.17 new_esEs35(vwx199, vwx202, ty_Ordering) -> new_esEs14(vwx199, vwx202) 24.85/10.17 new_lt23(vwx1620, vwx1630, ty_Ordering) -> new_lt12(vwx1620, vwx1630) 24.85/10.17 new_esEs29(vwx300, vwx400, app(app(ty_@2, dff), dfg)) -> new_esEs17(vwx300, vwx400, dff, dfg) 24.85/10.17 new_esEs31(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 24.85/10.17 new_compare7(vwx30, vwx40, ty_Double) -> new_compare19(vwx30, vwx40) 24.85/10.17 new_ltEs23(vwx180, vwx181, ty_Float) -> new_ltEs6(vwx180, vwx181) 24.85/10.17 new_esEs11(vwx30, vwx40, ty_Bool) -> new_esEs19(vwx30, vwx40) 24.85/10.17 new_lt5(vwx211, vwx213, beg, beh) -> new_esEs14(new_compare6(vwx211, vwx213, beg, beh), LT) 24.85/10.17 new_esEs33(vwx301, vwx401, app(ty_[], fae)) -> new_esEs24(vwx301, vwx401, fae) 24.85/10.17 new_fsEs(vwx285) -> new_not(new_esEs14(vwx285, GT)) 24.85/10.17 new_esEs11(vwx30, vwx40, app(app(ty_Either, dac), dad)) -> new_esEs23(vwx30, vwx40, dac, dad) 24.85/10.17 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 24.85/10.17 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 24.85/10.17 new_esEs5(vwx31, vwx41, app(app(ty_@2, dba), dbb)) -> new_esEs17(vwx31, vwx41, dba, dbb) 24.85/10.17 new_lt21(vwx198, vwx201, app(ty_Ratio, fcb)) -> new_lt15(vwx198, vwx201, fcb) 24.85/10.17 new_esEs6(vwx30, vwx40, ty_Double) -> new_esEs12(vwx30, vwx40) 24.85/10.17 new_primCmpInt(Neg(Zero), Neg(Succ(vwx400))) -> new_primCmpNat0(Succ(vwx400), Zero) 24.85/10.17 new_esEs8(vwx30, vwx40, app(ty_Maybe, eag)) -> new_esEs22(vwx30, vwx40, eag) 24.85/10.17 new_lt10(vwx211, vwx213) -> new_esEs14(new_compare9(vwx211, vwx213), LT) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), app(app(app(ty_@3, hb), hc), hd), gd) -> new_ltEs4(vwx1620, vwx1630, hb, hc, hd) 24.85/10.17 new_lt7(vwx1620, vwx1630, ty_Char) -> new_lt10(vwx1620, vwx1630) 24.85/10.17 new_esEs5(vwx31, vwx41, ty_Ordering) -> new_esEs14(vwx31, vwx41) 24.85/10.17 new_lt7(vwx1620, vwx1630, ty_Integer) -> new_lt16(vwx1620, vwx1630) 24.85/10.17 new_compare12(GT, GT) -> EQ 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), ty_Bool, gd) -> new_ltEs11(vwx1620, vwx1630) 24.85/10.17 new_ltEs10(LT, EQ) -> True 24.85/10.17 new_compare18(Right(vwx30), Left(vwx40), bhc, bhd) -> GT 24.85/10.17 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 24.85/10.17 new_esEs11(vwx30, vwx40, ty_Char) -> new_esEs16(vwx30, vwx40) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs19(vwx300, vwx400) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, app(ty_[], bba)) -> new_ltEs7(vwx1622, vwx1632, bba) 24.85/10.17 new_ltEs19(vwx212, vwx214, app(app(app(ty_@3, bgb), bgc), bgd)) -> new_ltEs4(vwx212, vwx214, bgb, bgc, bgd) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), app(app(ty_Either, ecc), ecd)) -> new_esEs23(vwx300, vwx400, ecc, ecd) 24.85/10.17 new_lt15(vwx211, vwx213, ddf) -> new_esEs14(new_compare15(vwx211, vwx213, ddf), LT) 24.85/10.17 new_lt7(vwx1620, vwx1630, app(ty_Ratio, ddd)) -> new_lt15(vwx1620, vwx1630, ddd) 24.85/10.17 new_esEs39(vwx1620, vwx1630, ty_Float) -> new_esEs21(vwx1620, vwx1630) 24.85/10.17 new_primCompAux0(vwx30, vwx40, vwx152, ba) -> new_primCompAux00(vwx152, new_compare7(vwx30, vwx40, ba)) 24.85/10.17 new_esEs29(vwx300, vwx400, ty_Ordering) -> new_esEs14(vwx300, vwx400) 24.85/10.17 new_lt22(vwx199, vwx202, ty_Int) -> new_lt11(vwx199, vwx202) 24.85/10.17 new_esEs9(vwx32, vwx42, app(ty_Maybe, dee)) -> new_esEs22(vwx32, vwx42, dee) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), ty_Float, gd) -> new_ltEs6(vwx1620, vwx1630) 24.85/10.17 new_esEs27(vwx1620, vwx1630, app(ty_[], bdd)) -> new_esEs24(vwx1620, vwx1630, bdd) 24.85/10.17 new_esEs30(vwx302, vwx402, ty_Float) -> new_esEs21(vwx302, vwx402) 24.85/10.17 new_ltEs7(vwx162, vwx163, h) -> new_fsEs(new_compare0(vwx162, vwx163, h)) 24.85/10.17 new_lt23(vwx1620, vwx1630, ty_Double) -> new_lt19(vwx1620, vwx1630) 24.85/10.17 new_esEs36(vwx198, vwx201, app(ty_Maybe, ccg)) -> new_esEs22(vwx198, vwx201, ccg) 24.85/10.17 new_esEs5(vwx31, vwx41, ty_Int) -> new_esEs13(vwx31, vwx41) 24.85/10.17 new_lt6(vwx1621, vwx1631, ty_Double) -> new_lt19(vwx1621, vwx1631) 24.85/10.17 new_lt6(vwx1621, vwx1631, ty_Integer) -> new_lt16(vwx1621, vwx1631) 24.85/10.17 new_compare19(Double(vwx30, Neg(vwx310)), Double(vwx40, Neg(vwx410))) -> new_compare11(new_sr(vwx30, Neg(vwx410)), new_sr(Neg(vwx310), vwx40)) 24.85/10.17 new_ltEs21(vwx162, vwx163, ty_Char) -> new_ltEs8(vwx162, vwx163) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, ty_Bool) -> new_ltEs11(vwx1622, vwx1632) 24.85/10.17 new_esEs25(@0, @0) -> True 24.85/10.17 new_esEs39(vwx1620, vwx1630, app(ty_Ratio, fea)) -> new_esEs20(vwx1620, vwx1630, fea) 24.85/10.17 new_ltEs13(vwx162, vwx163, fcf) -> new_fsEs(new_compare15(vwx162, vwx163, fcf)) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), ty_Char, gd) -> new_ltEs8(vwx1620, vwx1630) 24.85/10.17 new_esEs10(vwx31, vwx41, app(app(app(ty_@3, cgb), cgc), cgd)) -> new_esEs15(vwx31, vwx41, cgb, cgc, cgd) 24.85/10.17 new_lt7(vwx1620, vwx1630, app(app(ty_Either, bdh), bea)) -> new_lt18(vwx1620, vwx1630, bdh, bea) 24.85/10.17 new_lt21(vwx198, vwx201, app(ty_Maybe, ccg)) -> new_lt17(vwx198, vwx201, ccg) 24.85/10.17 new_esEs4(vwx30, vwx40, ty_Integer) -> new_esEs18(vwx30, vwx40) 24.85/10.17 new_compare112(vwx261, vwx262, vwx263, vwx264, False, fbh, fca) -> GT 24.85/10.17 new_compare16(Integer(vwx30), Integer(vwx40)) -> new_primCmpInt(vwx30, vwx40) 24.85/10.17 new_esEs30(vwx302, vwx402, app(ty_Ratio, edf)) -> new_esEs20(vwx302, vwx402, edf) 24.85/10.17 new_ltEs19(vwx212, vwx214, app(ty_[], bfd)) -> new_ltEs7(vwx212, vwx214, bfd) 24.85/10.17 new_not(False) -> True 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), ty_Integer, gd) -> new_ltEs14(vwx1620, vwx1630) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs21(vwx300, vwx400) 24.85/10.17 new_lt7(vwx1620, vwx1630, ty_Int) -> new_lt11(vwx1620, vwx1630) 24.85/10.17 new_esEs33(vwx301, vwx401, app(app(app(ty_@3, ehd), ehe), ehf)) -> new_esEs15(vwx301, vwx401, ehd, ehe, ehf) 24.85/10.17 new_esEs35(vwx199, vwx202, app(ty_[], cfa)) -> new_esEs24(vwx199, vwx202, cfa) 24.85/10.17 new_esEs34(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 24.85/10.17 new_ltEs15(Nothing, Just(vwx1630), fcg) -> True 24.85/10.17 new_ltEs22(vwx187, vwx188, ty_@0) -> new_ltEs12(vwx187, vwx188) 24.85/10.17 new_lt22(vwx199, vwx202, app(app(ty_Either, cfe), cff)) -> new_lt18(vwx199, vwx202, cfe, cff) 24.85/10.17 new_compare0(:(vwx30, vwx31), [], ba) -> GT 24.85/10.17 new_lt20(vwx211, vwx213, app(app(ty_@2, beg), beh)) -> new_lt5(vwx211, vwx213, beg, beh) 24.85/10.17 new_compare12(EQ, GT) -> LT 24.85/10.17 new_ltEs5(vwx1622, vwx1632, ty_Ordering) -> new_ltEs10(vwx1622, vwx1632) 24.85/10.17 new_ltEs10(EQ, GT) -> True 24.85/10.17 new_esEs27(vwx1620, vwx1630, ty_Integer) -> new_esEs18(vwx1620, vwx1630) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, app(ty_Maybe, hg)) -> new_ltEs15(vwx1620, vwx1630, hg) 24.85/10.17 new_compare7(vwx30, vwx40, ty_Integer) -> new_compare16(vwx30, vwx40) 24.85/10.17 new_ltEs20(vwx200, vwx203, app(ty_[], cdh)) -> new_ltEs7(vwx200, vwx203, cdh) 24.85/10.17 new_compare27(vwx187, vwx188, True, cag, fdc) -> EQ 24.85/10.17 new_esEs10(vwx31, vwx41, ty_Ordering) -> new_esEs14(vwx31, vwx41) 24.85/10.17 new_esEs5(vwx31, vwx41, ty_Float) -> new_esEs21(vwx31, vwx41) 24.85/10.17 new_ltEs23(vwx180, vwx181, ty_Integer) -> new_ltEs14(vwx180, vwx181) 24.85/10.17 new_lt17(vwx211, vwx213, bef) -> new_esEs14(new_compare17(vwx211, vwx213, bef), LT) 24.85/10.17 new_lt22(vwx199, vwx202, app(ty_Ratio, fcd)) -> new_lt15(vwx199, vwx202, fcd) 24.85/10.17 new_ltEs10(EQ, EQ) -> True 24.85/10.17 new_esEs30(vwx302, vwx402, ty_Int) -> new_esEs13(vwx302, vwx402) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, ty_Integer) -> new_esEs18(vwx300, vwx400) 24.85/10.17 new_ltEs20(vwx200, vwx203, ty_Bool) -> new_ltEs11(vwx200, vwx203) 24.85/10.17 new_primPlusNat0(Succ(vwx2910), vwx4100) -> Succ(Succ(new_primPlusNat1(vwx2910, vwx4100))) 24.85/10.17 new_esEs32(vwx300, vwx400, ty_Double) -> new_esEs12(vwx300, vwx400) 24.85/10.17 new_lt20(vwx211, vwx213, ty_Int) -> new_lt11(vwx211, vwx213) 24.85/10.17 new_compare18(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare27(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 24.85/10.17 new_esEs29(vwx300, vwx400, app(ty_Ratio, dfh)) -> new_esEs20(vwx300, vwx400, dfh) 24.85/10.17 new_ltEs17(Right(vwx1620), Right(vwx1630), he, ty_Ordering) -> new_ltEs10(vwx1620, vwx1630) 24.85/10.17 new_lt20(vwx211, vwx213, app(app(ty_Either, bgf), bgg)) -> new_lt18(vwx211, vwx213, bgf, bgg) 24.85/10.17 new_lt21(vwx198, vwx201, ty_Integer) -> new_lt16(vwx198, vwx201) 24.85/10.17 new_ltEs5(vwx1622, vwx1632, app(app(app(ty_@3, bbg), bbh), bca)) -> new_ltEs4(vwx1622, vwx1632, bbg, bbh, bca) 24.85/10.17 new_esEs35(vwx199, vwx202, app(app(app(ty_@3, cfg), cfh), cga)) -> new_esEs15(vwx199, vwx202, cfg, cfh, cga) 24.85/10.17 new_ltEs22(vwx187, vwx188, ty_Bool) -> new_ltEs11(vwx187, vwx188) 24.85/10.17 new_compare13(False, False) -> EQ 24.85/10.17 new_compare13(True, True) -> EQ 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs13(vwx300, vwx400) 24.85/10.17 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 24.85/10.17 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 24.85/10.17 new_lt12(vwx211, vwx213) -> new_esEs14(new_compare12(vwx211, vwx213), LT) 24.85/10.17 new_esEs26(vwx1621, vwx1631, ty_Int) -> new_esEs13(vwx1621, vwx1631) 24.85/10.17 new_esEs11(vwx30, vwx40, app(ty_Maybe, dab)) -> new_esEs22(vwx30, vwx40, dab) 24.85/10.17 new_esEs34(vwx300, vwx400, app(ty_Maybe, fbd)) -> new_esEs22(vwx300, vwx400, fbd) 24.85/10.17 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_primCompAux0(vwx30, vwx40, new_compare0(vwx31, vwx41, ba), ba) 24.85/10.17 new_primPlusNat1(Zero, Zero) -> Zero 24.85/10.17 new_esEs9(vwx32, vwx42, ty_Char) -> new_esEs16(vwx32, vwx42) 24.85/10.17 new_esEs8(vwx30, vwx40, app(app(app(ty_@3, eaa), eab), eac)) -> new_esEs15(vwx30, vwx40, eaa, eab, eac) 24.85/10.17 new_esEs38(vwx300, vwx400, ty_Integer) -> new_esEs18(vwx300, vwx400) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), app(ty_[], ece)) -> new_esEs24(vwx300, vwx400, ece) 24.85/10.17 new_ltEs23(vwx180, vwx181, app(ty_[], bhe)) -> new_ltEs7(vwx180, vwx181, bhe) 24.85/10.17 new_esEs5(vwx31, vwx41, app(ty_Ratio, dbc)) -> new_esEs20(vwx31, vwx41, dbc) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), app(ty_Ratio, eca)) -> new_esEs20(vwx300, vwx400, eca) 24.85/10.17 new_esEs26(vwx1621, vwx1631, app(ty_Ratio, ddc)) -> new_esEs20(vwx1621, vwx1631, ddc) 24.85/10.17 new_ltEs19(vwx212, vwx214, ty_Bool) -> new_ltEs11(vwx212, vwx214) 24.85/10.17 new_esEs35(vwx199, vwx202, ty_Bool) -> new_esEs19(vwx199, vwx202) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), ty_Double) -> new_ltEs18(vwx1620, vwx1630) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), ty_@0, fdb) -> new_esEs25(vwx300, vwx400) 24.85/10.17 new_esEs35(vwx199, vwx202, app(app(ty_Either, cfe), cff)) -> new_esEs23(vwx199, vwx202, cfe, cff) 24.85/10.17 new_esEs36(vwx198, vwx201, ty_Char) -> new_esEs16(vwx198, vwx201) 24.85/10.17 new_ltEs16(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, fa) -> new_pePe(new_lt23(vwx1620, vwx1630, df), new_asAs(new_esEs39(vwx1620, vwx1630, df), new_ltEs24(vwx1621, vwx1631, fa))) 24.85/10.17 new_esEs14(LT, LT) -> True 24.85/10.17 new_compare12(LT, LT) -> EQ 24.85/10.17 new_lt6(vwx1621, vwx1631, app(ty_Maybe, bcd)) -> new_lt17(vwx1621, vwx1631, bcd) 24.85/10.17 new_esEs14(LT, EQ) -> False 24.85/10.17 new_esEs14(EQ, LT) -> False 24.85/10.17 new_esEs39(vwx1620, vwx1630, app(app(ty_@2, fc), fd)) -> new_esEs17(vwx1620, vwx1630, fc, fd) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), app(app(app(ty_@3, dc), dd), de)) -> new_ltEs4(vwx1620, vwx1630, dc, dd, de) 24.85/10.17 new_esEs11(vwx30, vwx40, ty_Double) -> new_esEs12(vwx30, vwx40) 24.85/10.17 new_compare7(vwx30, vwx40, ty_Char) -> new_compare9(vwx30, vwx40) 24.85/10.17 new_esEs26(vwx1621, vwx1631, ty_Bool) -> new_esEs19(vwx1621, vwx1631) 24.85/10.17 new_esEs17(@2(vwx300, vwx301), @2(vwx400, vwx401), ehb, ehc) -> new_asAs(new_esEs34(vwx300, vwx400, ehb), new_esEs33(vwx301, vwx401, ehc)) 24.85/10.17 new_esEs27(vwx1620, vwx1630, ty_Float) -> new_esEs21(vwx1620, vwx1630) 24.85/10.17 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 24.85/10.17 new_ltEs22(vwx187, vwx188, app(ty_[], cah)) -> new_ltEs7(vwx187, vwx188, cah) 24.85/10.17 new_ltEs21(vwx162, vwx163, app(app(app(ty_@3, bag), bah), bcc)) -> new_ltEs4(vwx162, vwx163, bag, bah, bcc) 24.85/10.17 new_ltEs21(vwx162, vwx163, ty_Ordering) -> new_ltEs10(vwx162, vwx163) 24.85/10.17 new_esEs5(vwx31, vwx41, ty_@0) -> new_esEs25(vwx31, vwx41) 24.85/10.17 new_lt7(vwx1620, vwx1630, app(app(ty_@2, bdf), bdg)) -> new_lt5(vwx1620, vwx1630, bdf, bdg) 24.85/10.17 new_primMulNat0(Succ(vwx3000), Succ(vwx4100)) -> new_primPlusNat0(new_primMulNat0(vwx3000, Succ(vwx4100)), vwx4100) 24.85/10.17 new_esEs37(vwx301, vwx401, ty_Integer) -> new_esEs18(vwx301, vwx401) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, app(ty_Maybe, dh)) -> new_ltEs15(vwx1621, vwx1631, dh) 24.85/10.17 new_esEs27(vwx1620, vwx1630, app(ty_Ratio, ddd)) -> new_esEs20(vwx1620, vwx1630, ddd) 24.85/10.17 new_esEs34(vwx300, vwx400, ty_Double) -> new_esEs12(vwx300, vwx400) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, app(ty_Ratio, fgb)) -> new_esEs20(vwx300, vwx400, fgb) 24.85/10.17 new_esEs31(vwx301, vwx401, ty_Ordering) -> new_esEs14(vwx301, vwx401) 24.85/10.17 new_lt22(vwx199, vwx202, app(ty_[], cfa)) -> new_lt9(vwx199, vwx202, cfa) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), ty_Ordering) -> new_ltEs10(vwx1620, vwx1630) 24.85/10.17 new_esEs23(Right(vwx300), Right(vwx400), fda, ty_Char) -> new_esEs16(vwx300, vwx400) 24.85/10.17 new_lt6(vwx1621, vwx1631, app(ty_[], bcb)) -> new_lt9(vwx1621, vwx1631, bcb) 24.85/10.17 new_lt20(vwx211, vwx213, ty_@0) -> new_lt14(vwx211, vwx213) 24.85/10.17 new_primCmpNat0(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 24.85/10.17 new_compare29(vwx162, vwx163, True, fce) -> EQ 24.85/10.17 new_lt23(vwx1620, vwx1630, app(app(ty_@2, fc), fd)) -> new_lt5(vwx1620, vwx1630, fc, fd) 24.85/10.17 new_esEs26(vwx1621, vwx1631, app(app(ty_Either, bcg), bch)) -> new_esEs23(vwx1621, vwx1631, bcg, bch) 24.85/10.17 new_compare7(vwx30, vwx40, app(ty_Maybe, bc)) -> new_compare17(vwx30, vwx40, bc) 24.85/10.17 new_ltEs15(Just(vwx1620), Just(vwx1630), ty_Int) -> new_ltEs9(vwx1620, vwx1630) 24.85/10.17 new_esEs28(vwx211, vwx213, ty_Int) -> new_esEs13(vwx211, vwx213) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs18(vwx300, vwx400) 24.85/10.17 new_esEs33(vwx301, vwx401, ty_Ordering) -> new_esEs14(vwx301, vwx401) 24.85/10.17 new_ltEs21(vwx162, vwx163, app(ty_[], h)) -> new_ltEs7(vwx162, vwx163, h) 24.85/10.17 new_esEs27(vwx1620, vwx1630, app(app(ty_@2, bdf), bdg)) -> new_esEs17(vwx1620, vwx1630, bdf, bdg) 24.85/10.17 new_esEs26(vwx1621, vwx1631, ty_Float) -> new_esEs21(vwx1621, vwx1631) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, ty_Integer) -> new_ltEs14(vwx1621, vwx1631) 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), app(app(app(ty_@3, fec), fed), fee), fdb) -> new_esEs15(vwx300, vwx400, fec, fed, fee) 24.85/10.17 new_esEs27(vwx1620, vwx1630, ty_@0) -> new_esEs25(vwx1620, vwx1630) 24.85/10.17 new_lt23(vwx1620, vwx1630, app(ty_[], eh)) -> new_lt9(vwx1620, vwx1630, eh) 24.85/10.17 new_compare10(vwx261, vwx262, vwx263, vwx264, True, vwx266, fbh, fca) -> new_compare112(vwx261, vwx262, vwx263, vwx264, True, fbh, fca) 24.85/10.17 new_esEs36(vwx198, vwx201, ty_Integer) -> new_esEs18(vwx198, vwx201) 24.85/10.17 new_ltEs21(vwx162, vwx163, ty_Int) -> new_ltEs9(vwx162, vwx163) 24.85/10.17 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 24.85/10.17 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 24.85/10.17 new_esEs28(vwx211, vwx213, app(ty_Ratio, ddf)) -> new_esEs20(vwx211, vwx213, ddf) 24.85/10.17 new_lt6(vwx1621, vwx1631, app(app(ty_@2, bce), bcf)) -> new_lt5(vwx1621, vwx1631, bce, bcf) 24.85/10.17 new_esEs8(vwx30, vwx40, ty_Double) -> new_esEs12(vwx30, vwx40) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, ty_Char) -> new_ltEs8(vwx1621, vwx1631) 24.85/10.17 new_ltEs17(Right(vwx1620), Left(vwx1630), he, gd) -> False 24.85/10.17 new_compare110(vwx249, vwx250, False, dhg, dhh) -> GT 24.85/10.17 new_esEs27(vwx1620, vwx1630, ty_Int) -> new_esEs13(vwx1620, vwx1630) 24.85/10.17 new_lt20(vwx211, vwx213, ty_Integer) -> new_lt16(vwx211, vwx213) 24.85/10.17 new_lt21(vwx198, vwx201, app(app(ty_Either, cdb), cdc)) -> new_lt18(vwx198, vwx201, cdb, cdc) 24.85/10.17 new_primEqNat0(Zero, Zero) -> True 24.85/10.17 new_ltEs20(vwx200, vwx203, ty_Int) -> new_ltEs9(vwx200, vwx203) 24.85/10.17 new_esEs26(vwx1621, vwx1631, app(app(ty_@2, bce), bcf)) -> new_esEs17(vwx1621, vwx1631, bce, bcf) 24.85/10.17 new_esEs9(vwx32, vwx42, app(app(app(ty_@3, ddg), ddh), dea)) -> new_esEs15(vwx32, vwx42, ddg, ddh, dea) 24.85/10.17 new_compare11(vwx3, vwx4) -> new_primCmpInt(vwx3, vwx4) 24.85/10.17 new_compare17(Nothing, Just(vwx40), cc) -> LT 24.85/10.17 new_esEs36(vwx198, vwx201, ty_Bool) -> new_esEs19(vwx198, vwx201) 24.85/10.17 new_esEs28(vwx211, vwx213, ty_@0) -> new_esEs25(vwx211, vwx213) 24.85/10.17 new_esEs22(Just(vwx300), Just(vwx400), app(app(ty_@2, ebg), ebh)) -> new_esEs17(vwx300, vwx400, ebg, ebh) 24.85/10.17 new_esEs36(vwx198, vwx201, app(app(ty_Either, cdb), cdc)) -> new_esEs23(vwx198, vwx201, cdb, cdc) 24.85/10.17 new_esEs4(vwx30, vwx40, app(ty_Ratio, fch)) -> new_esEs20(vwx30, vwx40, fch) 24.85/10.17 new_ltEs10(LT, GT) -> True 24.85/10.17 new_esEs23(Left(vwx300), Left(vwx400), app(ty_Maybe, ffa), fdb) -> new_esEs22(vwx300, vwx400, ffa) 24.85/10.17 new_asAs(False, vwx229) -> False 24.85/10.17 new_ltEs23(vwx180, vwx181, ty_Char) -> new_ltEs8(vwx180, vwx181) 24.85/10.17 new_lt20(vwx211, vwx213, app(ty_Maybe, bef)) -> new_lt17(vwx211, vwx213, bef) 24.85/10.17 new_esEs9(vwx32, vwx42, ty_Double) -> new_esEs12(vwx32, vwx42) 24.85/10.17 new_lt22(vwx199, vwx202, app(app(ty_@2, cfc), cfd)) -> new_lt5(vwx199, vwx202, cfc, cfd) 24.85/10.17 new_ltEs17(Left(vwx1620), Left(vwx1630), app(ty_Ratio, fgg), gd) -> new_ltEs13(vwx1620, vwx1630, fgg) 24.85/10.17 new_compare7(vwx30, vwx40, app(app(ty_@2, bd), be)) -> new_compare6(vwx30, vwx40, bd, be) 24.85/10.17 new_compare19(Double(vwx30, Pos(vwx310)), Double(vwx40, Pos(vwx410))) -> new_compare11(new_sr(vwx30, Pos(vwx410)), new_sr(Pos(vwx310), vwx40)) 24.85/10.17 new_esEs10(vwx31, vwx41, ty_Double) -> new_esEs12(vwx31, vwx41) 24.85/10.17 new_ltEs24(vwx1621, vwx1631, ty_@0) -> new_ltEs12(vwx1621, vwx1631) 24.85/10.17 new_esEs8(vwx30, vwx40, ty_Ordering) -> new_esEs14(vwx30, vwx40) 24.85/10.17 new_esEs4(vwx30, vwx40, ty_Int) -> new_esEs13(vwx30, vwx40) 24.85/10.17 new_compare113(vwx276, vwx277, vwx278, vwx279, vwx280, vwx281, True, vwx283, egg, egh, eha) -> new_compare111(vwx276, vwx277, vwx278, vwx279, vwx280, vwx281, True, egg, egh, eha) 24.85/10.17 new_ltEs19(vwx212, vwx214, ty_Ordering) -> new_ltEs10(vwx212, vwx214) 24.85/10.17 new_esEs4(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 24.85/10.17 new_ltEs20(vwx200, vwx203, ty_Ordering) -> new_ltEs10(vwx200, vwx203) 24.85/10.17 new_esEs36(vwx198, vwx201, app(ty_[], ccd)) -> new_esEs24(vwx198, vwx201, ccd) 24.85/10.17 new_ltEs20(vwx200, vwx203, app(app(app(ty_@3, cef), ceg), ceh)) -> new_ltEs4(vwx200, vwx203, cef, ceg, ceh) 24.85/10.17 new_esEs35(vwx199, vwx202, app(ty_Maybe, cfb)) -> new_esEs22(vwx199, vwx202, cfb) 24.85/10.17 new_esEs11(vwx30, vwx40, app(app(app(ty_@3, chd), che), chf)) -> new_esEs15(vwx30, vwx40, chd, che, chf) 24.85/10.17 new_esEs32(vwx300, vwx400, ty_Ordering) -> new_esEs14(vwx300, vwx400) 24.85/10.17 new_esEs39(vwx1620, vwx1630, ty_Int) -> new_esEs13(vwx1620, vwx1630) 24.85/10.17 new_ltEs21(vwx162, vwx163, ty_Bool) -> new_ltEs11(vwx162, vwx163) 24.85/10.17 new_lt6(vwx1621, vwx1631, app(app(ty_Either, bcg), bch)) -> new_lt18(vwx1621, vwx1631, bcg, bch) 24.85/10.17 new_esEs19(True, True) -> True 24.85/10.17 new_esEs33(vwx301, vwx401, ty_Double) -> new_esEs12(vwx301, vwx401) 24.85/10.17 new_esEs39(vwx1620, vwx1630, ty_@0) -> new_esEs25(vwx1620, vwx1630) 24.85/10.17 new_lt7(vwx1620, vwx1630, app(ty_[], bdd)) -> new_lt9(vwx1620, vwx1630, bdd) 24.85/10.17 24.85/10.17 The set Q consists of the following terms: 24.85/10.17 24.85/10.17 new_esEs26(x0, x1, ty_Int) 24.85/10.17 new_ltEs19(x0, x1, ty_Integer) 24.85/10.17 new_compare7(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 24.85/10.17 new_ltEs21(x0, x1, ty_Char) 24.85/10.17 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), ty_Int) 24.85/10.17 new_lt23(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs14(EQ, EQ) 24.85/10.17 new_ltEs23(x0, x1, ty_@0) 24.85/10.17 new_esEs11(x0, x1, ty_Char) 24.85/10.17 new_compare11(x0, x1) 24.85/10.17 new_esEs33(x0, x1, ty_Bool) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, ty_Ordering) 24.85/10.17 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_compare26(x0, x1, True, x2, x3) 24.85/10.17 new_esEs4(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs9(x0, x1, ty_@0) 24.85/10.17 new_ltEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, ty_Double) 24.85/10.17 new_esEs7(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_ltEs15(Nothing, Nothing, x0) 24.85/10.17 new_ltEs20(x0, x1, ty_Ordering) 24.85/10.17 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_compare15(:%(x0, x1), :%(x2, x3), ty_Int) 24.85/10.17 new_esEs7(x0, x1, ty_Int) 24.85/10.17 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_pePe(True, x0) 24.85/10.17 new_lt20(x0, x1, ty_Integer) 24.85/10.17 new_compare17(Nothing, Nothing, x0) 24.85/10.17 new_esEs29(x0, x1, ty_Float) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), ty_Integer, x2) 24.85/10.17 new_ltEs20(x0, x1, ty_Int) 24.85/10.17 new_esEs33(x0, x1, ty_@0) 24.85/10.17 new_lt15(x0, x1, x2) 24.85/10.17 new_primPlusNat1(Zero, Zero) 24.85/10.17 new_lt23(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), ty_Char) 24.85/10.17 new_compare7(x0, x1, ty_Bool) 24.85/10.17 new_primPlusNat1(Succ(x0), Zero) 24.85/10.17 new_esEs9(x0, x1, ty_Bool) 24.85/10.17 new_ltEs4(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 24.85/10.17 new_lt21(x0, x1, ty_Integer) 24.85/10.17 new_ltEs10(LT, LT) 24.85/10.17 new_esEs23(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 24.85/10.17 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs27(x0, x1, ty_Ordering) 24.85/10.17 new_esEs26(x0, x1, ty_Ordering) 24.85/10.17 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs32(x0, x1, ty_@0) 24.85/10.17 new_compare7(x0, x1, ty_Integer) 24.85/10.17 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs19(False, False) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), ty_Bool, x2) 24.85/10.17 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, ty_@0) 24.85/10.17 new_esEs39(x0, x1, ty_Ordering) 24.85/10.17 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs34(x0, x1, ty_@0) 24.85/10.17 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_primEqInt(Pos(Zero), Pos(Zero)) 24.85/10.17 new_esEs30(x0, x1, ty_Integer) 24.85/10.17 new_ltEs22(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs34(x0, x1, ty_Char) 24.85/10.17 new_lt22(x0, x1, ty_Float) 24.85/10.17 new_ltEs5(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs34(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs22(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs10(x0, x1, ty_Bool) 24.85/10.17 new_esEs11(x0, x1, ty_Int) 24.85/10.17 new_lt7(x0, x1, ty_@0) 24.85/10.17 new_lt17(x0, x1, x2) 24.85/10.17 new_esEs38(x0, x1, ty_Int) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), ty_@0, x2) 24.85/10.17 new_esEs26(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs33(x0, x1, ty_Integer) 24.85/10.17 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 24.85/10.17 new_esEs39(x0, x1, ty_Double) 24.85/10.17 new_esEs31(x0, x1, ty_Bool) 24.85/10.17 new_esEs23(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 24.85/10.17 new_ltEs23(x0, x1, ty_Integer) 24.85/10.17 new_primCompAux00(x0, EQ) 24.85/10.17 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 24.85/10.17 new_esEs35(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs39(x0, x1, ty_Char) 24.85/10.17 new_esEs34(x0, x1, ty_Int) 24.85/10.17 new_esEs8(x0, x1, ty_Float) 24.85/10.17 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs39(x0, x1, ty_Int) 24.85/10.17 new_esEs31(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, ty_Integer) 24.85/10.17 new_esEs7(x0, x1, ty_Char) 24.85/10.17 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_primEqInt(Neg(Zero), Neg(Zero)) 24.85/10.17 new_esEs5(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs21(Float(x0, x1), Float(x2, x3)) 24.85/10.17 new_ltEs5(x0, x1, ty_Float) 24.85/10.17 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_lt13(x0, x1) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), ty_Ordering) 24.85/10.17 new_compare7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs27(x0, x1, ty_Double) 24.85/10.17 new_esEs7(x0, x1, ty_Double) 24.85/10.17 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_lt7(x0, x1, ty_Integer) 24.85/10.17 new_lt6(x0, x1, ty_Bool) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 24.85/10.17 new_esEs11(x0, x1, ty_@0) 24.85/10.17 new_esEs11(x0, x1, ty_Ordering) 24.85/10.17 new_esEs32(x0, x1, ty_Int) 24.85/10.17 new_primEqNat0(Zero, Succ(x0)) 24.85/10.17 new_compare10(x0, x1, x2, x3, True, x4, x5, x6) 24.85/10.17 new_lt22(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs33(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs4(x0, x1, ty_Float) 24.85/10.17 new_esEs26(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_compare111(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 24.85/10.17 new_esEs23(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 24.85/10.17 new_esEs29(x0, x1, app(ty_[], x2)) 24.85/10.17 new_ltEs21(x0, x1, ty_Double) 24.85/10.17 new_ltEs21(x0, x1, ty_@0) 24.85/10.17 new_ltEs24(x0, x1, ty_Float) 24.85/10.17 new_lt6(x0, x1, ty_Float) 24.85/10.17 new_lt21(x0, x1, ty_Bool) 24.85/10.17 new_esEs30(x0, x1, ty_Float) 24.85/10.17 new_lt21(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs4(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_compare0([], [], x0) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 24.85/10.17 new_lt19(x0, x1) 24.85/10.17 new_ltEs22(x0, x1, ty_Double) 24.85/10.17 new_lt23(x0, x1, ty_Float) 24.85/10.17 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs11(x0, x1, ty_Bool) 24.85/10.17 new_esEs39(x0, x1, ty_@0) 24.85/10.17 new_esEs10(x0, x1, ty_Char) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, ty_Char) 24.85/10.17 new_ltEs21(x0, x1, ty_Bool) 24.85/10.17 new_ltEs11(True, True) 24.85/10.17 new_primCompAux00(x0, LT) 24.85/10.17 new_ltEs19(x0, x1, ty_@0) 24.85/10.17 new_lt23(x0, x1, ty_@0) 24.85/10.17 new_esEs26(x0, x1, ty_@0) 24.85/10.17 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_compare114(x0, x1, False, x2) 24.85/10.17 new_ltEs10(GT, EQ) 24.85/10.17 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_ltEs10(EQ, GT) 24.85/10.17 new_lt21(x0, x1, app(ty_[], x2)) 24.85/10.17 new_compare28(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), ty_Double) 24.85/10.17 new_esEs7(x0, x1, ty_@0) 24.85/10.17 new_esEs7(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_ltEs7(x0, x1, x2) 24.85/10.17 new_esEs11(x0, x1, ty_Double) 24.85/10.17 new_compare13(False, False) 24.85/10.17 new_esEs22(Just(x0), Just(x1), app(ty_[], x2)) 24.85/10.17 new_esEs32(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs32(x0, x1, ty_Bool) 24.85/10.17 new_esEs31(x0, x1, ty_@0) 24.85/10.17 new_lt6(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 24.85/10.17 new_primEqInt(Pos(Zero), Neg(Zero)) 24.85/10.17 new_primEqInt(Neg(Zero), Pos(Zero)) 24.85/10.17 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs26(x0, x1, ty_Double) 24.85/10.17 new_lt11(x0, x1) 24.85/10.17 new_ltEs19(x0, x1, ty_Float) 24.85/10.17 new_compare7(x0, x1, ty_@0) 24.85/10.17 new_compare113(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 24.85/10.17 new_esEs26(x0, x1, ty_Bool) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), ty_Bool) 24.85/10.17 new_compare7(x0, x1, ty_Char) 24.85/10.17 new_lt7(x0, x1, ty_Char) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, ty_@0) 24.85/10.17 new_compare12(GT, GT) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, app(ty_[], x3)) 24.85/10.17 new_ltEs13(x0, x1, x2) 24.85/10.17 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_lt6(x0, x1, ty_@0) 24.85/10.17 new_esEs10(x0, x1, ty_@0) 24.85/10.17 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 24.85/10.17 new_esEs32(x0, x1, ty_Char) 24.85/10.17 new_compare12(LT, EQ) 24.85/10.17 new_compare12(EQ, LT) 24.85/10.17 new_esEs37(x0, x1, ty_Int) 24.85/10.17 new_asAs(False, x0) 24.85/10.17 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs4(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs26(x0, x1, ty_Char) 24.85/10.17 new_lt7(x0, x1, ty_Bool) 24.85/10.17 new_esEs10(x0, x1, ty_Int) 24.85/10.17 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 24.85/10.17 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 24.85/10.17 new_ltEs21(x0, x1, ty_Int) 24.85/10.17 new_esEs28(x0, x1, ty_Ordering) 24.85/10.17 new_esEs32(x0, x1, ty_Double) 24.85/10.17 new_esEs36(x0, x1, ty_Float) 24.85/10.17 new_esEs31(x0, x1, ty_Float) 24.85/10.17 new_lt5(x0, x1, x2, x3) 24.85/10.17 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, ty_Int) 24.85/10.17 new_compare7(x0, x1, ty_Int) 24.85/10.17 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs33(x0, x1, ty_Ordering) 24.85/10.17 new_ltEs24(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs9(x0, x1, ty_Float) 24.85/10.17 new_esEs27(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, ty_Bool) 24.85/10.17 new_esEs22(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs33(x0, x1, ty_Float) 24.85/10.17 new_esEs26(x0, x1, ty_Integer) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), ty_Integer) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 24.85/10.17 new_ltEs22(x0, x1, ty_Char) 24.85/10.17 new_compare7(x0, x1, ty_Ordering) 24.85/10.17 new_compare0(:(x0, x1), :(x2, x3), x4) 24.85/10.17 new_ltEs21(x0, x1, app(ty_[], x2)) 24.85/10.17 new_compare26(x0, x1, False, x2, x3) 24.85/10.17 new_ltEs10(EQ, LT) 24.85/10.17 new_ltEs10(GT, GT) 24.85/10.17 new_ltEs10(LT, EQ) 24.85/10.17 new_esEs9(x0, x1, ty_Ordering) 24.85/10.17 new_lt22(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), ty_Ordering, x2) 24.85/10.17 new_ltEs5(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs11(x0, x1, ty_Integer) 24.85/10.17 new_esEs10(x0, x1, ty_Double) 24.85/10.17 new_esEs29(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_lt20(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs30(x0, x1, ty_Char) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_lt6(x0, x1, ty_Char) 24.85/10.17 new_compare29(x0, x1, False, x2) 24.85/10.17 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs29(x0, x1, ty_Bool) 24.85/10.17 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs27(x0, x1, ty_Bool) 24.85/10.17 new_ltEs24(x0, x1, ty_Integer) 24.85/10.17 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs5(x0, x1, ty_Float) 24.85/10.17 new_esEs28(x0, x1, ty_Char) 24.85/10.17 new_esEs32(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs10(x0, x1, ty_Float) 24.85/10.17 new_esEs22(Just(x0), Just(x1), ty_Int) 24.85/10.17 new_esEs4(x0, x1, ty_Integer) 24.85/10.17 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_primMulInt(Pos(x0), Neg(x1)) 24.85/10.17 new_primMulInt(Neg(x0), Pos(x1)) 24.85/10.17 new_ltEs15(Just(x0), Nothing, x1) 24.85/10.17 new_lt7(x0, x1, ty_Int) 24.85/10.17 new_esEs22(Just(x0), Just(x1), ty_Char) 24.85/10.17 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_ltEs14(x0, x1) 24.85/10.17 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs23(Left(x0), Left(x1), ty_Double, x2) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), ty_Double, x2) 24.85/10.17 new_esEs14(LT, EQ) 24.85/10.17 new_esEs14(EQ, LT) 24.85/10.17 new_compare115(x0, x1, False, x2, x3) 24.85/10.17 new_esEs35(x0, x1, ty_Float) 24.85/10.17 new_esEs30(x0, x1, ty_Int) 24.85/10.17 new_esEs18(Integer(x0), Integer(x1)) 24.85/10.17 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_compare18(Right(x0), Right(x1), x2, x3) 24.85/10.17 new_esEs9(x0, x1, ty_Int) 24.85/10.17 new_esEs31(x0, x1, ty_Double) 24.85/10.17 new_lt23(x0, x1, ty_Int) 24.85/10.17 new_sr0(Integer(x0), Integer(x1)) 24.85/10.17 new_ltEs20(x0, x1, app(ty_[], x2)) 24.85/10.17 new_primPlusNat0(Zero, x0) 24.85/10.17 new_esEs34(x0, x1, ty_Double) 24.85/10.17 new_esEs19(False, True) 24.85/10.17 new_esEs19(True, False) 24.85/10.17 new_esEs11(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_primMulInt(Neg(x0), Neg(x1)) 24.85/10.17 new_esEs14(GT, GT) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 24.85/10.17 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_ltEs23(x0, x1, ty_Ordering) 24.85/10.17 new_esEs35(x0, x1, ty_Integer) 24.85/10.17 new_ltEs22(x0, x1, ty_Int) 24.85/10.17 new_lt7(x0, x1, ty_Float) 24.85/10.17 new_ltEs19(x0, x1, ty_Double) 24.85/10.17 new_ltEs5(x0, x1, ty_Integer) 24.85/10.17 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs35(x0, x1, ty_Ordering) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), ty_@0) 24.85/10.17 new_lt21(x0, x1, ty_@0) 24.85/10.17 new_esEs38(x0, x1, ty_Integer) 24.85/10.17 new_esEs31(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_compare13(True, True) 24.85/10.17 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_compare12(LT, LT) 24.85/10.17 new_esEs24(:(x0, x1), :(x2, x3), x4) 24.85/10.17 new_ltEs20(x0, x1, ty_Integer) 24.85/10.17 new_ltEs23(x0, x1, ty_Float) 24.85/10.17 new_ltEs6(x0, x1) 24.85/10.17 new_esEs28(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_pePe(False, x0) 24.85/10.17 new_compare113(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 24.85/10.17 new_lt23(x0, x1, ty_Char) 24.85/10.17 new_esEs5(x0, x1, ty_Int) 24.85/10.17 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs27(x0, x1, ty_Char) 24.85/10.17 new_esEs6(x0, x1, ty_@0) 24.85/10.17 new_esEs28(x0, x1, ty_Float) 24.85/10.17 new_primCmpInt(Neg(Zero), Neg(Zero)) 24.85/10.17 new_lt23(x0, x1, ty_Ordering) 24.85/10.17 new_esEs4(x0, x1, ty_Bool) 24.85/10.17 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs9(x0, x1, ty_Char) 24.85/10.17 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs27(x0, x1, app(ty_[], x2)) 24.85/10.17 new_ltEs23(x0, x1, ty_Char) 24.85/10.17 new_lt22(x0, x1, ty_Integer) 24.85/10.17 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs32(x0, x1, ty_Integer) 24.85/10.17 new_ltEs5(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs4(x0, x1, ty_Ordering) 24.85/10.17 new_lt20(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs35(x0, x1, ty_Int) 24.85/10.17 new_lt6(x0, x1, ty_Ordering) 24.85/10.17 new_primCmpInt(Pos(Zero), Neg(Zero)) 24.85/10.17 new_primCmpInt(Neg(Zero), Pos(Zero)) 24.85/10.17 new_esEs28(x0, x1, ty_Bool) 24.85/10.17 new_esEs27(x0, x1, ty_Int) 24.85/10.17 new_esEs12(Double(x0, x1), Double(x2, x3)) 24.85/10.17 new_esEs29(x0, x1, ty_Char) 24.85/10.17 new_compare16(Integer(x0), Integer(x1)) 24.85/10.17 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_lt22(x0, x1, ty_Char) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 24.85/10.17 new_ltEs24(x0, x1, ty_Ordering) 24.85/10.17 new_ltEs22(x0, x1, ty_Float) 24.85/10.17 new_esEs9(x0, x1, ty_Integer) 24.85/10.17 new_lt21(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 24.85/10.17 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_ltEs23(x0, x1, ty_Int) 24.85/10.17 new_esEs29(x0, x1, ty_Integer) 24.85/10.17 new_lt23(x0, x1, ty_Bool) 24.85/10.17 new_esEs32(x0, x1, ty_Ordering) 24.85/10.17 new_esEs22(Just(x0), Nothing, x1) 24.85/10.17 new_esEs6(x0, x1, ty_Double) 24.85/10.17 new_esEs14(LT, LT) 24.85/10.17 new_esEs32(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_lt20(x0, x1, ty_@0) 24.85/10.17 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, ty_Integer) 24.85/10.17 new_compare27(x0, x1, True, x2, x3) 24.85/10.17 new_esEs9(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_lt23(x0, x1, ty_Integer) 24.85/10.17 new_esEs31(x0, x1, app(ty_[], x2)) 24.85/10.17 new_compare19(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 24.85/10.17 new_sr(x0, x1) 24.85/10.17 new_lt7(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs39(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs35(x0, x1, ty_Char) 24.85/10.17 new_esEs28(x0, x1, ty_Int) 24.85/10.17 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs33(x0, x1, ty_Int) 24.85/10.17 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs23(Left(x0), Left(x1), ty_@0, x2) 24.85/10.17 new_lt22(x0, x1, ty_Bool) 24.85/10.17 new_esEs17(@2(x0, x1), @2(x2, x3), x4, x5) 24.85/10.17 new_ltEs20(x0, x1, ty_Char) 24.85/10.17 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs33(x0, x1, ty_Char) 24.85/10.17 new_esEs16(Char(x0), Char(x1)) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 24.85/10.17 new_ltEs11(False, True) 24.85/10.17 new_ltEs11(True, False) 24.85/10.17 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_lt9(x0, x1, x2) 24.85/10.17 new_ltEs20(x0, x1, ty_Bool) 24.85/10.17 new_lt6(x0, x1, ty_Integer) 24.85/10.17 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, ty_Double) 24.85/10.17 new_primEqNat0(Succ(x0), Succ(x1)) 24.85/10.17 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_lt20(x0, x1, ty_Double) 24.85/10.17 new_ltEs23(x0, x1, ty_Bool) 24.85/10.17 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs22(Just(x0), Just(x1), ty_Float) 24.85/10.17 new_esEs30(x0, x1, ty_Bool) 24.85/10.17 new_esEs35(x0, x1, ty_Bool) 24.85/10.17 new_compare14(@0, @0) 24.85/10.17 new_compare6(@2(x0, x1), @2(x2, x3), x4, x5) 24.85/10.17 new_ltEs5(x0, x1, ty_Char) 24.85/10.17 new_compare8(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 24.85/10.17 new_compare0(:(x0, x1), [], x2) 24.85/10.17 new_esEs6(x0, x1, ty_Char) 24.85/10.17 new_ltEs24(x0, x1, ty_Char) 24.85/10.17 new_esEs6(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs20(:%(x0, x1), :%(x2, x3), x4) 24.85/10.17 new_esEs8(x0, x1, ty_Int) 24.85/10.17 new_esEs27(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs4(x0, x1, ty_Char) 24.85/10.17 new_compare8(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 24.85/10.17 new_esEs24([], :(x0, x1), x2) 24.85/10.17 new_esEs29(x0, x1, ty_Double) 24.85/10.17 new_compare18(Left(x0), Right(x1), x2, x3) 24.85/10.17 new_compare18(Right(x0), Left(x1), x2, x3) 24.85/10.17 new_esEs36(x0, x1, ty_Char) 24.85/10.17 new_lt6(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs34(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs27(x0, x1, ty_Float) 24.85/10.17 new_primMulNat0(Zero, Zero) 24.85/10.17 new_esEs10(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_lt7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_lt22(x0, x1, ty_Double) 24.85/10.17 new_esEs28(x0, x1, ty_Integer) 24.85/10.17 new_esEs30(x0, x1, app(ty_[], x2)) 24.85/10.17 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs8(x0, x1, ty_Char) 24.85/10.17 new_ltEs22(x0, x1, ty_Integer) 24.85/10.17 new_esEs35(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, ty_Float) 24.85/10.17 new_ltEs5(x0, x1, ty_Int) 24.85/10.17 new_compare29(x0, x1, True, x2) 24.85/10.17 new_ltEs17(Left(x0), Right(x1), x2, x3) 24.85/10.17 new_compare8(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 24.85/10.17 new_compare8(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 24.85/10.17 new_ltEs17(Right(x0), Left(x1), x2, x3) 24.85/10.17 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_lt23(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs36(x0, x1, ty_Int) 24.85/10.17 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_ltEs5(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs8(x0, x1, ty_Ordering) 24.85/10.17 new_esEs4(x0, x1, ty_Int) 24.85/10.17 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 24.85/10.17 new_ltEs10(EQ, EQ) 24.85/10.17 new_compare12(LT, GT) 24.85/10.17 new_lt22(x0, x1, ty_Ordering) 24.85/10.17 new_compare12(GT, LT) 24.85/10.17 new_lt8(x0, x1) 24.85/10.17 new_lt7(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_primCompAux00(x0, GT) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), ty_Float) 24.85/10.17 new_esEs26(x0, x1, ty_Float) 24.85/10.17 new_esEs23(Left(x0), Left(x1), ty_Bool, x2) 24.85/10.17 new_esEs29(x0, x1, ty_Ordering) 24.85/10.17 new_compare19(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 24.85/10.17 new_compare19(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 24.85/10.17 new_esEs8(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs35(x0, x1, ty_@0) 24.85/10.17 new_lt10(x0, x1) 24.85/10.17 new_esEs8(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs23(Left(x0), Left(x1), ty_Char, x2) 24.85/10.17 new_ltEs5(x0, x1, ty_Ordering) 24.85/10.17 new_esEs5(x0, x1, ty_Char) 24.85/10.17 new_esEs10(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_lt23(x0, x1, ty_Double) 24.85/10.17 new_esEs5(x0, x1, ty_@0) 24.85/10.17 new_esEs36(x0, x1, ty_Double) 24.85/10.17 new_compare110(x0, x1, True, x2, x3) 24.85/10.17 new_compare25(x0, x1, x2, x3, True, x4, x5) 24.85/10.17 new_esEs22(Just(x0), Just(x1), ty_Bool) 24.85/10.17 new_lt16(x0, x1) 24.85/10.17 new_esEs35(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_lt22(x0, x1, ty_Int) 24.85/10.17 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_ltEs20(x0, x1, ty_Float) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, app(ty_[], x3)) 24.85/10.17 new_esEs29(x0, x1, ty_Int) 24.85/10.17 new_not(True) 24.85/10.17 new_esEs30(x0, x1, ty_Ordering) 24.85/10.17 new_compare17(Just(x0), Just(x1), x2) 24.85/10.17 new_ltEs24(x0, x1, ty_@0) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 24.85/10.17 new_esEs25(@0, @0) 24.85/10.17 new_ltEs10(GT, LT) 24.85/10.17 new_lt6(x0, x1, ty_Double) 24.85/10.17 new_ltEs10(LT, GT) 24.85/10.17 new_ltEs24(x0, x1, ty_Double) 24.85/10.17 new_esEs34(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_ltEs21(x0, x1, ty_Float) 24.85/10.17 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_lt21(x0, x1, ty_Ordering) 24.85/10.17 new_compare12(GT, EQ) 24.85/10.17 new_compare12(EQ, GT) 24.85/10.17 new_lt21(x0, x1, ty_Double) 24.85/10.17 new_primPlusNat0(Succ(x0), x1) 24.85/10.17 new_ltEs5(x0, x1, ty_Double) 24.85/10.17 new_esEs4(x0, x1, ty_@0) 24.85/10.17 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs27(x0, x1, ty_Integer) 24.85/10.17 new_compare112(x0, x1, x2, x3, True, x4, x5) 24.85/10.17 new_ltEs5(x0, x1, ty_@0) 24.85/10.17 new_esEs7(x0, x1, ty_Float) 24.85/10.17 new_esEs6(x0, x1, app(ty_[], x2)) 24.85/10.17 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_ltEs22(x0, x1, ty_Bool) 24.85/10.17 new_compare0([], :(x0, x1), x2) 24.85/10.17 new_lt14(x0, x1) 24.85/10.17 new_esEs36(x0, x1, ty_@0) 24.85/10.17 new_esEs29(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs14(EQ, GT) 24.85/10.17 new_esEs14(GT, EQ) 24.85/10.17 new_esEs39(x0, x1, ty_Float) 24.85/10.17 new_esEs34(x0, x1, ty_Float) 24.85/10.17 new_esEs8(x0, x1, ty_Double) 24.85/10.17 new_compare114(x0, x1, True, x2) 24.85/10.17 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 24.85/10.17 new_lt20(x0, x1, ty_Ordering) 24.85/10.17 new_esEs6(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_compare7(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_compare28(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 24.85/10.17 new_lt7(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_lt6(x0, x1, app(ty_[], x2)) 24.85/10.17 new_ltEs24(x0, x1, ty_Bool) 24.85/10.17 new_esEs5(x0, x1, ty_Integer) 24.85/10.17 new_esEs22(Nothing, Nothing, x0) 24.85/10.17 new_lt6(x0, x1, ty_Int) 24.85/10.17 new_primMulInt(Pos(x0), Pos(x1)) 24.85/10.17 new_esEs5(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs5(x0, x1, ty_Bool) 24.85/10.17 new_lt7(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 24.85/10.17 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 24.85/10.17 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_compare18(Left(x0), Left(x1), x2, x3) 24.85/10.17 new_primCmpNat0(Succ(x0), Zero) 24.85/10.17 new_esEs10(x0, x1, app(ty_[], x2)) 24.85/10.17 new_ltEs24(x0, x1, ty_Int) 24.85/10.17 new_compare110(x0, x1, False, x2, x3) 24.85/10.17 new_ltEs8(x0, x1) 24.85/10.17 new_compare115(x0, x1, True, x2, x3) 24.85/10.17 new_esEs33(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs23(Left(x0), Left(x1), ty_Ordering, x2) 24.85/10.17 new_compare7(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 24.85/10.17 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 24.85/10.17 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_lt7(x0, x1, ty_Double) 24.85/10.17 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs30(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_compare7(x0, x1, ty_Double) 24.85/10.17 new_primMulNat0(Succ(x0), Zero) 24.85/10.17 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_lt4(x0, x1, x2, x3, x4) 24.85/10.17 new_ltEs5(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_compare9(Char(x0), Char(x1)) 24.85/10.17 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_fsEs(x0) 24.85/10.17 new_esEs19(True, True) 24.85/10.17 new_esEs23(Left(x0), Left(x1), app(ty_[], x2), x3) 24.85/10.17 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 24.85/10.17 new_esEs36(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_ltEs5(x0, x1, ty_Bool) 24.85/10.17 new_compare19(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 24.85/10.17 new_esEs6(x0, x1, ty_Ordering) 24.85/10.17 new_primCmpInt(Pos(Zero), Pos(Zero)) 24.85/10.17 new_esEs23(Left(x0), Left(x1), ty_Integer, x2) 24.85/10.17 new_esEs22(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_primCmpNat0(Zero, Succ(x0)) 24.85/10.17 new_esEs8(x0, x1, ty_Bool) 24.85/10.17 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs22(Just(x0), Just(x1), ty_Integer) 24.85/10.17 new_esEs28(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs36(x0, x1, ty_Integer) 24.85/10.17 new_esEs39(x0, x1, ty_Integer) 24.85/10.17 new_ltEs23(x0, x1, ty_Double) 24.85/10.17 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs9(x0, x1, ty_Double) 24.85/10.17 new_primMulNat0(Succ(x0), Succ(x1)) 24.85/10.17 new_compare12(EQ, EQ) 24.85/10.17 new_esEs8(x0, x1, ty_Integer) 24.85/10.17 new_ltEs19(x0, x1, ty_Int) 24.85/10.17 new_primEqNat0(Succ(x0), Zero) 24.85/10.17 new_esEs31(x0, x1, ty_Ordering) 24.85/10.17 new_esEs29(x0, x1, ty_@0) 24.85/10.17 new_lt7(x0, x1, ty_Ordering) 24.85/10.17 new_compare15(:%(x0, x1), :%(x2, x3), ty_Integer) 24.85/10.17 new_lt22(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_ltEs23(x0, x1, app(ty_[], x2)) 24.85/10.17 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_lt21(x0, x1, ty_Char) 24.85/10.17 new_esEs7(x0, x1, ty_Integer) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 24.85/10.17 new_esEs22(Just(x0), Just(x1), ty_Ordering) 24.85/10.17 new_compare25(x0, x1, x2, x3, False, x4, x5) 24.85/10.17 new_compare7(x0, x1, ty_Float) 24.85/10.17 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 24.85/10.17 new_lt20(x0, x1, ty_Int) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, ty_Ordering) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, ty_Int) 24.85/10.17 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs6(x0, x1, ty_Integer) 24.85/10.17 new_ltEs21(x0, x1, ty_Integer) 24.85/10.17 new_esEs39(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), ty_Float, x2) 24.85/10.17 new_lt20(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs23(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 24.85/10.17 new_esEs27(x0, x1, ty_@0) 24.85/10.17 new_esEs22(Just(x0), Just(x1), app(ty_Maybe, x2)) 24.85/10.17 new_esEs31(x0, x1, ty_Int) 24.85/10.17 new_esEs9(x0, x1, app(ty_[], x2)) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 24.85/10.17 new_ltEs16(@2(x0, x1), @2(x2, x3), x4, x5) 24.85/10.17 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 24.85/10.17 new_ltEs19(x0, x1, ty_Ordering) 24.85/10.17 new_esEs32(x0, x1, ty_Float) 24.85/10.17 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_ltEs20(x0, x1, ty_@0) 24.85/10.17 new_compare27(x0, x1, False, x2, x3) 24.85/10.17 new_esEs5(x0, x1, ty_Ordering) 24.85/10.17 new_ltEs9(x0, x1) 24.85/10.17 new_esEs9(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs36(x0, x1, ty_Bool) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), ty_Char, x2) 24.85/10.17 new_esEs39(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_ltEs15(Nothing, Just(x0), x1) 24.85/10.17 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_compare7(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs11(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs22(Nothing, Just(x0), x1) 24.85/10.17 new_esEs31(x0, x1, ty_Char) 24.85/10.17 new_esEs23(Left(x0), Right(x1), x2, x3) 24.85/10.17 new_esEs23(Right(x0), Left(x1), x2, x3) 24.85/10.17 new_esEs5(x0, x1, ty_Double) 24.85/10.17 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs22(Just(x0), Just(x1), ty_Double) 24.85/10.17 new_esEs30(x0, x1, ty_@0) 24.85/10.17 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_lt22(x0, x1, ty_@0) 24.85/10.17 new_esEs23(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 24.85/10.17 new_esEs13(x0, x1) 24.85/10.17 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 24.85/10.17 new_esEs8(x0, x1, ty_@0) 24.85/10.17 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 24.85/10.17 new_ltEs22(x0, x1, ty_Ordering) 24.85/10.17 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, ty_Float) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), ty_Int, x2) 24.85/10.17 new_compare17(Nothing, Just(x0), x1) 24.85/10.17 new_compare5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 24.85/10.17 new_esEs24(:(x0, x1), [], x2) 24.85/10.17 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs14(LT, GT) 24.85/10.17 new_esEs14(GT, LT) 24.85/10.17 new_ltEs11(False, False) 24.85/10.17 new_ltEs19(x0, x1, ty_Char) 24.85/10.17 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs26(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_lt21(x0, x1, ty_Int) 24.85/10.17 new_primEqNat0(Zero, Zero) 24.85/10.17 new_lt21(x0, x1, ty_Float) 24.85/10.17 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs28(x0, x1, ty_Double) 24.85/10.17 new_esEs10(x0, x1, ty_Integer) 24.85/10.17 new_compare112(x0, x1, x2, x3, False, x4, x5) 24.85/10.17 new_ltEs22(x0, x1, ty_@0) 24.85/10.17 new_compare10(x0, x1, x2, x3, False, x4, x5, x6) 24.85/10.17 new_not(False) 24.85/10.17 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_compare13(True, False) 24.85/10.17 new_compare13(False, True) 24.85/10.17 new_esEs11(x0, x1, ty_Float) 24.85/10.17 new_esEs30(x0, x1, ty_Double) 24.85/10.17 new_esEs6(x0, x1, ty_Float) 24.85/10.17 new_esEs37(x0, x1, ty_Integer) 24.85/10.17 new_esEs4(x0, x1, ty_Double) 24.85/10.17 new_ltEs15(Just(x0), Just(x1), app(ty_[], x2)) 24.85/10.17 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_lt18(x0, x1, x2, x3) 24.85/10.17 new_esEs6(x0, x1, ty_Bool) 24.85/10.17 new_esEs11(x0, x1, app(ty_[], x2)) 24.85/10.17 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_compare7(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_lt20(x0, x1, ty_Float) 24.85/10.17 new_primMulNat0(Zero, Succ(x0)) 24.85/10.17 new_asAs(True, x0) 24.85/10.17 new_ltEs19(x0, x1, app(ty_[], x2)) 24.85/10.17 new_primCompAux0(x0, x1, x2, x3) 24.85/10.17 new_esEs34(x0, x1, ty_Ordering) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), app(ty_[], x2), x3) 24.85/10.17 new_esEs24([], [], x0) 24.85/10.17 new_esEs34(x0, x1, ty_Integer) 24.85/10.17 new_esEs7(x0, x1, ty_Bool) 24.85/10.17 new_esEs30(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 24.85/10.17 new_esEs7(x0, x1, app(ty_[], x2)) 24.85/10.17 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_lt20(x0, x1, ty_Bool) 24.85/10.17 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_ltEs17(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 24.85/10.17 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_esEs39(x0, x1, ty_Bool) 24.85/10.17 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_ltEs19(x0, x1, ty_Bool) 24.85/10.17 new_esEs28(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs22(Just(x0), Just(x1), app(ty_Ratio, x2)) 24.85/10.17 new_esEs7(x0, x1, ty_Ordering) 24.85/10.17 new_esEs33(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_primPlusNat1(Zero, Succ(x0)) 24.85/10.17 new_esEs23(Left(x0), Left(x1), ty_Int, x2) 24.85/10.17 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_esEs34(x0, x1, ty_Bool) 24.85/10.17 new_compare111(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 24.85/10.17 new_esEs36(x0, x1, ty_Ordering) 24.85/10.17 new_lt12(x0, x1) 24.85/10.17 new_esEs35(x0, x1, ty_Double) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 24.85/10.17 new_esEs23(Left(x0), Left(x1), ty_Float, x2) 24.85/10.17 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_primPlusNat1(Succ(x0), Succ(x1)) 24.85/10.17 new_esEs5(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs8(x0, x1, app(ty_[], x2)) 24.85/10.17 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 24.85/10.17 new_compare17(Just(x0), Nothing, x1) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, ty_Char) 24.85/10.17 new_esEs10(x0, x1, ty_Ordering) 24.85/10.17 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_ltEs20(x0, x1, ty_Double) 24.85/10.17 new_esEs22(Just(x0), Just(x1), ty_@0) 24.85/10.17 new_esEs15(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 24.85/10.17 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_ltEs17(Right(x0), Right(x1), x2, ty_Bool) 24.85/10.17 new_ltEs21(x0, x1, ty_Ordering) 24.85/10.17 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 24.85/10.17 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 24.85/10.17 new_ltEs12(x0, x1) 24.85/10.17 new_esEs6(x0, x1, ty_Int) 24.85/10.17 new_esEs36(x0, x1, app(ty_[], x2)) 24.85/10.17 new_ltEs18(x0, x1) 24.85/10.17 new_primCmpNat0(Succ(x0), Succ(x1)) 24.85/10.17 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs36(x0, x1, app(ty_Maybe, x2)) 24.85/10.17 new_esEs31(x0, x1, ty_Integer) 24.85/10.17 new_lt7(x0, x1, app(ty_Ratio, x2)) 24.85/10.17 new_esEs28(x0, x1, ty_@0) 24.85/10.17 new_primCmpNat0(Zero, Zero) 24.85/10.17 new_esEs33(x0, x1, ty_Double) 24.85/10.17 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 24.85/10.17 new_lt20(x0, x1, ty_Char) 24.85/10.17 24.85/10.17 We have to consider all minimal (P,Q,R)-chains. 24.85/10.17 ---------------------------------------- 24.85/10.17 24.85/10.17 (19) QDPSizeChangeProof (EQUIVALENT) 24.85/10.17 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 24.85/10.17 24.85/10.17 From the DPs we obtained the following set of size-change graphs: 24.85/10.17 *new_compare1(Just(vwx30), Just(vwx40), cc) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cc), cc) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(app(app(ty_@3, bbg), bbh), bca)) -> new_ltEs3(vwx1622, vwx1632, bbg, bbh, bca) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs0(Just(vwx1620), Just(vwx1630), app(app(app(ty_@3, dc), dd), de)) -> new_ltEs3(vwx1620, vwx1630, dc, dd, de) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs(vwx162, vwx163, h) -> new_compare(vwx162, vwx163, h) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 24.85/10.17 24.85/10.17 24.85/10.17 *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) 24.85/10.17 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(ty_Maybe, bbb)) -> new_ltEs0(vwx1622, vwx1632, bbb) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs0(Just(vwx1620), Just(vwx1630), app(ty_Maybe, ce)) -> new_ltEs0(vwx1620, vwx1630, ce) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(ty_[], bba)) -> new_ltEs(vwx1622, vwx1632, bba) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs0(Just(vwx1620), Just(vwx1630), app(ty_[], cd)) -> new_ltEs(vwx1620, vwx1630, cd) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(app(ty_@2, bbc), bbd)) -> new_ltEs1(vwx1622, vwx1632, bbc, bbd) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs0(Just(vwx1620), Just(vwx1630), app(app(ty_@2, cf), cg)) -> new_ltEs1(vwx1620, vwx1630, cf, cg) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs0(Just(vwx1620), Just(vwx1630), app(app(ty_Either, da), db)) -> new_ltEs2(vwx1620, vwx1630, da, db) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_lt(vwx211, vwx213, bee) -> new_compare(vwx211, vwx213, bee) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_lt3(vwx211, vwx213, bgh, bha, bhb) -> new_compare4(vwx211, vwx213, bgh, bha, bhb) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 5 >= 5 24.85/10.17 24.85/10.17 24.85/10.17 *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) 24.85/10.17 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 24.85/10.17 24.85/10.17 24.85/10.17 *new_lt1(vwx211, vwx213, beg, beh) -> new_compare2(vwx211, vwx213, beg, beh) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(app(app(ty_@3, ee), ef), eg)) -> new_ltEs3(vwx1621, vwx1631, ee, ef, eg) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(ty_Maybe, dh)) -> new_ltEs0(vwx1621, vwx1631, dh) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(ty_[], dg)) -> new_ltEs(vwx1621, vwx1631, dg) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(app(ty_@2, ea), eb)) -> new_ltEs1(vwx1621, vwx1631, ea, eb) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, bah, app(app(ty_Either, bbe), bbf)) -> new_ltEs2(vwx1622, vwx1632, bbe, bbf) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), df, app(app(ty_Either, ec), ed)) -> new_ltEs2(vwx1621, vwx1631, ec, ed) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_lt0(vwx211, vwx213, bef) -> new_compare1(vwx211, vwx213, bef) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare23(vwx187, vwx188, False, cag, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_ltEs3(vwx187, vwx188, cbf, cbg, cbh) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare23(vwx187, vwx188, False, cag, app(ty_Maybe, cba)) -> new_ltEs0(vwx187, vwx188, cba) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare23(vwx187, vwx188, False, cag, app(ty_[], cah)) -> new_ltEs(vwx187, vwx188, cah) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare23(vwx187, vwx188, False, cag, app(app(ty_@2, cbb), cbc)) -> new_ltEs1(vwx187, vwx188, cbb, cbc) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare23(vwx187, vwx188, False, cag, app(app(ty_Either, cbd), cbe)) -> new_ltEs2(vwx187, vwx188, cbd, cbe) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, ba), ba) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ba) -> new_compare(vwx31, vwx41, ba) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(app(ty_@2, fc), fd), fa) -> new_lt1(vwx1620, vwx1630, fc, fd) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare3(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 24.85/10.17 24.85/10.17 24.85/10.17 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(ty_Maybe, fb), fa) -> new_lt0(vwx1620, vwx1630, fb) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_lt2(vwx211, vwx213, bgf, bgg) -> new_compare3(vwx211, vwx213, bgf, bgg) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(app(app(ty_@3, bgb), bgc), bgd)) -> new_ltEs3(vwx212, vwx214, bgb, bgc, bgd) 24.85/10.17 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(ty_Maybe, bfe)) -> new_ltEs0(vwx212, vwx214, bfe) 24.85/10.17 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(ty_[], bfd)) -> new_ltEs(vwx212, vwx214, bfd) 24.85/10.17 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(app(ty_@2, bff), bfg)) -> new_ltEs1(vwx212, vwx214, bff, bfg) 24.85/10.17 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, bfc, app(app(ty_Either, bfh), bga)) -> new_ltEs2(vwx212, vwx214, bfh, bga) 24.85/10.17 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(app(ty_Either, bgf), bgg), bge) -> new_compare3(vwx211, vwx213, bgf, bgg) 24.85/10.17 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_primCompAux(vwx30, vwx40, vwx152, app(app(ty_Either, bf), bg)) -> new_compare3(vwx30, vwx40, bf, bg) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(ty_Maybe, bef), bge) -> new_compare1(vwx211, vwx213, bef) 24.85/10.17 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_primCompAux(vwx30, vwx40, vwx152, app(ty_Maybe, bc)) -> new_compare1(vwx30, vwx40, bc) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(app(ty_@2, beg), beh), bge) -> new_compare2(vwx211, vwx213, beg, beh) 24.85/10.17 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_primCompAux(vwx30, vwx40, vwx152, app(app(ty_@2, bd), be)) -> new_compare2(vwx30, vwx40, bd, be) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare3(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 24.85/10.17 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare22(vwx180, vwx181, False, app(app(app(ty_@3, cad), cae), caf), bhf) -> new_ltEs3(vwx180, vwx181, cad, cae, caf) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(app(app(ty_@3, cef), ceg), ceh)) -> new_ltEs3(vwx200, vwx203, cef, ceg, ceh) 24.85/10.17 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare22(vwx180, vwx181, False, app(ty_Maybe, bhg), bhf) -> new_ltEs0(vwx180, vwx181, bhg) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(ty_Maybe, cea)) -> new_ltEs0(vwx200, vwx203, cea) 24.85/10.17 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare22(vwx180, vwx181, False, app(ty_[], bhe), bhf) -> new_ltEs(vwx180, vwx181, bhe) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(ty_[], cdh)) -> new_ltEs(vwx200, vwx203, cdh) 24.85/10.17 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare22(vwx180, vwx181, False, app(app(ty_@2, bhh), caa), bhf) -> new_ltEs1(vwx180, vwx181, bhh, caa) 24.85/10.17 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 24.85/10.17 24.85/10.17 24.85/10.17 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(app(ty_@2, ceb), cec)) -> new_ltEs1(vwx200, vwx203, ceb, cec) 24.85/10.17 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare22(vwx180, vwx181, False, app(app(ty_Either, cab), cac), bhf) -> new_ltEs2(vwx180, vwx181, cab, cac) 24.85/10.18 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, cce, app(app(ty_Either, ced), cee)) -> new_ltEs2(vwx200, vwx203, ced, cee) 24.85/10.18 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(app(ty_Either, ff), fg), fa) -> new_lt2(vwx1620, vwx1630, ff, fg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(ty_[], eh), fa) -> new_lt(vwx1620, vwx1630, eh) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs1(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), app(app(app(ty_@3, fh), ga), gb), fa) -> new_lt3(vwx1620, vwx1630, fh, ga, gb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(vwx162, vwx163, False, app(ty_[], h)) -> new_compare(vwx162, vwx163, h) 24.85/10.18 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(ty_[], bee), bge) -> new_compare(vwx211, vwx213, bee) 24.85/10.18 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare21(vwx211, vwx212, vwx213, vwx214, False, app(app(app(ty_@3, bgh), bha), bhb), bge) -> new_compare4(vwx211, vwx213, bgh, bha, bhb) 24.85/10.18 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_primCompAux(vwx30, vwx40, vwx152, app(ty_[], bb)) -> new_compare(vwx30, vwx40, bb) 24.85/10.18 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_primCompAux(vwx30, vwx40, vwx152, app(app(app(ty_@3, bh), ca), cb)) -> new_compare4(vwx30, vwx40, bh, ca, cb) 24.85/10.18 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(app(ty_@2, bce), bcf), bcc) -> new_lt1(vwx1621, vwx1631, bce, bcf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(app(ty_@2, bdf), bdg), bah, bcc) -> new_lt1(vwx1620, vwx1630, bdf, bdg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(ty_Maybe, bcd), bcc) -> new_lt0(vwx1621, vwx1631, bcd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(ty_Maybe, bde), bah, bcc) -> new_lt0(vwx1620, vwx1630, bde) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(app(ty_Either, bdh), bea), bah, bcc) -> new_lt2(vwx1620, vwx1630, bdh, bea) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(app(ty_Either, bcg), bch), bcc) -> new_lt2(vwx1621, vwx1631, bcg, bch) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(ty_[], bcb), bcc) -> new_lt(vwx1621, vwx1631, bcb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(ty_[], bdd), bah, bcc) -> new_lt(vwx1620, vwx1630, bdd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), app(app(app(ty_@3, beb), bec), bed), bah, bcc) -> new_lt3(vwx1620, vwx1630, beb, bec, bed) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs3(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), bag, app(app(app(ty_@3, bda), bdb), bdc), bcc) -> new_lt3(vwx1621, vwx1631, bda, bdb, bdc) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs3(vwx1620, vwx1630, bad, bae, baf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Left(vwx1620), Left(vwx1630), app(app(app(ty_@3, hb), hc), hd), gd) -> new_ltEs3(vwx1620, vwx1630, hb, hc, hd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(app(app(ty_@3, hb), hc), hd)), gd)) -> new_ltEs3(vwx1620, vwx1630, hb, hc, hd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs3(vwx1620, vwx1630, bad, bae, baf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(app(app(ty_@3, bbg), bbh), bca))) -> new_ltEs3(vwx1622, vwx1632, bbg, bbh, bca) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(app(app(ty_@3, ee), ef), eg))) -> new_ltEs3(vwx1621, vwx1631, ee, ef, eg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(app(app(ty_@3, dc), dd), de))) -> new_ltEs3(vwx1620, vwx1630, dc, dd, de) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(ty_Maybe, hg)) -> new_ltEs0(vwx1620, vwx1630, hg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Left(vwx1620), Left(vwx1630), app(ty_Maybe, ge), gd) -> new_ltEs0(vwx1620, vwx1630, ge) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(ty_Maybe, ce))) -> new_ltEs0(vwx1620, vwx1630, ce) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(ty_Maybe, ge)), gd)) -> new_ltEs0(vwx1620, vwx1630, ge) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(ty_Maybe, bbb))) -> new_ltEs0(vwx1622, vwx1632, bbb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(ty_Maybe, hg))) -> new_ltEs0(vwx1620, vwx1630, hg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(ty_Maybe, dh))) -> new_ltEs0(vwx1621, vwx1631, dh) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Left(vwx1620), Left(vwx1630), app(ty_[], gc), gd) -> new_ltEs(vwx1620, vwx1630, gc) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(ty_[], hf)) -> new_ltEs(vwx1620, vwx1630, hf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(ty_[], cd))) -> new_ltEs(vwx1620, vwx1630, cd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(ty_[], gc)), gd)) -> new_ltEs(vwx1620, vwx1630, gc) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(ty_[], dg))) -> new_ltEs(vwx1621, vwx1631, dg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(ty_[], bba))) -> new_ltEs(vwx1622, vwx1632, bba) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(ty_[], hf))) -> new_ltEs(vwx1620, vwx1630, hf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Left(vwx1620), Left(vwx1630), app(app(ty_@2, gf), gg), gd) -> new_ltEs1(vwx1620, vwx1630, gf, gg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx1620, vwx1630, hh, baa) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(app(ty_@2, gf), gg)), gd)) -> new_ltEs1(vwx1620, vwx1630, gf, gg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(app(ty_@2, ea), eb))) -> new_ltEs1(vwx1621, vwx1631, ea, eb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(app(ty_@2, hh), baa))) -> new_ltEs1(vwx1620, vwx1630, hh, baa) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(app(ty_@2, bbc), bbd))) -> new_ltEs1(vwx1622, vwx1632, bbc, bbd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(app(ty_@2, cf), cg))) -> new_ltEs1(vwx1620, vwx1630, cf, cg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Right(vwx1620), Right(vwx1630), he, app(app(ty_Either, bab), bac)) -> new_ltEs2(vwx1620, vwx1630, bab, bac) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_ltEs2(Left(vwx1620), Left(vwx1630), app(app(ty_Either, gh), ha), gd) -> new_ltEs2(vwx1620, vwx1630, gh, ha) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Right(vwx1620), Right(vwx1630), False, app(app(ty_Either, he), app(app(ty_Either, bab), bac))) -> new_ltEs2(vwx1620, vwx1630, bab, bac) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, df), app(app(ty_Either, ec), ed))) -> new_ltEs2(vwx1621, vwx1631, ec, ed) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), bah), app(app(ty_Either, bbe), bbf))) -> new_ltEs2(vwx1622, vwx1632, bbe, bbf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Just(vwx1620), Just(vwx1630), False, app(ty_Maybe, app(app(ty_Either, da), db))) -> new_ltEs2(vwx1620, vwx1630, da, db) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(Left(vwx1620), Left(vwx1630), False, app(app(ty_Either, app(app(ty_Either, gh), ha)), gd)) -> new_ltEs2(vwx1620, vwx1630, gh, ha) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(app(ty_@2, fc), fd)), fa)) -> new_lt1(vwx1620, vwx1630, fc, fd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(app(ty_@2, bce), bcf)), bcc)) -> new_lt1(vwx1621, vwx1631, bce, bcf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(app(ty_@2, bdf), bdg)), bah), bcc)) -> new_lt1(vwx1620, vwx1630, bdf, bdg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(app(ty_@2, cfc), cfd), ccf) -> new_lt1(vwx199, vwx202, cfc, cfd) 24.85/10.18 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(app(ty_@2, cch), cda), cce, ccf) -> new_lt1(vwx198, vwx201, cch, cda) 24.85/10.18 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(ty_Maybe, bde)), bah), bcc)) -> new_lt0(vwx1620, vwx1630, bde) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(ty_Maybe, bcd)), bcc)) -> new_lt0(vwx1621, vwx1631, bcd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(ty_Maybe, fb)), fa)) -> new_lt0(vwx1620, vwx1630, fb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(app(ty_Either, bdh), bea)), bah), bcc)) -> new_lt2(vwx1620, vwx1630, bdh, bea) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(app(ty_Either, ff), fg)), fa)) -> new_lt2(vwx1620, vwx1630, ff, fg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(app(ty_Either, bcg), bch)), bcc)) -> new_lt2(vwx1621, vwx1631, bcg, bch) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(ty_[], eh)), fa)) -> new_lt(vwx1620, vwx1630, eh) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(ty_[], bdd)), bah), bcc)) -> new_lt(vwx1620, vwx1630, bdd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(ty_[], bcb)), bcc)) -> new_lt(vwx1621, vwx1631, bcb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, app(app(app(ty_@3, beb), bec), bed)), bah), bcc)) -> new_lt3(vwx1620, vwx1630, beb, bec, bed) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@2(vwx1620, vwx1621), @2(vwx1630, vwx1631), False, app(app(ty_@2, app(app(app(ty_@3, fh), ga), gb)), fa)) -> new_lt3(vwx1620, vwx1630, fh, ga, gb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare20(@3(vwx1620, vwx1621, vwx1622), @3(vwx1630, vwx1631, vwx1632), False, app(app(app(ty_@3, bag), app(app(app(ty_@3, bda), bdb), bdc)), bcc)) -> new_lt3(vwx1621, vwx1631, bda, bdb, bdc) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(ty_Maybe, cfb), ccf) -> new_lt0(vwx199, vwx202, cfb) 24.85/10.18 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(ty_Maybe, ccg), cce, ccf) -> new_lt0(vwx198, vwx201, ccg) 24.85/10.18 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(app(ty_Either, cfe), cff), ccf) -> new_lt2(vwx199, vwx202, cfe, cff) 24.85/10.18 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(app(ty_Either, cdb), cdc), cce, ccf) -> new_lt2(vwx198, vwx201, cdb, cdc) 24.85/10.18 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(ty_[], ccd), cce, ccf) -> new_lt(vwx198, vwx201, ccd) 24.85/10.18 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(ty_[], cfa), ccf) -> new_lt(vwx199, vwx202, cfa) 24.85/10.18 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, app(app(app(ty_@3, cdd), cde), cdf), cce, ccf) -> new_lt3(vwx198, vwx201, cdd, cde, cdf) 24.85/10.18 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_compare24(vwx198, vwx199, vwx200, vwx201, vwx202, vwx203, False, cdg, app(app(app(ty_@3, cfg), cfh), cga), ccf) -> new_lt3(vwx199, vwx202, cfg, cfh, cga) 24.85/10.18 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 24.85/10.18 24.85/10.18 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (20) 24.85/10.18 YES 24.85/10.18 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (21) 24.85/10.18 Obligation: 24.85/10.18 Q DP problem: 24.85/10.18 The TRS P consists of the following rules: 24.85/10.18 24.85/10.18 new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 24.85/10.18 24.85/10.18 R is empty. 24.85/10.18 Q is empty. 24.85/10.18 We have to consider all minimal (P,Q,R)-chains. 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (22) QDPSizeChangeProof (EQUIVALENT) 24.85/10.18 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. 24.85/10.18 24.85/10.18 From the DPs we obtained the following set of size-change graphs: 24.85/10.18 *new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 24.85/10.18 The graph contains the following edges 1 > 1, 2 >= 2 24.85/10.18 24.85/10.18 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (23) 24.85/10.18 YES 24.85/10.18 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (24) 24.85/10.18 Obligation: 24.85/10.18 Q DP problem: 24.85/10.18 The TRS P consists of the following rules: 24.85/10.18 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, gh), ge) -> new_esEs1(vwx300, vwx400, gh) 24.85/10.18 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx300, vwx400, bdh, bea) 24.85/10.18 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) 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx301, vwx401, ff) 24.85/10.18 new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_[], cb)) -> new_esEs3(vwx302, vwx402, cb) 24.85/10.18 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx301, vwx401, cg, da) 24.85/10.18 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx300, vwx400, gb, gc, gd) 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx301, vwx401, fc, fd) 24.85/10.18 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 24.85/10.18 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 24.85/10.18 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx301, vwx401, fg, fh) 24.85/10.18 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdg)) -> new_esEs1(vwx300, vwx400, bdg) 24.85/10.18 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], beb)) -> new_esEs3(vwx300, vwx400, beb) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_[], de), cf) -> new_esEs3(vwx301, vwx401, de) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx300, vwx400, ec) 24.85/10.18 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 24.85/10.18 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx301, vwx401, db) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ef), ba, cf) -> new_esEs3(vwx300, vwx400, ef) 24.85/10.18 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) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx302, vwx402, bh, ca) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx302, vwx402, be, bf) 24.85/10.18 new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 24.85/10.18 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hc), ge) -> new_esEs3(vwx300, vwx400, hc) 24.85/10.18 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), bda) -> new_esEs3(vwx301, vwx401, bda) 24.85/10.18 new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx302, vwx402, bg) 24.85/10.18 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx300, vwx400, bdb, bdc, bdd) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx301, vwx401, dc, dd) 24.85/10.18 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) 24.85/10.18 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 24.85/10.18 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 24.85/10.18 new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 24.85/10.18 new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 24.85/10.18 new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx300, vwx400, ed, ee) 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], ga)) -> new_esEs3(vwx301, vwx401, ga) 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx300, vwx400, gf, gg) 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx300, vwx400, ha, hb) 24.85/10.18 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx300, vwx400, ea, eb) 24.85/10.18 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx301, vwx401, eh, fa, fb) 24.85/10.18 24.85/10.18 R is empty. 24.85/10.18 Q is empty. 24.85/10.18 We have to consider all minimal (P,Q,R)-chains. 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (25) QDPSizeChangeProof (EQUIVALENT) 24.85/10.18 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. 24.85/10.18 24.85/10.18 From the DPs we obtained the following set of size-change graphs: 24.85/10.18 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx300, vwx400, bdb, bdc, bdd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx300, vwx400, bdh, bea) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdg)) -> new_esEs1(vwx300, vwx400, bdg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx301, vwx401, cg, da) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx302, vwx402, be, bf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx300, vwx400, ea, eb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx301, vwx401, fc, fd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx300, vwx400, gf, gg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_[], cb)) -> new_esEs3(vwx302, vwx402, cb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_[], de), cf) -> new_esEs3(vwx301, vwx401, de) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ef), ba, cf) -> new_esEs3(vwx300, vwx400, ef) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], beb)) -> new_esEs3(vwx300, vwx400, beb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), bda) -> new_esEs3(vwx301, vwx401, bda) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hc), ge) -> new_esEs3(vwx300, vwx400, hc) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], ga)) -> new_esEs3(vwx301, vwx401, ga) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *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) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *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) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *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) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx302, vwx402, bh, ca) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx301, vwx401, dc, dd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx300, vwx400, ed, ee) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx300, vwx400, ec) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx301, vwx401, db) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx302, vwx402, bg) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx300, vwx400, gb, gc, gd) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx301, vwx401, eh, fa, fb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx301, vwx401, fg, fh) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx300, vwx400, ha, hb) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, gh), ge) -> new_esEs1(vwx300, vwx400, gh) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 24.85/10.18 24.85/10.18 24.85/10.18 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx301, vwx401, ff) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 24.85/10.18 24.85/10.18 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (26) 24.85/10.18 YES 24.85/10.18 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (27) 24.85/10.18 Obligation: 24.85/10.18 Q DP problem: 24.85/10.18 The TRS P consists of the following rules: 24.85/10.18 24.85/10.18 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 24.85/10.18 24.85/10.18 R is empty. 24.85/10.18 Q is empty. 24.85/10.18 We have to consider all minimal (P,Q,R)-chains. 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (28) QDPSizeChangeProof (EQUIVALENT) 24.85/10.18 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. 24.85/10.18 24.85/10.18 From the DPs we obtained the following set of size-change graphs: 24.85/10.18 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2 24.85/10.18 24.85/10.18 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (29) 24.85/10.18 YES 24.85/10.18 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (30) 24.85/10.18 Obligation: 24.85/10.18 Q DP problem: 24.85/10.18 The TRS P consists of the following rules: 24.85/10.18 24.85/10.18 new_primPlusNat(Succ(vwx29100), Succ(vwx41000)) -> new_primPlusNat(vwx29100, vwx41000) 24.85/10.18 24.85/10.18 R is empty. 24.85/10.18 Q is empty. 24.85/10.18 We have to consider all minimal (P,Q,R)-chains. 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (31) QDPSizeChangeProof (EQUIVALENT) 24.85/10.18 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. 24.85/10.18 24.85/10.18 From the DPs we obtained the following set of size-change graphs: 24.85/10.18 *new_primPlusNat(Succ(vwx29100), Succ(vwx41000)) -> new_primPlusNat(vwx29100, vwx41000) 24.85/10.18 The graph contains the following edges 1 > 1, 2 > 2 24.85/10.18 24.85/10.18 24.85/10.18 ---------------------------------------- 24.85/10.18 24.85/10.18 (32) 24.85/10.18 YES 25.18/10.32 EOF