19.08/9.10 YES 21.98/10.22 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 21.98/10.22 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 21.98/10.22 21.98/10.22 21.98/10.22 H-Termination with start terms of the given HASKELL could be proven: 21.98/10.22 21.98/10.22 (0) HASKELL 21.98/10.22 (1) CR [EQUIVALENT, 0 ms] 21.98/10.22 (2) HASKELL 21.98/10.22 (3) IFR [EQUIVALENT, 0 ms] 21.98/10.22 (4) HASKELL 21.98/10.22 (5) BR [EQUIVALENT, 0 ms] 21.98/10.22 (6) HASKELL 21.98/10.22 (7) COR [EQUIVALENT, 0 ms] 21.98/10.22 (8) HASKELL 21.98/10.22 (9) LetRed [EQUIVALENT, 0 ms] 21.98/10.22 (10) HASKELL 21.98/10.22 (11) NumRed [SOUND, 8 ms] 21.98/10.22 (12) HASKELL 21.98/10.22 (13) Narrow [SOUND, 0 ms] 21.98/10.22 (14) AND 21.98/10.22 (15) QDP 21.98/10.22 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.98/10.22 (17) YES 21.98/10.22 (18) QDP 21.98/10.22 (19) QDPSizeChangeProof [EQUIVALENT, 168 ms] 21.98/10.22 (20) YES 21.98/10.22 (21) QDP 21.98/10.22 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.98/10.22 (23) YES 21.98/10.22 (24) QDP 21.98/10.22 (25) QDPSizeChangeProof [EQUIVALENT, 8 ms] 21.98/10.22 (26) YES 21.98/10.22 (27) QDP 21.98/10.22 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.98/10.22 (29) YES 21.98/10.22 (30) QDP 21.98/10.22 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.98/10.22 (32) YES 21.98/10.22 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (0) 21.98/10.22 Obligation: 21.98/10.22 mainModule Main 21.98/10.22 module Main where { 21.98/10.22 import qualified Prelude; 21.98/10.22 } 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (1) CR (EQUIVALENT) 21.98/10.22 Case Reductions: 21.98/10.22 The following Case expression 21.98/10.22 "case compare x y of { 21.98/10.22 EQ -> o; 21.98/10.22 LT -> LT; 21.98/10.22 GT -> GT} 21.98/10.22 " 21.98/10.22 is transformed to 21.98/10.22 "primCompAux0 o EQ = o; 21.98/10.22 primCompAux0 o LT = LT; 21.98/10.22 primCompAux0 o GT = GT; 21.98/10.22 " 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (2) 21.98/10.22 Obligation: 21.98/10.22 mainModule Main 21.98/10.22 module Main where { 21.98/10.22 import qualified Prelude; 21.98/10.22 } 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (3) IFR (EQUIVALENT) 21.98/10.22 If Reductions: 21.98/10.22 The following If expression 21.98/10.22 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 21.98/10.22 is transformed to 21.98/10.22 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 21.98/10.22 primDivNatS0 x y False = Zero; 21.98/10.22 " 21.98/10.22 The following If expression 21.98/10.22 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 21.98/10.22 is transformed to 21.98/10.22 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 21.98/10.22 primModNatS0 x y False = Succ x; 21.98/10.22 " 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (4) 21.98/10.22 Obligation: 21.98/10.22 mainModule Main 21.98/10.22 module Main where { 21.98/10.22 import qualified Prelude; 21.98/10.22 } 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (5) BR (EQUIVALENT) 21.98/10.22 Replaced joker patterns by fresh variables and removed binding patterns. 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (6) 21.98/10.22 Obligation: 21.98/10.22 mainModule Main 21.98/10.22 module Main where { 21.98/10.22 import qualified Prelude; 21.98/10.22 } 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (7) COR (EQUIVALENT) 21.98/10.22 Cond Reductions: 21.98/10.22 The following Function with conditions 21.98/10.22 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 21.98/10.22 " 21.98/10.22 is transformed to 21.98/10.22 "compare x y = compare3 x y; 21.98/10.22 " 21.98/10.22 "compare0 x y True = GT; 21.98/10.22 " 21.98/10.22 "compare2 x y True = EQ; 21.98/10.22 compare2 x y False = compare1 x y (x <= y); 21.98/10.22 " 21.98/10.22 "compare1 x y True = LT; 21.98/10.22 compare1 x y False = compare0 x y otherwise; 21.98/10.22 " 21.98/10.22 "compare3 x y = compare2 x y (x == y); 21.98/10.22 " 21.98/10.22 The following Function with conditions 21.98/10.22 "absReal x|x >= 0x|otherwise`negate` x; 21.98/10.22 " 21.98/10.22 is transformed to 21.98/10.22 "absReal x = absReal2 x; 21.98/10.22 " 21.98/10.22 "absReal0 x True = `negate` x; 21.98/10.22 " 21.98/10.22 "absReal1 x True = x; 21.98/10.22 absReal1 x False = absReal0 x otherwise; 21.98/10.22 " 21.98/10.22 "absReal2 x = absReal1 x (x >= 0); 21.98/10.22 " 21.98/10.22 The following Function with conditions 21.98/10.22 "gcd' x 0 = x; 21.98/10.22 gcd' x y = gcd' y (x `rem` y); 21.98/10.22 " 21.98/10.22 is transformed to 21.98/10.22 "gcd' x zx = gcd'2 x zx; 21.98/10.22 gcd' x y = gcd'0 x y; 21.98/10.22 " 21.98/10.22 "gcd'0 x y = gcd' y (x `rem` y); 21.98/10.22 " 21.98/10.22 "gcd'1 True x zx = x; 21.98/10.22 gcd'1 zy zz vuu = gcd'0 zz vuu; 21.98/10.22 " 21.98/10.22 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 21.98/10.22 gcd'2 vuv vuw = gcd'0 vuv vuw; 21.98/10.22 " 21.98/10.22 The following Function with conditions 21.98/10.22 "gcd 0 0 = error []; 21.98/10.22 gcd x y = gcd' (abs x) (abs y) where { 21.98/10.22 gcd' x 0 = x; 21.98/10.22 gcd' x y = gcd' y (x `rem` y); 21.98/10.22 } 21.98/10.22 ; 21.98/10.22 " 21.98/10.22 is transformed to 21.98/10.22 "gcd vux vuy = gcd3 vux vuy; 21.98/10.22 gcd x y = gcd0 x y; 21.98/10.22 " 21.98/10.22 "gcd0 x y = gcd' (abs x) (abs y) where { 21.98/10.22 gcd' x zx = gcd'2 x zx; 21.98/10.22 gcd' x y = gcd'0 x y; 21.98/10.22 ; 21.98/10.22 gcd'0 x y = gcd' y (x `rem` y); 21.98/10.22 ; 21.98/10.22 gcd'1 True x zx = x; 21.98/10.22 gcd'1 zy zz vuu = gcd'0 zz vuu; 21.98/10.22 ; 21.98/10.22 gcd'2 x zx = gcd'1 (zx == 0) x zx; 21.98/10.22 gcd'2 vuv vuw = gcd'0 vuv vuw; 21.98/10.22 } 21.98/10.22 ; 21.98/10.22 " 21.98/10.22 "gcd1 True vux vuy = error []; 21.98/10.22 gcd1 vuz vvu vvv = gcd0 vvu vvv; 21.98/10.22 " 21.98/10.22 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 21.98/10.22 gcd2 vvw vvx vvy = gcd0 vvx vvy; 21.98/10.22 " 21.98/10.22 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 21.98/10.22 gcd3 vvz vwu = gcd0 vvz vwu; 21.98/10.22 " 21.98/10.22 The following Function with conditions 21.98/10.22 "undefined |Falseundefined; 21.98/10.22 " 21.98/10.22 is transformed to 21.98/10.22 "undefined = undefined1; 21.98/10.22 " 21.98/10.22 "undefined0 True = undefined; 21.98/10.22 " 21.98/10.22 "undefined1 = undefined0 False; 21.98/10.22 " 21.98/10.22 The following Function with conditions 21.98/10.22 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 21.98/10.22 d = gcd x y; 21.98/10.22 } 21.98/10.22 ; 21.98/10.22 " 21.98/10.22 is transformed to 21.98/10.22 "reduce x y = reduce2 x y; 21.98/10.22 " 21.98/10.22 "reduce2 x y = reduce1 x y (y == 0) where { 21.98/10.22 d = gcd x y; 21.98/10.22 ; 21.98/10.22 reduce0 x y True = x `quot` d :% (y `quot` d); 21.98/10.22 ; 21.98/10.22 reduce1 x y True = error []; 21.98/10.22 reduce1 x y False = reduce0 x y otherwise; 21.98/10.22 } 21.98/10.22 ; 21.98/10.22 " 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (8) 21.98/10.22 Obligation: 21.98/10.22 mainModule Main 21.98/10.22 module Main where { 21.98/10.22 import qualified Prelude; 21.98/10.22 } 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (9) LetRed (EQUIVALENT) 21.98/10.22 Let/Where Reductions: 21.98/10.22 The bindings of the following Let/Where expression 21.98/10.22 "gcd' (abs x) (abs y) where { 21.98/10.22 gcd' x zx = gcd'2 x zx; 21.98/10.22 gcd' x y = gcd'0 x y; 21.98/10.22 ; 21.98/10.22 gcd'0 x y = gcd' y (x `rem` y); 21.98/10.22 ; 21.98/10.22 gcd'1 True x zx = x; 21.98/10.22 gcd'1 zy zz vuu = gcd'0 zz vuu; 21.98/10.22 ; 21.98/10.22 gcd'2 x zx = gcd'1 (zx == 0) x zx; 21.98/10.22 gcd'2 vuv vuw = gcd'0 vuv vuw; 21.98/10.22 } 21.98/10.22 " 21.98/10.22 are unpacked to the following functions on top level 21.98/10.22 "gcd0Gcd'1 True x zx = x; 21.98/10.22 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 21.98/10.22 " 21.98/10.22 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 21.98/10.22 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 21.98/10.22 " 21.98/10.22 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 21.98/10.22 gcd0Gcd' x y = gcd0Gcd'0 x y; 21.98/10.22 " 21.98/10.22 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 21.98/10.22 " 21.98/10.22 The bindings of the following Let/Where expression 21.98/10.22 "reduce1 x y (y == 0) where { 21.98/10.22 d = gcd x y; 21.98/10.22 ; 21.98/10.22 reduce0 x y True = x `quot` d :% (y `quot` d); 21.98/10.22 ; 21.98/10.22 reduce1 x y True = error []; 21.98/10.22 reduce1 x y False = reduce0 x y otherwise; 21.98/10.22 } 21.98/10.22 " 21.98/10.22 are unpacked to the following functions on top level 21.98/10.22 "reduce2D vwv vww = gcd vwv vww; 21.98/10.22 " 21.98/10.22 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 21.98/10.22 " 21.98/10.22 "reduce2Reduce1 vwv vww x y True = error []; 21.98/10.22 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 21.98/10.22 " 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (10) 21.98/10.22 Obligation: 21.98/10.22 mainModule Main 21.98/10.22 module Main where { 21.98/10.22 import qualified Prelude; 21.98/10.22 } 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (11) NumRed (SOUND) 21.98/10.22 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (12) 21.98/10.22 Obligation: 21.98/10.22 mainModule Main 21.98/10.22 module Main where { 21.98/10.22 import qualified Prelude; 21.98/10.22 } 21.98/10.22 21.98/10.22 ---------------------------------------- 21.98/10.22 21.98/10.22 (13) Narrow (SOUND) 21.98/10.22 Haskell To QDPs 21.98/10.22 21.98/10.22 digraph dp_graph { 21.98/10.22 node [outthreshold=100, inthreshold=100];1[label="(<)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 21.98/10.22 3[label="(<) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 21.98/10.22 4[label="(<) vwx3 vwx4",fontsize=16,color="blue",shape="box"];2797[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2797[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2797 -> 5[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2798[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2798[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2798 -> 6[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2799[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2799[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2799 -> 7[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2800[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2800[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2800 -> 8[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2801[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2801[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2801 -> 9[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2802[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2802[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2802 -> 10[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2803[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2803[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2803 -> 11[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2804[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2804[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2804 -> 12[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2805[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2805[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2805 -> 13[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2806[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2806[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2806 -> 14[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2807[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2807[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2807 -> 15[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2808[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2808[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2808 -> 16[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2809[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2809[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2809 -> 17[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2810[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 2810[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2810 -> 18[label="",style="solid", color="blue", weight=3]; 21.98/10.22 5[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];5 -> 19[label="",style="solid", color="black", weight=3]; 21.98/10.22 6[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];6 -> 20[label="",style="solid", color="black", weight=3]; 21.98/10.22 7[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];7 -> 21[label="",style="solid", color="black", weight=3]; 21.98/10.22 8[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];8 -> 22[label="",style="solid", color="black", weight=3]; 21.98/10.22 9[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];9 -> 23[label="",style="solid", color="black", weight=3]; 21.98/10.22 10[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];10 -> 24[label="",style="solid", color="black", weight=3]; 21.98/10.22 11[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];11 -> 25[label="",style="solid", color="black", weight=3]; 21.98/10.22 12[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];12 -> 26[label="",style="solid", color="black", weight=3]; 21.98/10.22 13[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];13 -> 27[label="",style="solid", color="black", weight=3]; 21.98/10.22 14[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];14 -> 28[label="",style="solid", color="black", weight=3]; 21.98/10.22 15[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];15 -> 29[label="",style="solid", color="black", weight=3]; 21.98/10.22 16[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];16 -> 30[label="",style="solid", color="black", weight=3]; 21.98/10.22 17[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];17 -> 31[label="",style="solid", color="black", weight=3]; 21.98/10.22 18[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];18 -> 32[label="",style="solid", color="black", weight=3]; 21.98/10.22 19 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 19[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];19 -> 122[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 20 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 20[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];20 -> 123[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 21 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 21[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];21 -> 124[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 22 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 22[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];22 -> 125[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 23 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 23[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];23 -> 126[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 24 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 24[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];24 -> 127[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 25 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 25[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];25 -> 128[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 26 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 26[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];26 -> 129[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 27 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 27[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];27 -> 130[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 28 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 28[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];28 -> 131[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 29 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 29[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];29 -> 132[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 30 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 30[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];30 -> 133[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 31 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 31[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];31 -> 134[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 32 -> 121[label="",style="dashed", color="red", weight=0]; 21.98/10.22 32[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];32 -> 135[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 122[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];122 -> 161[label="",style="solid", color="black", weight=3]; 21.98/10.22 121[label="vwx7 == LT",fontsize=16,color="burlywood",shape="triangle"];2811[label="vwx7/LT",fontsize=10,color="white",style="solid",shape="box"];121 -> 2811[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2811 -> 162[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2812[label="vwx7/EQ",fontsize=10,color="white",style="solid",shape="box"];121 -> 2812[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2812 -> 163[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2813[label="vwx7/GT",fontsize=10,color="white",style="solid",shape="box"];121 -> 2813[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2813 -> 164[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 123[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2814[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];123 -> 2814[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2814 -> 165[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2815[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];123 -> 2815[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2815 -> 166[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 124[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];124 -> 167[label="",style="solid", color="black", weight=3]; 21.98/10.22 125[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];125 -> 168[label="",style="solid", color="black", weight=3]; 21.98/10.22 126[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];126 -> 169[label="",style="solid", color="black", weight=3]; 21.98/10.22 127[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];127 -> 170[label="",style="solid", color="black", weight=3]; 21.98/10.22 128[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2816[label="vwx3/()",fontsize=10,color="white",style="solid",shape="box"];128 -> 2816[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2816 -> 171[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 129[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2817[label="vwx3/vwx30 :% vwx31",fontsize=10,color="white",style="solid",shape="box"];129 -> 2817[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2817 -> 172[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 130[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2818[label="vwx3/Integer vwx30",fontsize=10,color="white",style="solid",shape="box"];130 -> 2818[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2818 -> 173[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 131[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];131 -> 174[label="",style="solid", color="black", weight=3]; 21.98/10.22 132[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];132 -> 175[label="",style="solid", color="black", weight=3]; 21.98/10.22 133[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];133 -> 176[label="",style="solid", color="black", weight=3]; 21.98/10.22 134[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];134 -> 177[label="",style="solid", color="black", weight=3]; 21.98/10.22 135[label="compare vwx3 vwx4",fontsize=16,color="black",shape="triangle"];135 -> 178[label="",style="solid", color="black", weight=3]; 21.98/10.22 161[label="primCmpFloat vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];2819[label="vwx3/Float vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];161 -> 2819[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2819 -> 179[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 162[label="LT == LT",fontsize=16,color="black",shape="box"];162 -> 180[label="",style="solid", color="black", weight=3]; 21.98/10.22 163[label="EQ == LT",fontsize=16,color="black",shape="box"];163 -> 181[label="",style="solid", color="black", weight=3]; 21.98/10.22 164[label="GT == LT",fontsize=16,color="black",shape="box"];164 -> 182[label="",style="solid", color="black", weight=3]; 21.98/10.22 165[label="compare (vwx30 : vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2820[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];165 -> 2820[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2820 -> 183[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2821[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];165 -> 2821[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2821 -> 184[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 166[label="compare [] vwx4",fontsize=16,color="burlywood",shape="box"];2822[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];166 -> 2822[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2822 -> 185[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2823[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];166 -> 2823[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2823 -> 186[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 167[label="primCmpChar vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];2824[label="vwx3/Char vwx30",fontsize=10,color="white",style="solid",shape="box"];167 -> 2824[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2824 -> 187[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 168[label="primCmpInt vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2825[label="vwx3/Pos vwx30",fontsize=10,color="white",style="solid",shape="box"];168 -> 2825[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2825 -> 188[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2826[label="vwx3/Neg vwx30",fontsize=10,color="white",style="solid",shape="box"];168 -> 2826[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2826 -> 189[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 169[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];169 -> 190[label="",style="solid", color="black", weight=3]; 21.98/10.22 170[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];170 -> 191[label="",style="solid", color="black", weight=3]; 21.98/10.22 171[label="compare () vwx4",fontsize=16,color="burlywood",shape="box"];2827[label="vwx4/()",fontsize=10,color="white",style="solid",shape="box"];171 -> 2827[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2827 -> 192[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 172[label="compare (vwx30 :% vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2828[label="vwx4/vwx40 :% vwx41",fontsize=10,color="white",style="solid",shape="box"];172 -> 2828[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2828 -> 193[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 173[label="compare (Integer vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];2829[label="vwx4/Integer vwx40",fontsize=10,color="white",style="solid",shape="box"];173 -> 2829[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2829 -> 194[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 174[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];174 -> 195[label="",style="solid", color="black", weight=3]; 21.98/10.22 175[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];175 -> 196[label="",style="solid", color="black", weight=3]; 21.98/10.22 176[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];176 -> 197[label="",style="solid", color="black", weight=3]; 21.98/10.22 177[label="primCmpDouble vwx3 vwx4",fontsize=16,color="burlywood",shape="box"];2830[label="vwx3/Double vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];177 -> 2830[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2830 -> 198[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 178[label="compare3 vwx3 vwx4",fontsize=16,color="black",shape="box"];178 -> 199[label="",style="solid", color="black", weight=3]; 21.98/10.22 179[label="primCmpFloat (Float vwx30 vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2831[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];179 -> 2831[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2831 -> 200[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2832[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];179 -> 2832[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2832 -> 201[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 180[label="True",fontsize=16,color="green",shape="box"];181[label="False",fontsize=16,color="green",shape="box"];182[label="False",fontsize=16,color="green",shape="box"];183[label="compare (vwx30 : vwx31) (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];183 -> 202[label="",style="solid", color="black", weight=3]; 21.98/10.22 184[label="compare (vwx30 : vwx31) []",fontsize=16,color="black",shape="box"];184 -> 203[label="",style="solid", color="black", weight=3]; 21.98/10.22 185[label="compare [] (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];185 -> 204[label="",style="solid", color="black", weight=3]; 21.98/10.22 186[label="compare [] []",fontsize=16,color="black",shape="box"];186 -> 205[label="",style="solid", color="black", weight=3]; 21.98/10.22 187[label="primCmpChar (Char vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];2833[label="vwx4/Char vwx40",fontsize=10,color="white",style="solid",shape="box"];187 -> 2833[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2833 -> 206[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 188[label="primCmpInt (Pos vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];2834[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];188 -> 2834[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2834 -> 207[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2835[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];188 -> 2835[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2835 -> 208[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 189[label="primCmpInt (Neg vwx30) vwx4",fontsize=16,color="burlywood",shape="box"];2836[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];189 -> 2836[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2836 -> 209[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2837[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];189 -> 2837[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2837 -> 210[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 190[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2838[label="vwx3/LT",fontsize=10,color="white",style="solid",shape="box"];190 -> 2838[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2838 -> 211[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2839[label="vwx3/EQ",fontsize=10,color="white",style="solid",shape="box"];190 -> 2839[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2839 -> 212[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2840[label="vwx3/GT",fontsize=10,color="white",style="solid",shape="box"];190 -> 2840[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2840 -> 213[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 191[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2841[label="vwx3/False",fontsize=10,color="white",style="solid",shape="box"];191 -> 2841[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2841 -> 214[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2842[label="vwx3/True",fontsize=10,color="white",style="solid",shape="box"];191 -> 2842[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2842 -> 215[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 192[label="compare () ()",fontsize=16,color="black",shape="box"];192 -> 216[label="",style="solid", color="black", weight=3]; 21.98/10.22 193[label="compare (vwx30 :% vwx31) (vwx40 :% vwx41)",fontsize=16,color="black",shape="box"];193 -> 217[label="",style="solid", color="black", weight=3]; 21.98/10.22 194[label="compare (Integer vwx30) (Integer vwx40)",fontsize=16,color="black",shape="box"];194 -> 218[label="",style="solid", color="black", weight=3]; 21.98/10.22 195[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2843[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];195 -> 2843[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2843 -> 219[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2844[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];195 -> 2844[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2844 -> 220[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 196[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2845[label="vwx3/(vwx30,vwx31)",fontsize=10,color="white",style="solid",shape="box"];196 -> 2845[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2845 -> 221[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 197[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2846[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];197 -> 2846[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2846 -> 222[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2847[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];197 -> 2847[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2847 -> 223[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 198[label="primCmpDouble (Double vwx30 vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2848[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];198 -> 2848[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2848 -> 224[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2849[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];198 -> 2849[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2849 -> 225[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 199[label="compare2 vwx3 vwx4 (vwx3 == vwx4)",fontsize=16,color="burlywood",shape="box"];2850[label="vwx3/(vwx30,vwx31,vwx32)",fontsize=10,color="white",style="solid",shape="box"];199 -> 2850[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2850 -> 226[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 200[label="primCmpFloat (Float vwx30 (Pos vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];2851[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];200 -> 2851[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2851 -> 227[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 201[label="primCmpFloat (Float vwx30 (Neg vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];2852[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];201 -> 2852[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2852 -> 228[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 202 -> 229[label="",style="dashed", color="red", weight=0]; 21.98/10.22 202[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="magenta"];202 -> 230[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 203[label="GT",fontsize=16,color="green",shape="box"];204[label="LT",fontsize=16,color="green",shape="box"];205[label="EQ",fontsize=16,color="green",shape="box"];206[label="primCmpChar (Char vwx30) (Char vwx40)",fontsize=16,color="black",shape="box"];206 -> 231[label="",style="solid", color="black", weight=3]; 21.98/10.22 207[label="primCmpInt (Pos (Succ vwx300)) vwx4",fontsize=16,color="burlywood",shape="box"];2853[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];207 -> 2853[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2853 -> 232[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2854[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];207 -> 2854[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2854 -> 233[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 208[label="primCmpInt (Pos Zero) vwx4",fontsize=16,color="burlywood",shape="box"];2855[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];208 -> 2855[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2855 -> 234[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2856[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];208 -> 2856[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2856 -> 235[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 209[label="primCmpInt (Neg (Succ vwx300)) vwx4",fontsize=16,color="burlywood",shape="box"];2857[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];209 -> 2857[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2857 -> 236[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2858[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];209 -> 2858[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2858 -> 237[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 210[label="primCmpInt (Neg Zero) vwx4",fontsize=16,color="burlywood",shape="box"];2859[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];210 -> 2859[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2859 -> 238[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2860[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];210 -> 2860[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2860 -> 239[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 211[label="compare2 LT vwx4 (LT == vwx4)",fontsize=16,color="burlywood",shape="box"];2861[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];211 -> 2861[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2861 -> 240[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2862[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];211 -> 2862[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2862 -> 241[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2863[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];211 -> 2863[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2863 -> 242[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 212[label="compare2 EQ vwx4 (EQ == vwx4)",fontsize=16,color="burlywood",shape="box"];2864[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];212 -> 2864[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2864 -> 243[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2865[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];212 -> 2865[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2865 -> 244[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2866[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];212 -> 2866[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2866 -> 245[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 213[label="compare2 GT vwx4 (GT == vwx4)",fontsize=16,color="burlywood",shape="box"];2867[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];213 -> 2867[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2867 -> 246[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2868[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];213 -> 2868[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2868 -> 247[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2869[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];213 -> 2869[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2869 -> 248[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 214[label="compare2 False vwx4 (False == vwx4)",fontsize=16,color="burlywood",shape="box"];2870[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];214 -> 2870[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2870 -> 249[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2871[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];214 -> 2871[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2871 -> 250[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 215[label="compare2 True vwx4 (True == vwx4)",fontsize=16,color="burlywood",shape="box"];2872[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];215 -> 2872[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2872 -> 251[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2873[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];215 -> 2873[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2873 -> 252[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 216[label="EQ",fontsize=16,color="green",shape="box"];217[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="blue",shape="box"];2874[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];217 -> 2874[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2874 -> 253[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2875[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];217 -> 2875[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2875 -> 254[label="",style="solid", color="blue", weight=3]; 21.98/10.22 218 -> 168[label="",style="dashed", color="red", weight=0]; 21.98/10.22 218[label="primCmpInt vwx30 vwx40",fontsize=16,color="magenta"];218 -> 255[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 218 -> 256[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 219[label="compare2 Nothing vwx4 (Nothing == vwx4)",fontsize=16,color="burlywood",shape="box"];2876[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];219 -> 2876[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2876 -> 257[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2877[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];219 -> 2877[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2877 -> 258[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 220[label="compare2 (Just vwx30) vwx4 (Just vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];2878[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];220 -> 2878[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2878 -> 259[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2879[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];220 -> 2879[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2879 -> 260[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 221[label="compare2 (vwx30,vwx31) vwx4 ((vwx30,vwx31) == vwx4)",fontsize=16,color="burlywood",shape="box"];2880[label="vwx4/(vwx40,vwx41)",fontsize=10,color="white",style="solid",shape="box"];221 -> 2880[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2880 -> 261[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 222[label="compare2 (Left vwx30) vwx4 (Left vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];2881[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];222 -> 2881[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2881 -> 262[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2882[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];222 -> 2882[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2882 -> 263[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 223[label="compare2 (Right vwx30) vwx4 (Right vwx30 == vwx4)",fontsize=16,color="burlywood",shape="box"];2883[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];223 -> 2883[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2883 -> 264[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2884[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];223 -> 2884[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2884 -> 265[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 224[label="primCmpDouble (Double vwx30 (Pos vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];2885[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];224 -> 2885[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2885 -> 266[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 225[label="primCmpDouble (Double vwx30 (Neg vwx310)) vwx4",fontsize=16,color="burlywood",shape="box"];2886[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];225 -> 2886[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2886 -> 267[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 226[label="compare2 (vwx30,vwx31,vwx32) vwx4 ((vwx30,vwx31,vwx32) == vwx4)",fontsize=16,color="burlywood",shape="box"];2887[label="vwx4/(vwx40,vwx41,vwx42)",fontsize=10,color="white",style="solid",shape="box"];226 -> 2887[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2887 -> 268[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 227[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];2888[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];227 -> 2888[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2888 -> 269[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2889[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];227 -> 2889[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2889 -> 270[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 228[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];2890[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];228 -> 2890[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2890 -> 271[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2891[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];228 -> 2891[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2891 -> 272[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 230 -> 123[label="",style="dashed", color="red", weight=0]; 21.98/10.22 230[label="compare vwx31 vwx41",fontsize=16,color="magenta"];230 -> 273[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 230 -> 274[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 229[label="primCompAux vwx30 vwx40 vwx8",fontsize=16,color="black",shape="triangle"];229 -> 275[label="",style="solid", color="black", weight=3]; 21.98/10.22 231[label="primCmpNat vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2892[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];231 -> 2892[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2892 -> 276[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2893[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];231 -> 2893[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2893 -> 277[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 232[label="primCmpInt (Pos (Succ vwx300)) (Pos vwx40)",fontsize=16,color="black",shape="box"];232 -> 278[label="",style="solid", color="black", weight=3]; 21.98/10.22 233[label="primCmpInt (Pos (Succ vwx300)) (Neg vwx40)",fontsize=16,color="black",shape="box"];233 -> 279[label="",style="solid", color="black", weight=3]; 21.98/10.22 234[label="primCmpInt (Pos Zero) (Pos vwx40)",fontsize=16,color="burlywood",shape="box"];2894[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];234 -> 2894[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2894 -> 280[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2895[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];234 -> 2895[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2895 -> 281[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 235[label="primCmpInt (Pos Zero) (Neg vwx40)",fontsize=16,color="burlywood",shape="box"];2896[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];235 -> 2896[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2896 -> 282[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2897[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];235 -> 2897[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2897 -> 283[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 236[label="primCmpInt (Neg (Succ vwx300)) (Pos vwx40)",fontsize=16,color="black",shape="box"];236 -> 284[label="",style="solid", color="black", weight=3]; 21.98/10.22 237[label="primCmpInt (Neg (Succ vwx300)) (Neg vwx40)",fontsize=16,color="black",shape="box"];237 -> 285[label="",style="solid", color="black", weight=3]; 21.98/10.22 238[label="primCmpInt (Neg Zero) (Pos vwx40)",fontsize=16,color="burlywood",shape="box"];2898[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];238 -> 2898[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2898 -> 286[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2899[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];238 -> 2899[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2899 -> 287[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 239[label="primCmpInt (Neg Zero) (Neg vwx40)",fontsize=16,color="burlywood",shape="box"];2900[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];239 -> 2900[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2900 -> 288[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2901[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];239 -> 2901[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2901 -> 289[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 240[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];240 -> 290[label="",style="solid", color="black", weight=3]; 21.98/10.22 241[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];241 -> 291[label="",style="solid", color="black", weight=3]; 21.98/10.22 242[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];242 -> 292[label="",style="solid", color="black", weight=3]; 21.98/10.22 243[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];243 -> 293[label="",style="solid", color="black", weight=3]; 21.98/10.22 244[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];244 -> 294[label="",style="solid", color="black", weight=3]; 21.98/10.22 245[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];245 -> 295[label="",style="solid", color="black", weight=3]; 21.98/10.22 246[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];246 -> 296[label="",style="solid", color="black", weight=3]; 21.98/10.22 247[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];247 -> 297[label="",style="solid", color="black", weight=3]; 21.98/10.22 248[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];248 -> 298[label="",style="solid", color="black", weight=3]; 21.98/10.22 249[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];249 -> 299[label="",style="solid", color="black", weight=3]; 21.98/10.22 250[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];250 -> 300[label="",style="solid", color="black", weight=3]; 21.98/10.22 251[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];251 -> 301[label="",style="solid", color="black", weight=3]; 21.98/10.22 252[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];252 -> 302[label="",style="solid", color="black", weight=3]; 21.98/10.22 253 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 253[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="magenta"];253 -> 303[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 253 -> 304[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 254 -> 130[label="",style="dashed", color="red", weight=0]; 21.98/10.22 254[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="magenta"];254 -> 305[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 254 -> 306[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 255[label="vwx30",fontsize=16,color="green",shape="box"];256[label="vwx40",fontsize=16,color="green",shape="box"];257[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];257 -> 307[label="",style="solid", color="black", weight=3]; 21.98/10.22 258[label="compare2 Nothing (Just vwx40) (Nothing == Just vwx40)",fontsize=16,color="black",shape="box"];258 -> 308[label="",style="solid", color="black", weight=3]; 21.98/10.22 259[label="compare2 (Just vwx30) Nothing (Just vwx30 == Nothing)",fontsize=16,color="black",shape="box"];259 -> 309[label="",style="solid", color="black", weight=3]; 21.98/10.22 260[label="compare2 (Just vwx30) (Just vwx40) (Just vwx30 == Just vwx40)",fontsize=16,color="black",shape="box"];260 -> 310[label="",style="solid", color="black", weight=3]; 21.98/10.22 261[label="compare2 (vwx30,vwx31) (vwx40,vwx41) ((vwx30,vwx31) == (vwx40,vwx41))",fontsize=16,color="black",shape="box"];261 -> 311[label="",style="solid", color="black", weight=3]; 21.98/10.22 262[label="compare2 (Left vwx30) (Left vwx40) (Left vwx30 == Left vwx40)",fontsize=16,color="black",shape="box"];262 -> 312[label="",style="solid", color="black", weight=3]; 21.98/10.22 263[label="compare2 (Left vwx30) (Right vwx40) (Left vwx30 == Right vwx40)",fontsize=16,color="black",shape="box"];263 -> 313[label="",style="solid", color="black", weight=3]; 21.98/10.22 264[label="compare2 (Right vwx30) (Left vwx40) (Right vwx30 == Left vwx40)",fontsize=16,color="black",shape="box"];264 -> 314[label="",style="solid", color="black", weight=3]; 21.98/10.22 265[label="compare2 (Right vwx30) (Right vwx40) (Right vwx30 == Right vwx40)",fontsize=16,color="black",shape="box"];265 -> 315[label="",style="solid", color="black", weight=3]; 21.98/10.22 266[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];2902[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];266 -> 2902[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2902 -> 316[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2903[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];266 -> 2903[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2903 -> 317[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 267[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 vwx41)",fontsize=16,color="burlywood",shape="box"];2904[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];267 -> 2904[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2904 -> 318[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2905[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];267 -> 2905[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2905 -> 319[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 268[label="compare2 (vwx30,vwx31,vwx32) (vwx40,vwx41,vwx42) ((vwx30,vwx31,vwx32) == (vwx40,vwx41,vwx42))",fontsize=16,color="black",shape="box"];268 -> 320[label="",style="solid", color="black", weight=3]; 21.98/10.22 269[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];269 -> 321[label="",style="solid", color="black", weight=3]; 21.98/10.22 270[label="primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];270 -> 322[label="",style="solid", color="black", weight=3]; 21.98/10.22 271[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];271 -> 323[label="",style="solid", color="black", weight=3]; 21.98/10.22 272[label="primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];272 -> 324[label="",style="solid", color="black", weight=3]; 21.98/10.22 273[label="vwx31",fontsize=16,color="green",shape="box"];274[label="vwx41",fontsize=16,color="green",shape="box"];275 -> 325[label="",style="dashed", color="red", weight=0]; 21.98/10.22 275[label="primCompAux0 vwx8 (compare vwx30 vwx40)",fontsize=16,color="magenta"];275 -> 326[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 275 -> 327[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 276[label="primCmpNat (Succ vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2906[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];276 -> 2906[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2906 -> 328[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2907[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];276 -> 2907[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2907 -> 329[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 277[label="primCmpNat Zero vwx40",fontsize=16,color="burlywood",shape="box"];2908[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];277 -> 2908[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2908 -> 330[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2909[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];277 -> 2909[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2909 -> 331[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 278 -> 231[label="",style="dashed", color="red", weight=0]; 21.98/10.22 278[label="primCmpNat (Succ vwx300) vwx40",fontsize=16,color="magenta"];278 -> 332[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 278 -> 333[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 279[label="GT",fontsize=16,color="green",shape="box"];280[label="primCmpInt (Pos Zero) (Pos (Succ vwx400))",fontsize=16,color="black",shape="box"];280 -> 334[label="",style="solid", color="black", weight=3]; 21.98/10.22 281[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];281 -> 335[label="",style="solid", color="black", weight=3]; 21.98/10.22 282[label="primCmpInt (Pos Zero) (Neg (Succ vwx400))",fontsize=16,color="black",shape="box"];282 -> 336[label="",style="solid", color="black", weight=3]; 21.98/10.22 283[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];283 -> 337[label="",style="solid", color="black", weight=3]; 21.98/10.22 284[label="LT",fontsize=16,color="green",shape="box"];285 -> 231[label="",style="dashed", color="red", weight=0]; 21.98/10.22 285[label="primCmpNat vwx40 (Succ vwx300)",fontsize=16,color="magenta"];285 -> 338[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 285 -> 339[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 286[label="primCmpInt (Neg Zero) (Pos (Succ vwx400))",fontsize=16,color="black",shape="box"];286 -> 340[label="",style="solid", color="black", weight=3]; 21.98/10.22 287[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];287 -> 341[label="",style="solid", color="black", weight=3]; 21.98/10.22 288[label="primCmpInt (Neg Zero) (Neg (Succ vwx400))",fontsize=16,color="black",shape="box"];288 -> 342[label="",style="solid", color="black", weight=3]; 21.98/10.22 289[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];289 -> 343[label="",style="solid", color="black", weight=3]; 21.98/10.22 290[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];290 -> 344[label="",style="solid", color="black", weight=3]; 21.98/10.22 291[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];291 -> 345[label="",style="solid", color="black", weight=3]; 21.98/10.22 292[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];292 -> 346[label="",style="solid", color="black", weight=3]; 21.98/10.22 293[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];293 -> 347[label="",style="solid", color="black", weight=3]; 21.98/10.22 294[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];294 -> 348[label="",style="solid", color="black", weight=3]; 21.98/10.22 295[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];295 -> 349[label="",style="solid", color="black", weight=3]; 21.98/10.22 296[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];296 -> 350[label="",style="solid", color="black", weight=3]; 21.98/10.22 297[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];297 -> 351[label="",style="solid", color="black", weight=3]; 21.98/10.22 298[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];298 -> 352[label="",style="solid", color="black", weight=3]; 21.98/10.22 299[label="compare2 False False True",fontsize=16,color="black",shape="box"];299 -> 353[label="",style="solid", color="black", weight=3]; 21.98/10.22 300[label="compare2 False True False",fontsize=16,color="black",shape="box"];300 -> 354[label="",style="solid", color="black", weight=3]; 21.98/10.22 301[label="compare2 True False False",fontsize=16,color="black",shape="box"];301 -> 355[label="",style="solid", color="black", weight=3]; 21.98/10.22 302[label="compare2 True True True",fontsize=16,color="black",shape="box"];302 -> 356[label="",style="solid", color="black", weight=3]; 21.98/10.22 303[label="vwx30 * vwx41",fontsize=16,color="black",shape="triangle"];303 -> 357[label="",style="solid", color="black", weight=3]; 21.98/10.22 304 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.22 304[label="vwx40 * vwx31",fontsize=16,color="magenta"];304 -> 358[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 304 -> 359[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 305[label="vwx30 * vwx41",fontsize=16,color="burlywood",shape="triangle"];2910[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];305 -> 2910[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2910 -> 360[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 306 -> 305[label="",style="dashed", color="red", weight=0]; 21.98/10.22 306[label="vwx40 * vwx31",fontsize=16,color="magenta"];306 -> 361[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 306 -> 362[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 307[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];307 -> 363[label="",style="solid", color="black", weight=3]; 21.98/10.22 308[label="compare2 Nothing (Just vwx40) False",fontsize=16,color="black",shape="box"];308 -> 364[label="",style="solid", color="black", weight=3]; 21.98/10.22 309[label="compare2 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];309 -> 365[label="",style="solid", color="black", weight=3]; 21.98/10.22 310 -> 366[label="",style="dashed", color="red", weight=0]; 21.98/10.22 310[label="compare2 (Just vwx30) (Just vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];310 -> 367[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 310 -> 368[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 310 -> 369[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 311 -> 805[label="",style="dashed", color="red", weight=0]; 21.98/10.22 311[label="compare2 (vwx30,vwx31) (vwx40,vwx41) (vwx30 == vwx40 && vwx31 == vwx41)",fontsize=16,color="magenta"];311 -> 806[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 311 -> 807[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 311 -> 808[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 311 -> 809[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 311 -> 810[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 312 -> 376[label="",style="dashed", color="red", weight=0]; 21.98/10.22 312[label="compare2 (Left vwx30) (Left vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];312 -> 377[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 312 -> 378[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 312 -> 379[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 313[label="compare2 (Left vwx30) (Right vwx40) False",fontsize=16,color="black",shape="box"];313 -> 380[label="",style="solid", color="black", weight=3]; 21.98/10.22 314[label="compare2 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];314 -> 381[label="",style="solid", color="black", weight=3]; 21.98/10.22 315 -> 382[label="",style="dashed", color="red", weight=0]; 21.98/10.22 315[label="compare2 (Right vwx30) (Right vwx40) (vwx30 == vwx40)",fontsize=16,color="magenta"];315 -> 383[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 315 -> 384[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 315 -> 385[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 316[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];316 -> 386[label="",style="solid", color="black", weight=3]; 21.98/10.22 317[label="primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];317 -> 387[label="",style="solid", color="black", weight=3]; 21.98/10.22 318[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410))",fontsize=16,color="black",shape="box"];318 -> 388[label="",style="solid", color="black", weight=3]; 21.98/10.22 319[label="primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410))",fontsize=16,color="black",shape="box"];319 -> 389[label="",style="solid", color="black", weight=3]; 21.98/10.22 320 -> 852[label="",style="dashed", color="red", weight=0]; 21.98/10.22 320[label="compare2 (vwx30,vwx31,vwx32) (vwx40,vwx41,vwx42) (vwx30 == vwx40 && vwx31 == vwx41 && vwx32 == vwx42)",fontsize=16,color="magenta"];320 -> 853[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 320 -> 854[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 320 -> 855[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 320 -> 856[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 320 -> 857[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 320 -> 858[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 320 -> 859[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 321 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 321[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];321 -> 398[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 321 -> 399[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 322 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 322[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];322 -> 400[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 322 -> 401[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 323 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 323[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];323 -> 402[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 323 -> 403[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 324 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 324[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];324 -> 404[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 324 -> 405[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 326[label="vwx8",fontsize=16,color="green",shape="box"];327[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];2911[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2911[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2911 -> 406[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2912[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2912[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2912 -> 407[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2913[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2913[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2913 -> 408[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2914[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2914[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2914 -> 409[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2915[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2915[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2915 -> 410[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2916[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2916[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2916 -> 411[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2917[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2917[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2917 -> 412[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2918[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2918[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2918 -> 413[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2919[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2919[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2919 -> 414[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2920[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2920[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2920 -> 415[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2921[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2921[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2921 -> 416[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2922[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2922[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2922 -> 417[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2923[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2923[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2923 -> 418[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2924[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];327 -> 2924[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2924 -> 419[label="",style="solid", color="blue", weight=3]; 21.98/10.22 325[label="primCompAux0 vwx12 vwx13",fontsize=16,color="burlywood",shape="triangle"];2925[label="vwx13/LT",fontsize=10,color="white",style="solid",shape="box"];325 -> 2925[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2925 -> 420[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2926[label="vwx13/EQ",fontsize=10,color="white",style="solid",shape="box"];325 -> 2926[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2926 -> 421[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2927[label="vwx13/GT",fontsize=10,color="white",style="solid",shape="box"];325 -> 2927[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2927 -> 422[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 328[label="primCmpNat (Succ vwx300) (Succ vwx400)",fontsize=16,color="black",shape="box"];328 -> 423[label="",style="solid", color="black", weight=3]; 21.98/10.22 329[label="primCmpNat (Succ vwx300) Zero",fontsize=16,color="black",shape="box"];329 -> 424[label="",style="solid", color="black", weight=3]; 21.98/10.22 330[label="primCmpNat Zero (Succ vwx400)",fontsize=16,color="black",shape="box"];330 -> 425[label="",style="solid", color="black", weight=3]; 21.98/10.22 331[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];331 -> 426[label="",style="solid", color="black", weight=3]; 21.98/10.22 332[label="vwx40",fontsize=16,color="green",shape="box"];333[label="Succ vwx300",fontsize=16,color="green",shape="box"];334 -> 231[label="",style="dashed", color="red", weight=0]; 21.98/10.22 334[label="primCmpNat Zero (Succ vwx400)",fontsize=16,color="magenta"];334 -> 427[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 334 -> 428[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 335[label="EQ",fontsize=16,color="green",shape="box"];336[label="GT",fontsize=16,color="green",shape="box"];337[label="EQ",fontsize=16,color="green",shape="box"];338[label="Succ vwx300",fontsize=16,color="green",shape="box"];339[label="vwx40",fontsize=16,color="green",shape="box"];340[label="LT",fontsize=16,color="green",shape="box"];341[label="EQ",fontsize=16,color="green",shape="box"];342 -> 231[label="",style="dashed", color="red", weight=0]; 21.98/10.22 342[label="primCmpNat (Succ vwx400) Zero",fontsize=16,color="magenta"];342 -> 429[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 342 -> 430[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 343[label="EQ",fontsize=16,color="green",shape="box"];344[label="EQ",fontsize=16,color="green",shape="box"];345[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];345 -> 431[label="",style="solid", color="black", weight=3]; 21.98/10.22 346[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];346 -> 432[label="",style="solid", color="black", weight=3]; 21.98/10.22 347[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];347 -> 433[label="",style="solid", color="black", weight=3]; 21.98/10.22 348[label="EQ",fontsize=16,color="green",shape="box"];349[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];349 -> 434[label="",style="solid", color="black", weight=3]; 21.98/10.22 350[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];350 -> 435[label="",style="solid", color="black", weight=3]; 21.98/10.22 351[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];351 -> 436[label="",style="solid", color="black", weight=3]; 21.98/10.22 352[label="EQ",fontsize=16,color="green",shape="box"];353[label="EQ",fontsize=16,color="green",shape="box"];354[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];354 -> 437[label="",style="solid", color="black", weight=3]; 21.98/10.22 355[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];355 -> 438[label="",style="solid", color="black", weight=3]; 21.98/10.22 356[label="EQ",fontsize=16,color="green",shape="box"];357[label="primMulInt vwx30 vwx41",fontsize=16,color="burlywood",shape="triangle"];2928[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];357 -> 2928[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2928 -> 439[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2929[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];357 -> 2929[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2929 -> 440[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 358[label="vwx31",fontsize=16,color="green",shape="box"];359[label="vwx40",fontsize=16,color="green",shape="box"];360[label="Integer vwx300 * vwx41",fontsize=16,color="burlywood",shape="box"];2930[label="vwx41/Integer vwx410",fontsize=10,color="white",style="solid",shape="box"];360 -> 2930[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2930 -> 441[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 361[label="vwx31",fontsize=16,color="green",shape="box"];362[label="vwx40",fontsize=16,color="green",shape="box"];363[label="EQ",fontsize=16,color="green",shape="box"];364[label="compare1 Nothing (Just vwx40) (Nothing <= Just vwx40)",fontsize=16,color="black",shape="box"];364 -> 442[label="",style="solid", color="black", weight=3]; 21.98/10.22 365[label="compare1 (Just vwx30) Nothing (Just vwx30 <= Nothing)",fontsize=16,color="black",shape="box"];365 -> 443[label="",style="solid", color="black", weight=3]; 21.98/10.22 367[label="vwx40",fontsize=16,color="green",shape="box"];368[label="vwx30",fontsize=16,color="green",shape="box"];369[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2931[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2931[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2931 -> 444[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2932[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2932[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2932 -> 445[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2933[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2933[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2933 -> 446[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2934[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2934[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2934 -> 447[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2935[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2935[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2935 -> 448[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2936[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2936[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2936 -> 449[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2937[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2937[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2937 -> 450[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2938[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2938[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2938 -> 451[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2939[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2939[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2939 -> 452[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2940[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2940[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2940 -> 453[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2941[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2941[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2941 -> 454[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2942[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2942[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2942 -> 455[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2943[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2943[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2943 -> 456[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2944[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];369 -> 2944[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2944 -> 457[label="",style="solid", color="blue", weight=3]; 21.98/10.22 366[label="compare2 (Just vwx18) (Just vwx19) vwx20",fontsize=16,color="burlywood",shape="triangle"];2945[label="vwx20/False",fontsize=10,color="white",style="solid",shape="box"];366 -> 2945[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2945 -> 458[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2946[label="vwx20/True",fontsize=10,color="white",style="solid",shape="box"];366 -> 2946[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2946 -> 459[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 806[label="vwx31",fontsize=16,color="green",shape="box"];807[label="vwx41",fontsize=16,color="green",shape="box"];808 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.22 808[label="vwx30 == vwx40 && vwx31 == vwx41",fontsize=16,color="magenta"];808 -> 885[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 808 -> 886[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 809[label="vwx40",fontsize=16,color="green",shape="box"];810[label="vwx30",fontsize=16,color="green",shape="box"];805[label="compare2 (vwx67,vwx68) (vwx69,vwx70) vwx71",fontsize=16,color="burlywood",shape="triangle"];2947[label="vwx71/False",fontsize=10,color="white",style="solid",shape="box"];805 -> 2947[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2947 -> 830[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2948[label="vwx71/True",fontsize=10,color="white",style="solid",shape="box"];805 -> 2948[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2948 -> 831[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 377[label="vwx30",fontsize=16,color="green",shape="box"];378[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2949[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2949[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2949 -> 476[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2950[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2950[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2950 -> 477[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2951[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2951[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2951 -> 478[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2952[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2952[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2952 -> 479[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2953[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2953[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2953 -> 480[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2954[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2954[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2954 -> 481[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2955[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2955[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2955 -> 482[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2956[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2956[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2956 -> 483[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2957[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2957[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2957 -> 484[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2958[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2958[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2958 -> 485[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2959[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2959[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2959 -> 486[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2960[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2960[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2960 -> 487[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2961[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2961[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2961 -> 488[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2962[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];378 -> 2962[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2962 -> 489[label="",style="solid", color="blue", weight=3]; 21.98/10.22 379[label="vwx40",fontsize=16,color="green",shape="box"];376[label="compare2 (Left vwx36) (Left vwx37) vwx38",fontsize=16,color="burlywood",shape="triangle"];2963[label="vwx38/False",fontsize=10,color="white",style="solid",shape="box"];376 -> 2963[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2963 -> 490[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2964[label="vwx38/True",fontsize=10,color="white",style="solid",shape="box"];376 -> 2964[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2964 -> 491[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 380[label="compare1 (Left vwx30) (Right vwx40) (Left vwx30 <= Right vwx40)",fontsize=16,color="black",shape="box"];380 -> 492[label="",style="solid", color="black", weight=3]; 21.98/10.22 381[label="compare1 (Right vwx30) (Left vwx40) (Right vwx30 <= Left vwx40)",fontsize=16,color="black",shape="box"];381 -> 493[label="",style="solid", color="black", weight=3]; 21.98/10.22 383[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2965[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2965[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2965 -> 494[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2966[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2966[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2966 -> 495[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2967[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2967[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2967 -> 496[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2968[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2968[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2968 -> 497[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2969[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2969[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2969 -> 498[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2970[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2970[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2970 -> 499[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2971[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2971[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2971 -> 500[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2972[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2972[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2972 -> 501[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2973[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2973[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2973 -> 502[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2974[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2974[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2974 -> 503[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2975[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2975[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2975 -> 504[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2976[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2976[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2976 -> 505[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2977[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2977[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2977 -> 506[label="",style="solid", color="blue", weight=3]; 21.98/10.22 2978[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];383 -> 2978[label="",style="solid", color="blue", weight=9]; 21.98/10.22 2978 -> 507[label="",style="solid", color="blue", weight=3]; 21.98/10.22 384[label="vwx40",fontsize=16,color="green",shape="box"];385[label="vwx30",fontsize=16,color="green",shape="box"];382[label="compare2 (Right vwx43) (Right vwx44) vwx45",fontsize=16,color="burlywood",shape="triangle"];2979[label="vwx45/False",fontsize=10,color="white",style="solid",shape="box"];382 -> 2979[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2979 -> 508[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2980[label="vwx45/True",fontsize=10,color="white",style="solid",shape="box"];382 -> 2980[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2980 -> 509[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 386 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 386[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];386 -> 510[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 386 -> 511[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 387 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 387[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];387 -> 512[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 387 -> 513[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 388 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 388[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];388 -> 514[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 388 -> 515[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 389 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 389[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];389 -> 516[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 389 -> 517[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 853[label="vwx40",fontsize=16,color="green",shape="box"];854[label="vwx41",fontsize=16,color="green",shape="box"];855[label="vwx30",fontsize=16,color="green",shape="box"];856[label="vwx32",fontsize=16,color="green",shape="box"];857 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.22 857[label="vwx30 == vwx40 && vwx31 == vwx41 && vwx32 == vwx42",fontsize=16,color="magenta"];857 -> 887[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 857 -> 888[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 858[label="vwx42",fontsize=16,color="green",shape="box"];859[label="vwx31",fontsize=16,color="green",shape="box"];852[label="compare2 (vwx54,vwx55,vwx56) (vwx57,vwx58,vwx59) vwx79",fontsize=16,color="burlywood",shape="triangle"];2981[label="vwx79/False",fontsize=10,color="white",style="solid",shape="box"];852 -> 2981[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2981 -> 868[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2982[label="vwx79/True",fontsize=10,color="white",style="solid",shape="box"];852 -> 2982[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2982 -> 869[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 398 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.22 398[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];398 -> 534[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 398 -> 535[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 399 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.22 399[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];399 -> 536[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 399 -> 537[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 400 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.22 400[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];400 -> 538[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 400 -> 539[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 401 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.22 401[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];401 -> 540[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 401 -> 541[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 402 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.22 402[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];402 -> 542[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 402 -> 543[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 403 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.22 403[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];403 -> 544[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 403 -> 545[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 404 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.22 404[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];404 -> 546[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 404 -> 547[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 405 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.22 405[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];405 -> 548[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 405 -> 549[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 406 -> 122[label="",style="dashed", color="red", weight=0]; 21.98/10.22 406[label="compare vwx30 vwx40",fontsize=16,color="magenta"];406 -> 550[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 406 -> 551[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 407 -> 123[label="",style="dashed", color="red", weight=0]; 21.98/10.22 407[label="compare vwx30 vwx40",fontsize=16,color="magenta"];407 -> 552[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 407 -> 553[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 408 -> 124[label="",style="dashed", color="red", weight=0]; 21.98/10.22 408[label="compare vwx30 vwx40",fontsize=16,color="magenta"];408 -> 554[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 408 -> 555[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 409 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.22 409[label="compare vwx30 vwx40",fontsize=16,color="magenta"];409 -> 556[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 409 -> 557[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 410 -> 126[label="",style="dashed", color="red", weight=0]; 21.98/10.22 410[label="compare vwx30 vwx40",fontsize=16,color="magenta"];410 -> 558[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 410 -> 559[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 411 -> 127[label="",style="dashed", color="red", weight=0]; 21.98/10.22 411[label="compare vwx30 vwx40",fontsize=16,color="magenta"];411 -> 560[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 411 -> 561[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 412 -> 128[label="",style="dashed", color="red", weight=0]; 21.98/10.22 412[label="compare vwx30 vwx40",fontsize=16,color="magenta"];412 -> 562[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 412 -> 563[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 413 -> 129[label="",style="dashed", color="red", weight=0]; 21.98/10.22 413[label="compare vwx30 vwx40",fontsize=16,color="magenta"];413 -> 564[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 413 -> 565[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 414 -> 130[label="",style="dashed", color="red", weight=0]; 21.98/10.22 414[label="compare vwx30 vwx40",fontsize=16,color="magenta"];414 -> 566[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 414 -> 567[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 415 -> 131[label="",style="dashed", color="red", weight=0]; 21.98/10.22 415[label="compare vwx30 vwx40",fontsize=16,color="magenta"];415 -> 568[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 415 -> 569[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 416 -> 132[label="",style="dashed", color="red", weight=0]; 21.98/10.22 416[label="compare vwx30 vwx40",fontsize=16,color="magenta"];416 -> 570[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 416 -> 571[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 417 -> 133[label="",style="dashed", color="red", weight=0]; 21.98/10.22 417[label="compare vwx30 vwx40",fontsize=16,color="magenta"];417 -> 572[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 417 -> 573[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 418 -> 134[label="",style="dashed", color="red", weight=0]; 21.98/10.22 418[label="compare vwx30 vwx40",fontsize=16,color="magenta"];418 -> 574[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 418 -> 575[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 419 -> 135[label="",style="dashed", color="red", weight=0]; 21.98/10.22 419[label="compare vwx30 vwx40",fontsize=16,color="magenta"];419 -> 576[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 419 -> 577[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 420[label="primCompAux0 vwx12 LT",fontsize=16,color="black",shape="box"];420 -> 578[label="",style="solid", color="black", weight=3]; 21.98/10.22 421[label="primCompAux0 vwx12 EQ",fontsize=16,color="black",shape="box"];421 -> 579[label="",style="solid", color="black", weight=3]; 21.98/10.22 422[label="primCompAux0 vwx12 GT",fontsize=16,color="black",shape="box"];422 -> 580[label="",style="solid", color="black", weight=3]; 21.98/10.22 423 -> 231[label="",style="dashed", color="red", weight=0]; 21.98/10.22 423[label="primCmpNat vwx300 vwx400",fontsize=16,color="magenta"];423 -> 581[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 423 -> 582[label="",style="dashed", color="magenta", weight=3]; 21.98/10.22 424[label="GT",fontsize=16,color="green",shape="box"];425[label="LT",fontsize=16,color="green",shape="box"];426[label="EQ",fontsize=16,color="green",shape="box"];427[label="Succ vwx400",fontsize=16,color="green",shape="box"];428[label="Zero",fontsize=16,color="green",shape="box"];429[label="Zero",fontsize=16,color="green",shape="box"];430[label="Succ vwx400",fontsize=16,color="green",shape="box"];431[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];431 -> 583[label="",style="solid", color="black", weight=3]; 21.98/10.22 432[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];432 -> 584[label="",style="solid", color="black", weight=3]; 21.98/10.22 433[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];433 -> 585[label="",style="solid", color="black", weight=3]; 21.98/10.22 434[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];434 -> 586[label="",style="solid", color="black", weight=3]; 21.98/10.22 435[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];435 -> 587[label="",style="solid", color="black", weight=3]; 21.98/10.22 436[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];436 -> 588[label="",style="solid", color="black", weight=3]; 21.98/10.22 437[label="compare1 False True True",fontsize=16,color="black",shape="box"];437 -> 589[label="",style="solid", color="black", weight=3]; 21.98/10.22 438[label="compare1 True False False",fontsize=16,color="black",shape="box"];438 -> 590[label="",style="solid", color="black", weight=3]; 21.98/10.22 439[label="primMulInt (Pos vwx300) vwx41",fontsize=16,color="burlywood",shape="box"];2983[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];439 -> 2983[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2983 -> 591[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2984[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];439 -> 2984[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2984 -> 592[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 440[label="primMulInt (Neg vwx300) vwx41",fontsize=16,color="burlywood",shape="box"];2985[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];440 -> 2985[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2985 -> 593[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2986[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];440 -> 2986[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2986 -> 594[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 441[label="Integer vwx300 * Integer vwx410",fontsize=16,color="black",shape="box"];441 -> 595[label="",style="solid", color="black", weight=3]; 21.98/10.22 442[label="compare1 Nothing (Just vwx40) True",fontsize=16,color="black",shape="box"];442 -> 596[label="",style="solid", color="black", weight=3]; 21.98/10.22 443[label="compare1 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];443 -> 597[label="",style="solid", color="black", weight=3]; 21.98/10.22 444[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2987[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];444 -> 2987[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2987 -> 598[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 445[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];445 -> 599[label="",style="solid", color="black", weight=3]; 21.98/10.22 446[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2988[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];446 -> 2988[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2988 -> 600[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 447[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];447 -> 601[label="",style="solid", color="black", weight=3]; 21.98/10.22 448[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2989[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];448 -> 2989[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2989 -> 602[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 449[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2990[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];449 -> 2990[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2990 -> 603[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2991[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];449 -> 2991[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2991 -> 604[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 450[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2992[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];450 -> 2992[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2992 -> 605[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 451[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];451 -> 606[label="",style="solid", color="black", weight=3]; 21.98/10.22 452[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];452 -> 607[label="",style="solid", color="black", weight=3]; 21.98/10.22 453[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2993[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];453 -> 2993[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2993 -> 608[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2994[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];453 -> 2994[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2994 -> 609[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2995[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];453 -> 2995[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2995 -> 610[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 454[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2996[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];454 -> 2996[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2996 -> 611[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2997[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];454 -> 2997[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2997 -> 612[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 455[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2998[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];455 -> 2998[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2998 -> 613[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 2999[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];455 -> 2999[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 2999 -> 614[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 456[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3000[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];456 -> 3000[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 3000 -> 615[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 3001[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];456 -> 3001[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 3001 -> 616[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 457[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];3002[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];457 -> 3002[label="",style="solid", color="burlywood", weight=9]; 21.98/10.22 3002 -> 617[label="",style="solid", color="burlywood", weight=3]; 21.98/10.22 458[label="compare2 (Just vwx18) (Just vwx19) False",fontsize=16,color="black",shape="box"];458 -> 618[label="",style="solid", color="black", weight=3]; 21.98/10.22 459[label="compare2 (Just vwx18) (Just vwx19) True",fontsize=16,color="black",shape="box"];459 -> 619[label="",style="solid", color="black", weight=3]; 21.98/10.22 885[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];3003[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3003[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3003 -> 893[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3004[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3004[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3004 -> 894[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3005[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3005[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3005 -> 895[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3006[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3006[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3006 -> 896[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3007[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3007[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3007 -> 897[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3008[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3008[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3008 -> 898[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3009[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3009[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3009 -> 899[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3010[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3010[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3010 -> 900[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3011[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3011[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3011 -> 901[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3012[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3012[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3012 -> 902[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3013[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3013[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3013 -> 903[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3014[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3014[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3014 -> 904[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3015[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3015[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3015 -> 905[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3016[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];885 -> 3016[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3016 -> 906[label="",style="solid", color="blue", weight=3]; 21.98/10.22 886[label="vwx31 == vwx41",fontsize=16,color="blue",shape="box"];3017[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3017[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3017 -> 907[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3018[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3018[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3018 -> 908[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3019[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3019[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3019 -> 909[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3020[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3020[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3020 -> 910[label="",style="solid", color="blue", weight=3]; 21.98/10.22 3021[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3021[label="",style="solid", color="blue", weight=9]; 21.98/10.22 3021 -> 911[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3022[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3022[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3022 -> 912[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3023[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3023[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3023 -> 913[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3024[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3024[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3024 -> 914[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3025[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3025[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3025 -> 915[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3026[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3026[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3026 -> 916[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3027[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3027[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3027 -> 917[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3028[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3028[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3028 -> 918[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3029[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3029[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3029 -> 919[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3030[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3030[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3030 -> 920[label="",style="solid", color="blue", weight=3]; 21.98/10.23 884[label="vwx84 && vwx85",fontsize=16,color="burlywood",shape="triangle"];3031[label="vwx84/False",fontsize=10,color="white",style="solid",shape="box"];884 -> 3031[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3031 -> 921[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3032[label="vwx84/True",fontsize=10,color="white",style="solid",shape="box"];884 -> 3032[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3032 -> 922[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 830[label="compare2 (vwx67,vwx68) (vwx69,vwx70) False",fontsize=16,color="black",shape="box"];830 -> 923[label="",style="solid", color="black", weight=3]; 21.98/10.23 831[label="compare2 (vwx67,vwx68) (vwx69,vwx70) True",fontsize=16,color="black",shape="box"];831 -> 924[label="",style="solid", color="black", weight=3]; 21.98/10.23 476 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 476[label="vwx30 == vwx40",fontsize=16,color="magenta"];476 -> 650[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 476 -> 651[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 477 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 477[label="vwx30 == vwx40",fontsize=16,color="magenta"];477 -> 652[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 477 -> 653[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 478 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 478[label="vwx30 == vwx40",fontsize=16,color="magenta"];478 -> 654[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 478 -> 655[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 479 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 479[label="vwx30 == vwx40",fontsize=16,color="magenta"];479 -> 656[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 479 -> 657[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 480 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 480[label="vwx30 == vwx40",fontsize=16,color="magenta"];480 -> 658[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 480 -> 659[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 481 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 481[label="vwx30 == vwx40",fontsize=16,color="magenta"];481 -> 660[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 481 -> 661[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 482 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 482[label="vwx30 == vwx40",fontsize=16,color="magenta"];482 -> 662[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 482 -> 663[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 483 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 483[label="vwx30 == vwx40",fontsize=16,color="magenta"];483 -> 664[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 483 -> 665[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 484 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 484[label="vwx30 == vwx40",fontsize=16,color="magenta"];484 -> 666[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 484 -> 667[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 485 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 485[label="vwx30 == vwx40",fontsize=16,color="magenta"];485 -> 668[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 485 -> 669[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 486 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 486[label="vwx30 == vwx40",fontsize=16,color="magenta"];486 -> 670[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 486 -> 671[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 487 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 487[label="vwx30 == vwx40",fontsize=16,color="magenta"];487 -> 672[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 487 -> 673[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 488 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 488[label="vwx30 == vwx40",fontsize=16,color="magenta"];488 -> 674[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 488 -> 675[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 489 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 489[label="vwx30 == vwx40",fontsize=16,color="magenta"];489 -> 676[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 489 -> 677[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 490[label="compare2 (Left vwx36) (Left vwx37) False",fontsize=16,color="black",shape="box"];490 -> 678[label="",style="solid", color="black", weight=3]; 21.98/10.23 491[label="compare2 (Left vwx36) (Left vwx37) True",fontsize=16,color="black",shape="box"];491 -> 679[label="",style="solid", color="black", weight=3]; 21.98/10.23 492[label="compare1 (Left vwx30) (Right vwx40) True",fontsize=16,color="black",shape="box"];492 -> 680[label="",style="solid", color="black", weight=3]; 21.98/10.23 493[label="compare1 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];493 -> 681[label="",style="solid", color="black", weight=3]; 21.98/10.23 494 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 494[label="vwx30 == vwx40",fontsize=16,color="magenta"];494 -> 682[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 494 -> 683[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 495 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 495[label="vwx30 == vwx40",fontsize=16,color="magenta"];495 -> 684[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 495 -> 685[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 496 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 496[label="vwx30 == vwx40",fontsize=16,color="magenta"];496 -> 686[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 496 -> 687[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 497 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 497[label="vwx30 == vwx40",fontsize=16,color="magenta"];497 -> 688[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 497 -> 689[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 498 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 498[label="vwx30 == vwx40",fontsize=16,color="magenta"];498 -> 690[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 498 -> 691[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 499 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 499[label="vwx30 == vwx40",fontsize=16,color="magenta"];499 -> 692[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 499 -> 693[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 500 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 500[label="vwx30 == vwx40",fontsize=16,color="magenta"];500 -> 694[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 500 -> 695[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 501 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 501[label="vwx30 == vwx40",fontsize=16,color="magenta"];501 -> 696[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 501 -> 697[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 502 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 502[label="vwx30 == vwx40",fontsize=16,color="magenta"];502 -> 698[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 502 -> 699[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 503 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 503[label="vwx30 == vwx40",fontsize=16,color="magenta"];503 -> 700[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 503 -> 701[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 504 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 504[label="vwx30 == vwx40",fontsize=16,color="magenta"];504 -> 702[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 504 -> 703[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 505 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 505[label="vwx30 == vwx40",fontsize=16,color="magenta"];505 -> 704[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 505 -> 705[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 506 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 506[label="vwx30 == vwx40",fontsize=16,color="magenta"];506 -> 706[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 506 -> 707[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 507 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 507[label="vwx30 == vwx40",fontsize=16,color="magenta"];507 -> 708[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 507 -> 709[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 508[label="compare2 (Right vwx43) (Right vwx44) False",fontsize=16,color="black",shape="box"];508 -> 710[label="",style="solid", color="black", weight=3]; 21.98/10.23 509[label="compare2 (Right vwx43) (Right vwx44) True",fontsize=16,color="black",shape="box"];509 -> 711[label="",style="solid", color="black", weight=3]; 21.98/10.23 510 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.23 510[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];510 -> 712[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 510 -> 713[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 511 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.23 511[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];511 -> 714[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 511 -> 715[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 512 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.23 512[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];512 -> 716[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 512 -> 717[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 513 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.23 513[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];513 -> 718[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 513 -> 719[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 514 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.23 514[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];514 -> 720[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 514 -> 721[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 515 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.23 515[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];515 -> 722[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 515 -> 723[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 516 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.23 516[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];516 -> 724[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 516 -> 725[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 517 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.23 517[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];517 -> 726[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 517 -> 727[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 887[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];3033[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3033[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3033 -> 925[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3034[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3034[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3034 -> 926[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3035[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3035[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3035 -> 927[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3036[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3036[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3036 -> 928[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3037[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3037[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3037 -> 929[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3038[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3038[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3038 -> 930[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3039[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3039[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3039 -> 931[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3040[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3040[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3040 -> 932[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3041[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3041[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3041 -> 933[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3042[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3042[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3042 -> 934[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3043[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3043[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3043 -> 935[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3044[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3044[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3044 -> 936[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3045[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3045[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3045 -> 937[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3046[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];887 -> 3046[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3046 -> 938[label="",style="solid", color="blue", weight=3]; 21.98/10.23 888 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.23 888[label="vwx31 == vwx41 && vwx32 == vwx42",fontsize=16,color="magenta"];888 -> 939[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 888 -> 940[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 868[label="compare2 (vwx54,vwx55,vwx56) (vwx57,vwx58,vwx59) False",fontsize=16,color="black",shape="box"];868 -> 941[label="",style="solid", color="black", weight=3]; 21.98/10.23 869[label="compare2 (vwx54,vwx55,vwx56) (vwx57,vwx58,vwx59) True",fontsize=16,color="black",shape="box"];869 -> 942[label="",style="solid", color="black", weight=3]; 21.98/10.23 534[label="Pos vwx410",fontsize=16,color="green",shape="box"];535[label="vwx30",fontsize=16,color="green",shape="box"];536[label="vwx40",fontsize=16,color="green",shape="box"];537[label="Pos vwx310",fontsize=16,color="green",shape="box"];538[label="Pos vwx410",fontsize=16,color="green",shape="box"];539[label="vwx30",fontsize=16,color="green",shape="box"];540[label="vwx40",fontsize=16,color="green",shape="box"];541[label="Neg vwx310",fontsize=16,color="green",shape="box"];542[label="Neg vwx410",fontsize=16,color="green",shape="box"];543[label="vwx30",fontsize=16,color="green",shape="box"];544[label="vwx40",fontsize=16,color="green",shape="box"];545[label="Pos vwx310",fontsize=16,color="green",shape="box"];546[label="Neg vwx410",fontsize=16,color="green",shape="box"];547[label="vwx30",fontsize=16,color="green",shape="box"];548[label="vwx40",fontsize=16,color="green",shape="box"];549[label="Neg vwx310",fontsize=16,color="green",shape="box"];550[label="vwx30",fontsize=16,color="green",shape="box"];551[label="vwx40",fontsize=16,color="green",shape="box"];552[label="vwx30",fontsize=16,color="green",shape="box"];553[label="vwx40",fontsize=16,color="green",shape="box"];554[label="vwx30",fontsize=16,color="green",shape="box"];555[label="vwx40",fontsize=16,color="green",shape="box"];556[label="vwx30",fontsize=16,color="green",shape="box"];557[label="vwx40",fontsize=16,color="green",shape="box"];558[label="vwx30",fontsize=16,color="green",shape="box"];559[label="vwx40",fontsize=16,color="green",shape="box"];560[label="vwx30",fontsize=16,color="green",shape="box"];561[label="vwx40",fontsize=16,color="green",shape="box"];562[label="vwx30",fontsize=16,color="green",shape="box"];563[label="vwx40",fontsize=16,color="green",shape="box"];564[label="vwx30",fontsize=16,color="green",shape="box"];565[label="vwx40",fontsize=16,color="green",shape="box"];566[label="vwx30",fontsize=16,color="green",shape="box"];567[label="vwx40",fontsize=16,color="green",shape="box"];568[label="vwx30",fontsize=16,color="green",shape="box"];569[label="vwx40",fontsize=16,color="green",shape="box"];570[label="vwx30",fontsize=16,color="green",shape="box"];571[label="vwx40",fontsize=16,color="green",shape="box"];572[label="vwx30",fontsize=16,color="green",shape="box"];573[label="vwx40",fontsize=16,color="green",shape="box"];574[label="vwx30",fontsize=16,color="green",shape="box"];575[label="vwx40",fontsize=16,color="green",shape="box"];576[label="vwx30",fontsize=16,color="green",shape="box"];577[label="vwx40",fontsize=16,color="green",shape="box"];578[label="LT",fontsize=16,color="green",shape="box"];579[label="vwx12",fontsize=16,color="green",shape="box"];580[label="GT",fontsize=16,color="green",shape="box"];581[label="vwx400",fontsize=16,color="green",shape="box"];582[label="vwx300",fontsize=16,color="green",shape="box"];583[label="LT",fontsize=16,color="green",shape="box"];584[label="LT",fontsize=16,color="green",shape="box"];585[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];585 -> 758[label="",style="solid", color="black", weight=3]; 21.98/10.23 586[label="LT",fontsize=16,color="green",shape="box"];587[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];587 -> 759[label="",style="solid", color="black", weight=3]; 21.98/10.23 588[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];588 -> 760[label="",style="solid", color="black", weight=3]; 21.98/10.23 589[label="LT",fontsize=16,color="green",shape="box"];590[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];590 -> 761[label="",style="solid", color="black", weight=3]; 21.98/10.23 591[label="primMulInt (Pos vwx300) (Pos vwx410)",fontsize=16,color="black",shape="box"];591 -> 762[label="",style="solid", color="black", weight=3]; 21.98/10.23 592[label="primMulInt (Pos vwx300) (Neg vwx410)",fontsize=16,color="black",shape="box"];592 -> 763[label="",style="solid", color="black", weight=3]; 21.98/10.23 593[label="primMulInt (Neg vwx300) (Pos vwx410)",fontsize=16,color="black",shape="box"];593 -> 764[label="",style="solid", color="black", weight=3]; 21.98/10.23 594[label="primMulInt (Neg vwx300) (Neg vwx410)",fontsize=16,color="black",shape="box"];594 -> 765[label="",style="solid", color="black", weight=3]; 21.98/10.23 595[label="Integer (primMulInt vwx300 vwx410)",fontsize=16,color="green",shape="box"];595 -> 766[label="",style="dashed", color="green", weight=3]; 21.98/10.23 596[label="LT",fontsize=16,color="green",shape="box"];597[label="compare0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];597 -> 767[label="",style="solid", color="black", weight=3]; 21.98/10.23 598[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];3047[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];598 -> 3047[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3047 -> 768[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 599[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3048[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];599 -> 3048[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3048 -> 769[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 600[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];3049[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];600 -> 3049[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3049 -> 770[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 601[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3050[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];601 -> 3050[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3050 -> 771[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 602[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];3051[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];602 -> 3051[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3051 -> 772[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 603[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];3052[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];603 -> 3052[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3052 -> 773[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3053[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];603 -> 3053[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3053 -> 774[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 604[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];3054[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];604 -> 3054[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3054 -> 775[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3055[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];604 -> 3055[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3055 -> 776[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 605[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];3056[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];605 -> 3056[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3056 -> 777[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 606[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];3057[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];606 -> 3057[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3057 -> 778[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3058[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];606 -> 3058[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3058 -> 779[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 607[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3059[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];607 -> 3059[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3059 -> 780[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 608[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];3060[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];608 -> 3060[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3060 -> 781[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3061[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];608 -> 3061[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3061 -> 782[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3062[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];608 -> 3062[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3062 -> 783[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 609[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];3063[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];609 -> 3063[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3063 -> 784[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3064[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];609 -> 3064[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3064 -> 785[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3065[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];609 -> 3065[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3065 -> 786[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 610[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];3066[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];610 -> 3066[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3066 -> 787[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3067[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];610 -> 3067[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3067 -> 788[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3068[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];610 -> 3068[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3068 -> 789[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 611[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];3069[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];611 -> 3069[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3069 -> 790[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3070[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];611 -> 3070[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3070 -> 791[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 612[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];3071[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];612 -> 3071[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3071 -> 792[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3072[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];612 -> 3072[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3072 -> 793[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 613[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];3073[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];613 -> 3073[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3073 -> 794[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3074[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];613 -> 3074[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3074 -> 795[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 614[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];3075[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];614 -> 3075[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3075 -> 796[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3076[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];614 -> 3076[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3076 -> 797[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 615[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];3077[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];615 -> 3077[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3077 -> 798[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3078[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];615 -> 3078[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3078 -> 799[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 616[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];3079[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];616 -> 3079[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3079 -> 800[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3080[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];616 -> 3080[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3080 -> 801[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 617[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];3081[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];617 -> 3081[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3081 -> 802[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 618 -> 991[label="",style="dashed", color="red", weight=0]; 21.98/10.23 618[label="compare1 (Just vwx18) (Just vwx19) (Just vwx18 <= Just vwx19)",fontsize=16,color="magenta"];618 -> 992[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 618 -> 993[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 618 -> 994[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 619[label="EQ",fontsize=16,color="green",shape="box"];893 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 893[label="vwx30 == vwx40",fontsize=16,color="magenta"];893 -> 998[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 893 -> 999[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 894 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 894[label="vwx30 == vwx40",fontsize=16,color="magenta"];894 -> 1000[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 894 -> 1001[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 895 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 895[label="vwx30 == vwx40",fontsize=16,color="magenta"];895 -> 1002[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 895 -> 1003[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 896 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 896[label="vwx30 == vwx40",fontsize=16,color="magenta"];896 -> 1004[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 896 -> 1005[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 897 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 897[label="vwx30 == vwx40",fontsize=16,color="magenta"];897 -> 1006[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 897 -> 1007[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 898 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 898[label="vwx30 == vwx40",fontsize=16,color="magenta"];898 -> 1008[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 898 -> 1009[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 899 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 899[label="vwx30 == vwx40",fontsize=16,color="magenta"];899 -> 1010[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 899 -> 1011[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 900 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 900[label="vwx30 == vwx40",fontsize=16,color="magenta"];900 -> 1012[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 900 -> 1013[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 901 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 901[label="vwx30 == vwx40",fontsize=16,color="magenta"];901 -> 1014[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 901 -> 1015[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 902 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 902[label="vwx30 == vwx40",fontsize=16,color="magenta"];902 -> 1016[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 902 -> 1017[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 903 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 903[label="vwx30 == vwx40",fontsize=16,color="magenta"];903 -> 1018[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 903 -> 1019[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 904 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 904[label="vwx30 == vwx40",fontsize=16,color="magenta"];904 -> 1020[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 904 -> 1021[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 905 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 905[label="vwx30 == vwx40",fontsize=16,color="magenta"];905 -> 1022[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 905 -> 1023[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 906 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 906[label="vwx30 == vwx40",fontsize=16,color="magenta"];906 -> 1024[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 906 -> 1025[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 907 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 907[label="vwx31 == vwx41",fontsize=16,color="magenta"];907 -> 1026[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 907 -> 1027[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 908 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 908[label="vwx31 == vwx41",fontsize=16,color="magenta"];908 -> 1028[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 908 -> 1029[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 909 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 909[label="vwx31 == vwx41",fontsize=16,color="magenta"];909 -> 1030[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 909 -> 1031[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 910 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 910[label="vwx31 == vwx41",fontsize=16,color="magenta"];910 -> 1032[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 910 -> 1033[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 911 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 911[label="vwx31 == vwx41",fontsize=16,color="magenta"];911 -> 1034[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 911 -> 1035[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 912 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 912[label="vwx31 == vwx41",fontsize=16,color="magenta"];912 -> 1036[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 912 -> 1037[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 913 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 913[label="vwx31 == vwx41",fontsize=16,color="magenta"];913 -> 1038[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 913 -> 1039[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 914 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 914[label="vwx31 == vwx41",fontsize=16,color="magenta"];914 -> 1040[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 914 -> 1041[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 915 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 915[label="vwx31 == vwx41",fontsize=16,color="magenta"];915 -> 1042[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 915 -> 1043[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 916 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 916[label="vwx31 == vwx41",fontsize=16,color="magenta"];916 -> 1044[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 916 -> 1045[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 917 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 917[label="vwx31 == vwx41",fontsize=16,color="magenta"];917 -> 1046[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 917 -> 1047[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 918 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 918[label="vwx31 == vwx41",fontsize=16,color="magenta"];918 -> 1048[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 918 -> 1049[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 919 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 919[label="vwx31 == vwx41",fontsize=16,color="magenta"];919 -> 1050[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 919 -> 1051[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 920 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 920[label="vwx31 == vwx41",fontsize=16,color="magenta"];920 -> 1052[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 920 -> 1053[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 921[label="False && vwx85",fontsize=16,color="black",shape="box"];921 -> 1054[label="",style="solid", color="black", weight=3]; 21.98/10.23 922[label="True && vwx85",fontsize=16,color="black",shape="box"];922 -> 1055[label="",style="solid", color="black", weight=3]; 21.98/10.23 923[label="compare1 (vwx67,vwx68) (vwx69,vwx70) ((vwx67,vwx68) <= (vwx69,vwx70))",fontsize=16,color="black",shape="box"];923 -> 1056[label="",style="solid", color="black", weight=3]; 21.98/10.23 924[label="EQ",fontsize=16,color="green",shape="box"];650[label="vwx30",fontsize=16,color="green",shape="box"];651[label="vwx40",fontsize=16,color="green",shape="box"];652[label="vwx30",fontsize=16,color="green",shape="box"];653[label="vwx40",fontsize=16,color="green",shape="box"];654[label="vwx30",fontsize=16,color="green",shape="box"];655[label="vwx40",fontsize=16,color="green",shape="box"];656[label="vwx30",fontsize=16,color="green",shape="box"];657[label="vwx40",fontsize=16,color="green",shape="box"];658[label="vwx30",fontsize=16,color="green",shape="box"];659[label="vwx40",fontsize=16,color="green",shape="box"];660[label="vwx30",fontsize=16,color="green",shape="box"];661[label="vwx40",fontsize=16,color="green",shape="box"];662[label="vwx30",fontsize=16,color="green",shape="box"];663[label="vwx40",fontsize=16,color="green",shape="box"];664[label="vwx30",fontsize=16,color="green",shape="box"];665[label="vwx40",fontsize=16,color="green",shape="box"];666[label="vwx30",fontsize=16,color="green",shape="box"];667[label="vwx40",fontsize=16,color="green",shape="box"];668[label="vwx30",fontsize=16,color="green",shape="box"];669[label="vwx40",fontsize=16,color="green",shape="box"];670[label="vwx30",fontsize=16,color="green",shape="box"];671[label="vwx40",fontsize=16,color="green",shape="box"];672[label="vwx30",fontsize=16,color="green",shape="box"];673[label="vwx40",fontsize=16,color="green",shape="box"];674[label="vwx30",fontsize=16,color="green",shape="box"];675[label="vwx40",fontsize=16,color="green",shape="box"];676[label="vwx30",fontsize=16,color="green",shape="box"];677[label="vwx40",fontsize=16,color="green",shape="box"];678 -> 1117[label="",style="dashed", color="red", weight=0]; 21.98/10.23 678[label="compare1 (Left vwx36) (Left vwx37) (Left vwx36 <= Left vwx37)",fontsize=16,color="magenta"];678 -> 1118[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 678 -> 1119[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 678 -> 1120[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 679[label="EQ",fontsize=16,color="green",shape="box"];680[label="LT",fontsize=16,color="green",shape="box"];681[label="compare0 (Right vwx30) (Left vwx40) otherwise",fontsize=16,color="black",shape="box"];681 -> 849[label="",style="solid", color="black", weight=3]; 21.98/10.23 682[label="vwx30",fontsize=16,color="green",shape="box"];683[label="vwx40",fontsize=16,color="green",shape="box"];684[label="vwx30",fontsize=16,color="green",shape="box"];685[label="vwx40",fontsize=16,color="green",shape="box"];686[label="vwx30",fontsize=16,color="green",shape="box"];687[label="vwx40",fontsize=16,color="green",shape="box"];688[label="vwx30",fontsize=16,color="green",shape="box"];689[label="vwx40",fontsize=16,color="green",shape="box"];690[label="vwx30",fontsize=16,color="green",shape="box"];691[label="vwx40",fontsize=16,color="green",shape="box"];692[label="vwx30",fontsize=16,color="green",shape="box"];693[label="vwx40",fontsize=16,color="green",shape="box"];694[label="vwx30",fontsize=16,color="green",shape="box"];695[label="vwx40",fontsize=16,color="green",shape="box"];696[label="vwx30",fontsize=16,color="green",shape="box"];697[label="vwx40",fontsize=16,color="green",shape="box"];698[label="vwx30",fontsize=16,color="green",shape="box"];699[label="vwx40",fontsize=16,color="green",shape="box"];700[label="vwx30",fontsize=16,color="green",shape="box"];701[label="vwx40",fontsize=16,color="green",shape="box"];702[label="vwx30",fontsize=16,color="green",shape="box"];703[label="vwx40",fontsize=16,color="green",shape="box"];704[label="vwx30",fontsize=16,color="green",shape="box"];705[label="vwx40",fontsize=16,color="green",shape="box"];706[label="vwx30",fontsize=16,color="green",shape="box"];707[label="vwx40",fontsize=16,color="green",shape="box"];708[label="vwx30",fontsize=16,color="green",shape="box"];709[label="vwx40",fontsize=16,color="green",shape="box"];710 -> 1130[label="",style="dashed", color="red", weight=0]; 21.98/10.23 710[label="compare1 (Right vwx43) (Right vwx44) (Right vwx43 <= Right vwx44)",fontsize=16,color="magenta"];710 -> 1131[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 710 -> 1132[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 710 -> 1133[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 711[label="EQ",fontsize=16,color="green",shape="box"];712[label="Pos vwx410",fontsize=16,color="green",shape="box"];713[label="vwx30",fontsize=16,color="green",shape="box"];714[label="vwx40",fontsize=16,color="green",shape="box"];715[label="Pos vwx310",fontsize=16,color="green",shape="box"];716[label="Pos vwx410",fontsize=16,color="green",shape="box"];717[label="vwx30",fontsize=16,color="green",shape="box"];718[label="vwx40",fontsize=16,color="green",shape="box"];719[label="Neg vwx310",fontsize=16,color="green",shape="box"];720[label="Neg vwx410",fontsize=16,color="green",shape="box"];721[label="vwx30",fontsize=16,color="green",shape="box"];722[label="vwx40",fontsize=16,color="green",shape="box"];723[label="Pos vwx310",fontsize=16,color="green",shape="box"];724[label="Neg vwx410",fontsize=16,color="green",shape="box"];725[label="vwx30",fontsize=16,color="green",shape="box"];726[label="vwx40",fontsize=16,color="green",shape="box"];727[label="Neg vwx310",fontsize=16,color="green",shape="box"];925 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 925[label="vwx30 == vwx40",fontsize=16,color="magenta"];925 -> 1057[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 925 -> 1058[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 926 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 926[label="vwx30 == vwx40",fontsize=16,color="magenta"];926 -> 1059[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 926 -> 1060[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 927 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 927[label="vwx30 == vwx40",fontsize=16,color="magenta"];927 -> 1061[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 927 -> 1062[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 928 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 928[label="vwx30 == vwx40",fontsize=16,color="magenta"];928 -> 1063[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 928 -> 1064[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 929 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 929[label="vwx30 == vwx40",fontsize=16,color="magenta"];929 -> 1065[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 929 -> 1066[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 930 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 930[label="vwx30 == vwx40",fontsize=16,color="magenta"];930 -> 1067[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 930 -> 1068[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 931 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 931[label="vwx30 == vwx40",fontsize=16,color="magenta"];931 -> 1069[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 931 -> 1070[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 932 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 932[label="vwx30 == vwx40",fontsize=16,color="magenta"];932 -> 1071[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 932 -> 1072[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 933 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 933[label="vwx30 == vwx40",fontsize=16,color="magenta"];933 -> 1073[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 933 -> 1074[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 934 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 934[label="vwx30 == vwx40",fontsize=16,color="magenta"];934 -> 1075[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 934 -> 1076[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 935 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 935[label="vwx30 == vwx40",fontsize=16,color="magenta"];935 -> 1077[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 935 -> 1078[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 936 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 936[label="vwx30 == vwx40",fontsize=16,color="magenta"];936 -> 1079[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 936 -> 1080[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 937 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 937[label="vwx30 == vwx40",fontsize=16,color="magenta"];937 -> 1081[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 937 -> 1082[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 938 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 938[label="vwx30 == vwx40",fontsize=16,color="magenta"];938 -> 1083[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 938 -> 1084[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 939[label="vwx31 == vwx41",fontsize=16,color="blue",shape="box"];3082[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3082[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3082 -> 1085[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3083[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3083[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3083 -> 1086[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3084[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3084[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3084 -> 1087[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3085[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3085[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3085 -> 1088[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3086[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3086[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3086 -> 1089[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3087[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3087[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3087 -> 1090[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3088[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3088[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3088 -> 1091[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3089[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3089[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3089 -> 1092[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3090[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3090[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3090 -> 1093[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3091[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3091[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3091 -> 1094[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3092[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3092[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3092 -> 1095[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3093[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3093[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3093 -> 1096[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3094[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3094[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3094 -> 1097[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3095[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];939 -> 3095[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3095 -> 1098[label="",style="solid", color="blue", weight=3]; 21.98/10.23 940[label="vwx32 == vwx42",fontsize=16,color="blue",shape="box"];3096[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3096[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3096 -> 1099[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3097[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3097[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3097 -> 1100[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3098[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3098[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3098 -> 1101[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3099[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3099[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3099 -> 1102[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3100[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3100[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3100 -> 1103[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3101[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3101[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3101 -> 1104[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3102[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3102[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3102 -> 1105[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3103[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3103[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3103 -> 1106[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3104[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3104[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3104 -> 1107[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3105[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3105[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3105 -> 1108[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3106[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3106[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3106 -> 1109[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3107[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3107[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3107 -> 1110[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3108[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3108[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3108 -> 1111[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3109[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];940 -> 3109[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3109 -> 1112[label="",style="solid", color="blue", weight=3]; 21.98/10.23 941[label="compare1 (vwx54,vwx55,vwx56) (vwx57,vwx58,vwx59) ((vwx54,vwx55,vwx56) <= (vwx57,vwx58,vwx59))",fontsize=16,color="black",shape="box"];941 -> 1113[label="",style="solid", color="black", weight=3]; 21.98/10.23 942[label="EQ",fontsize=16,color="green",shape="box"];758[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];758 -> 943[label="",style="solid", color="black", weight=3]; 21.98/10.23 759[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];759 -> 944[label="",style="solid", color="black", weight=3]; 21.98/10.23 760[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];760 -> 945[label="",style="solid", color="black", weight=3]; 21.98/10.23 761[label="compare0 True False True",fontsize=16,color="black",shape="box"];761 -> 946[label="",style="solid", color="black", weight=3]; 21.98/10.23 762[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];762 -> 947[label="",style="dashed", color="green", weight=3]; 21.98/10.23 763[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];763 -> 948[label="",style="dashed", color="green", weight=3]; 21.98/10.23 764[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];764 -> 949[label="",style="dashed", color="green", weight=3]; 21.98/10.23 765[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];765 -> 950[label="",style="dashed", color="green", weight=3]; 21.98/10.23 766 -> 357[label="",style="dashed", color="red", weight=0]; 21.98/10.23 766[label="primMulInt vwx300 vwx410",fontsize=16,color="magenta"];766 -> 951[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 766 -> 952[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 767[label="compare0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];767 -> 953[label="",style="solid", color="black", weight=3]; 21.98/10.23 768[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];768 -> 954[label="",style="solid", color="black", weight=3]; 21.98/10.23 769[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3110[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];769 -> 3110[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3110 -> 955[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 770[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];770 -> 956[label="",style="solid", color="black", weight=3]; 21.98/10.23 771[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3111[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];771 -> 3111[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3111 -> 957[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 772[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];772 -> 958[label="",style="solid", color="black", weight=3]; 21.98/10.23 773[label="False == False",fontsize=16,color="black",shape="box"];773 -> 959[label="",style="solid", color="black", weight=3]; 21.98/10.23 774[label="False == True",fontsize=16,color="black",shape="box"];774 -> 960[label="",style="solid", color="black", weight=3]; 21.98/10.23 775[label="True == False",fontsize=16,color="black",shape="box"];775 -> 961[label="",style="solid", color="black", weight=3]; 21.98/10.23 776[label="True == True",fontsize=16,color="black",shape="box"];776 -> 962[label="",style="solid", color="black", weight=3]; 21.98/10.23 777[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];777 -> 963[label="",style="solid", color="black", weight=3]; 21.98/10.23 778[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3112[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];778 -> 3112[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3112 -> 964[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3113[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];778 -> 3113[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3113 -> 965[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 779[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3114[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];779 -> 3114[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3114 -> 966[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3115[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];779 -> 3115[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3115 -> 967[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 780[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3116[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];780 -> 3116[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3116 -> 968[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 781[label="LT == LT",fontsize=16,color="black",shape="box"];781 -> 969[label="",style="solid", color="black", weight=3]; 21.98/10.23 782[label="LT == EQ",fontsize=16,color="black",shape="box"];782 -> 970[label="",style="solid", color="black", weight=3]; 21.98/10.23 783[label="LT == GT",fontsize=16,color="black",shape="box"];783 -> 971[label="",style="solid", color="black", weight=3]; 21.98/10.23 784[label="EQ == LT",fontsize=16,color="black",shape="box"];784 -> 972[label="",style="solid", color="black", weight=3]; 21.98/10.23 785[label="EQ == EQ",fontsize=16,color="black",shape="box"];785 -> 973[label="",style="solid", color="black", weight=3]; 21.98/10.23 786[label="EQ == GT",fontsize=16,color="black",shape="box"];786 -> 974[label="",style="solid", color="black", weight=3]; 21.98/10.23 787[label="GT == LT",fontsize=16,color="black",shape="box"];787 -> 975[label="",style="solid", color="black", weight=3]; 21.98/10.23 788[label="GT == EQ",fontsize=16,color="black",shape="box"];788 -> 976[label="",style="solid", color="black", weight=3]; 21.98/10.23 789[label="GT == GT",fontsize=16,color="black",shape="box"];789 -> 977[label="",style="solid", color="black", weight=3]; 21.98/10.23 790[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];790 -> 978[label="",style="solid", color="black", weight=3]; 21.98/10.23 791[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];791 -> 979[label="",style="solid", color="black", weight=3]; 21.98/10.23 792[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];792 -> 980[label="",style="solid", color="black", weight=3]; 21.98/10.23 793[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];793 -> 981[label="",style="solid", color="black", weight=3]; 21.98/10.23 794[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];794 -> 982[label="",style="solid", color="black", weight=3]; 21.98/10.23 795[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];795 -> 983[label="",style="solid", color="black", weight=3]; 21.98/10.23 796[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];796 -> 984[label="",style="solid", color="black", weight=3]; 21.98/10.23 797[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];797 -> 985[label="",style="solid", color="black", weight=3]; 21.98/10.23 798[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];798 -> 986[label="",style="solid", color="black", weight=3]; 21.98/10.23 799[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];799 -> 987[label="",style="solid", color="black", weight=3]; 21.98/10.23 800[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];800 -> 988[label="",style="solid", color="black", weight=3]; 21.98/10.23 801[label="[] == []",fontsize=16,color="black",shape="box"];801 -> 989[label="",style="solid", color="black", weight=3]; 21.98/10.23 802[label="() == ()",fontsize=16,color="black",shape="box"];802 -> 990[label="",style="solid", color="black", weight=3]; 21.98/10.23 992[label="Just vwx18 <= Just vwx19",fontsize=16,color="black",shape="box"];992 -> 1114[label="",style="solid", color="black", weight=3]; 21.98/10.23 993[label="vwx19",fontsize=16,color="green",shape="box"];994[label="vwx18",fontsize=16,color="green",shape="box"];991[label="compare1 (Just vwx90) (Just vwx91) vwx92",fontsize=16,color="burlywood",shape="triangle"];3117[label="vwx92/False",fontsize=10,color="white",style="solid",shape="box"];991 -> 3117[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3117 -> 1115[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3118[label="vwx92/True",fontsize=10,color="white",style="solid",shape="box"];991 -> 3118[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3118 -> 1116[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 998[label="vwx30",fontsize=16,color="green",shape="box"];999[label="vwx40",fontsize=16,color="green",shape="box"];1000[label="vwx30",fontsize=16,color="green",shape="box"];1001[label="vwx40",fontsize=16,color="green",shape="box"];1002[label="vwx30",fontsize=16,color="green",shape="box"];1003[label="vwx40",fontsize=16,color="green",shape="box"];1004[label="vwx30",fontsize=16,color="green",shape="box"];1005[label="vwx40",fontsize=16,color="green",shape="box"];1006[label="vwx30",fontsize=16,color="green",shape="box"];1007[label="vwx40",fontsize=16,color="green",shape="box"];1008[label="vwx30",fontsize=16,color="green",shape="box"];1009[label="vwx40",fontsize=16,color="green",shape="box"];1010[label="vwx30",fontsize=16,color="green",shape="box"];1011[label="vwx40",fontsize=16,color="green",shape="box"];1012[label="vwx30",fontsize=16,color="green",shape="box"];1013[label="vwx40",fontsize=16,color="green",shape="box"];1014[label="vwx30",fontsize=16,color="green",shape="box"];1015[label="vwx40",fontsize=16,color="green",shape="box"];1016[label="vwx30",fontsize=16,color="green",shape="box"];1017[label="vwx40",fontsize=16,color="green",shape="box"];1018[label="vwx30",fontsize=16,color="green",shape="box"];1019[label="vwx40",fontsize=16,color="green",shape="box"];1020[label="vwx30",fontsize=16,color="green",shape="box"];1021[label="vwx40",fontsize=16,color="green",shape="box"];1022[label="vwx30",fontsize=16,color="green",shape="box"];1023[label="vwx40",fontsize=16,color="green",shape="box"];1024[label="vwx30",fontsize=16,color="green",shape="box"];1025[label="vwx40",fontsize=16,color="green",shape="box"];1026[label="vwx31",fontsize=16,color="green",shape="box"];1027[label="vwx41",fontsize=16,color="green",shape="box"];1028[label="vwx31",fontsize=16,color="green",shape="box"];1029[label="vwx41",fontsize=16,color="green",shape="box"];1030[label="vwx31",fontsize=16,color="green",shape="box"];1031[label="vwx41",fontsize=16,color="green",shape="box"];1032[label="vwx31",fontsize=16,color="green",shape="box"];1033[label="vwx41",fontsize=16,color="green",shape="box"];1034[label="vwx31",fontsize=16,color="green",shape="box"];1035[label="vwx41",fontsize=16,color="green",shape="box"];1036[label="vwx31",fontsize=16,color="green",shape="box"];1037[label="vwx41",fontsize=16,color="green",shape="box"];1038[label="vwx31",fontsize=16,color="green",shape="box"];1039[label="vwx41",fontsize=16,color="green",shape="box"];1040[label="vwx31",fontsize=16,color="green",shape="box"];1041[label="vwx41",fontsize=16,color="green",shape="box"];1042[label="vwx31",fontsize=16,color="green",shape="box"];1043[label="vwx41",fontsize=16,color="green",shape="box"];1044[label="vwx31",fontsize=16,color="green",shape="box"];1045[label="vwx41",fontsize=16,color="green",shape="box"];1046[label="vwx31",fontsize=16,color="green",shape="box"];1047[label="vwx41",fontsize=16,color="green",shape="box"];1048[label="vwx31",fontsize=16,color="green",shape="box"];1049[label="vwx41",fontsize=16,color="green",shape="box"];1050[label="vwx31",fontsize=16,color="green",shape="box"];1051[label="vwx41",fontsize=16,color="green",shape="box"];1052[label="vwx31",fontsize=16,color="green",shape="box"];1053[label="vwx41",fontsize=16,color="green",shape="box"];1054[label="False",fontsize=16,color="green",shape="box"];1055[label="vwx85",fontsize=16,color="green",shape="box"];1056 -> 1285[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1056[label="compare1 (vwx67,vwx68) (vwx69,vwx70) (vwx67 < vwx69 || vwx67 == vwx69 && vwx68 <= vwx70)",fontsize=16,color="magenta"];1056 -> 1286[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1056 -> 1287[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1056 -> 1288[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1056 -> 1289[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1056 -> 1290[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1056 -> 1291[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1118[label="vwx37",fontsize=16,color="green",shape="box"];1119[label="vwx36",fontsize=16,color="green",shape="box"];1120[label="Left vwx36 <= Left vwx37",fontsize=16,color="black",shape="box"];1120 -> 1126[label="",style="solid", color="black", weight=3]; 21.98/10.23 1117[label="compare1 (Left vwx97) (Left vwx98) vwx99",fontsize=16,color="burlywood",shape="triangle"];3119[label="vwx99/False",fontsize=10,color="white",style="solid",shape="box"];1117 -> 3119[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3119 -> 1127[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3120[label="vwx99/True",fontsize=10,color="white",style="solid",shape="box"];1117 -> 3120[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3120 -> 1128[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 849[label="compare0 (Right vwx30) (Left vwx40) True",fontsize=16,color="black",shape="box"];849 -> 1129[label="",style="solid", color="black", weight=3]; 21.98/10.23 1131[label="vwx44",fontsize=16,color="green",shape="box"];1132[label="Right vwx43 <= Right vwx44",fontsize=16,color="black",shape="box"];1132 -> 1137[label="",style="solid", color="black", weight=3]; 21.98/10.23 1133[label="vwx43",fontsize=16,color="green",shape="box"];1130[label="compare1 (Right vwx105) (Right vwx106) vwx107",fontsize=16,color="burlywood",shape="triangle"];3121[label="vwx107/False",fontsize=10,color="white",style="solid",shape="box"];1130 -> 3121[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3121 -> 1138[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3122[label="vwx107/True",fontsize=10,color="white",style="solid",shape="box"];1130 -> 3122[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3122 -> 1139[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1057[label="vwx30",fontsize=16,color="green",shape="box"];1058[label="vwx40",fontsize=16,color="green",shape="box"];1059[label="vwx30",fontsize=16,color="green",shape="box"];1060[label="vwx40",fontsize=16,color="green",shape="box"];1061[label="vwx30",fontsize=16,color="green",shape="box"];1062[label="vwx40",fontsize=16,color="green",shape="box"];1063[label="vwx30",fontsize=16,color="green",shape="box"];1064[label="vwx40",fontsize=16,color="green",shape="box"];1065[label="vwx30",fontsize=16,color="green",shape="box"];1066[label="vwx40",fontsize=16,color="green",shape="box"];1067[label="vwx30",fontsize=16,color="green",shape="box"];1068[label="vwx40",fontsize=16,color="green",shape="box"];1069[label="vwx30",fontsize=16,color="green",shape="box"];1070[label="vwx40",fontsize=16,color="green",shape="box"];1071[label="vwx30",fontsize=16,color="green",shape="box"];1072[label="vwx40",fontsize=16,color="green",shape="box"];1073[label="vwx30",fontsize=16,color="green",shape="box"];1074[label="vwx40",fontsize=16,color="green",shape="box"];1075[label="vwx30",fontsize=16,color="green",shape="box"];1076[label="vwx40",fontsize=16,color="green",shape="box"];1077[label="vwx30",fontsize=16,color="green",shape="box"];1078[label="vwx40",fontsize=16,color="green",shape="box"];1079[label="vwx30",fontsize=16,color="green",shape="box"];1080[label="vwx40",fontsize=16,color="green",shape="box"];1081[label="vwx30",fontsize=16,color="green",shape="box"];1082[label="vwx40",fontsize=16,color="green",shape="box"];1083[label="vwx30",fontsize=16,color="green",shape="box"];1084[label="vwx40",fontsize=16,color="green",shape="box"];1085 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1085[label="vwx31 == vwx41",fontsize=16,color="magenta"];1085 -> 1140[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1085 -> 1141[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1086 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1086[label="vwx31 == vwx41",fontsize=16,color="magenta"];1086 -> 1142[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1086 -> 1143[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1087 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1087[label="vwx31 == vwx41",fontsize=16,color="magenta"];1087 -> 1144[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1087 -> 1145[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1088 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1088[label="vwx31 == vwx41",fontsize=16,color="magenta"];1088 -> 1146[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1088 -> 1147[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1089 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1089[label="vwx31 == vwx41",fontsize=16,color="magenta"];1089 -> 1148[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1089 -> 1149[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1090 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1090[label="vwx31 == vwx41",fontsize=16,color="magenta"];1090 -> 1150[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1090 -> 1151[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1091 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1091[label="vwx31 == vwx41",fontsize=16,color="magenta"];1091 -> 1152[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1091 -> 1153[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1092 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1092[label="vwx31 == vwx41",fontsize=16,color="magenta"];1092 -> 1154[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1092 -> 1155[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1093 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1093[label="vwx31 == vwx41",fontsize=16,color="magenta"];1093 -> 1156[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1093 -> 1157[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1094 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1094[label="vwx31 == vwx41",fontsize=16,color="magenta"];1094 -> 1158[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1094 -> 1159[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1095 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1095[label="vwx31 == vwx41",fontsize=16,color="magenta"];1095 -> 1160[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1095 -> 1161[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1096 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1096[label="vwx31 == vwx41",fontsize=16,color="magenta"];1096 -> 1162[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1096 -> 1163[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1097 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1097[label="vwx31 == vwx41",fontsize=16,color="magenta"];1097 -> 1164[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1097 -> 1165[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1098 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1098[label="vwx31 == vwx41",fontsize=16,color="magenta"];1098 -> 1166[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1098 -> 1167[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1099 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1099[label="vwx32 == vwx42",fontsize=16,color="magenta"];1099 -> 1168[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1099 -> 1169[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1100 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1100[label="vwx32 == vwx42",fontsize=16,color="magenta"];1100 -> 1170[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1100 -> 1171[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1101 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1101[label="vwx32 == vwx42",fontsize=16,color="magenta"];1101 -> 1172[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1101 -> 1173[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1102 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1102[label="vwx32 == vwx42",fontsize=16,color="magenta"];1102 -> 1174[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1102 -> 1175[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1103 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1103[label="vwx32 == vwx42",fontsize=16,color="magenta"];1103 -> 1176[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1103 -> 1177[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1104 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1104[label="vwx32 == vwx42",fontsize=16,color="magenta"];1104 -> 1178[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1104 -> 1179[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1105 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1105[label="vwx32 == vwx42",fontsize=16,color="magenta"];1105 -> 1180[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1105 -> 1181[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1106 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1106[label="vwx32 == vwx42",fontsize=16,color="magenta"];1106 -> 1182[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1106 -> 1183[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1107 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1107[label="vwx32 == vwx42",fontsize=16,color="magenta"];1107 -> 1184[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1107 -> 1185[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1108 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1108[label="vwx32 == vwx42",fontsize=16,color="magenta"];1108 -> 1186[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1108 -> 1187[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1109 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1109[label="vwx32 == vwx42",fontsize=16,color="magenta"];1109 -> 1188[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1109 -> 1189[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1110 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1110[label="vwx32 == vwx42",fontsize=16,color="magenta"];1110 -> 1190[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1110 -> 1191[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1111 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1111[label="vwx32 == vwx42",fontsize=16,color="magenta"];1111 -> 1192[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1111 -> 1193[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1112 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1112[label="vwx32 == vwx42",fontsize=16,color="magenta"];1112 -> 1194[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1112 -> 1195[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1113 -> 1350[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1113[label="compare1 (vwx54,vwx55,vwx56) (vwx57,vwx58,vwx59) (vwx54 < vwx57 || vwx54 == vwx57 && (vwx55 < vwx58 || vwx55 == vwx58 && vwx56 <= vwx59))",fontsize=16,color="magenta"];1113 -> 1351[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1113 -> 1352[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1113 -> 1353[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1113 -> 1354[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1113 -> 1355[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1113 -> 1356[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1113 -> 1357[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1113 -> 1358[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 943[label="GT",fontsize=16,color="green",shape="box"];944[label="GT",fontsize=16,color="green",shape="box"];945[label="GT",fontsize=16,color="green",shape="box"];946[label="GT",fontsize=16,color="green",shape="box"];947[label="primMulNat vwx300 vwx410",fontsize=16,color="burlywood",shape="triangle"];3123[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];947 -> 3123[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3123 -> 1198[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3124[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];947 -> 3124[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3124 -> 1199[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 948 -> 947[label="",style="dashed", color="red", weight=0]; 21.98/10.23 948[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];948 -> 1200[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 949 -> 947[label="",style="dashed", color="red", weight=0]; 21.98/10.23 949[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];949 -> 1201[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 950 -> 947[label="",style="dashed", color="red", weight=0]; 21.98/10.23 950[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];950 -> 1202[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 950 -> 1203[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 951[label="vwx410",fontsize=16,color="green",shape="box"];952[label="vwx300",fontsize=16,color="green",shape="box"];953[label="GT",fontsize=16,color="green",shape="box"];954 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.23 954[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];954 -> 1204[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 954 -> 1205[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 955[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];955 -> 1206[label="",style="solid", color="black", weight=3]; 21.98/10.23 956 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.23 956[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];956 -> 1207[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 956 -> 1208[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 957[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];957 -> 1209[label="",style="solid", color="black", weight=3]; 21.98/10.23 958 -> 606[label="",style="dashed", color="red", weight=0]; 21.98/10.23 958[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];958 -> 1210[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 958 -> 1211[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 959[label="True",fontsize=16,color="green",shape="box"];960[label="False",fontsize=16,color="green",shape="box"];961[label="False",fontsize=16,color="green",shape="box"];962[label="True",fontsize=16,color="green",shape="box"];963 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.23 963[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];963 -> 1212[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 963 -> 1213[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 964[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3125[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];964 -> 3125[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3125 -> 1214[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3126[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];964 -> 3126[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3126 -> 1215[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 965[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3127[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];965 -> 3127[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3127 -> 1216[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3128[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];965 -> 3128[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3128 -> 1217[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 966[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3129[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];966 -> 3129[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3129 -> 1218[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3130[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];966 -> 3130[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3130 -> 1219[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 967[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3131[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];967 -> 3131[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3131 -> 1220[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3132[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];967 -> 3132[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3132 -> 1221[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 968[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];968 -> 1222[label="",style="solid", color="black", weight=3]; 21.98/10.23 969[label="True",fontsize=16,color="green",shape="box"];970[label="False",fontsize=16,color="green",shape="box"];971[label="False",fontsize=16,color="green",shape="box"];972[label="False",fontsize=16,color="green",shape="box"];973[label="True",fontsize=16,color="green",shape="box"];974[label="False",fontsize=16,color="green",shape="box"];975[label="False",fontsize=16,color="green",shape="box"];976[label="False",fontsize=16,color="green",shape="box"];977[label="True",fontsize=16,color="green",shape="box"];978[label="True",fontsize=16,color="green",shape="box"];979[label="False",fontsize=16,color="green",shape="box"];980[label="False",fontsize=16,color="green",shape="box"];981[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3133[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3133[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3133 -> 1223[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3134[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3134[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3134 -> 1224[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3135[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3135[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3135 -> 1225[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3136[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3136[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3136 -> 1226[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3137[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3137[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3137 -> 1227[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3138[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3138[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3138 -> 1228[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3139[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3139[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3139 -> 1229[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3140[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3140[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3140 -> 1230[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3141[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3141[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3141 -> 1231[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3142[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3142[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3142 -> 1232[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3143[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3143[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3143 -> 1233[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3144[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3144[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3144 -> 1234[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3145[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3145[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3145 -> 1235[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3146[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];981 -> 3146[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3146 -> 1236[label="",style="solid", color="blue", weight=3]; 21.98/10.23 982[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3147[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3147[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3147 -> 1237[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3148[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3148[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3148 -> 1238[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3149[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3149[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3149 -> 1239[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3150[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3150[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3150 -> 1240[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3151[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3151[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3151 -> 1241[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3152[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3152[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3152 -> 1242[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3153[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3153[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3153 -> 1243[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3154[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3154[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3154 -> 1244[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3155[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3155[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3155 -> 1245[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3156[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3156[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3156 -> 1246[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3157[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3157[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3157 -> 1247[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3158[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3158[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3158 -> 1248[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3159[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3159[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3159 -> 1249[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3160[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];982 -> 3160[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3160 -> 1250[label="",style="solid", color="blue", weight=3]; 21.98/10.23 983[label="False",fontsize=16,color="green",shape="box"];984[label="False",fontsize=16,color="green",shape="box"];985[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3161[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3161[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3161 -> 1251[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3162[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3162[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3162 -> 1252[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3163[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3163[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3163 -> 1253[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3164[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3164[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3164 -> 1254[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3165[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3165[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3165 -> 1255[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3166[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3166[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3166 -> 1256[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3167[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3167[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3167 -> 1257[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3168[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3168[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3168 -> 1258[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3169[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3169[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3169 -> 1259[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3170[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3170[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3170 -> 1260[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3171[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3171[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3171 -> 1261[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3172[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3172[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3172 -> 1262[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3173[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3173[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3173 -> 1263[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3174[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];985 -> 3174[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3174 -> 1264[label="",style="solid", color="blue", weight=3]; 21.98/10.23 986 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.23 986[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];986 -> 1265[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 986 -> 1266[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 987[label="False",fontsize=16,color="green",shape="box"];988[label="False",fontsize=16,color="green",shape="box"];989[label="True",fontsize=16,color="green",shape="box"];990[label="True",fontsize=16,color="green",shape="box"];1114[label="vwx18 <= vwx19",fontsize=16,color="blue",shape="box"];3175[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3175[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3175 -> 1267[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3176[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3176[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3176 -> 1268[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3177[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3177[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3177 -> 1269[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3178[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3178[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3178 -> 1270[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3179[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3179[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3179 -> 1271[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3180[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3180[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3180 -> 1272[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3181[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3181[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3181 -> 1273[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3182[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3182[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3182 -> 1274[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3183[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3183[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3183 -> 1275[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3184[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3184[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3184 -> 1276[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3185[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3185[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3185 -> 1277[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3186[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3186[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3186 -> 1278[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3187[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3187[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3187 -> 1279[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3188[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3188[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3188 -> 1280[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1115[label="compare1 (Just vwx90) (Just vwx91) False",fontsize=16,color="black",shape="box"];1115 -> 1281[label="",style="solid", color="black", weight=3]; 21.98/10.23 1116[label="compare1 (Just vwx90) (Just vwx91) True",fontsize=16,color="black",shape="box"];1116 -> 1282[label="",style="solid", color="black", weight=3]; 21.98/10.23 1286[label="vwx68",fontsize=16,color="green",shape="box"];1287 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1287[label="vwx67 == vwx69 && vwx68 <= vwx70",fontsize=16,color="magenta"];1287 -> 1298[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1287 -> 1299[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1288[label="vwx67 < vwx69",fontsize=16,color="blue",shape="box"];3189[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3189[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3189 -> 1300[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3190[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3190[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3190 -> 1301[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3191[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3191[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3191 -> 1302[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3192[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3192[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3192 -> 1303[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3193[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3193[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3193 -> 1304[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3194[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3194[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3194 -> 1305[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3195[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3195[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3195 -> 1306[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3196[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3196[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3196 -> 1307[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3197[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3197[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3197 -> 1308[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3198[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3198[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3198 -> 1309[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3199[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3199[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3199 -> 1310[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3200[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3200[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3200 -> 1311[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3201[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3201[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3201 -> 1312[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3202[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3202[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3202 -> 1313[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1289[label="vwx70",fontsize=16,color="green",shape="box"];1290[label="vwx69",fontsize=16,color="green",shape="box"];1291[label="vwx67",fontsize=16,color="green",shape="box"];1285[label="compare1 (vwx117,vwx118) (vwx119,vwx120) (vwx121 || vwx122)",fontsize=16,color="burlywood",shape="triangle"];3203[label="vwx121/False",fontsize=10,color="white",style="solid",shape="box"];1285 -> 3203[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3203 -> 1314[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3204[label="vwx121/True",fontsize=10,color="white",style="solid",shape="box"];1285 -> 3204[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3204 -> 1315[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1126[label="vwx36 <= vwx37",fontsize=16,color="blue",shape="box"];3205[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3205[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3205 -> 1316[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3206[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3206[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3206 -> 1317[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3207[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3207[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3207 -> 1318[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3208[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3208[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3208 -> 1319[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3209[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3209[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3209 -> 1320[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3210[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3210[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3210 -> 1321[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3211[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3211[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3211 -> 1322[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3212[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3212[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3212 -> 1323[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3213[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3213[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3213 -> 1324[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3214[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3214[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3214 -> 1325[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3215[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3215[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3215 -> 1326[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3216[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3216[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3216 -> 1327[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3217[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3217[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3217 -> 1328[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3218[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1126 -> 3218[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3218 -> 1329[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1127[label="compare1 (Left vwx97) (Left vwx98) False",fontsize=16,color="black",shape="box"];1127 -> 1330[label="",style="solid", color="black", weight=3]; 21.98/10.23 1128[label="compare1 (Left vwx97) (Left vwx98) True",fontsize=16,color="black",shape="box"];1128 -> 1331[label="",style="solid", color="black", weight=3]; 21.98/10.23 1129[label="GT",fontsize=16,color="green",shape="box"];1137[label="vwx43 <= vwx44",fontsize=16,color="blue",shape="box"];3219[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3219[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3219 -> 1332[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3220[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3220[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3220 -> 1333[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3221[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3221[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3221 -> 1334[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3222[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3222[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3222 -> 1335[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3223[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3223[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3223 -> 1336[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3224[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3224[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3224 -> 1337[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3225[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3225[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3225 -> 1338[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3226[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3226[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3226 -> 1339[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3227[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3227[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3227 -> 1340[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3228[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3228[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3228 -> 1341[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3229[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3229[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3229 -> 1342[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3230[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3230[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3230 -> 1343[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3231[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3231[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3231 -> 1344[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3232[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1137 -> 3232[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3232 -> 1345[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1138[label="compare1 (Right vwx105) (Right vwx106) False",fontsize=16,color="black",shape="box"];1138 -> 1346[label="",style="solid", color="black", weight=3]; 21.98/10.23 1139[label="compare1 (Right vwx105) (Right vwx106) True",fontsize=16,color="black",shape="box"];1139 -> 1347[label="",style="solid", color="black", weight=3]; 21.98/10.23 1140[label="vwx31",fontsize=16,color="green",shape="box"];1141[label="vwx41",fontsize=16,color="green",shape="box"];1142[label="vwx31",fontsize=16,color="green",shape="box"];1143[label="vwx41",fontsize=16,color="green",shape="box"];1144[label="vwx31",fontsize=16,color="green",shape="box"];1145[label="vwx41",fontsize=16,color="green",shape="box"];1146[label="vwx31",fontsize=16,color="green",shape="box"];1147[label="vwx41",fontsize=16,color="green",shape="box"];1148[label="vwx31",fontsize=16,color="green",shape="box"];1149[label="vwx41",fontsize=16,color="green",shape="box"];1150[label="vwx31",fontsize=16,color="green",shape="box"];1151[label="vwx41",fontsize=16,color="green",shape="box"];1152[label="vwx31",fontsize=16,color="green",shape="box"];1153[label="vwx41",fontsize=16,color="green",shape="box"];1154[label="vwx31",fontsize=16,color="green",shape="box"];1155[label="vwx41",fontsize=16,color="green",shape="box"];1156[label="vwx31",fontsize=16,color="green",shape="box"];1157[label="vwx41",fontsize=16,color="green",shape="box"];1158[label="vwx31",fontsize=16,color="green",shape="box"];1159[label="vwx41",fontsize=16,color="green",shape="box"];1160[label="vwx31",fontsize=16,color="green",shape="box"];1161[label="vwx41",fontsize=16,color="green",shape="box"];1162[label="vwx31",fontsize=16,color="green",shape="box"];1163[label="vwx41",fontsize=16,color="green",shape="box"];1164[label="vwx31",fontsize=16,color="green",shape="box"];1165[label="vwx41",fontsize=16,color="green",shape="box"];1166[label="vwx31",fontsize=16,color="green",shape="box"];1167[label="vwx41",fontsize=16,color="green",shape="box"];1168[label="vwx32",fontsize=16,color="green",shape="box"];1169[label="vwx42",fontsize=16,color="green",shape="box"];1170[label="vwx32",fontsize=16,color="green",shape="box"];1171[label="vwx42",fontsize=16,color="green",shape="box"];1172[label="vwx32",fontsize=16,color="green",shape="box"];1173[label="vwx42",fontsize=16,color="green",shape="box"];1174[label="vwx32",fontsize=16,color="green",shape="box"];1175[label="vwx42",fontsize=16,color="green",shape="box"];1176[label="vwx32",fontsize=16,color="green",shape="box"];1177[label="vwx42",fontsize=16,color="green",shape="box"];1178[label="vwx32",fontsize=16,color="green",shape="box"];1179[label="vwx42",fontsize=16,color="green",shape="box"];1180[label="vwx32",fontsize=16,color="green",shape="box"];1181[label="vwx42",fontsize=16,color="green",shape="box"];1182[label="vwx32",fontsize=16,color="green",shape="box"];1183[label="vwx42",fontsize=16,color="green",shape="box"];1184[label="vwx32",fontsize=16,color="green",shape="box"];1185[label="vwx42",fontsize=16,color="green",shape="box"];1186[label="vwx32",fontsize=16,color="green",shape="box"];1187[label="vwx42",fontsize=16,color="green",shape="box"];1188[label="vwx32",fontsize=16,color="green",shape="box"];1189[label="vwx42",fontsize=16,color="green",shape="box"];1190[label="vwx32",fontsize=16,color="green",shape="box"];1191[label="vwx42",fontsize=16,color="green",shape="box"];1192[label="vwx32",fontsize=16,color="green",shape="box"];1193[label="vwx42",fontsize=16,color="green",shape="box"];1194[label="vwx32",fontsize=16,color="green",shape="box"];1195[label="vwx42",fontsize=16,color="green",shape="box"];1351[label="vwx59",fontsize=16,color="green",shape="box"];1352[label="vwx54",fontsize=16,color="green",shape="box"];1353[label="vwx57",fontsize=16,color="green",shape="box"];1354[label="vwx54 < vwx57",fontsize=16,color="blue",shape="box"];3233[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3233[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3233 -> 1367[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3234[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3234[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3234 -> 1368[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3235[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3235[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3235 -> 1369[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3236[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3236[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3236 -> 1370[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3237[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3237[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3237 -> 1371[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3238[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3238[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3238 -> 1372[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3239[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3239[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3239 -> 1373[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3240[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3240[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3240 -> 1374[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3241[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3241[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3241 -> 1375[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3242[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3242[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3242 -> 1376[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3243[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3243[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3243 -> 1377[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3244[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3244[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3244 -> 1378[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3245[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3245[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3245 -> 1379[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3246[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1354 -> 3246[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3246 -> 1380[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1355 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1355[label="vwx54 == vwx57 && (vwx55 < vwx58 || vwx55 == vwx58 && vwx56 <= vwx59)",fontsize=16,color="magenta"];1355 -> 1381[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1355 -> 1382[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1356[label="vwx55",fontsize=16,color="green",shape="box"];1357[label="vwx58",fontsize=16,color="green",shape="box"];1358[label="vwx56",fontsize=16,color="green",shape="box"];1350[label="compare1 (vwx132,vwx133,vwx134) (vwx135,vwx136,vwx137) (vwx138 || vwx139)",fontsize=16,color="burlywood",shape="triangle"];3247[label="vwx138/False",fontsize=10,color="white",style="solid",shape="box"];1350 -> 3247[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3247 -> 1383[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3248[label="vwx138/True",fontsize=10,color="white",style="solid",shape="box"];1350 -> 3248[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3248 -> 1384[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1198[label="primMulNat (Succ vwx3000) vwx410",fontsize=16,color="burlywood",shape="box"];3249[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];1198 -> 3249[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3249 -> 1385[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3250[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];1198 -> 3250[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3250 -> 1386[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1199[label="primMulNat Zero vwx410",fontsize=16,color="burlywood",shape="box"];3251[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3251[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3251 -> 1387[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3252[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3252[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3252 -> 1388[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1200[label="vwx410",fontsize=16,color="green",shape="box"];1201[label="vwx300",fontsize=16,color="green",shape="box"];1202[label="vwx300",fontsize=16,color="green",shape="box"];1203[label="vwx410",fontsize=16,color="green",shape="box"];1204[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3253[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3253[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3253 -> 1389[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3254[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3254[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3254 -> 1390[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3255[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3255[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3255 -> 1391[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3256[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3256[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3256 -> 1392[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3257[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3257[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3257 -> 1393[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3258[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3258[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3258 -> 1394[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3259[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3259[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3259 -> 1395[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3260[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3260[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3260 -> 1396[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3261[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3261[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3261 -> 1397[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3262[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3262[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3262 -> 1398[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3263[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3263[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3263 -> 1399[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3264[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3264[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3264 -> 1400[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3265[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3265[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3265 -> 1401[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3266[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3266[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3266 -> 1402[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1205 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1205[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];1205 -> 1403[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1205 -> 1404[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1206[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3267[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];1206 -> 3267[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3267 -> 1405[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3268[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];1206 -> 3268[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3268 -> 1406[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1207[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3269[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3269[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3269 -> 1407[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3270[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3270[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3270 -> 1408[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3271[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3271[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3271 -> 1409[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3272[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3272[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3272 -> 1410[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3273[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3273[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3273 -> 1411[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3274[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3274[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3274 -> 1412[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3275[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3275[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3275 -> 1413[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3276[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3276[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3276 -> 1414[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3277[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3277[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3277 -> 1415[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3278[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3278[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3278 -> 1416[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3279[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3279[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3279 -> 1417[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3280[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3280[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3280 -> 1418[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3281[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3281[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3281 -> 1419[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3282[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3282[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3282 -> 1420[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1208[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3283[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3283[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3283 -> 1421[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3284[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3284[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3284 -> 1422[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3285[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3285[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3285 -> 1423[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3286[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3286[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3286 -> 1424[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3287[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3287[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3287 -> 1425[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3288[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3288[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3288 -> 1426[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3289[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3289[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3289 -> 1427[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3290[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3290[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3290 -> 1428[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3291[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3291[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3291 -> 1429[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3292[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3292[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3292 -> 1430[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3293[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3293[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3293 -> 1431[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3294[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3294[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3294 -> 1432[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3295[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3295[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3295 -> 1433[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3296[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3296[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3296 -> 1434[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1209 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1209[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];1209 -> 1435[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1209 -> 1436[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1210[label="vwx300",fontsize=16,color="green",shape="box"];1211[label="vwx400",fontsize=16,color="green",shape="box"];1212[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3297[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1212 -> 3297[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3297 -> 1437[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3298[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1212 -> 3298[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3298 -> 1438[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1213[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3299[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1213 -> 3299[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3299 -> 1439[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3300[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1213 -> 3300[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3300 -> 1440[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1214[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3301[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1214 -> 3301[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3301 -> 1441[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3302[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1214 -> 3302[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3302 -> 1442[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1215[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];1215 -> 1443[label="",style="solid", color="black", weight=3]; 21.98/10.23 1216[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3303[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3303[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3303 -> 1444[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3304[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3304[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3304 -> 1445[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1217[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3305[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1217 -> 3305[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3305 -> 1446[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3306[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1217 -> 3306[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3306 -> 1447[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1218[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];1218 -> 1448[label="",style="solid", color="black", weight=3]; 21.98/10.23 1219[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3307[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1219 -> 3307[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3307 -> 1449[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3308[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1219 -> 3308[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3308 -> 1450[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1220[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3309[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1220 -> 3309[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3309 -> 1451[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3310[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1220 -> 3310[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3310 -> 1452[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1221[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3311[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1221 -> 3311[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3311 -> 1453[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3312[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1221 -> 3312[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3312 -> 1454[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1222 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1222[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];1222 -> 1455[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1222 -> 1456[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1223 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1223[label="vwx300 == vwx400",fontsize=16,color="magenta"];1223 -> 1457[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1223 -> 1458[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1224 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1224[label="vwx300 == vwx400",fontsize=16,color="magenta"];1224 -> 1459[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1224 -> 1460[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1225 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1225[label="vwx300 == vwx400",fontsize=16,color="magenta"];1225 -> 1461[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1225 -> 1462[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1226 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1226[label="vwx300 == vwx400",fontsize=16,color="magenta"];1226 -> 1463[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1226 -> 1464[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1227 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1227[label="vwx300 == vwx400",fontsize=16,color="magenta"];1227 -> 1465[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1227 -> 1466[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1228 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1228[label="vwx300 == vwx400",fontsize=16,color="magenta"];1228 -> 1467[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1228 -> 1468[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1229 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1229[label="vwx300 == vwx400",fontsize=16,color="magenta"];1229 -> 1469[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1229 -> 1470[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1230 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1230[label="vwx300 == vwx400",fontsize=16,color="magenta"];1230 -> 1471[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1230 -> 1472[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1231 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1231[label="vwx300 == vwx400",fontsize=16,color="magenta"];1231 -> 1473[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1231 -> 1474[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1232 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1232[label="vwx300 == vwx400",fontsize=16,color="magenta"];1232 -> 1475[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1232 -> 1476[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1233 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1233[label="vwx300 == vwx400",fontsize=16,color="magenta"];1233 -> 1477[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1233 -> 1478[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1234 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1234[label="vwx300 == vwx400",fontsize=16,color="magenta"];1234 -> 1479[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1234 -> 1480[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1235 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1235[label="vwx300 == vwx400",fontsize=16,color="magenta"];1235 -> 1481[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1235 -> 1482[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1236 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1236[label="vwx300 == vwx400",fontsize=16,color="magenta"];1236 -> 1483[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1236 -> 1484[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1237 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1237[label="vwx300 == vwx400",fontsize=16,color="magenta"];1237 -> 1485[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1237 -> 1486[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1238 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1238[label="vwx300 == vwx400",fontsize=16,color="magenta"];1238 -> 1487[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1238 -> 1488[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1239 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1239[label="vwx300 == vwx400",fontsize=16,color="magenta"];1239 -> 1489[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1239 -> 1490[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1240 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1240[label="vwx300 == vwx400",fontsize=16,color="magenta"];1240 -> 1491[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1240 -> 1492[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1241 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1241[label="vwx300 == vwx400",fontsize=16,color="magenta"];1241 -> 1493[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1241 -> 1494[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1242 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1242[label="vwx300 == vwx400",fontsize=16,color="magenta"];1242 -> 1495[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1242 -> 1496[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1243 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1243[label="vwx300 == vwx400",fontsize=16,color="magenta"];1243 -> 1497[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1243 -> 1498[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1244 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1244[label="vwx300 == vwx400",fontsize=16,color="magenta"];1244 -> 1499[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1244 -> 1500[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1245 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1245[label="vwx300 == vwx400",fontsize=16,color="magenta"];1245 -> 1501[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1245 -> 1502[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1246 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1246[label="vwx300 == vwx400",fontsize=16,color="magenta"];1246 -> 1503[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1246 -> 1504[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1247 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1247[label="vwx300 == vwx400",fontsize=16,color="magenta"];1247 -> 1505[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1247 -> 1506[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1248 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1248[label="vwx300 == vwx400",fontsize=16,color="magenta"];1248 -> 1507[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1248 -> 1508[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1249 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1249[label="vwx300 == vwx400",fontsize=16,color="magenta"];1249 -> 1509[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1249 -> 1510[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1250 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1250[label="vwx300 == vwx400",fontsize=16,color="magenta"];1250 -> 1511[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1250 -> 1512[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1251 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1251[label="vwx300 == vwx400",fontsize=16,color="magenta"];1251 -> 1513[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1251 -> 1514[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1252 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1252[label="vwx300 == vwx400",fontsize=16,color="magenta"];1252 -> 1515[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1252 -> 1516[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1253 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1253[label="vwx300 == vwx400",fontsize=16,color="magenta"];1253 -> 1517[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1253 -> 1518[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1254 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1254[label="vwx300 == vwx400",fontsize=16,color="magenta"];1254 -> 1519[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1254 -> 1520[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1255 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1255[label="vwx300 == vwx400",fontsize=16,color="magenta"];1255 -> 1521[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1255 -> 1522[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1256 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1256[label="vwx300 == vwx400",fontsize=16,color="magenta"];1256 -> 1523[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1256 -> 1524[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1257 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1257[label="vwx300 == vwx400",fontsize=16,color="magenta"];1257 -> 1525[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1257 -> 1526[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1258 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1258[label="vwx300 == vwx400",fontsize=16,color="magenta"];1258 -> 1527[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1258 -> 1528[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1259 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1259[label="vwx300 == vwx400",fontsize=16,color="magenta"];1259 -> 1529[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1259 -> 1530[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1260 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1260[label="vwx300 == vwx400",fontsize=16,color="magenta"];1260 -> 1531[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1260 -> 1532[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1261 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1261[label="vwx300 == vwx400",fontsize=16,color="magenta"];1261 -> 1533[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1261 -> 1534[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1262 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1262[label="vwx300 == vwx400",fontsize=16,color="magenta"];1262 -> 1535[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1262 -> 1536[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1263 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1263[label="vwx300 == vwx400",fontsize=16,color="magenta"];1263 -> 1537[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1263 -> 1538[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1264 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1264[label="vwx300 == vwx400",fontsize=16,color="magenta"];1264 -> 1539[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1264 -> 1540[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1265[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3313[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3313[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3313 -> 1541[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3314[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3314[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3314 -> 1542[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3315[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3315[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3315 -> 1543[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3316[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3316[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3316 -> 1544[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3317[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3317[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3317 -> 1545[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3318[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3318[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3318 -> 1546[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3319[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3319[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3319 -> 1547[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3320[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3320[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3320 -> 1548[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3321[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3321[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3321 -> 1549[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3322[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3322[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3322 -> 1550[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3323[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3323[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3323 -> 1551[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3324[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3324[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3324 -> 1552[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3325[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3325[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3325 -> 1553[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3326[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1265 -> 3326[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3326 -> 1554[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1266 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1266[label="vwx301 == vwx401",fontsize=16,color="magenta"];1266 -> 1555[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1266 -> 1556[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1267[label="vwx18 <= vwx19",fontsize=16,color="black",shape="triangle"];1267 -> 1557[label="",style="solid", color="black", weight=3]; 21.98/10.23 1268[label="vwx18 <= vwx19",fontsize=16,color="black",shape="triangle"];1268 -> 1558[label="",style="solid", color="black", weight=3]; 21.98/10.23 1269[label="vwx18 <= vwx19",fontsize=16,color="black",shape="triangle"];1269 -> 1559[label="",style="solid", color="black", weight=3]; 21.98/10.23 1270[label="vwx18 <= vwx19",fontsize=16,color="black",shape="triangle"];1270 -> 1560[label="",style="solid", color="black", weight=3]; 21.98/10.23 1271[label="vwx18 <= vwx19",fontsize=16,color="burlywood",shape="triangle"];3327[label="vwx18/LT",fontsize=10,color="white",style="solid",shape="box"];1271 -> 3327[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3327 -> 1561[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3328[label="vwx18/EQ",fontsize=10,color="white",style="solid",shape="box"];1271 -> 3328[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3328 -> 1562[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3329[label="vwx18/GT",fontsize=10,color="white",style="solid",shape="box"];1271 -> 3329[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3329 -> 1563[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1272[label="vwx18 <= vwx19",fontsize=16,color="burlywood",shape="triangle"];3330[label="vwx18/False",fontsize=10,color="white",style="solid",shape="box"];1272 -> 3330[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3330 -> 1564[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3331[label="vwx18/True",fontsize=10,color="white",style="solid",shape="box"];1272 -> 3331[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3331 -> 1565[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1273[label="vwx18 <= vwx19",fontsize=16,color="black",shape="triangle"];1273 -> 1566[label="",style="solid", color="black", weight=3]; 21.98/10.23 1274[label="vwx18 <= vwx19",fontsize=16,color="black",shape="triangle"];1274 -> 1567[label="",style="solid", color="black", weight=3]; 21.98/10.23 1275[label="vwx18 <= vwx19",fontsize=16,color="black",shape="triangle"];1275 -> 1568[label="",style="solid", color="black", weight=3]; 21.98/10.23 1276[label="vwx18 <= vwx19",fontsize=16,color="burlywood",shape="triangle"];3332[label="vwx18/Nothing",fontsize=10,color="white",style="solid",shape="box"];1276 -> 3332[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3332 -> 1569[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3333[label="vwx18/Just vwx180",fontsize=10,color="white",style="solid",shape="box"];1276 -> 3333[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3333 -> 1570[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1277[label="vwx18 <= vwx19",fontsize=16,color="burlywood",shape="triangle"];3334[label="vwx18/(vwx180,vwx181)",fontsize=10,color="white",style="solid",shape="box"];1277 -> 3334[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3334 -> 1571[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1278[label="vwx18 <= vwx19",fontsize=16,color="burlywood",shape="triangle"];3335[label="vwx18/Left vwx180",fontsize=10,color="white",style="solid",shape="box"];1278 -> 3335[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3335 -> 1572[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 3336[label="vwx18/Right vwx180",fontsize=10,color="white",style="solid",shape="box"];1278 -> 3336[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3336 -> 1573[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1279[label="vwx18 <= vwx19",fontsize=16,color="black",shape="triangle"];1279 -> 1574[label="",style="solid", color="black", weight=3]; 21.98/10.23 1280[label="vwx18 <= vwx19",fontsize=16,color="burlywood",shape="triangle"];3337[label="vwx18/(vwx180,vwx181,vwx182)",fontsize=10,color="white",style="solid",shape="box"];1280 -> 3337[label="",style="solid", color="burlywood", weight=9]; 21.98/10.23 3337 -> 1575[label="",style="solid", color="burlywood", weight=3]; 21.98/10.23 1281[label="compare0 (Just vwx90) (Just vwx91) otherwise",fontsize=16,color="black",shape="box"];1281 -> 1576[label="",style="solid", color="black", weight=3]; 21.98/10.23 1282[label="LT",fontsize=16,color="green",shape="box"];1298[label="vwx67 == vwx69",fontsize=16,color="blue",shape="box"];3338[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3338[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3338 -> 1577[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3339[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3339[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3339 -> 1578[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3340[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3340[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3340 -> 1579[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3341[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3341[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3341 -> 1580[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3342[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3342[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3342 -> 1581[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3343[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3343[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3343 -> 1582[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3344[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3344[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3344 -> 1583[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3345[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3345[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3345 -> 1584[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3346[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3346[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3346 -> 1585[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3347[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3347[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3347 -> 1586[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3348[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3348[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3348 -> 1587[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3349[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3349[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3349 -> 1588[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3350[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3350[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3350 -> 1589[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3351[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1298 -> 3351[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3351 -> 1590[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1299[label="vwx68 <= vwx70",fontsize=16,color="blue",shape="box"];3352[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3352[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3352 -> 1591[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3353[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3353[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3353 -> 1592[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3354[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3354[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3354 -> 1593[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3355[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3355[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3355 -> 1594[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3356[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3356[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3356 -> 1595[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3357[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3357[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3357 -> 1596[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3358[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3358[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3358 -> 1597[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3359[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3359[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3359 -> 1598[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3360[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3360[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3360 -> 1599[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3361[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3361[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3361 -> 1600[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3362[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3362[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3362 -> 1601[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3363[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3363[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3363 -> 1602[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3364[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3364[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3364 -> 1603[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3365[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1299 -> 3365[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3365 -> 1604[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1300 -> 5[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1300[label="vwx67 < vwx69",fontsize=16,color="magenta"];1300 -> 1605[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1300 -> 1606[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1301 -> 6[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1301[label="vwx67 < vwx69",fontsize=16,color="magenta"];1301 -> 1607[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1301 -> 1608[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1302 -> 7[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1302[label="vwx67 < vwx69",fontsize=16,color="magenta"];1302 -> 1609[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1302 -> 1610[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1303 -> 8[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1303[label="vwx67 < vwx69",fontsize=16,color="magenta"];1303 -> 1611[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1303 -> 1612[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1304 -> 9[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1304[label="vwx67 < vwx69",fontsize=16,color="magenta"];1304 -> 1613[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1304 -> 1614[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1305 -> 10[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1305[label="vwx67 < vwx69",fontsize=16,color="magenta"];1305 -> 1615[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1305 -> 1616[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1306 -> 11[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1306[label="vwx67 < vwx69",fontsize=16,color="magenta"];1306 -> 1617[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1306 -> 1618[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1307 -> 12[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1307[label="vwx67 < vwx69",fontsize=16,color="magenta"];1307 -> 1619[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1307 -> 1620[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1308 -> 13[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1308[label="vwx67 < vwx69",fontsize=16,color="magenta"];1308 -> 1621[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1308 -> 1622[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1309 -> 14[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1309[label="vwx67 < vwx69",fontsize=16,color="magenta"];1309 -> 1623[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1309 -> 1624[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1310 -> 15[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1310[label="vwx67 < vwx69",fontsize=16,color="magenta"];1310 -> 1625[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1310 -> 1626[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1311 -> 16[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1311[label="vwx67 < vwx69",fontsize=16,color="magenta"];1311 -> 1627[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1311 -> 1628[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1312 -> 17[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1312[label="vwx67 < vwx69",fontsize=16,color="magenta"];1312 -> 1629[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1312 -> 1630[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1313 -> 18[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1313[label="vwx67 < vwx69",fontsize=16,color="magenta"];1313 -> 1631[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1313 -> 1632[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1314[label="compare1 (vwx117,vwx118) (vwx119,vwx120) (False || vwx122)",fontsize=16,color="black",shape="box"];1314 -> 1633[label="",style="solid", color="black", weight=3]; 21.98/10.23 1315[label="compare1 (vwx117,vwx118) (vwx119,vwx120) (True || vwx122)",fontsize=16,color="black",shape="box"];1315 -> 1634[label="",style="solid", color="black", weight=3]; 21.98/10.23 1316 -> 1267[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1316[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1316 -> 1635[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1316 -> 1636[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1317 -> 1268[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1317[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1317 -> 1637[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1317 -> 1638[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1318 -> 1269[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1318[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1318 -> 1639[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1318 -> 1640[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1319 -> 1270[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1319[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1319 -> 1641[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1319 -> 1642[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1320 -> 1271[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1320[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1320 -> 1643[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1320 -> 1644[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1321 -> 1272[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1321[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1321 -> 1645[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1321 -> 1646[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1322 -> 1273[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1322[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1322 -> 1647[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1322 -> 1648[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1323 -> 1274[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1323[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1323 -> 1649[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1323 -> 1650[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1324 -> 1275[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1324[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1324 -> 1651[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1324 -> 1652[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1325 -> 1276[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1325[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1325 -> 1653[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1325 -> 1654[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1326 -> 1277[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1326[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1326 -> 1655[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1326 -> 1656[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1327 -> 1278[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1327[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1327 -> 1657[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1327 -> 1658[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1328 -> 1279[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1328[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1328 -> 1659[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1328 -> 1660[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1329 -> 1280[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1329[label="vwx36 <= vwx37",fontsize=16,color="magenta"];1329 -> 1661[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1329 -> 1662[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1330[label="compare0 (Left vwx97) (Left vwx98) otherwise",fontsize=16,color="black",shape="box"];1330 -> 1663[label="",style="solid", color="black", weight=3]; 21.98/10.23 1331[label="LT",fontsize=16,color="green",shape="box"];1332 -> 1267[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1332[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1332 -> 1664[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1332 -> 1665[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1333 -> 1268[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1333[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1333 -> 1666[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1333 -> 1667[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1334 -> 1269[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1334[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1334 -> 1668[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1334 -> 1669[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1335 -> 1270[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1335[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1335 -> 1670[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1335 -> 1671[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1336 -> 1271[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1336[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1336 -> 1672[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1336 -> 1673[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1337 -> 1272[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1337[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1337 -> 1674[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1337 -> 1675[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1338 -> 1273[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1338[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1338 -> 1676[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1338 -> 1677[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1339 -> 1274[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1339[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1339 -> 1678[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1339 -> 1679[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1340 -> 1275[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1340[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1340 -> 1680[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1340 -> 1681[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1341 -> 1276[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1341[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1341 -> 1682[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1341 -> 1683[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1342 -> 1277[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1342[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1342 -> 1684[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1342 -> 1685[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1343 -> 1278[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1343[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1343 -> 1686[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1343 -> 1687[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1344 -> 1279[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1344[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1344 -> 1688[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1344 -> 1689[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1345 -> 1280[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1345[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1345 -> 1690[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1345 -> 1691[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1346[label="compare0 (Right vwx105) (Right vwx106) otherwise",fontsize=16,color="black",shape="box"];1346 -> 1692[label="",style="solid", color="black", weight=3]; 21.98/10.23 1347[label="LT",fontsize=16,color="green",shape="box"];1367 -> 5[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1367[label="vwx54 < vwx57",fontsize=16,color="magenta"];1367 -> 1693[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1367 -> 1694[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1368 -> 6[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1368[label="vwx54 < vwx57",fontsize=16,color="magenta"];1368 -> 1695[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1368 -> 1696[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1369 -> 7[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1369[label="vwx54 < vwx57",fontsize=16,color="magenta"];1369 -> 1697[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1369 -> 1698[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1370 -> 8[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1370[label="vwx54 < vwx57",fontsize=16,color="magenta"];1370 -> 1699[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1370 -> 1700[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1371 -> 9[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1371[label="vwx54 < vwx57",fontsize=16,color="magenta"];1371 -> 1701[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1371 -> 1702[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1372 -> 10[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1372[label="vwx54 < vwx57",fontsize=16,color="magenta"];1372 -> 1703[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1372 -> 1704[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1373 -> 11[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1373[label="vwx54 < vwx57",fontsize=16,color="magenta"];1373 -> 1705[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1373 -> 1706[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1374 -> 12[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1374[label="vwx54 < vwx57",fontsize=16,color="magenta"];1374 -> 1707[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1374 -> 1708[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1375 -> 13[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1375[label="vwx54 < vwx57",fontsize=16,color="magenta"];1375 -> 1709[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1375 -> 1710[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1376 -> 14[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1376[label="vwx54 < vwx57",fontsize=16,color="magenta"];1376 -> 1711[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1376 -> 1712[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1377 -> 15[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1377[label="vwx54 < vwx57",fontsize=16,color="magenta"];1377 -> 1713[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1377 -> 1714[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1378 -> 16[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1378[label="vwx54 < vwx57",fontsize=16,color="magenta"];1378 -> 1715[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1378 -> 1716[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1379 -> 17[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1379[label="vwx54 < vwx57",fontsize=16,color="magenta"];1379 -> 1717[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1379 -> 1718[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1380 -> 18[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1380[label="vwx54 < vwx57",fontsize=16,color="magenta"];1380 -> 1719[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1380 -> 1720[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1381[label="vwx54 == vwx57",fontsize=16,color="blue",shape="box"];3366[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3366[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3366 -> 1721[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3367[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3367[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3367 -> 1722[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3368[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3368[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3368 -> 1723[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3369[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3369[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3369 -> 1724[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3370[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3370[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3370 -> 1725[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3371[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3371[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3371 -> 1726[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3372[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3372[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3372 -> 1727[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3373[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3373[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3373 -> 1728[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3374[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3374[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3374 -> 1729[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3375[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3375[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3375 -> 1730[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3376[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3376[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3376 -> 1731[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3377[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3377[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3377 -> 1732[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3378[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3378[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3378 -> 1733[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3379[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3379[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3379 -> 1734[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1382 -> 2039[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1382[label="vwx55 < vwx58 || vwx55 == vwx58 && vwx56 <= vwx59",fontsize=16,color="magenta"];1382 -> 2040[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1382 -> 2041[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1383[label="compare1 (vwx132,vwx133,vwx134) (vwx135,vwx136,vwx137) (False || vwx139)",fontsize=16,color="black",shape="box"];1383 -> 1737[label="",style="solid", color="black", weight=3]; 21.98/10.23 1384[label="compare1 (vwx132,vwx133,vwx134) (vwx135,vwx136,vwx137) (True || vwx139)",fontsize=16,color="black",shape="box"];1384 -> 1738[label="",style="solid", color="black", weight=3]; 21.98/10.23 1385[label="primMulNat (Succ vwx3000) (Succ vwx4100)",fontsize=16,color="black",shape="box"];1385 -> 1739[label="",style="solid", color="black", weight=3]; 21.98/10.23 1386[label="primMulNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];1386 -> 1740[label="",style="solid", color="black", weight=3]; 21.98/10.23 1387[label="primMulNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];1387 -> 1741[label="",style="solid", color="black", weight=3]; 21.98/10.23 1388[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1388 -> 1742[label="",style="solid", color="black", weight=3]; 21.98/10.23 1389 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1389[label="vwx300 == vwx400",fontsize=16,color="magenta"];1389 -> 1743[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1389 -> 1744[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1390 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1390[label="vwx300 == vwx400",fontsize=16,color="magenta"];1390 -> 1745[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1390 -> 1746[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1391 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1391[label="vwx300 == vwx400",fontsize=16,color="magenta"];1391 -> 1747[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1391 -> 1748[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1392 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1392[label="vwx300 == vwx400",fontsize=16,color="magenta"];1392 -> 1749[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1392 -> 1750[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1393 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1393[label="vwx300 == vwx400",fontsize=16,color="magenta"];1393 -> 1751[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1393 -> 1752[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1394 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1394[label="vwx300 == vwx400",fontsize=16,color="magenta"];1394 -> 1753[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1394 -> 1754[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1395 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1395[label="vwx300 == vwx400",fontsize=16,color="magenta"];1395 -> 1755[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1395 -> 1756[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1396 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1396[label="vwx300 == vwx400",fontsize=16,color="magenta"];1396 -> 1757[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1396 -> 1758[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1397 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1397[label="vwx300 == vwx400",fontsize=16,color="magenta"];1397 -> 1759[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1397 -> 1760[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1398 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1398[label="vwx300 == vwx400",fontsize=16,color="magenta"];1398 -> 1761[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1398 -> 1762[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1399 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1399[label="vwx300 == vwx400",fontsize=16,color="magenta"];1399 -> 1763[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1399 -> 1764[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1400 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1400[label="vwx300 == vwx400",fontsize=16,color="magenta"];1400 -> 1765[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1400 -> 1766[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1401 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1401[label="vwx300 == vwx400",fontsize=16,color="magenta"];1401 -> 1767[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1401 -> 1768[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1402 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.23 1402[label="vwx300 == vwx400",fontsize=16,color="magenta"];1402 -> 1769[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1402 -> 1770[label="",style="dashed", color="magenta", weight=3]; 21.98/10.23 1403[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3380[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3380[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3380 -> 1771[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3381[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3381[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3381 -> 1772[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3382[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3382[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3382 -> 1773[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3383[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3383[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3383 -> 1774[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3384[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3384[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3384 -> 1775[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3385[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3385[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3385 -> 1776[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3386[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3386[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3386 -> 1777[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3387[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3387[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3387 -> 1778[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3388[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3388[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3388 -> 1779[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3389[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3389[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3389 -> 1780[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3390[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3390[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3390 -> 1781[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3391[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3391[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3391 -> 1782[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3392[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3392[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3392 -> 1783[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3393[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1403 -> 3393[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3393 -> 1784[label="",style="solid", color="blue", weight=3]; 21.98/10.23 1404[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3394[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3394[label="",style="solid", color="blue", weight=9]; 21.98/10.23 3394 -> 1785[label="",style="solid", color="blue", weight=3]; 21.98/10.23 3395[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3395[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3395 -> 1786[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3396[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3396[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3396 -> 1787[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3397[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3397[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3397 -> 1788[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3398[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3398[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3398 -> 1789[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3399[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3399[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3399 -> 1790[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3400[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3400[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3400 -> 1791[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3401[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3401[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3401 -> 1792[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3402[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3402[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3402 -> 1793[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3403[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3403[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3403 -> 1794[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3404[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3404[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3404 -> 1795[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3405[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3405[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3405 -> 1796[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3406[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3406[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3406 -> 1797[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3407[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1404 -> 3407[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3407 -> 1798[label="",style="solid", color="blue", weight=3]; 21.98/10.24 1405[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3408[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1405 -> 3408[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3408 -> 1799[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3409[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1405 -> 3409[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3409 -> 1800[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1406[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3410[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1406 -> 3410[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3410 -> 1801[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3411[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1406 -> 3411[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3411 -> 1802[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1407 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1407[label="vwx300 == vwx400",fontsize=16,color="magenta"];1407 -> 1803[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1407 -> 1804[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1408 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1408[label="vwx300 == vwx400",fontsize=16,color="magenta"];1408 -> 1805[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1408 -> 1806[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1409 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1409[label="vwx300 == vwx400",fontsize=16,color="magenta"];1409 -> 1807[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1409 -> 1808[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1410 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1410[label="vwx300 == vwx400",fontsize=16,color="magenta"];1410 -> 1809[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1410 -> 1810[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1411 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1411[label="vwx300 == vwx400",fontsize=16,color="magenta"];1411 -> 1811[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1411 -> 1812[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1412 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1412[label="vwx300 == vwx400",fontsize=16,color="magenta"];1412 -> 1813[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1412 -> 1814[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1413 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1413[label="vwx300 == vwx400",fontsize=16,color="magenta"];1413 -> 1815[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1413 -> 1816[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1414 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1414[label="vwx300 == vwx400",fontsize=16,color="magenta"];1414 -> 1817[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1414 -> 1818[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1415 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1415[label="vwx300 == vwx400",fontsize=16,color="magenta"];1415 -> 1819[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1415 -> 1820[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1416 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1416[label="vwx300 == vwx400",fontsize=16,color="magenta"];1416 -> 1821[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1416 -> 1822[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1417 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1417[label="vwx300 == vwx400",fontsize=16,color="magenta"];1417 -> 1823[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1417 -> 1824[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1418 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1418[label="vwx300 == vwx400",fontsize=16,color="magenta"];1418 -> 1825[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1418 -> 1826[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1419 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1419[label="vwx300 == vwx400",fontsize=16,color="magenta"];1419 -> 1827[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1419 -> 1828[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1420 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1420[label="vwx300 == vwx400",fontsize=16,color="magenta"];1420 -> 1829[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1420 -> 1830[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1421 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1421[label="vwx301 == vwx401",fontsize=16,color="magenta"];1421 -> 1831[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1421 -> 1832[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1422 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1422[label="vwx301 == vwx401",fontsize=16,color="magenta"];1422 -> 1833[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1422 -> 1834[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1423 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1423[label="vwx301 == vwx401",fontsize=16,color="magenta"];1423 -> 1835[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1423 -> 1836[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1424 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1424[label="vwx301 == vwx401",fontsize=16,color="magenta"];1424 -> 1837[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1424 -> 1838[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1425 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1425[label="vwx301 == vwx401",fontsize=16,color="magenta"];1425 -> 1839[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1425 -> 1840[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1426 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1426[label="vwx301 == vwx401",fontsize=16,color="magenta"];1426 -> 1841[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1426 -> 1842[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1427 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1427[label="vwx301 == vwx401",fontsize=16,color="magenta"];1427 -> 1843[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1427 -> 1844[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1428 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1428[label="vwx301 == vwx401",fontsize=16,color="magenta"];1428 -> 1845[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1428 -> 1846[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1429 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1429[label="vwx301 == vwx401",fontsize=16,color="magenta"];1429 -> 1847[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1429 -> 1848[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1430 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1430[label="vwx301 == vwx401",fontsize=16,color="magenta"];1430 -> 1849[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1430 -> 1850[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1431 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1431[label="vwx301 == vwx401",fontsize=16,color="magenta"];1431 -> 1851[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1431 -> 1852[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1432 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1432[label="vwx301 == vwx401",fontsize=16,color="magenta"];1432 -> 1853[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1432 -> 1854[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1433 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1433[label="vwx301 == vwx401",fontsize=16,color="magenta"];1433 -> 1855[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1433 -> 1856[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1434 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1434[label="vwx301 == vwx401",fontsize=16,color="magenta"];1434 -> 1857[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1434 -> 1858[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1435 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1435[label="vwx300 * vwx401",fontsize=16,color="magenta"];1435 -> 1859[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1435 -> 1860[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1436 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1436[label="vwx301 * vwx400",fontsize=16,color="magenta"];1436 -> 1861[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1436 -> 1862[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1437 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1437[label="vwx300 == vwx400",fontsize=16,color="magenta"];1437 -> 1863[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1437 -> 1864[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1438 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1438[label="vwx300 == vwx400",fontsize=16,color="magenta"];1438 -> 1865[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1438 -> 1866[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1439 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1439[label="vwx301 == vwx401",fontsize=16,color="magenta"];1439 -> 1867[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1439 -> 1868[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1440 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1440[label="vwx301 == vwx401",fontsize=16,color="magenta"];1440 -> 1869[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1440 -> 1870[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1441[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1441 -> 1871[label="",style="solid", color="black", weight=3]; 21.98/10.24 1442[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1442 -> 1872[label="",style="solid", color="black", weight=3]; 21.98/10.24 1443[label="False",fontsize=16,color="green",shape="box"];1444[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1444 -> 1873[label="",style="solid", color="black", weight=3]; 21.98/10.24 1445[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1445 -> 1874[label="",style="solid", color="black", weight=3]; 21.98/10.24 1446[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1446 -> 1875[label="",style="solid", color="black", weight=3]; 21.98/10.24 1447[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1447 -> 1876[label="",style="solid", color="black", weight=3]; 21.98/10.24 1448[label="False",fontsize=16,color="green",shape="box"];1449[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1449 -> 1877[label="",style="solid", color="black", weight=3]; 21.98/10.24 1450[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1450 -> 1878[label="",style="solid", color="black", weight=3]; 21.98/10.24 1451[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];1451 -> 1879[label="",style="solid", color="black", weight=3]; 21.98/10.24 1452[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1452 -> 1880[label="",style="solid", color="black", weight=3]; 21.98/10.24 1453[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];1453 -> 1881[label="",style="solid", color="black", weight=3]; 21.98/10.24 1454[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1454 -> 1882[label="",style="solid", color="black", weight=3]; 21.98/10.24 1455 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1455[label="vwx300 * vwx401",fontsize=16,color="magenta"];1455 -> 1883[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1455 -> 1884[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1456 -> 303[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1456[label="vwx301 * vwx400",fontsize=16,color="magenta"];1456 -> 1885[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1456 -> 1886[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1457[label="vwx300",fontsize=16,color="green",shape="box"];1458[label="vwx400",fontsize=16,color="green",shape="box"];1459[label="vwx300",fontsize=16,color="green",shape="box"];1460[label="vwx400",fontsize=16,color="green",shape="box"];1461[label="vwx300",fontsize=16,color="green",shape="box"];1462[label="vwx400",fontsize=16,color="green",shape="box"];1463[label="vwx300",fontsize=16,color="green",shape="box"];1464[label="vwx400",fontsize=16,color="green",shape="box"];1465[label="vwx300",fontsize=16,color="green",shape="box"];1466[label="vwx400",fontsize=16,color="green",shape="box"];1467[label="vwx300",fontsize=16,color="green",shape="box"];1468[label="vwx400",fontsize=16,color="green",shape="box"];1469[label="vwx300",fontsize=16,color="green",shape="box"];1470[label="vwx400",fontsize=16,color="green",shape="box"];1471[label="vwx300",fontsize=16,color="green",shape="box"];1472[label="vwx400",fontsize=16,color="green",shape="box"];1473[label="vwx300",fontsize=16,color="green",shape="box"];1474[label="vwx400",fontsize=16,color="green",shape="box"];1475[label="vwx300",fontsize=16,color="green",shape="box"];1476[label="vwx400",fontsize=16,color="green",shape="box"];1477[label="vwx300",fontsize=16,color="green",shape="box"];1478[label="vwx400",fontsize=16,color="green",shape="box"];1479[label="vwx300",fontsize=16,color="green",shape="box"];1480[label="vwx400",fontsize=16,color="green",shape="box"];1481[label="vwx300",fontsize=16,color="green",shape="box"];1482[label="vwx400",fontsize=16,color="green",shape="box"];1483[label="vwx300",fontsize=16,color="green",shape="box"];1484[label="vwx400",fontsize=16,color="green",shape="box"];1485[label="vwx300",fontsize=16,color="green",shape="box"];1486[label="vwx400",fontsize=16,color="green",shape="box"];1487[label="vwx300",fontsize=16,color="green",shape="box"];1488[label="vwx400",fontsize=16,color="green",shape="box"];1489[label="vwx300",fontsize=16,color="green",shape="box"];1490[label="vwx400",fontsize=16,color="green",shape="box"];1491[label="vwx300",fontsize=16,color="green",shape="box"];1492[label="vwx400",fontsize=16,color="green",shape="box"];1493[label="vwx300",fontsize=16,color="green",shape="box"];1494[label="vwx400",fontsize=16,color="green",shape="box"];1495[label="vwx300",fontsize=16,color="green",shape="box"];1496[label="vwx400",fontsize=16,color="green",shape="box"];1497[label="vwx300",fontsize=16,color="green",shape="box"];1498[label="vwx400",fontsize=16,color="green",shape="box"];1499[label="vwx300",fontsize=16,color="green",shape="box"];1500[label="vwx400",fontsize=16,color="green",shape="box"];1501[label="vwx300",fontsize=16,color="green",shape="box"];1502[label="vwx400",fontsize=16,color="green",shape="box"];1503[label="vwx300",fontsize=16,color="green",shape="box"];1504[label="vwx400",fontsize=16,color="green",shape="box"];1505[label="vwx300",fontsize=16,color="green",shape="box"];1506[label="vwx400",fontsize=16,color="green",shape="box"];1507[label="vwx300",fontsize=16,color="green",shape="box"];1508[label="vwx400",fontsize=16,color="green",shape="box"];1509[label="vwx300",fontsize=16,color="green",shape="box"];1510[label="vwx400",fontsize=16,color="green",shape="box"];1511[label="vwx300",fontsize=16,color="green",shape="box"];1512[label="vwx400",fontsize=16,color="green",shape="box"];1513[label="vwx300",fontsize=16,color="green",shape="box"];1514[label="vwx400",fontsize=16,color="green",shape="box"];1515[label="vwx300",fontsize=16,color="green",shape="box"];1516[label="vwx400",fontsize=16,color="green",shape="box"];1517[label="vwx300",fontsize=16,color="green",shape="box"];1518[label="vwx400",fontsize=16,color="green",shape="box"];1519[label="vwx300",fontsize=16,color="green",shape="box"];1520[label="vwx400",fontsize=16,color="green",shape="box"];1521[label="vwx300",fontsize=16,color="green",shape="box"];1522[label="vwx400",fontsize=16,color="green",shape="box"];1523[label="vwx300",fontsize=16,color="green",shape="box"];1524[label="vwx400",fontsize=16,color="green",shape="box"];1525[label="vwx300",fontsize=16,color="green",shape="box"];1526[label="vwx400",fontsize=16,color="green",shape="box"];1527[label="vwx300",fontsize=16,color="green",shape="box"];1528[label="vwx400",fontsize=16,color="green",shape="box"];1529[label="vwx300",fontsize=16,color="green",shape="box"];1530[label="vwx400",fontsize=16,color="green",shape="box"];1531[label="vwx300",fontsize=16,color="green",shape="box"];1532[label="vwx400",fontsize=16,color="green",shape="box"];1533[label="vwx300",fontsize=16,color="green",shape="box"];1534[label="vwx400",fontsize=16,color="green",shape="box"];1535[label="vwx300",fontsize=16,color="green",shape="box"];1536[label="vwx400",fontsize=16,color="green",shape="box"];1537[label="vwx300",fontsize=16,color="green",shape="box"];1538[label="vwx400",fontsize=16,color="green",shape="box"];1539[label="vwx300",fontsize=16,color="green",shape="box"];1540[label="vwx400",fontsize=16,color="green",shape="box"];1541 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1541[label="vwx300 == vwx400",fontsize=16,color="magenta"];1541 -> 1887[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1541 -> 1888[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1542 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1542[label="vwx300 == vwx400",fontsize=16,color="magenta"];1542 -> 1889[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1542 -> 1890[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1543 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1543[label="vwx300 == vwx400",fontsize=16,color="magenta"];1543 -> 1891[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1543 -> 1892[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1544 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1544[label="vwx300 == vwx400",fontsize=16,color="magenta"];1544 -> 1893[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1544 -> 1894[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1545 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1545[label="vwx300 == vwx400",fontsize=16,color="magenta"];1545 -> 1895[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1545 -> 1896[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1546 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1546[label="vwx300 == vwx400",fontsize=16,color="magenta"];1546 -> 1897[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1546 -> 1898[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1547 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1547[label="vwx300 == vwx400",fontsize=16,color="magenta"];1547 -> 1899[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1547 -> 1900[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1548 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1548[label="vwx300 == vwx400",fontsize=16,color="magenta"];1548 -> 1901[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1548 -> 1902[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1549 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1549[label="vwx300 == vwx400",fontsize=16,color="magenta"];1549 -> 1903[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1549 -> 1904[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1550 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1550[label="vwx300 == vwx400",fontsize=16,color="magenta"];1550 -> 1905[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1550 -> 1906[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1551 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1551[label="vwx300 == vwx400",fontsize=16,color="magenta"];1551 -> 1907[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1551 -> 1908[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1552 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1552[label="vwx300 == vwx400",fontsize=16,color="magenta"];1552 -> 1909[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1552 -> 1910[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1553 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1553[label="vwx300 == vwx400",fontsize=16,color="magenta"];1553 -> 1911[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1553 -> 1912[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1554 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1554[label="vwx300 == vwx400",fontsize=16,color="magenta"];1554 -> 1913[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1554 -> 1914[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1555[label="vwx301",fontsize=16,color="green",shape="box"];1556[label="vwx401",fontsize=16,color="green",shape="box"];1557 -> 1915[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1557[label="compare vwx18 vwx19 /= GT",fontsize=16,color="magenta"];1557 -> 1916[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1558 -> 1915[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1558[label="compare vwx18 vwx19 /= GT",fontsize=16,color="magenta"];1558 -> 1917[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1559 -> 1915[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1559[label="compare vwx18 vwx19 /= GT",fontsize=16,color="magenta"];1559 -> 1918[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1560 -> 1915[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1560[label="compare vwx18 vwx19 /= GT",fontsize=16,color="magenta"];1560 -> 1919[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1561[label="LT <= vwx19",fontsize=16,color="burlywood",shape="box"];3412[label="vwx19/LT",fontsize=10,color="white",style="solid",shape="box"];1561 -> 3412[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3412 -> 1924[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3413[label="vwx19/EQ",fontsize=10,color="white",style="solid",shape="box"];1561 -> 3413[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3413 -> 1925[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3414[label="vwx19/GT",fontsize=10,color="white",style="solid",shape="box"];1561 -> 3414[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3414 -> 1926[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1562[label="EQ <= vwx19",fontsize=16,color="burlywood",shape="box"];3415[label="vwx19/LT",fontsize=10,color="white",style="solid",shape="box"];1562 -> 3415[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3415 -> 1927[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3416[label="vwx19/EQ",fontsize=10,color="white",style="solid",shape="box"];1562 -> 3416[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3416 -> 1928[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3417[label="vwx19/GT",fontsize=10,color="white",style="solid",shape="box"];1562 -> 3417[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3417 -> 1929[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1563[label="GT <= vwx19",fontsize=16,color="burlywood",shape="box"];3418[label="vwx19/LT",fontsize=10,color="white",style="solid",shape="box"];1563 -> 3418[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3418 -> 1930[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3419[label="vwx19/EQ",fontsize=10,color="white",style="solid",shape="box"];1563 -> 3419[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3419 -> 1931[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3420[label="vwx19/GT",fontsize=10,color="white",style="solid",shape="box"];1563 -> 3420[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3420 -> 1932[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1564[label="False <= vwx19",fontsize=16,color="burlywood",shape="box"];3421[label="vwx19/False",fontsize=10,color="white",style="solid",shape="box"];1564 -> 3421[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3421 -> 1933[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3422[label="vwx19/True",fontsize=10,color="white",style="solid",shape="box"];1564 -> 3422[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3422 -> 1934[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1565[label="True <= vwx19",fontsize=16,color="burlywood",shape="box"];3423[label="vwx19/False",fontsize=10,color="white",style="solid",shape="box"];1565 -> 3423[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3423 -> 1935[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3424[label="vwx19/True",fontsize=10,color="white",style="solid",shape="box"];1565 -> 3424[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3424 -> 1936[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1566 -> 1915[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1566[label="compare vwx18 vwx19 /= GT",fontsize=16,color="magenta"];1566 -> 1920[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1567 -> 1915[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1567[label="compare vwx18 vwx19 /= GT",fontsize=16,color="magenta"];1567 -> 1921[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1568 -> 1915[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1568[label="compare vwx18 vwx19 /= GT",fontsize=16,color="magenta"];1568 -> 1922[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1569[label="Nothing <= vwx19",fontsize=16,color="burlywood",shape="box"];3425[label="vwx19/Nothing",fontsize=10,color="white",style="solid",shape="box"];1569 -> 3425[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3425 -> 1937[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3426[label="vwx19/Just vwx190",fontsize=10,color="white",style="solid",shape="box"];1569 -> 3426[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3426 -> 1938[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1570[label="Just vwx180 <= vwx19",fontsize=16,color="burlywood",shape="box"];3427[label="vwx19/Nothing",fontsize=10,color="white",style="solid",shape="box"];1570 -> 3427[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3427 -> 1939[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3428[label="vwx19/Just vwx190",fontsize=10,color="white",style="solid",shape="box"];1570 -> 3428[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3428 -> 1940[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1571[label="(vwx180,vwx181) <= vwx19",fontsize=16,color="burlywood",shape="box"];3429[label="vwx19/(vwx190,vwx191)",fontsize=10,color="white",style="solid",shape="box"];1571 -> 3429[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3429 -> 1941[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1572[label="Left vwx180 <= vwx19",fontsize=16,color="burlywood",shape="box"];3430[label="vwx19/Left vwx190",fontsize=10,color="white",style="solid",shape="box"];1572 -> 3430[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3430 -> 1942[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3431[label="vwx19/Right vwx190",fontsize=10,color="white",style="solid",shape="box"];1572 -> 3431[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3431 -> 1943[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1573[label="Right vwx180 <= vwx19",fontsize=16,color="burlywood",shape="box"];3432[label="vwx19/Left vwx190",fontsize=10,color="white",style="solid",shape="box"];1573 -> 3432[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3432 -> 1944[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3433[label="vwx19/Right vwx190",fontsize=10,color="white",style="solid",shape="box"];1573 -> 3433[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3433 -> 1945[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1574 -> 1915[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1574[label="compare vwx18 vwx19 /= GT",fontsize=16,color="magenta"];1574 -> 1923[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1575[label="(vwx180,vwx181,vwx182) <= vwx19",fontsize=16,color="burlywood",shape="box"];3434[label="vwx19/(vwx190,vwx191,vwx192)",fontsize=10,color="white",style="solid",shape="box"];1575 -> 3434[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3434 -> 1946[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1576[label="compare0 (Just vwx90) (Just vwx91) True",fontsize=16,color="black",shape="box"];1576 -> 1947[label="",style="solid", color="black", weight=3]; 21.98/10.24 1577 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1577[label="vwx67 == vwx69",fontsize=16,color="magenta"];1577 -> 1948[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1577 -> 1949[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1578 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1578[label="vwx67 == vwx69",fontsize=16,color="magenta"];1578 -> 1950[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1578 -> 1951[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1579 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1579[label="vwx67 == vwx69",fontsize=16,color="magenta"];1579 -> 1952[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1579 -> 1953[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1580 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1580[label="vwx67 == vwx69",fontsize=16,color="magenta"];1580 -> 1954[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1580 -> 1955[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1581 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1581[label="vwx67 == vwx69",fontsize=16,color="magenta"];1581 -> 1956[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1581 -> 1957[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1582 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1582[label="vwx67 == vwx69",fontsize=16,color="magenta"];1582 -> 1958[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1582 -> 1959[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1583 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1583[label="vwx67 == vwx69",fontsize=16,color="magenta"];1583 -> 1960[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1583 -> 1961[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1584 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1584[label="vwx67 == vwx69",fontsize=16,color="magenta"];1584 -> 1962[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1584 -> 1963[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1585 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1585[label="vwx67 == vwx69",fontsize=16,color="magenta"];1585 -> 1964[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1585 -> 1965[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1586 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1586[label="vwx67 == vwx69",fontsize=16,color="magenta"];1586 -> 1966[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1586 -> 1967[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1587 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1587[label="vwx67 == vwx69",fontsize=16,color="magenta"];1587 -> 1968[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1587 -> 1969[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1588 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1588[label="vwx67 == vwx69",fontsize=16,color="magenta"];1588 -> 1970[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1588 -> 1971[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1589 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1589[label="vwx67 == vwx69",fontsize=16,color="magenta"];1589 -> 1972[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1589 -> 1973[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1590 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1590[label="vwx67 == vwx69",fontsize=16,color="magenta"];1590 -> 1974[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1590 -> 1975[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1591 -> 1267[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1591[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1591 -> 1976[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1591 -> 1977[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1592 -> 1268[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1592[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1592 -> 1978[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1592 -> 1979[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1593 -> 1269[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1593[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1593 -> 1980[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1593 -> 1981[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1594 -> 1270[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1594[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1594 -> 1982[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1594 -> 1983[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1595 -> 1271[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1595[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1595 -> 1984[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1595 -> 1985[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1596 -> 1272[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1596[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1596 -> 1986[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1596 -> 1987[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1597 -> 1273[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1597[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1597 -> 1988[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1597 -> 1989[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1598 -> 1274[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1598[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1598 -> 1990[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1598 -> 1991[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1599 -> 1275[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1599[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1599 -> 1992[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1599 -> 1993[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1600 -> 1276[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1600[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1600 -> 1994[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1600 -> 1995[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1601 -> 1277[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1601[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1601 -> 1996[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1601 -> 1997[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1602 -> 1278[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1602[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1602 -> 1998[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1602 -> 1999[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1603 -> 1279[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1603[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1603 -> 2000[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1603 -> 2001[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1604 -> 1280[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1604[label="vwx68 <= vwx70",fontsize=16,color="magenta"];1604 -> 2002[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1604 -> 2003[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1605[label="vwx67",fontsize=16,color="green",shape="box"];1606[label="vwx69",fontsize=16,color="green",shape="box"];1607[label="vwx67",fontsize=16,color="green",shape="box"];1608[label="vwx69",fontsize=16,color="green",shape="box"];1609[label="vwx67",fontsize=16,color="green",shape="box"];1610[label="vwx69",fontsize=16,color="green",shape="box"];1611[label="vwx67",fontsize=16,color="green",shape="box"];1612[label="vwx69",fontsize=16,color="green",shape="box"];1613[label="vwx67",fontsize=16,color="green",shape="box"];1614[label="vwx69",fontsize=16,color="green",shape="box"];1615[label="vwx67",fontsize=16,color="green",shape="box"];1616[label="vwx69",fontsize=16,color="green",shape="box"];1617[label="vwx67",fontsize=16,color="green",shape="box"];1618[label="vwx69",fontsize=16,color="green",shape="box"];1619[label="vwx67",fontsize=16,color="green",shape="box"];1620[label="vwx69",fontsize=16,color="green",shape="box"];1621[label="vwx67",fontsize=16,color="green",shape="box"];1622[label="vwx69",fontsize=16,color="green",shape="box"];1623[label="vwx67",fontsize=16,color="green",shape="box"];1624[label="vwx69",fontsize=16,color="green",shape="box"];1625[label="vwx67",fontsize=16,color="green",shape="box"];1626[label="vwx69",fontsize=16,color="green",shape="box"];1627[label="vwx67",fontsize=16,color="green",shape="box"];1628[label="vwx69",fontsize=16,color="green",shape="box"];1629[label="vwx67",fontsize=16,color="green",shape="box"];1630[label="vwx69",fontsize=16,color="green",shape="box"];1631[label="vwx67",fontsize=16,color="green",shape="box"];1632[label="vwx69",fontsize=16,color="green",shape="box"];1633[label="compare1 (vwx117,vwx118) (vwx119,vwx120) vwx122",fontsize=16,color="burlywood",shape="triangle"];3435[label="vwx122/False",fontsize=10,color="white",style="solid",shape="box"];1633 -> 3435[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3435 -> 2004[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3436[label="vwx122/True",fontsize=10,color="white",style="solid",shape="box"];1633 -> 3436[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3436 -> 2005[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1634 -> 1633[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1634[label="compare1 (vwx117,vwx118) (vwx119,vwx120) True",fontsize=16,color="magenta"];1634 -> 2006[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1635[label="vwx37",fontsize=16,color="green",shape="box"];1636[label="vwx36",fontsize=16,color="green",shape="box"];1637[label="vwx37",fontsize=16,color="green",shape="box"];1638[label="vwx36",fontsize=16,color="green",shape="box"];1639[label="vwx37",fontsize=16,color="green",shape="box"];1640[label="vwx36",fontsize=16,color="green",shape="box"];1641[label="vwx37",fontsize=16,color="green",shape="box"];1642[label="vwx36",fontsize=16,color="green",shape="box"];1643[label="vwx37",fontsize=16,color="green",shape="box"];1644[label="vwx36",fontsize=16,color="green",shape="box"];1645[label="vwx37",fontsize=16,color="green",shape="box"];1646[label="vwx36",fontsize=16,color="green",shape="box"];1647[label="vwx37",fontsize=16,color="green",shape="box"];1648[label="vwx36",fontsize=16,color="green",shape="box"];1649[label="vwx37",fontsize=16,color="green",shape="box"];1650[label="vwx36",fontsize=16,color="green",shape="box"];1651[label="vwx37",fontsize=16,color="green",shape="box"];1652[label="vwx36",fontsize=16,color="green",shape="box"];1653[label="vwx37",fontsize=16,color="green",shape="box"];1654[label="vwx36",fontsize=16,color="green",shape="box"];1655[label="vwx37",fontsize=16,color="green",shape="box"];1656[label="vwx36",fontsize=16,color="green",shape="box"];1657[label="vwx37",fontsize=16,color="green",shape="box"];1658[label="vwx36",fontsize=16,color="green",shape="box"];1659[label="vwx37",fontsize=16,color="green",shape="box"];1660[label="vwx36",fontsize=16,color="green",shape="box"];1661[label="vwx37",fontsize=16,color="green",shape="box"];1662[label="vwx36",fontsize=16,color="green",shape="box"];1663[label="compare0 (Left vwx97) (Left vwx98) True",fontsize=16,color="black",shape="box"];1663 -> 2007[label="",style="solid", color="black", weight=3]; 21.98/10.24 1664[label="vwx44",fontsize=16,color="green",shape="box"];1665[label="vwx43",fontsize=16,color="green",shape="box"];1666[label="vwx44",fontsize=16,color="green",shape="box"];1667[label="vwx43",fontsize=16,color="green",shape="box"];1668[label="vwx44",fontsize=16,color="green",shape="box"];1669[label="vwx43",fontsize=16,color="green",shape="box"];1670[label="vwx44",fontsize=16,color="green",shape="box"];1671[label="vwx43",fontsize=16,color="green",shape="box"];1672[label="vwx44",fontsize=16,color="green",shape="box"];1673[label="vwx43",fontsize=16,color="green",shape="box"];1674[label="vwx44",fontsize=16,color="green",shape="box"];1675[label="vwx43",fontsize=16,color="green",shape="box"];1676[label="vwx44",fontsize=16,color="green",shape="box"];1677[label="vwx43",fontsize=16,color="green",shape="box"];1678[label="vwx44",fontsize=16,color="green",shape="box"];1679[label="vwx43",fontsize=16,color="green",shape="box"];1680[label="vwx44",fontsize=16,color="green",shape="box"];1681[label="vwx43",fontsize=16,color="green",shape="box"];1682[label="vwx44",fontsize=16,color="green",shape="box"];1683[label="vwx43",fontsize=16,color="green",shape="box"];1684[label="vwx44",fontsize=16,color="green",shape="box"];1685[label="vwx43",fontsize=16,color="green",shape="box"];1686[label="vwx44",fontsize=16,color="green",shape="box"];1687[label="vwx43",fontsize=16,color="green",shape="box"];1688[label="vwx44",fontsize=16,color="green",shape="box"];1689[label="vwx43",fontsize=16,color="green",shape="box"];1690[label="vwx44",fontsize=16,color="green",shape="box"];1691[label="vwx43",fontsize=16,color="green",shape="box"];1692[label="compare0 (Right vwx105) (Right vwx106) True",fontsize=16,color="black",shape="box"];1692 -> 2008[label="",style="solid", color="black", weight=3]; 21.98/10.24 1693[label="vwx54",fontsize=16,color="green",shape="box"];1694[label="vwx57",fontsize=16,color="green",shape="box"];1695[label="vwx54",fontsize=16,color="green",shape="box"];1696[label="vwx57",fontsize=16,color="green",shape="box"];1697[label="vwx54",fontsize=16,color="green",shape="box"];1698[label="vwx57",fontsize=16,color="green",shape="box"];1699[label="vwx54",fontsize=16,color="green",shape="box"];1700[label="vwx57",fontsize=16,color="green",shape="box"];1701[label="vwx54",fontsize=16,color="green",shape="box"];1702[label="vwx57",fontsize=16,color="green",shape="box"];1703[label="vwx54",fontsize=16,color="green",shape="box"];1704[label="vwx57",fontsize=16,color="green",shape="box"];1705[label="vwx54",fontsize=16,color="green",shape="box"];1706[label="vwx57",fontsize=16,color="green",shape="box"];1707[label="vwx54",fontsize=16,color="green",shape="box"];1708[label="vwx57",fontsize=16,color="green",shape="box"];1709[label="vwx54",fontsize=16,color="green",shape="box"];1710[label="vwx57",fontsize=16,color="green",shape="box"];1711[label="vwx54",fontsize=16,color="green",shape="box"];1712[label="vwx57",fontsize=16,color="green",shape="box"];1713[label="vwx54",fontsize=16,color="green",shape="box"];1714[label="vwx57",fontsize=16,color="green",shape="box"];1715[label="vwx54",fontsize=16,color="green",shape="box"];1716[label="vwx57",fontsize=16,color="green",shape="box"];1717[label="vwx54",fontsize=16,color="green",shape="box"];1718[label="vwx57",fontsize=16,color="green",shape="box"];1719[label="vwx54",fontsize=16,color="green",shape="box"];1720[label="vwx57",fontsize=16,color="green",shape="box"];1721 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1721[label="vwx54 == vwx57",fontsize=16,color="magenta"];1721 -> 2009[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1721 -> 2010[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1722 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1722[label="vwx54 == vwx57",fontsize=16,color="magenta"];1722 -> 2011[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1722 -> 2012[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1723 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1723[label="vwx54 == vwx57",fontsize=16,color="magenta"];1723 -> 2013[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1723 -> 2014[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1724 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1724[label="vwx54 == vwx57",fontsize=16,color="magenta"];1724 -> 2015[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1724 -> 2016[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1725 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1725[label="vwx54 == vwx57",fontsize=16,color="magenta"];1725 -> 2017[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1725 -> 2018[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1726 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1726[label="vwx54 == vwx57",fontsize=16,color="magenta"];1726 -> 2019[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1726 -> 2020[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1727 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1727[label="vwx54 == vwx57",fontsize=16,color="magenta"];1727 -> 2021[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1727 -> 2022[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1728 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1728[label="vwx54 == vwx57",fontsize=16,color="magenta"];1728 -> 2023[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1728 -> 2024[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1729 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1729[label="vwx54 == vwx57",fontsize=16,color="magenta"];1729 -> 2025[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1729 -> 2026[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1730 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1730[label="vwx54 == vwx57",fontsize=16,color="magenta"];1730 -> 2027[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1730 -> 2028[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1731 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1731[label="vwx54 == vwx57",fontsize=16,color="magenta"];1731 -> 2029[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1731 -> 2030[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1732 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1732[label="vwx54 == vwx57",fontsize=16,color="magenta"];1732 -> 2031[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1732 -> 2032[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1733 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1733[label="vwx54 == vwx57",fontsize=16,color="magenta"];1733 -> 2033[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1733 -> 2034[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1734 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1734[label="vwx54 == vwx57",fontsize=16,color="magenta"];1734 -> 2035[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1734 -> 2036[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2040[label="vwx55 < vwx58",fontsize=16,color="blue",shape="box"];3437[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3437[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3437 -> 2044[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3438[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3438[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3438 -> 2045[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3439[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3439[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3439 -> 2046[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3440[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3440[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3440 -> 2047[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3441[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3441[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3441 -> 2048[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3442[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3442[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3442 -> 2049[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3443[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3443[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3443 -> 2050[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3444[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3444[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3444 -> 2051[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3445[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3445[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3445 -> 2052[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3446[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3446[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3446 -> 2053[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3447[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3447[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3447 -> 2054[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3448[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3448[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3448 -> 2055[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3449[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3449[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3449 -> 2056[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3450[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2040 -> 3450[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3450 -> 2057[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2041 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2041[label="vwx55 == vwx58 && vwx56 <= vwx59",fontsize=16,color="magenta"];2041 -> 2058[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2041 -> 2059[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2039[label="vwx145 || vwx146",fontsize=16,color="burlywood",shape="triangle"];3451[label="vwx145/False",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3451[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3451 -> 2060[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3452[label="vwx145/True",fontsize=10,color="white",style="solid",shape="box"];2039 -> 3452[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3452 -> 2061[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1737[label="compare1 (vwx132,vwx133,vwx134) (vwx135,vwx136,vwx137) vwx139",fontsize=16,color="burlywood",shape="triangle"];3453[label="vwx139/False",fontsize=10,color="white",style="solid",shape="box"];1737 -> 3453[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3453 -> 2062[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3454[label="vwx139/True",fontsize=10,color="white",style="solid",shape="box"];1737 -> 3454[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3454 -> 2063[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 1738 -> 1737[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1738[label="compare1 (vwx132,vwx133,vwx134) (vwx135,vwx136,vwx137) True",fontsize=16,color="magenta"];1738 -> 2064[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1739 -> 2065[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1739[label="primPlusNat (primMulNat vwx3000 (Succ vwx4100)) (Succ vwx4100)",fontsize=16,color="magenta"];1739 -> 2066[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1740[label="Zero",fontsize=16,color="green",shape="box"];1741[label="Zero",fontsize=16,color="green",shape="box"];1742[label="Zero",fontsize=16,color="green",shape="box"];1743[label="vwx300",fontsize=16,color="green",shape="box"];1744[label="vwx400",fontsize=16,color="green",shape="box"];1745[label="vwx300",fontsize=16,color="green",shape="box"];1746[label="vwx400",fontsize=16,color="green",shape="box"];1747[label="vwx300",fontsize=16,color="green",shape="box"];1748[label="vwx400",fontsize=16,color="green",shape="box"];1749[label="vwx300",fontsize=16,color="green",shape="box"];1750[label="vwx400",fontsize=16,color="green",shape="box"];1751[label="vwx300",fontsize=16,color="green",shape="box"];1752[label="vwx400",fontsize=16,color="green",shape="box"];1753[label="vwx300",fontsize=16,color="green",shape="box"];1754[label="vwx400",fontsize=16,color="green",shape="box"];1755[label="vwx300",fontsize=16,color="green",shape="box"];1756[label="vwx400",fontsize=16,color="green",shape="box"];1757[label="vwx300",fontsize=16,color="green",shape="box"];1758[label="vwx400",fontsize=16,color="green",shape="box"];1759[label="vwx300",fontsize=16,color="green",shape="box"];1760[label="vwx400",fontsize=16,color="green",shape="box"];1761[label="vwx300",fontsize=16,color="green",shape="box"];1762[label="vwx400",fontsize=16,color="green",shape="box"];1763[label="vwx300",fontsize=16,color="green",shape="box"];1764[label="vwx400",fontsize=16,color="green",shape="box"];1765[label="vwx300",fontsize=16,color="green",shape="box"];1766[label="vwx400",fontsize=16,color="green",shape="box"];1767[label="vwx300",fontsize=16,color="green",shape="box"];1768[label="vwx400",fontsize=16,color="green",shape="box"];1769[label="vwx300",fontsize=16,color="green",shape="box"];1770[label="vwx400",fontsize=16,color="green",shape="box"];1771 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1771[label="vwx301 == vwx401",fontsize=16,color="magenta"];1771 -> 2067[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1771 -> 2068[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1772 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1772[label="vwx301 == vwx401",fontsize=16,color="magenta"];1772 -> 2069[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1772 -> 2070[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1773 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1773[label="vwx301 == vwx401",fontsize=16,color="magenta"];1773 -> 2071[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1773 -> 2072[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1774 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1774[label="vwx301 == vwx401",fontsize=16,color="magenta"];1774 -> 2073[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1774 -> 2074[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1775 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1775[label="vwx301 == vwx401",fontsize=16,color="magenta"];1775 -> 2075[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1775 -> 2076[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1776 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1776[label="vwx301 == vwx401",fontsize=16,color="magenta"];1776 -> 2077[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1776 -> 2078[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1777 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1777[label="vwx301 == vwx401",fontsize=16,color="magenta"];1777 -> 2079[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1777 -> 2080[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1778 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1778[label="vwx301 == vwx401",fontsize=16,color="magenta"];1778 -> 2081[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1778 -> 2082[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1779 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1779[label="vwx301 == vwx401",fontsize=16,color="magenta"];1779 -> 2083[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1779 -> 2084[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1780 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1780[label="vwx301 == vwx401",fontsize=16,color="magenta"];1780 -> 2085[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1780 -> 2086[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1781 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1781[label="vwx301 == vwx401",fontsize=16,color="magenta"];1781 -> 2087[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1781 -> 2088[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1782 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1782[label="vwx301 == vwx401",fontsize=16,color="magenta"];1782 -> 2089[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1782 -> 2090[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1783 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1783[label="vwx301 == vwx401",fontsize=16,color="magenta"];1783 -> 2091[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1783 -> 2092[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1784 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1784[label="vwx301 == vwx401",fontsize=16,color="magenta"];1784 -> 2093[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1784 -> 2094[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1785 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1785[label="vwx302 == vwx402",fontsize=16,color="magenta"];1785 -> 2095[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1785 -> 2096[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1786 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1786[label="vwx302 == vwx402",fontsize=16,color="magenta"];1786 -> 2097[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1786 -> 2098[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1787 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1787[label="vwx302 == vwx402",fontsize=16,color="magenta"];1787 -> 2099[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1787 -> 2100[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1788 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1788[label="vwx302 == vwx402",fontsize=16,color="magenta"];1788 -> 2101[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1788 -> 2102[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1789 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1789[label="vwx302 == vwx402",fontsize=16,color="magenta"];1789 -> 2103[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1789 -> 2104[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1790 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1790[label="vwx302 == vwx402",fontsize=16,color="magenta"];1790 -> 2105[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1790 -> 2106[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1791 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1791[label="vwx302 == vwx402",fontsize=16,color="magenta"];1791 -> 2107[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1791 -> 2108[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1792 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1792[label="vwx302 == vwx402",fontsize=16,color="magenta"];1792 -> 2109[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1792 -> 2110[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1793 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1793[label="vwx302 == vwx402",fontsize=16,color="magenta"];1793 -> 2111[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1793 -> 2112[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1794 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1794[label="vwx302 == vwx402",fontsize=16,color="magenta"];1794 -> 2113[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1794 -> 2114[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1795 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1795[label="vwx302 == vwx402",fontsize=16,color="magenta"];1795 -> 2115[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1795 -> 2116[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1796 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1796[label="vwx302 == vwx402",fontsize=16,color="magenta"];1796 -> 2117[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1796 -> 2118[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1797 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1797[label="vwx302 == vwx402",fontsize=16,color="magenta"];1797 -> 2119[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1797 -> 2120[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1798 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1798[label="vwx302 == vwx402",fontsize=16,color="magenta"];1798 -> 2121[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1798 -> 2122[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1799[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];1799 -> 2123[label="",style="solid", color="black", weight=3]; 21.98/10.24 1800[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];1800 -> 2124[label="",style="solid", color="black", weight=3]; 21.98/10.24 1801[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];1801 -> 2125[label="",style="solid", color="black", weight=3]; 21.98/10.24 1802[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1802 -> 2126[label="",style="solid", color="black", weight=3]; 21.98/10.24 1803[label="vwx300",fontsize=16,color="green",shape="box"];1804[label="vwx400",fontsize=16,color="green",shape="box"];1805[label="vwx300",fontsize=16,color="green",shape="box"];1806[label="vwx400",fontsize=16,color="green",shape="box"];1807[label="vwx300",fontsize=16,color="green",shape="box"];1808[label="vwx400",fontsize=16,color="green",shape="box"];1809[label="vwx300",fontsize=16,color="green",shape="box"];1810[label="vwx400",fontsize=16,color="green",shape="box"];1811[label="vwx300",fontsize=16,color="green",shape="box"];1812[label="vwx400",fontsize=16,color="green",shape="box"];1813[label="vwx300",fontsize=16,color="green",shape="box"];1814[label="vwx400",fontsize=16,color="green",shape="box"];1815[label="vwx300",fontsize=16,color="green",shape="box"];1816[label="vwx400",fontsize=16,color="green",shape="box"];1817[label="vwx300",fontsize=16,color="green",shape="box"];1818[label="vwx400",fontsize=16,color="green",shape="box"];1819[label="vwx300",fontsize=16,color="green",shape="box"];1820[label="vwx400",fontsize=16,color="green",shape="box"];1821[label="vwx300",fontsize=16,color="green",shape="box"];1822[label="vwx400",fontsize=16,color="green",shape="box"];1823[label="vwx300",fontsize=16,color="green",shape="box"];1824[label="vwx400",fontsize=16,color="green",shape="box"];1825[label="vwx300",fontsize=16,color="green",shape="box"];1826[label="vwx400",fontsize=16,color="green",shape="box"];1827[label="vwx300",fontsize=16,color="green",shape="box"];1828[label="vwx400",fontsize=16,color="green",shape="box"];1829[label="vwx300",fontsize=16,color="green",shape="box"];1830[label="vwx400",fontsize=16,color="green",shape="box"];1831[label="vwx301",fontsize=16,color="green",shape="box"];1832[label="vwx401",fontsize=16,color="green",shape="box"];1833[label="vwx301",fontsize=16,color="green",shape="box"];1834[label="vwx401",fontsize=16,color="green",shape="box"];1835[label="vwx301",fontsize=16,color="green",shape="box"];1836[label="vwx401",fontsize=16,color="green",shape="box"];1837[label="vwx301",fontsize=16,color="green",shape="box"];1838[label="vwx401",fontsize=16,color="green",shape="box"];1839[label="vwx301",fontsize=16,color="green",shape="box"];1840[label="vwx401",fontsize=16,color="green",shape="box"];1841[label="vwx301",fontsize=16,color="green",shape="box"];1842[label="vwx401",fontsize=16,color="green",shape="box"];1843[label="vwx301",fontsize=16,color="green",shape="box"];1844[label="vwx401",fontsize=16,color="green",shape="box"];1845[label="vwx301",fontsize=16,color="green",shape="box"];1846[label="vwx401",fontsize=16,color="green",shape="box"];1847[label="vwx301",fontsize=16,color="green",shape="box"];1848[label="vwx401",fontsize=16,color="green",shape="box"];1849[label="vwx301",fontsize=16,color="green",shape="box"];1850[label="vwx401",fontsize=16,color="green",shape="box"];1851[label="vwx301",fontsize=16,color="green",shape="box"];1852[label="vwx401",fontsize=16,color="green",shape="box"];1853[label="vwx301",fontsize=16,color="green",shape="box"];1854[label="vwx401",fontsize=16,color="green",shape="box"];1855[label="vwx301",fontsize=16,color="green",shape="box"];1856[label="vwx401",fontsize=16,color="green",shape="box"];1857[label="vwx301",fontsize=16,color="green",shape="box"];1858[label="vwx401",fontsize=16,color="green",shape="box"];1859[label="vwx401",fontsize=16,color="green",shape="box"];1860[label="vwx300",fontsize=16,color="green",shape="box"];1861[label="vwx400",fontsize=16,color="green",shape="box"];1862[label="vwx301",fontsize=16,color="green",shape="box"];1863[label="vwx300",fontsize=16,color="green",shape="box"];1864[label="vwx400",fontsize=16,color="green",shape="box"];1865[label="vwx300",fontsize=16,color="green",shape="box"];1866[label="vwx400",fontsize=16,color="green",shape="box"];1867[label="vwx301",fontsize=16,color="green",shape="box"];1868[label="vwx401",fontsize=16,color="green",shape="box"];1869[label="vwx301",fontsize=16,color="green",shape="box"];1870[label="vwx401",fontsize=16,color="green",shape="box"];1871 -> 1206[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1871[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];1871 -> 2127[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1871 -> 2128[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1872[label="False",fontsize=16,color="green",shape="box"];1873[label="False",fontsize=16,color="green",shape="box"];1874[label="True",fontsize=16,color="green",shape="box"];1875[label="False",fontsize=16,color="green",shape="box"];1876[label="True",fontsize=16,color="green",shape="box"];1877 -> 1206[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1877[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];1877 -> 2129[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1877 -> 2130[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1878[label="False",fontsize=16,color="green",shape="box"];1879[label="False",fontsize=16,color="green",shape="box"];1880[label="True",fontsize=16,color="green",shape="box"];1881[label="False",fontsize=16,color="green",shape="box"];1882[label="True",fontsize=16,color="green",shape="box"];1883[label="vwx401",fontsize=16,color="green",shape="box"];1884[label="vwx300",fontsize=16,color="green",shape="box"];1885[label="vwx400",fontsize=16,color="green",shape="box"];1886[label="vwx301",fontsize=16,color="green",shape="box"];1887[label="vwx300",fontsize=16,color="green",shape="box"];1888[label="vwx400",fontsize=16,color="green",shape="box"];1889[label="vwx300",fontsize=16,color="green",shape="box"];1890[label="vwx400",fontsize=16,color="green",shape="box"];1891[label="vwx300",fontsize=16,color="green",shape="box"];1892[label="vwx400",fontsize=16,color="green",shape="box"];1893[label="vwx300",fontsize=16,color="green",shape="box"];1894[label="vwx400",fontsize=16,color="green",shape="box"];1895[label="vwx300",fontsize=16,color="green",shape="box"];1896[label="vwx400",fontsize=16,color="green",shape="box"];1897[label="vwx300",fontsize=16,color="green",shape="box"];1898[label="vwx400",fontsize=16,color="green",shape="box"];1899[label="vwx300",fontsize=16,color="green",shape="box"];1900[label="vwx400",fontsize=16,color="green",shape="box"];1901[label="vwx300",fontsize=16,color="green",shape="box"];1902[label="vwx400",fontsize=16,color="green",shape="box"];1903[label="vwx300",fontsize=16,color="green",shape="box"];1904[label="vwx400",fontsize=16,color="green",shape="box"];1905[label="vwx300",fontsize=16,color="green",shape="box"];1906[label="vwx400",fontsize=16,color="green",shape="box"];1907[label="vwx300",fontsize=16,color="green",shape="box"];1908[label="vwx400",fontsize=16,color="green",shape="box"];1909[label="vwx300",fontsize=16,color="green",shape="box"];1910[label="vwx400",fontsize=16,color="green",shape="box"];1911[label="vwx300",fontsize=16,color="green",shape="box"];1912[label="vwx400",fontsize=16,color="green",shape="box"];1913[label="vwx300",fontsize=16,color="green",shape="box"];1914[label="vwx400",fontsize=16,color="green",shape="box"];1916 -> 122[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1916[label="compare vwx18 vwx19",fontsize=16,color="magenta"];1916 -> 2131[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1916 -> 2132[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1915[label="vwx141 /= GT",fontsize=16,color="black",shape="triangle"];1915 -> 2133[label="",style="solid", color="black", weight=3]; 21.98/10.24 1917 -> 123[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1917[label="compare vwx18 vwx19",fontsize=16,color="magenta"];1917 -> 2134[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1917 -> 2135[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1918 -> 124[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1918[label="compare vwx18 vwx19",fontsize=16,color="magenta"];1918 -> 2136[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1918 -> 2137[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1919 -> 125[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1919[label="compare vwx18 vwx19",fontsize=16,color="magenta"];1919 -> 2138[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1919 -> 2139[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1924[label="LT <= LT",fontsize=16,color="black",shape="box"];1924 -> 2140[label="",style="solid", color="black", weight=3]; 21.98/10.24 1925[label="LT <= EQ",fontsize=16,color="black",shape="box"];1925 -> 2141[label="",style="solid", color="black", weight=3]; 21.98/10.24 1926[label="LT <= GT",fontsize=16,color="black",shape="box"];1926 -> 2142[label="",style="solid", color="black", weight=3]; 21.98/10.24 1927[label="EQ <= LT",fontsize=16,color="black",shape="box"];1927 -> 2143[label="",style="solid", color="black", weight=3]; 21.98/10.24 1928[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1928 -> 2144[label="",style="solid", color="black", weight=3]; 21.98/10.24 1929[label="EQ <= GT",fontsize=16,color="black",shape="box"];1929 -> 2145[label="",style="solid", color="black", weight=3]; 21.98/10.24 1930[label="GT <= LT",fontsize=16,color="black",shape="box"];1930 -> 2146[label="",style="solid", color="black", weight=3]; 21.98/10.24 1931[label="GT <= EQ",fontsize=16,color="black",shape="box"];1931 -> 2147[label="",style="solid", color="black", weight=3]; 21.98/10.24 1932[label="GT <= GT",fontsize=16,color="black",shape="box"];1932 -> 2148[label="",style="solid", color="black", weight=3]; 21.98/10.24 1933[label="False <= False",fontsize=16,color="black",shape="box"];1933 -> 2149[label="",style="solid", color="black", weight=3]; 21.98/10.24 1934[label="False <= True",fontsize=16,color="black",shape="box"];1934 -> 2150[label="",style="solid", color="black", weight=3]; 21.98/10.24 1935[label="True <= False",fontsize=16,color="black",shape="box"];1935 -> 2151[label="",style="solid", color="black", weight=3]; 21.98/10.24 1936[label="True <= True",fontsize=16,color="black",shape="box"];1936 -> 2152[label="",style="solid", color="black", weight=3]; 21.98/10.24 1920 -> 128[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1920[label="compare vwx18 vwx19",fontsize=16,color="magenta"];1920 -> 2153[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1920 -> 2154[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1921 -> 129[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1921[label="compare vwx18 vwx19",fontsize=16,color="magenta"];1921 -> 2155[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1921 -> 2156[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1922 -> 130[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1922[label="compare vwx18 vwx19",fontsize=16,color="magenta"];1922 -> 2157[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1922 -> 2158[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1937[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1937 -> 2159[label="",style="solid", color="black", weight=3]; 21.98/10.24 1938[label="Nothing <= Just vwx190",fontsize=16,color="black",shape="box"];1938 -> 2160[label="",style="solid", color="black", weight=3]; 21.98/10.24 1939[label="Just vwx180 <= Nothing",fontsize=16,color="black",shape="box"];1939 -> 2161[label="",style="solid", color="black", weight=3]; 21.98/10.24 1940[label="Just vwx180 <= Just vwx190",fontsize=16,color="black",shape="box"];1940 -> 2162[label="",style="solid", color="black", weight=3]; 21.98/10.24 1941[label="(vwx180,vwx181) <= (vwx190,vwx191)",fontsize=16,color="black",shape="box"];1941 -> 2163[label="",style="solid", color="black", weight=3]; 21.98/10.24 1942[label="Left vwx180 <= Left vwx190",fontsize=16,color="black",shape="box"];1942 -> 2164[label="",style="solid", color="black", weight=3]; 21.98/10.24 1943[label="Left vwx180 <= Right vwx190",fontsize=16,color="black",shape="box"];1943 -> 2165[label="",style="solid", color="black", weight=3]; 21.98/10.24 1944[label="Right vwx180 <= Left vwx190",fontsize=16,color="black",shape="box"];1944 -> 2166[label="",style="solid", color="black", weight=3]; 21.98/10.24 1945[label="Right vwx180 <= Right vwx190",fontsize=16,color="black",shape="box"];1945 -> 2167[label="",style="solid", color="black", weight=3]; 21.98/10.24 1923 -> 134[label="",style="dashed", color="red", weight=0]; 21.98/10.24 1923[label="compare vwx18 vwx19",fontsize=16,color="magenta"];1923 -> 2168[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1923 -> 2169[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 1946[label="(vwx180,vwx181,vwx182) <= (vwx190,vwx191,vwx192)",fontsize=16,color="black",shape="box"];1946 -> 2170[label="",style="solid", color="black", weight=3]; 21.98/10.24 1947[label="GT",fontsize=16,color="green",shape="box"];1948[label="vwx67",fontsize=16,color="green",shape="box"];1949[label="vwx69",fontsize=16,color="green",shape="box"];1950[label="vwx67",fontsize=16,color="green",shape="box"];1951[label="vwx69",fontsize=16,color="green",shape="box"];1952[label="vwx67",fontsize=16,color="green",shape="box"];1953[label="vwx69",fontsize=16,color="green",shape="box"];1954[label="vwx67",fontsize=16,color="green",shape="box"];1955[label="vwx69",fontsize=16,color="green",shape="box"];1956[label="vwx67",fontsize=16,color="green",shape="box"];1957[label="vwx69",fontsize=16,color="green",shape="box"];1958[label="vwx67",fontsize=16,color="green",shape="box"];1959[label="vwx69",fontsize=16,color="green",shape="box"];1960[label="vwx67",fontsize=16,color="green",shape="box"];1961[label="vwx69",fontsize=16,color="green",shape="box"];1962[label="vwx67",fontsize=16,color="green",shape="box"];1963[label="vwx69",fontsize=16,color="green",shape="box"];1964[label="vwx67",fontsize=16,color="green",shape="box"];1965[label="vwx69",fontsize=16,color="green",shape="box"];1966[label="vwx67",fontsize=16,color="green",shape="box"];1967[label="vwx69",fontsize=16,color="green",shape="box"];1968[label="vwx67",fontsize=16,color="green",shape="box"];1969[label="vwx69",fontsize=16,color="green",shape="box"];1970[label="vwx67",fontsize=16,color="green",shape="box"];1971[label="vwx69",fontsize=16,color="green",shape="box"];1972[label="vwx67",fontsize=16,color="green",shape="box"];1973[label="vwx69",fontsize=16,color="green",shape="box"];1974[label="vwx67",fontsize=16,color="green",shape="box"];1975[label="vwx69",fontsize=16,color="green",shape="box"];1976[label="vwx70",fontsize=16,color="green",shape="box"];1977[label="vwx68",fontsize=16,color="green",shape="box"];1978[label="vwx70",fontsize=16,color="green",shape="box"];1979[label="vwx68",fontsize=16,color="green",shape="box"];1980[label="vwx70",fontsize=16,color="green",shape="box"];1981[label="vwx68",fontsize=16,color="green",shape="box"];1982[label="vwx70",fontsize=16,color="green",shape="box"];1983[label="vwx68",fontsize=16,color="green",shape="box"];1984[label="vwx70",fontsize=16,color="green",shape="box"];1985[label="vwx68",fontsize=16,color="green",shape="box"];1986[label="vwx70",fontsize=16,color="green",shape="box"];1987[label="vwx68",fontsize=16,color="green",shape="box"];1988[label="vwx70",fontsize=16,color="green",shape="box"];1989[label="vwx68",fontsize=16,color="green",shape="box"];1990[label="vwx70",fontsize=16,color="green",shape="box"];1991[label="vwx68",fontsize=16,color="green",shape="box"];1992[label="vwx70",fontsize=16,color="green",shape="box"];1993[label="vwx68",fontsize=16,color="green",shape="box"];1994[label="vwx70",fontsize=16,color="green",shape="box"];1995[label="vwx68",fontsize=16,color="green",shape="box"];1996[label="vwx70",fontsize=16,color="green",shape="box"];1997[label="vwx68",fontsize=16,color="green",shape="box"];1998[label="vwx70",fontsize=16,color="green",shape="box"];1999[label="vwx68",fontsize=16,color="green",shape="box"];2000[label="vwx70",fontsize=16,color="green",shape="box"];2001[label="vwx68",fontsize=16,color="green",shape="box"];2002[label="vwx70",fontsize=16,color="green",shape="box"];2003[label="vwx68",fontsize=16,color="green",shape="box"];2004[label="compare1 (vwx117,vwx118) (vwx119,vwx120) False",fontsize=16,color="black",shape="box"];2004 -> 2171[label="",style="solid", color="black", weight=3]; 21.98/10.24 2005[label="compare1 (vwx117,vwx118) (vwx119,vwx120) True",fontsize=16,color="black",shape="box"];2005 -> 2172[label="",style="solid", color="black", weight=3]; 21.98/10.24 2006[label="True",fontsize=16,color="green",shape="box"];2007[label="GT",fontsize=16,color="green",shape="box"];2008[label="GT",fontsize=16,color="green",shape="box"];2009[label="vwx54",fontsize=16,color="green",shape="box"];2010[label="vwx57",fontsize=16,color="green",shape="box"];2011[label="vwx54",fontsize=16,color="green",shape="box"];2012[label="vwx57",fontsize=16,color="green",shape="box"];2013[label="vwx54",fontsize=16,color="green",shape="box"];2014[label="vwx57",fontsize=16,color="green",shape="box"];2015[label="vwx54",fontsize=16,color="green",shape="box"];2016[label="vwx57",fontsize=16,color="green",shape="box"];2017[label="vwx54",fontsize=16,color="green",shape="box"];2018[label="vwx57",fontsize=16,color="green",shape="box"];2019[label="vwx54",fontsize=16,color="green",shape="box"];2020[label="vwx57",fontsize=16,color="green",shape="box"];2021[label="vwx54",fontsize=16,color="green",shape="box"];2022[label="vwx57",fontsize=16,color="green",shape="box"];2023[label="vwx54",fontsize=16,color="green",shape="box"];2024[label="vwx57",fontsize=16,color="green",shape="box"];2025[label="vwx54",fontsize=16,color="green",shape="box"];2026[label="vwx57",fontsize=16,color="green",shape="box"];2027[label="vwx54",fontsize=16,color="green",shape="box"];2028[label="vwx57",fontsize=16,color="green",shape="box"];2029[label="vwx54",fontsize=16,color="green",shape="box"];2030[label="vwx57",fontsize=16,color="green",shape="box"];2031[label="vwx54",fontsize=16,color="green",shape="box"];2032[label="vwx57",fontsize=16,color="green",shape="box"];2033[label="vwx54",fontsize=16,color="green",shape="box"];2034[label="vwx57",fontsize=16,color="green",shape="box"];2035[label="vwx54",fontsize=16,color="green",shape="box"];2036[label="vwx57",fontsize=16,color="green",shape="box"];2044 -> 5[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2044[label="vwx55 < vwx58",fontsize=16,color="magenta"];2044 -> 2173[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2044 -> 2174[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2045 -> 6[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2045[label="vwx55 < vwx58",fontsize=16,color="magenta"];2045 -> 2175[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2045 -> 2176[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2046 -> 7[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2046[label="vwx55 < vwx58",fontsize=16,color="magenta"];2046 -> 2177[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2046 -> 2178[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2047 -> 8[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2047[label="vwx55 < vwx58",fontsize=16,color="magenta"];2047 -> 2179[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2047 -> 2180[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2048 -> 9[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2048[label="vwx55 < vwx58",fontsize=16,color="magenta"];2048 -> 2181[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2048 -> 2182[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2049 -> 10[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2049[label="vwx55 < vwx58",fontsize=16,color="magenta"];2049 -> 2183[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2049 -> 2184[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2050 -> 11[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2050[label="vwx55 < vwx58",fontsize=16,color="magenta"];2050 -> 2185[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2050 -> 2186[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2051 -> 12[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2051[label="vwx55 < vwx58",fontsize=16,color="magenta"];2051 -> 2187[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2051 -> 2188[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2052 -> 13[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2052[label="vwx55 < vwx58",fontsize=16,color="magenta"];2052 -> 2189[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2052 -> 2190[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2053 -> 14[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2053[label="vwx55 < vwx58",fontsize=16,color="magenta"];2053 -> 2191[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2053 -> 2192[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2054 -> 15[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2054[label="vwx55 < vwx58",fontsize=16,color="magenta"];2054 -> 2193[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2054 -> 2194[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2055 -> 16[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2055[label="vwx55 < vwx58",fontsize=16,color="magenta"];2055 -> 2195[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2055 -> 2196[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2056 -> 17[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2056[label="vwx55 < vwx58",fontsize=16,color="magenta"];2056 -> 2197[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2056 -> 2198[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2057 -> 18[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2057[label="vwx55 < vwx58",fontsize=16,color="magenta"];2057 -> 2199[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2057 -> 2200[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2058[label="vwx55 == vwx58",fontsize=16,color="blue",shape="box"];3455[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3455[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3455 -> 2201[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3456[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3456[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3456 -> 2202[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3457[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3457[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3457 -> 2203[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3458[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3458[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3458 -> 2204[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3459[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3459[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3459 -> 2205[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3460[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3460[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3460 -> 2206[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3461[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3461[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3461 -> 2207[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3462[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3462[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3462 -> 2208[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3463[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3463[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3463 -> 2209[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3464[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3464[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3464 -> 2210[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3465[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3465[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3465 -> 2211[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3466[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3466[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3466 -> 2212[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3467[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3467[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3467 -> 2213[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3468[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2058 -> 3468[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3468 -> 2214[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2059[label="vwx56 <= vwx59",fontsize=16,color="blue",shape="box"];3469[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3469[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3469 -> 2215[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3470[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3470[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3470 -> 2216[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3471[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3471[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3471 -> 2217[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3472[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3472[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3472 -> 2218[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3473[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3473[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3473 -> 2219[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3474[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3474[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3474 -> 2220[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3475[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3475[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3475 -> 2221[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3476[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3476[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3476 -> 2222[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3477[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3477[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3477 -> 2223[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3478[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3478[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3478 -> 2224[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3479[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3479[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3479 -> 2225[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3480[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3480[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3480 -> 2226[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3481[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3481[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3481 -> 2227[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3482[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3482[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3482 -> 2228[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2060[label="False || vwx146",fontsize=16,color="black",shape="box"];2060 -> 2229[label="",style="solid", color="black", weight=3]; 21.98/10.24 2061[label="True || vwx146",fontsize=16,color="black",shape="box"];2061 -> 2230[label="",style="solid", color="black", weight=3]; 21.98/10.24 2062[label="compare1 (vwx132,vwx133,vwx134) (vwx135,vwx136,vwx137) False",fontsize=16,color="black",shape="box"];2062 -> 2231[label="",style="solid", color="black", weight=3]; 21.98/10.24 2063[label="compare1 (vwx132,vwx133,vwx134) (vwx135,vwx136,vwx137) True",fontsize=16,color="black",shape="box"];2063 -> 2232[label="",style="solid", color="black", weight=3]; 21.98/10.24 2064[label="True",fontsize=16,color="green",shape="box"];2066 -> 947[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2066[label="primMulNat vwx3000 (Succ vwx4100)",fontsize=16,color="magenta"];2066 -> 2233[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2066 -> 2234[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2065[label="primPlusNat vwx147 (Succ vwx4100)",fontsize=16,color="burlywood",shape="triangle"];3483[label="vwx147/Succ vwx1470",fontsize=10,color="white",style="solid",shape="box"];2065 -> 3483[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3483 -> 2235[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3484[label="vwx147/Zero",fontsize=10,color="white",style="solid",shape="box"];2065 -> 3484[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3484 -> 2236[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 2067[label="vwx301",fontsize=16,color="green",shape="box"];2068[label="vwx401",fontsize=16,color="green",shape="box"];2069[label="vwx301",fontsize=16,color="green",shape="box"];2070[label="vwx401",fontsize=16,color="green",shape="box"];2071[label="vwx301",fontsize=16,color="green",shape="box"];2072[label="vwx401",fontsize=16,color="green",shape="box"];2073[label="vwx301",fontsize=16,color="green",shape="box"];2074[label="vwx401",fontsize=16,color="green",shape="box"];2075[label="vwx301",fontsize=16,color="green",shape="box"];2076[label="vwx401",fontsize=16,color="green",shape="box"];2077[label="vwx301",fontsize=16,color="green",shape="box"];2078[label="vwx401",fontsize=16,color="green",shape="box"];2079[label="vwx301",fontsize=16,color="green",shape="box"];2080[label="vwx401",fontsize=16,color="green",shape="box"];2081[label="vwx301",fontsize=16,color="green",shape="box"];2082[label="vwx401",fontsize=16,color="green",shape="box"];2083[label="vwx301",fontsize=16,color="green",shape="box"];2084[label="vwx401",fontsize=16,color="green",shape="box"];2085[label="vwx301",fontsize=16,color="green",shape="box"];2086[label="vwx401",fontsize=16,color="green",shape="box"];2087[label="vwx301",fontsize=16,color="green",shape="box"];2088[label="vwx401",fontsize=16,color="green",shape="box"];2089[label="vwx301",fontsize=16,color="green",shape="box"];2090[label="vwx401",fontsize=16,color="green",shape="box"];2091[label="vwx301",fontsize=16,color="green",shape="box"];2092[label="vwx401",fontsize=16,color="green",shape="box"];2093[label="vwx301",fontsize=16,color="green",shape="box"];2094[label="vwx401",fontsize=16,color="green",shape="box"];2095[label="vwx302",fontsize=16,color="green",shape="box"];2096[label="vwx402",fontsize=16,color="green",shape="box"];2097[label="vwx302",fontsize=16,color="green",shape="box"];2098[label="vwx402",fontsize=16,color="green",shape="box"];2099[label="vwx302",fontsize=16,color="green",shape="box"];2100[label="vwx402",fontsize=16,color="green",shape="box"];2101[label="vwx302",fontsize=16,color="green",shape="box"];2102[label="vwx402",fontsize=16,color="green",shape="box"];2103[label="vwx302",fontsize=16,color="green",shape="box"];2104[label="vwx402",fontsize=16,color="green",shape="box"];2105[label="vwx302",fontsize=16,color="green",shape="box"];2106[label="vwx402",fontsize=16,color="green",shape="box"];2107[label="vwx302",fontsize=16,color="green",shape="box"];2108[label="vwx402",fontsize=16,color="green",shape="box"];2109[label="vwx302",fontsize=16,color="green",shape="box"];2110[label="vwx402",fontsize=16,color="green",shape="box"];2111[label="vwx302",fontsize=16,color="green",shape="box"];2112[label="vwx402",fontsize=16,color="green",shape="box"];2113[label="vwx302",fontsize=16,color="green",shape="box"];2114[label="vwx402",fontsize=16,color="green",shape="box"];2115[label="vwx302",fontsize=16,color="green",shape="box"];2116[label="vwx402",fontsize=16,color="green",shape="box"];2117[label="vwx302",fontsize=16,color="green",shape="box"];2118[label="vwx402",fontsize=16,color="green",shape="box"];2119[label="vwx302",fontsize=16,color="green",shape="box"];2120[label="vwx402",fontsize=16,color="green",shape="box"];2121[label="vwx302",fontsize=16,color="green",shape="box"];2122[label="vwx402",fontsize=16,color="green",shape="box"];2123 -> 1206[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2123[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];2123 -> 2237[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2123 -> 2238[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2124[label="False",fontsize=16,color="green",shape="box"];2125[label="False",fontsize=16,color="green",shape="box"];2126[label="True",fontsize=16,color="green",shape="box"];2127[label="vwx3000",fontsize=16,color="green",shape="box"];2128[label="vwx4000",fontsize=16,color="green",shape="box"];2129[label="vwx3000",fontsize=16,color="green",shape="box"];2130[label="vwx4000",fontsize=16,color="green",shape="box"];2131[label="vwx18",fontsize=16,color="green",shape="box"];2132[label="vwx19",fontsize=16,color="green",shape="box"];2133 -> 2239[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2133[label="not (vwx141 == GT)",fontsize=16,color="magenta"];2133 -> 2240[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2134[label="vwx18",fontsize=16,color="green",shape="box"];2135[label="vwx19",fontsize=16,color="green",shape="box"];2136[label="vwx18",fontsize=16,color="green",shape="box"];2137[label="vwx19",fontsize=16,color="green",shape="box"];2138[label="vwx18",fontsize=16,color="green",shape="box"];2139[label="vwx19",fontsize=16,color="green",shape="box"];2140[label="True",fontsize=16,color="green",shape="box"];2141[label="True",fontsize=16,color="green",shape="box"];2142[label="True",fontsize=16,color="green",shape="box"];2143[label="False",fontsize=16,color="green",shape="box"];2144[label="True",fontsize=16,color="green",shape="box"];2145[label="True",fontsize=16,color="green",shape="box"];2146[label="False",fontsize=16,color="green",shape="box"];2147[label="False",fontsize=16,color="green",shape="box"];2148[label="True",fontsize=16,color="green",shape="box"];2149[label="True",fontsize=16,color="green",shape="box"];2150[label="True",fontsize=16,color="green",shape="box"];2151[label="False",fontsize=16,color="green",shape="box"];2152[label="True",fontsize=16,color="green",shape="box"];2153[label="vwx18",fontsize=16,color="green",shape="box"];2154[label="vwx19",fontsize=16,color="green",shape="box"];2155[label="vwx18",fontsize=16,color="green",shape="box"];2156[label="vwx19",fontsize=16,color="green",shape="box"];2157[label="vwx18",fontsize=16,color="green",shape="box"];2158[label="vwx19",fontsize=16,color="green",shape="box"];2159[label="True",fontsize=16,color="green",shape="box"];2160[label="True",fontsize=16,color="green",shape="box"];2161[label="False",fontsize=16,color="green",shape="box"];2162[label="vwx180 <= vwx190",fontsize=16,color="blue",shape="box"];3485[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3485[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3485 -> 2241[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3486[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3486[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3486 -> 2242[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3487[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3487[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3487 -> 2243[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3488[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3488[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3488 -> 2244[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3489[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3489[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3489 -> 2245[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3490[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3490[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3490 -> 2246[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3491[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3491[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3491 -> 2247[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3492[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3492[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3492 -> 2248[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3493[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3493[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3493 -> 2249[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3494[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3494[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3494 -> 2250[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3495[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3495[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3495 -> 2251[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3496[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3496[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3496 -> 2252[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3497[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3497[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3497 -> 2253[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3498[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3498[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3498 -> 2254[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2163 -> 2039[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2163[label="vwx180 < vwx190 || vwx180 == vwx190 && vwx181 <= vwx191",fontsize=16,color="magenta"];2163 -> 2255[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2163 -> 2256[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2164[label="vwx180 <= vwx190",fontsize=16,color="blue",shape="box"];3499[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3499[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3499 -> 2257[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3500[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3500[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3500 -> 2258[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3501[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3501[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3501 -> 2259[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3502[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3502[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3502 -> 2260[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3503[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3503[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3503 -> 2261[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3504[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3504[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3504 -> 2262[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3505[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3505[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3505 -> 2263[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3506[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3506[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3506 -> 2264[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3507[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3507[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3507 -> 2265[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3508[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3508[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3508 -> 2266[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3509[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3509[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3509 -> 2267[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3510[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3510[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3510 -> 2268[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3511[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3511[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3511 -> 2269[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3512[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3512[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3512 -> 2270[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2165[label="True",fontsize=16,color="green",shape="box"];2166[label="False",fontsize=16,color="green",shape="box"];2167[label="vwx180 <= vwx190",fontsize=16,color="blue",shape="box"];3513[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3513[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3513 -> 2271[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3514[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3514[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3514 -> 2272[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3515[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3515[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3515 -> 2273[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3516[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3516[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3516 -> 2274[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3517[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3517[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3517 -> 2275[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3518[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3518[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3518 -> 2276[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3519[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3519[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3519 -> 2277[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3520[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3520[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3520 -> 2278[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3521[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3521[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3521 -> 2279[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3522[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3522[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3522 -> 2280[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3523[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3523[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3523 -> 2281[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3524[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3524[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3524 -> 2282[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3525[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3525[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3525 -> 2283[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3526[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2167 -> 3526[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3526 -> 2284[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2168[label="vwx18",fontsize=16,color="green",shape="box"];2169[label="vwx19",fontsize=16,color="green",shape="box"];2170 -> 2039[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2170[label="vwx180 < vwx190 || vwx180 == vwx190 && (vwx181 < vwx191 || vwx181 == vwx191 && vwx182 <= vwx192)",fontsize=16,color="magenta"];2170 -> 2285[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2170 -> 2286[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2171[label="compare0 (vwx117,vwx118) (vwx119,vwx120) otherwise",fontsize=16,color="black",shape="box"];2171 -> 2287[label="",style="solid", color="black", weight=3]; 21.98/10.24 2172[label="LT",fontsize=16,color="green",shape="box"];2173[label="vwx55",fontsize=16,color="green",shape="box"];2174[label="vwx58",fontsize=16,color="green",shape="box"];2175[label="vwx55",fontsize=16,color="green",shape="box"];2176[label="vwx58",fontsize=16,color="green",shape="box"];2177[label="vwx55",fontsize=16,color="green",shape="box"];2178[label="vwx58",fontsize=16,color="green",shape="box"];2179[label="vwx55",fontsize=16,color="green",shape="box"];2180[label="vwx58",fontsize=16,color="green",shape="box"];2181[label="vwx55",fontsize=16,color="green",shape="box"];2182[label="vwx58",fontsize=16,color="green",shape="box"];2183[label="vwx55",fontsize=16,color="green",shape="box"];2184[label="vwx58",fontsize=16,color="green",shape="box"];2185[label="vwx55",fontsize=16,color="green",shape="box"];2186[label="vwx58",fontsize=16,color="green",shape="box"];2187[label="vwx55",fontsize=16,color="green",shape="box"];2188[label="vwx58",fontsize=16,color="green",shape="box"];2189[label="vwx55",fontsize=16,color="green",shape="box"];2190[label="vwx58",fontsize=16,color="green",shape="box"];2191[label="vwx55",fontsize=16,color="green",shape="box"];2192[label="vwx58",fontsize=16,color="green",shape="box"];2193[label="vwx55",fontsize=16,color="green",shape="box"];2194[label="vwx58",fontsize=16,color="green",shape="box"];2195[label="vwx55",fontsize=16,color="green",shape="box"];2196[label="vwx58",fontsize=16,color="green",shape="box"];2197[label="vwx55",fontsize=16,color="green",shape="box"];2198[label="vwx58",fontsize=16,color="green",shape="box"];2199[label="vwx55",fontsize=16,color="green",shape="box"];2200[label="vwx58",fontsize=16,color="green",shape="box"];2201 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2201[label="vwx55 == vwx58",fontsize=16,color="magenta"];2201 -> 2288[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2201 -> 2289[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2202 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2202[label="vwx55 == vwx58",fontsize=16,color="magenta"];2202 -> 2290[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2202 -> 2291[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2203 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2203[label="vwx55 == vwx58",fontsize=16,color="magenta"];2203 -> 2292[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2203 -> 2293[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2204 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2204[label="vwx55 == vwx58",fontsize=16,color="magenta"];2204 -> 2294[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2204 -> 2295[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2205 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2205[label="vwx55 == vwx58",fontsize=16,color="magenta"];2205 -> 2296[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2205 -> 2297[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2206 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2206[label="vwx55 == vwx58",fontsize=16,color="magenta"];2206 -> 2298[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2206 -> 2299[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2207 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2207[label="vwx55 == vwx58",fontsize=16,color="magenta"];2207 -> 2300[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2207 -> 2301[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2208 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2208[label="vwx55 == vwx58",fontsize=16,color="magenta"];2208 -> 2302[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2208 -> 2303[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2209 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2209[label="vwx55 == vwx58",fontsize=16,color="magenta"];2209 -> 2304[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2209 -> 2305[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2210 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2210[label="vwx55 == vwx58",fontsize=16,color="magenta"];2210 -> 2306[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2210 -> 2307[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2211 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2211[label="vwx55 == vwx58",fontsize=16,color="magenta"];2211 -> 2308[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2211 -> 2309[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2212 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2212[label="vwx55 == vwx58",fontsize=16,color="magenta"];2212 -> 2310[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2212 -> 2311[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2213 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2213[label="vwx55 == vwx58",fontsize=16,color="magenta"];2213 -> 2312[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2213 -> 2313[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2214 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2214[label="vwx55 == vwx58",fontsize=16,color="magenta"];2214 -> 2314[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2214 -> 2315[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2215 -> 1267[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2215[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2215 -> 2316[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2215 -> 2317[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2216 -> 1268[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2216[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2216 -> 2318[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2216 -> 2319[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2217 -> 1269[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2217[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2217 -> 2320[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2217 -> 2321[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2218 -> 1270[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2218[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2218 -> 2322[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2218 -> 2323[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2219 -> 1271[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2219[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2219 -> 2324[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2219 -> 2325[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2220 -> 1272[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2220[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2220 -> 2326[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2220 -> 2327[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2221 -> 1273[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2221[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2221 -> 2328[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2221 -> 2329[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2222 -> 1274[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2222[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2222 -> 2330[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2222 -> 2331[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2223 -> 1275[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2223[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2223 -> 2332[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2223 -> 2333[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2224 -> 1276[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2224[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2224 -> 2334[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2224 -> 2335[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2225 -> 1277[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2225[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2225 -> 2336[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2225 -> 2337[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2226 -> 1278[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2226[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2226 -> 2338[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2226 -> 2339[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2227 -> 1279[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2227[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2227 -> 2340[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2227 -> 2341[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2228 -> 1280[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2228[label="vwx56 <= vwx59",fontsize=16,color="magenta"];2228 -> 2342[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2228 -> 2343[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2229[label="vwx146",fontsize=16,color="green",shape="box"];2230[label="True",fontsize=16,color="green",shape="box"];2231[label="compare0 (vwx132,vwx133,vwx134) (vwx135,vwx136,vwx137) otherwise",fontsize=16,color="black",shape="box"];2231 -> 2344[label="",style="solid", color="black", weight=3]; 21.98/10.24 2232[label="LT",fontsize=16,color="green",shape="box"];2233[label="vwx3000",fontsize=16,color="green",shape="box"];2234[label="Succ vwx4100",fontsize=16,color="green",shape="box"];2235[label="primPlusNat (Succ vwx1470) (Succ vwx4100)",fontsize=16,color="black",shape="box"];2235 -> 2345[label="",style="solid", color="black", weight=3]; 21.98/10.24 2236[label="primPlusNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];2236 -> 2346[label="",style="solid", color="black", weight=3]; 21.98/10.24 2237[label="vwx3000",fontsize=16,color="green",shape="box"];2238[label="vwx4000",fontsize=16,color="green",shape="box"];2240 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2240[label="vwx141 == GT",fontsize=16,color="magenta"];2240 -> 2347[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2240 -> 2348[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2239[label="not vwx148",fontsize=16,color="burlywood",shape="triangle"];3527[label="vwx148/False",fontsize=10,color="white",style="solid",shape="box"];2239 -> 3527[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3527 -> 2349[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3528[label="vwx148/True",fontsize=10,color="white",style="solid",shape="box"];2239 -> 3528[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3528 -> 2350[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 2241 -> 1267[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2241[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2241 -> 2351[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2241 -> 2352[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2242 -> 1268[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2242[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2242 -> 2353[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2242 -> 2354[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2243 -> 1269[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2243[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2243 -> 2355[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2243 -> 2356[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2244 -> 1270[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2244[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2244 -> 2357[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2244 -> 2358[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2245 -> 1271[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2245[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2245 -> 2359[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2245 -> 2360[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2246 -> 1272[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2246[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2246 -> 2361[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2246 -> 2362[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2247 -> 1273[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2247[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2247 -> 2363[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2247 -> 2364[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2248 -> 1274[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2248[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2248 -> 2365[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2248 -> 2366[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2249 -> 1275[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2249[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2249 -> 2367[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2249 -> 2368[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2250 -> 1276[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2250[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2250 -> 2369[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2250 -> 2370[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2251 -> 1277[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2251[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2251 -> 2371[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2251 -> 2372[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2252 -> 1278[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2252[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2252 -> 2373[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2252 -> 2374[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2253 -> 1279[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2253[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2253 -> 2375[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2253 -> 2376[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2254 -> 1280[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2254[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2254 -> 2377[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2254 -> 2378[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2255[label="vwx180 < vwx190",fontsize=16,color="blue",shape="box"];3529[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3529[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3529 -> 2379[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3530[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3530[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3530 -> 2380[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3531[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3531[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3531 -> 2381[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3532[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3532[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3532 -> 2382[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3533[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3533[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3533 -> 2383[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3534[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3534[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3534 -> 2384[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3535[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3535[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3535 -> 2385[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3536[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3536[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3536 -> 2386[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3537[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3537[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3537 -> 2387[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3538[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3538[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3538 -> 2388[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3539[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3539[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3539 -> 2389[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3540[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3540[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3540 -> 2390[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3541[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3541[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3541 -> 2391[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3542[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3542[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3542 -> 2392[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2256 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2256[label="vwx180 == vwx190 && vwx181 <= vwx191",fontsize=16,color="magenta"];2256 -> 2393[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2256 -> 2394[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2257 -> 1267[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2257[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2257 -> 2395[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2257 -> 2396[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2258 -> 1268[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2258[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2258 -> 2397[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2258 -> 2398[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2259 -> 1269[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2259[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2259 -> 2399[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2259 -> 2400[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2260 -> 1270[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2260[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2260 -> 2401[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2260 -> 2402[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2261 -> 1271[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2261[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2261 -> 2403[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2261 -> 2404[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2262 -> 1272[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2262[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2262 -> 2405[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2262 -> 2406[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2263 -> 1273[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2263[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2263 -> 2407[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2263 -> 2408[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2264 -> 1274[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2264[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2264 -> 2409[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2264 -> 2410[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2265 -> 1275[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2265[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2265 -> 2411[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2265 -> 2412[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2266 -> 1276[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2266[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2266 -> 2413[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2266 -> 2414[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2267 -> 1277[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2267[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2267 -> 2415[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2267 -> 2416[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2268 -> 1278[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2268[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2268 -> 2417[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2268 -> 2418[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2269 -> 1279[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2269[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2269 -> 2419[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2269 -> 2420[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2270 -> 1280[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2270[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2270 -> 2421[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2270 -> 2422[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2271 -> 1267[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2271[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2271 -> 2423[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2271 -> 2424[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2272 -> 1268[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2272[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2272 -> 2425[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2272 -> 2426[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2273 -> 1269[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2273[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2273 -> 2427[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2273 -> 2428[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2274 -> 1270[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2274[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2274 -> 2429[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2274 -> 2430[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2275 -> 1271[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2275[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2275 -> 2431[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2275 -> 2432[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2276 -> 1272[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2276[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2276 -> 2433[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2276 -> 2434[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2277 -> 1273[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2277[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2277 -> 2435[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2277 -> 2436[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2278 -> 1274[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2278[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2278 -> 2437[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2278 -> 2438[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2279 -> 1275[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2279[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2279 -> 2439[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2279 -> 2440[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2280 -> 1276[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2280[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2280 -> 2441[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2280 -> 2442[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2281 -> 1277[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2281[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2281 -> 2443[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2281 -> 2444[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2282 -> 1278[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2282[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2282 -> 2445[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2282 -> 2446[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2283 -> 1279[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2283[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2283 -> 2447[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2283 -> 2448[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2284 -> 1280[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2284[label="vwx180 <= vwx190",fontsize=16,color="magenta"];2284 -> 2449[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2284 -> 2450[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2285[label="vwx180 < vwx190",fontsize=16,color="blue",shape="box"];3543[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3543[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3543 -> 2451[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3544[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3544[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3544 -> 2452[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3545[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3545[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3545 -> 2453[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3546[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3546[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3546 -> 2454[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3547[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3547[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3547 -> 2455[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3548[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3548[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3548 -> 2456[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3549[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3549[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3549 -> 2457[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3550[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3550[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3550 -> 2458[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3551[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3551[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3551 -> 2459[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3552[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3552[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3552 -> 2460[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3553[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3553[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3553 -> 2461[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3554[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3554[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3554 -> 2462[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3555[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3555[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3555 -> 2463[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3556[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3556[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3556 -> 2464[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2286 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2286[label="vwx180 == vwx190 && (vwx181 < vwx191 || vwx181 == vwx191 && vwx182 <= vwx192)",fontsize=16,color="magenta"];2286 -> 2465[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2286 -> 2466[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2287[label="compare0 (vwx117,vwx118) (vwx119,vwx120) True",fontsize=16,color="black",shape="box"];2287 -> 2467[label="",style="solid", color="black", weight=3]; 21.98/10.24 2288[label="vwx55",fontsize=16,color="green",shape="box"];2289[label="vwx58",fontsize=16,color="green",shape="box"];2290[label="vwx55",fontsize=16,color="green",shape="box"];2291[label="vwx58",fontsize=16,color="green",shape="box"];2292[label="vwx55",fontsize=16,color="green",shape="box"];2293[label="vwx58",fontsize=16,color="green",shape="box"];2294[label="vwx55",fontsize=16,color="green",shape="box"];2295[label="vwx58",fontsize=16,color="green",shape="box"];2296[label="vwx55",fontsize=16,color="green",shape="box"];2297[label="vwx58",fontsize=16,color="green",shape="box"];2298[label="vwx55",fontsize=16,color="green",shape="box"];2299[label="vwx58",fontsize=16,color="green",shape="box"];2300[label="vwx55",fontsize=16,color="green",shape="box"];2301[label="vwx58",fontsize=16,color="green",shape="box"];2302[label="vwx55",fontsize=16,color="green",shape="box"];2303[label="vwx58",fontsize=16,color="green",shape="box"];2304[label="vwx55",fontsize=16,color="green",shape="box"];2305[label="vwx58",fontsize=16,color="green",shape="box"];2306[label="vwx55",fontsize=16,color="green",shape="box"];2307[label="vwx58",fontsize=16,color="green",shape="box"];2308[label="vwx55",fontsize=16,color="green",shape="box"];2309[label="vwx58",fontsize=16,color="green",shape="box"];2310[label="vwx55",fontsize=16,color="green",shape="box"];2311[label="vwx58",fontsize=16,color="green",shape="box"];2312[label="vwx55",fontsize=16,color="green",shape="box"];2313[label="vwx58",fontsize=16,color="green",shape="box"];2314[label="vwx55",fontsize=16,color="green",shape="box"];2315[label="vwx58",fontsize=16,color="green",shape="box"];2316[label="vwx59",fontsize=16,color="green",shape="box"];2317[label="vwx56",fontsize=16,color="green",shape="box"];2318[label="vwx59",fontsize=16,color="green",shape="box"];2319[label="vwx56",fontsize=16,color="green",shape="box"];2320[label="vwx59",fontsize=16,color="green",shape="box"];2321[label="vwx56",fontsize=16,color="green",shape="box"];2322[label="vwx59",fontsize=16,color="green",shape="box"];2323[label="vwx56",fontsize=16,color="green",shape="box"];2324[label="vwx59",fontsize=16,color="green",shape="box"];2325[label="vwx56",fontsize=16,color="green",shape="box"];2326[label="vwx59",fontsize=16,color="green",shape="box"];2327[label="vwx56",fontsize=16,color="green",shape="box"];2328[label="vwx59",fontsize=16,color="green",shape="box"];2329[label="vwx56",fontsize=16,color="green",shape="box"];2330[label="vwx59",fontsize=16,color="green",shape="box"];2331[label="vwx56",fontsize=16,color="green",shape="box"];2332[label="vwx59",fontsize=16,color="green",shape="box"];2333[label="vwx56",fontsize=16,color="green",shape="box"];2334[label="vwx59",fontsize=16,color="green",shape="box"];2335[label="vwx56",fontsize=16,color="green",shape="box"];2336[label="vwx59",fontsize=16,color="green",shape="box"];2337[label="vwx56",fontsize=16,color="green",shape="box"];2338[label="vwx59",fontsize=16,color="green",shape="box"];2339[label="vwx56",fontsize=16,color="green",shape="box"];2340[label="vwx59",fontsize=16,color="green",shape="box"];2341[label="vwx56",fontsize=16,color="green",shape="box"];2342[label="vwx59",fontsize=16,color="green",shape="box"];2343[label="vwx56",fontsize=16,color="green",shape="box"];2344[label="compare0 (vwx132,vwx133,vwx134) (vwx135,vwx136,vwx137) True",fontsize=16,color="black",shape="box"];2344 -> 2468[label="",style="solid", color="black", weight=3]; 21.98/10.24 2345[label="Succ (Succ (primPlusNat vwx1470 vwx4100))",fontsize=16,color="green",shape="box"];2345 -> 2469[label="",style="dashed", color="green", weight=3]; 21.98/10.24 2346[label="Succ vwx4100",fontsize=16,color="green",shape="box"];2347[label="vwx141",fontsize=16,color="green",shape="box"];2348[label="GT",fontsize=16,color="green",shape="box"];2349[label="not False",fontsize=16,color="black",shape="box"];2349 -> 2470[label="",style="solid", color="black", weight=3]; 21.98/10.24 2350[label="not True",fontsize=16,color="black",shape="box"];2350 -> 2471[label="",style="solid", color="black", weight=3]; 21.98/10.24 2351[label="vwx190",fontsize=16,color="green",shape="box"];2352[label="vwx180",fontsize=16,color="green",shape="box"];2353[label="vwx190",fontsize=16,color="green",shape="box"];2354[label="vwx180",fontsize=16,color="green",shape="box"];2355[label="vwx190",fontsize=16,color="green",shape="box"];2356[label="vwx180",fontsize=16,color="green",shape="box"];2357[label="vwx190",fontsize=16,color="green",shape="box"];2358[label="vwx180",fontsize=16,color="green",shape="box"];2359[label="vwx190",fontsize=16,color="green",shape="box"];2360[label="vwx180",fontsize=16,color="green",shape="box"];2361[label="vwx190",fontsize=16,color="green",shape="box"];2362[label="vwx180",fontsize=16,color="green",shape="box"];2363[label="vwx190",fontsize=16,color="green",shape="box"];2364[label="vwx180",fontsize=16,color="green",shape="box"];2365[label="vwx190",fontsize=16,color="green",shape="box"];2366[label="vwx180",fontsize=16,color="green",shape="box"];2367[label="vwx190",fontsize=16,color="green",shape="box"];2368[label="vwx180",fontsize=16,color="green",shape="box"];2369[label="vwx190",fontsize=16,color="green",shape="box"];2370[label="vwx180",fontsize=16,color="green",shape="box"];2371[label="vwx190",fontsize=16,color="green",shape="box"];2372[label="vwx180",fontsize=16,color="green",shape="box"];2373[label="vwx190",fontsize=16,color="green",shape="box"];2374[label="vwx180",fontsize=16,color="green",shape="box"];2375[label="vwx190",fontsize=16,color="green",shape="box"];2376[label="vwx180",fontsize=16,color="green",shape="box"];2377[label="vwx190",fontsize=16,color="green",shape="box"];2378[label="vwx180",fontsize=16,color="green",shape="box"];2379 -> 5[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2379[label="vwx180 < vwx190",fontsize=16,color="magenta"];2379 -> 2472[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2379 -> 2473[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2380 -> 6[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2380[label="vwx180 < vwx190",fontsize=16,color="magenta"];2380 -> 2474[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2380 -> 2475[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2381 -> 7[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2381[label="vwx180 < vwx190",fontsize=16,color="magenta"];2381 -> 2476[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2381 -> 2477[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2382 -> 8[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2382[label="vwx180 < vwx190",fontsize=16,color="magenta"];2382 -> 2478[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2382 -> 2479[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2383 -> 9[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2383[label="vwx180 < vwx190",fontsize=16,color="magenta"];2383 -> 2480[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2383 -> 2481[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2384 -> 10[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2384[label="vwx180 < vwx190",fontsize=16,color="magenta"];2384 -> 2482[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2384 -> 2483[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2385 -> 11[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2385[label="vwx180 < vwx190",fontsize=16,color="magenta"];2385 -> 2484[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2385 -> 2485[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2386 -> 12[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2386[label="vwx180 < vwx190",fontsize=16,color="magenta"];2386 -> 2486[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2386 -> 2487[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2387 -> 13[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2387[label="vwx180 < vwx190",fontsize=16,color="magenta"];2387 -> 2488[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2387 -> 2489[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2388 -> 14[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2388[label="vwx180 < vwx190",fontsize=16,color="magenta"];2388 -> 2490[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2388 -> 2491[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2389 -> 15[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2389[label="vwx180 < vwx190",fontsize=16,color="magenta"];2389 -> 2492[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2389 -> 2493[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2390 -> 16[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2390[label="vwx180 < vwx190",fontsize=16,color="magenta"];2390 -> 2494[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2390 -> 2495[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2391 -> 17[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2391[label="vwx180 < vwx190",fontsize=16,color="magenta"];2391 -> 2496[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2391 -> 2497[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2392 -> 18[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2392[label="vwx180 < vwx190",fontsize=16,color="magenta"];2392 -> 2498[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2392 -> 2499[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2393[label="vwx180 == vwx190",fontsize=16,color="blue",shape="box"];3557[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3557[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3557 -> 2500[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3558[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3558[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3558 -> 2501[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3559[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3559[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3559 -> 2502[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3560[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3560[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3560 -> 2503[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3561[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3561[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3561 -> 2504[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3562[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3562[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3562 -> 2505[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3563[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3563[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3563 -> 2506[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3564[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3564[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3564 -> 2507[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3565[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3565[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3565 -> 2508[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3566[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3566[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3566 -> 2509[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3567[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3567[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3567 -> 2510[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3568[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3568[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3568 -> 2511[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3569[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3569[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3569 -> 2512[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3570[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2393 -> 3570[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3570 -> 2513[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2394[label="vwx181 <= vwx191",fontsize=16,color="blue",shape="box"];3571[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3571[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3571 -> 2514[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3572[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3572[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3572 -> 2515[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3573[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3573[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3573 -> 2516[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3574[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3574[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3574 -> 2517[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3575[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3575[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3575 -> 2518[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3576[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3576[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3576 -> 2519[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3577[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3577[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3577 -> 2520[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3578[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3578[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3578 -> 2521[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3579[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3579[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3579 -> 2522[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3580[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3580[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3580 -> 2523[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3581[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3581[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3581 -> 2524[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3582[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3582[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3582 -> 2525[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3583[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3583[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3583 -> 2526[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3584[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2394 -> 3584[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3584 -> 2527[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2395[label="vwx190",fontsize=16,color="green",shape="box"];2396[label="vwx180",fontsize=16,color="green",shape="box"];2397[label="vwx190",fontsize=16,color="green",shape="box"];2398[label="vwx180",fontsize=16,color="green",shape="box"];2399[label="vwx190",fontsize=16,color="green",shape="box"];2400[label="vwx180",fontsize=16,color="green",shape="box"];2401[label="vwx190",fontsize=16,color="green",shape="box"];2402[label="vwx180",fontsize=16,color="green",shape="box"];2403[label="vwx190",fontsize=16,color="green",shape="box"];2404[label="vwx180",fontsize=16,color="green",shape="box"];2405[label="vwx190",fontsize=16,color="green",shape="box"];2406[label="vwx180",fontsize=16,color="green",shape="box"];2407[label="vwx190",fontsize=16,color="green",shape="box"];2408[label="vwx180",fontsize=16,color="green",shape="box"];2409[label="vwx190",fontsize=16,color="green",shape="box"];2410[label="vwx180",fontsize=16,color="green",shape="box"];2411[label="vwx190",fontsize=16,color="green",shape="box"];2412[label="vwx180",fontsize=16,color="green",shape="box"];2413[label="vwx190",fontsize=16,color="green",shape="box"];2414[label="vwx180",fontsize=16,color="green",shape="box"];2415[label="vwx190",fontsize=16,color="green",shape="box"];2416[label="vwx180",fontsize=16,color="green",shape="box"];2417[label="vwx190",fontsize=16,color="green",shape="box"];2418[label="vwx180",fontsize=16,color="green",shape="box"];2419[label="vwx190",fontsize=16,color="green",shape="box"];2420[label="vwx180",fontsize=16,color="green",shape="box"];2421[label="vwx190",fontsize=16,color="green",shape="box"];2422[label="vwx180",fontsize=16,color="green",shape="box"];2423[label="vwx190",fontsize=16,color="green",shape="box"];2424[label="vwx180",fontsize=16,color="green",shape="box"];2425[label="vwx190",fontsize=16,color="green",shape="box"];2426[label="vwx180",fontsize=16,color="green",shape="box"];2427[label="vwx190",fontsize=16,color="green",shape="box"];2428[label="vwx180",fontsize=16,color="green",shape="box"];2429[label="vwx190",fontsize=16,color="green",shape="box"];2430[label="vwx180",fontsize=16,color="green",shape="box"];2431[label="vwx190",fontsize=16,color="green",shape="box"];2432[label="vwx180",fontsize=16,color="green",shape="box"];2433[label="vwx190",fontsize=16,color="green",shape="box"];2434[label="vwx180",fontsize=16,color="green",shape="box"];2435[label="vwx190",fontsize=16,color="green",shape="box"];2436[label="vwx180",fontsize=16,color="green",shape="box"];2437[label="vwx190",fontsize=16,color="green",shape="box"];2438[label="vwx180",fontsize=16,color="green",shape="box"];2439[label="vwx190",fontsize=16,color="green",shape="box"];2440[label="vwx180",fontsize=16,color="green",shape="box"];2441[label="vwx190",fontsize=16,color="green",shape="box"];2442[label="vwx180",fontsize=16,color="green",shape="box"];2443[label="vwx190",fontsize=16,color="green",shape="box"];2444[label="vwx180",fontsize=16,color="green",shape="box"];2445[label="vwx190",fontsize=16,color="green",shape="box"];2446[label="vwx180",fontsize=16,color="green",shape="box"];2447[label="vwx190",fontsize=16,color="green",shape="box"];2448[label="vwx180",fontsize=16,color="green",shape="box"];2449[label="vwx190",fontsize=16,color="green",shape="box"];2450[label="vwx180",fontsize=16,color="green",shape="box"];2451 -> 5[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2451[label="vwx180 < vwx190",fontsize=16,color="magenta"];2451 -> 2528[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2451 -> 2529[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2452 -> 6[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2452[label="vwx180 < vwx190",fontsize=16,color="magenta"];2452 -> 2530[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2452 -> 2531[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2453 -> 7[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2453[label="vwx180 < vwx190",fontsize=16,color="magenta"];2453 -> 2532[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2453 -> 2533[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2454 -> 8[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2454[label="vwx180 < vwx190",fontsize=16,color="magenta"];2454 -> 2534[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2454 -> 2535[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2455 -> 9[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2455[label="vwx180 < vwx190",fontsize=16,color="magenta"];2455 -> 2536[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2455 -> 2537[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2456 -> 10[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2456[label="vwx180 < vwx190",fontsize=16,color="magenta"];2456 -> 2538[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2456 -> 2539[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2457 -> 11[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2457[label="vwx180 < vwx190",fontsize=16,color="magenta"];2457 -> 2540[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2457 -> 2541[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2458 -> 12[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2458[label="vwx180 < vwx190",fontsize=16,color="magenta"];2458 -> 2542[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2458 -> 2543[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2459 -> 13[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2459[label="vwx180 < vwx190",fontsize=16,color="magenta"];2459 -> 2544[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2459 -> 2545[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2460 -> 14[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2460[label="vwx180 < vwx190",fontsize=16,color="magenta"];2460 -> 2546[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2460 -> 2547[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2461 -> 15[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2461[label="vwx180 < vwx190",fontsize=16,color="magenta"];2461 -> 2548[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2461 -> 2549[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2462 -> 16[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2462[label="vwx180 < vwx190",fontsize=16,color="magenta"];2462 -> 2550[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2462 -> 2551[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2463 -> 17[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2463[label="vwx180 < vwx190",fontsize=16,color="magenta"];2463 -> 2552[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2463 -> 2553[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2464 -> 18[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2464[label="vwx180 < vwx190",fontsize=16,color="magenta"];2464 -> 2554[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2464 -> 2555[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2465[label="vwx180 == vwx190",fontsize=16,color="blue",shape="box"];3585[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3585[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3585 -> 2556[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3586[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3586[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3586 -> 2557[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3587[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3587[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3587 -> 2558[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3588[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3588[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3588 -> 2559[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3589[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3589[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3589 -> 2560[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3590[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3590[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3590 -> 2561[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3591[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3591[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3591 -> 2562[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3592[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3592[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3592 -> 2563[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3593[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3593[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3593 -> 2564[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3594[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3594[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3594 -> 2565[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3595[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3595[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3595 -> 2566[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3596[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3596[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3596 -> 2567[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3597[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3597[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3597 -> 2568[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3598[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2465 -> 3598[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3598 -> 2569[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2466 -> 2039[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2466[label="vwx181 < vwx191 || vwx181 == vwx191 && vwx182 <= vwx192",fontsize=16,color="magenta"];2466 -> 2570[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2466 -> 2571[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2467[label="GT",fontsize=16,color="green",shape="box"];2468[label="GT",fontsize=16,color="green",shape="box"];2469[label="primPlusNat vwx1470 vwx4100",fontsize=16,color="burlywood",shape="triangle"];3599[label="vwx1470/Succ vwx14700",fontsize=10,color="white",style="solid",shape="box"];2469 -> 3599[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3599 -> 2572[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3600[label="vwx1470/Zero",fontsize=10,color="white",style="solid",shape="box"];2469 -> 3600[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3600 -> 2573[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 2470[label="True",fontsize=16,color="green",shape="box"];2471[label="False",fontsize=16,color="green",shape="box"];2472[label="vwx180",fontsize=16,color="green",shape="box"];2473[label="vwx190",fontsize=16,color="green",shape="box"];2474[label="vwx180",fontsize=16,color="green",shape="box"];2475[label="vwx190",fontsize=16,color="green",shape="box"];2476[label="vwx180",fontsize=16,color="green",shape="box"];2477[label="vwx190",fontsize=16,color="green",shape="box"];2478[label="vwx180",fontsize=16,color="green",shape="box"];2479[label="vwx190",fontsize=16,color="green",shape="box"];2480[label="vwx180",fontsize=16,color="green",shape="box"];2481[label="vwx190",fontsize=16,color="green",shape="box"];2482[label="vwx180",fontsize=16,color="green",shape="box"];2483[label="vwx190",fontsize=16,color="green",shape="box"];2484[label="vwx180",fontsize=16,color="green",shape="box"];2485[label="vwx190",fontsize=16,color="green",shape="box"];2486[label="vwx180",fontsize=16,color="green",shape="box"];2487[label="vwx190",fontsize=16,color="green",shape="box"];2488[label="vwx180",fontsize=16,color="green",shape="box"];2489[label="vwx190",fontsize=16,color="green",shape="box"];2490[label="vwx180",fontsize=16,color="green",shape="box"];2491[label="vwx190",fontsize=16,color="green",shape="box"];2492[label="vwx180",fontsize=16,color="green",shape="box"];2493[label="vwx190",fontsize=16,color="green",shape="box"];2494[label="vwx180",fontsize=16,color="green",shape="box"];2495[label="vwx190",fontsize=16,color="green",shape="box"];2496[label="vwx180",fontsize=16,color="green",shape="box"];2497[label="vwx190",fontsize=16,color="green",shape="box"];2498[label="vwx180",fontsize=16,color="green",shape="box"];2499[label="vwx190",fontsize=16,color="green",shape="box"];2500 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2500[label="vwx180 == vwx190",fontsize=16,color="magenta"];2500 -> 2574[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2500 -> 2575[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2501 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2501[label="vwx180 == vwx190",fontsize=16,color="magenta"];2501 -> 2576[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2501 -> 2577[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2502 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2502[label="vwx180 == vwx190",fontsize=16,color="magenta"];2502 -> 2578[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2502 -> 2579[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2503 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2503[label="vwx180 == vwx190",fontsize=16,color="magenta"];2503 -> 2580[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2503 -> 2581[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2504 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2504[label="vwx180 == vwx190",fontsize=16,color="magenta"];2504 -> 2582[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2504 -> 2583[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2505 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2505[label="vwx180 == vwx190",fontsize=16,color="magenta"];2505 -> 2584[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2505 -> 2585[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2506 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2506[label="vwx180 == vwx190",fontsize=16,color="magenta"];2506 -> 2586[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2506 -> 2587[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2507 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2507[label="vwx180 == vwx190",fontsize=16,color="magenta"];2507 -> 2588[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2507 -> 2589[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2508 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2508[label="vwx180 == vwx190",fontsize=16,color="magenta"];2508 -> 2590[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2508 -> 2591[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2509 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2509[label="vwx180 == vwx190",fontsize=16,color="magenta"];2509 -> 2592[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2509 -> 2593[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2510 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2510[label="vwx180 == vwx190",fontsize=16,color="magenta"];2510 -> 2594[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2510 -> 2595[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2511 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2511[label="vwx180 == vwx190",fontsize=16,color="magenta"];2511 -> 2596[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2511 -> 2597[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2512 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2512[label="vwx180 == vwx190",fontsize=16,color="magenta"];2512 -> 2598[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2512 -> 2599[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2513 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2513[label="vwx180 == vwx190",fontsize=16,color="magenta"];2513 -> 2600[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2513 -> 2601[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2514 -> 1267[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2514[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2514 -> 2602[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2514 -> 2603[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2515 -> 1268[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2515[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2515 -> 2604[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2515 -> 2605[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2516 -> 1269[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2516[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2516 -> 2606[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2516 -> 2607[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2517 -> 1270[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2517[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2517 -> 2608[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2517 -> 2609[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2518 -> 1271[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2518[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2518 -> 2610[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2518 -> 2611[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2519 -> 1272[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2519[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2519 -> 2612[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2519 -> 2613[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2520 -> 1273[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2520[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2520 -> 2614[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2520 -> 2615[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2521 -> 1274[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2521[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2521 -> 2616[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2521 -> 2617[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2522 -> 1275[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2522[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2522 -> 2618[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2522 -> 2619[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2523 -> 1276[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2523[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2523 -> 2620[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2523 -> 2621[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2524 -> 1277[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2524[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2524 -> 2622[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2524 -> 2623[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2525 -> 1278[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2525[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2525 -> 2624[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2525 -> 2625[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2526 -> 1279[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2526[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2526 -> 2626[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2526 -> 2627[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2527 -> 1280[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2527[label="vwx181 <= vwx191",fontsize=16,color="magenta"];2527 -> 2628[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2527 -> 2629[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2528[label="vwx180",fontsize=16,color="green",shape="box"];2529[label="vwx190",fontsize=16,color="green",shape="box"];2530[label="vwx180",fontsize=16,color="green",shape="box"];2531[label="vwx190",fontsize=16,color="green",shape="box"];2532[label="vwx180",fontsize=16,color="green",shape="box"];2533[label="vwx190",fontsize=16,color="green",shape="box"];2534[label="vwx180",fontsize=16,color="green",shape="box"];2535[label="vwx190",fontsize=16,color="green",shape="box"];2536[label="vwx180",fontsize=16,color="green",shape="box"];2537[label="vwx190",fontsize=16,color="green",shape="box"];2538[label="vwx180",fontsize=16,color="green",shape="box"];2539[label="vwx190",fontsize=16,color="green",shape="box"];2540[label="vwx180",fontsize=16,color="green",shape="box"];2541[label="vwx190",fontsize=16,color="green",shape="box"];2542[label="vwx180",fontsize=16,color="green",shape="box"];2543[label="vwx190",fontsize=16,color="green",shape="box"];2544[label="vwx180",fontsize=16,color="green",shape="box"];2545[label="vwx190",fontsize=16,color="green",shape="box"];2546[label="vwx180",fontsize=16,color="green",shape="box"];2547[label="vwx190",fontsize=16,color="green",shape="box"];2548[label="vwx180",fontsize=16,color="green",shape="box"];2549[label="vwx190",fontsize=16,color="green",shape="box"];2550[label="vwx180",fontsize=16,color="green",shape="box"];2551[label="vwx190",fontsize=16,color="green",shape="box"];2552[label="vwx180",fontsize=16,color="green",shape="box"];2553[label="vwx190",fontsize=16,color="green",shape="box"];2554[label="vwx180",fontsize=16,color="green",shape="box"];2555[label="vwx190",fontsize=16,color="green",shape="box"];2556 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2556[label="vwx180 == vwx190",fontsize=16,color="magenta"];2556 -> 2630[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2556 -> 2631[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2557 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2557[label="vwx180 == vwx190",fontsize=16,color="magenta"];2557 -> 2632[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2557 -> 2633[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2558 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2558[label="vwx180 == vwx190",fontsize=16,color="magenta"];2558 -> 2634[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2558 -> 2635[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2559 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2559[label="vwx180 == vwx190",fontsize=16,color="magenta"];2559 -> 2636[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2559 -> 2637[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2560 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2560[label="vwx180 == vwx190",fontsize=16,color="magenta"];2560 -> 2638[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2560 -> 2639[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2561 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2561[label="vwx180 == vwx190",fontsize=16,color="magenta"];2561 -> 2640[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2561 -> 2641[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2562 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2562[label="vwx180 == vwx190",fontsize=16,color="magenta"];2562 -> 2642[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2562 -> 2643[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2563 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2563[label="vwx180 == vwx190",fontsize=16,color="magenta"];2563 -> 2644[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2563 -> 2645[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2564 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2564[label="vwx180 == vwx190",fontsize=16,color="magenta"];2564 -> 2646[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2564 -> 2647[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2565 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2565[label="vwx180 == vwx190",fontsize=16,color="magenta"];2565 -> 2648[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2565 -> 2649[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2566 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2566[label="vwx180 == vwx190",fontsize=16,color="magenta"];2566 -> 2650[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2566 -> 2651[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2567 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2567[label="vwx180 == vwx190",fontsize=16,color="magenta"];2567 -> 2652[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2567 -> 2653[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2568 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2568[label="vwx180 == vwx190",fontsize=16,color="magenta"];2568 -> 2654[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2568 -> 2655[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2569 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2569[label="vwx180 == vwx190",fontsize=16,color="magenta"];2569 -> 2656[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2569 -> 2657[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2570[label="vwx181 < vwx191",fontsize=16,color="blue",shape="box"];3601[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3601[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3601 -> 2658[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3602[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3602[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3602 -> 2659[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3603[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3603[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3603 -> 2660[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3604[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3604[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3604 -> 2661[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3605[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3605[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3605 -> 2662[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3606[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3606[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3606 -> 2663[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3607[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3607[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3607 -> 2664[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3608[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3608[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3608 -> 2665[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3609[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3609[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3609 -> 2666[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3610[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3610[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3610 -> 2667[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3611[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3611[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3611 -> 2668[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3612[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3612[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3612 -> 2669[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3613[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3613[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3613 -> 2670[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3614[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2570 -> 3614[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3614 -> 2671[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2571 -> 884[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2571[label="vwx181 == vwx191 && vwx182 <= vwx192",fontsize=16,color="magenta"];2571 -> 2672[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2571 -> 2673[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2572[label="primPlusNat (Succ vwx14700) vwx4100",fontsize=16,color="burlywood",shape="box"];3615[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];2572 -> 3615[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3615 -> 2674[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3616[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];2572 -> 3616[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3616 -> 2675[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 2573[label="primPlusNat Zero vwx4100",fontsize=16,color="burlywood",shape="box"];3617[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3617[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3617 -> 2676[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 3618[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];2573 -> 3618[label="",style="solid", color="burlywood", weight=9]; 21.98/10.24 3618 -> 2677[label="",style="solid", color="burlywood", weight=3]; 21.98/10.24 2574[label="vwx180",fontsize=16,color="green",shape="box"];2575[label="vwx190",fontsize=16,color="green",shape="box"];2576[label="vwx180",fontsize=16,color="green",shape="box"];2577[label="vwx190",fontsize=16,color="green",shape="box"];2578[label="vwx180",fontsize=16,color="green",shape="box"];2579[label="vwx190",fontsize=16,color="green",shape="box"];2580[label="vwx180",fontsize=16,color="green",shape="box"];2581[label="vwx190",fontsize=16,color="green",shape="box"];2582[label="vwx180",fontsize=16,color="green",shape="box"];2583[label="vwx190",fontsize=16,color="green",shape="box"];2584[label="vwx180",fontsize=16,color="green",shape="box"];2585[label="vwx190",fontsize=16,color="green",shape="box"];2586[label="vwx180",fontsize=16,color="green",shape="box"];2587[label="vwx190",fontsize=16,color="green",shape="box"];2588[label="vwx180",fontsize=16,color="green",shape="box"];2589[label="vwx190",fontsize=16,color="green",shape="box"];2590[label="vwx180",fontsize=16,color="green",shape="box"];2591[label="vwx190",fontsize=16,color="green",shape="box"];2592[label="vwx180",fontsize=16,color="green",shape="box"];2593[label="vwx190",fontsize=16,color="green",shape="box"];2594[label="vwx180",fontsize=16,color="green",shape="box"];2595[label="vwx190",fontsize=16,color="green",shape="box"];2596[label="vwx180",fontsize=16,color="green",shape="box"];2597[label="vwx190",fontsize=16,color="green",shape="box"];2598[label="vwx180",fontsize=16,color="green",shape="box"];2599[label="vwx190",fontsize=16,color="green",shape="box"];2600[label="vwx180",fontsize=16,color="green",shape="box"];2601[label="vwx190",fontsize=16,color="green",shape="box"];2602[label="vwx191",fontsize=16,color="green",shape="box"];2603[label="vwx181",fontsize=16,color="green",shape="box"];2604[label="vwx191",fontsize=16,color="green",shape="box"];2605[label="vwx181",fontsize=16,color="green",shape="box"];2606[label="vwx191",fontsize=16,color="green",shape="box"];2607[label="vwx181",fontsize=16,color="green",shape="box"];2608[label="vwx191",fontsize=16,color="green",shape="box"];2609[label="vwx181",fontsize=16,color="green",shape="box"];2610[label="vwx191",fontsize=16,color="green",shape="box"];2611[label="vwx181",fontsize=16,color="green",shape="box"];2612[label="vwx191",fontsize=16,color="green",shape="box"];2613[label="vwx181",fontsize=16,color="green",shape="box"];2614[label="vwx191",fontsize=16,color="green",shape="box"];2615[label="vwx181",fontsize=16,color="green",shape="box"];2616[label="vwx191",fontsize=16,color="green",shape="box"];2617[label="vwx181",fontsize=16,color="green",shape="box"];2618[label="vwx191",fontsize=16,color="green",shape="box"];2619[label="vwx181",fontsize=16,color="green",shape="box"];2620[label="vwx191",fontsize=16,color="green",shape="box"];2621[label="vwx181",fontsize=16,color="green",shape="box"];2622[label="vwx191",fontsize=16,color="green",shape="box"];2623[label="vwx181",fontsize=16,color="green",shape="box"];2624[label="vwx191",fontsize=16,color="green",shape="box"];2625[label="vwx181",fontsize=16,color="green",shape="box"];2626[label="vwx191",fontsize=16,color="green",shape="box"];2627[label="vwx181",fontsize=16,color="green",shape="box"];2628[label="vwx191",fontsize=16,color="green",shape="box"];2629[label="vwx181",fontsize=16,color="green",shape="box"];2630[label="vwx180",fontsize=16,color="green",shape="box"];2631[label="vwx190",fontsize=16,color="green",shape="box"];2632[label="vwx180",fontsize=16,color="green",shape="box"];2633[label="vwx190",fontsize=16,color="green",shape="box"];2634[label="vwx180",fontsize=16,color="green",shape="box"];2635[label="vwx190",fontsize=16,color="green",shape="box"];2636[label="vwx180",fontsize=16,color="green",shape="box"];2637[label="vwx190",fontsize=16,color="green",shape="box"];2638[label="vwx180",fontsize=16,color="green",shape="box"];2639[label="vwx190",fontsize=16,color="green",shape="box"];2640[label="vwx180",fontsize=16,color="green",shape="box"];2641[label="vwx190",fontsize=16,color="green",shape="box"];2642[label="vwx180",fontsize=16,color="green",shape="box"];2643[label="vwx190",fontsize=16,color="green",shape="box"];2644[label="vwx180",fontsize=16,color="green",shape="box"];2645[label="vwx190",fontsize=16,color="green",shape="box"];2646[label="vwx180",fontsize=16,color="green",shape="box"];2647[label="vwx190",fontsize=16,color="green",shape="box"];2648[label="vwx180",fontsize=16,color="green",shape="box"];2649[label="vwx190",fontsize=16,color="green",shape="box"];2650[label="vwx180",fontsize=16,color="green",shape="box"];2651[label="vwx190",fontsize=16,color="green",shape="box"];2652[label="vwx180",fontsize=16,color="green",shape="box"];2653[label="vwx190",fontsize=16,color="green",shape="box"];2654[label="vwx180",fontsize=16,color="green",shape="box"];2655[label="vwx190",fontsize=16,color="green",shape="box"];2656[label="vwx180",fontsize=16,color="green",shape="box"];2657[label="vwx190",fontsize=16,color="green",shape="box"];2658 -> 5[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2658[label="vwx181 < vwx191",fontsize=16,color="magenta"];2658 -> 2678[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2658 -> 2679[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2659 -> 6[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2659[label="vwx181 < vwx191",fontsize=16,color="magenta"];2659 -> 2680[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2659 -> 2681[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2660 -> 7[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2660[label="vwx181 < vwx191",fontsize=16,color="magenta"];2660 -> 2682[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2660 -> 2683[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2661 -> 8[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2661[label="vwx181 < vwx191",fontsize=16,color="magenta"];2661 -> 2684[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2661 -> 2685[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2662 -> 9[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2662[label="vwx181 < vwx191",fontsize=16,color="magenta"];2662 -> 2686[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2662 -> 2687[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2663 -> 10[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2663[label="vwx181 < vwx191",fontsize=16,color="magenta"];2663 -> 2688[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2663 -> 2689[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2664 -> 11[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2664[label="vwx181 < vwx191",fontsize=16,color="magenta"];2664 -> 2690[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2664 -> 2691[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2665 -> 12[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2665[label="vwx181 < vwx191",fontsize=16,color="magenta"];2665 -> 2692[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2665 -> 2693[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2666 -> 13[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2666[label="vwx181 < vwx191",fontsize=16,color="magenta"];2666 -> 2694[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2666 -> 2695[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2667 -> 14[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2667[label="vwx181 < vwx191",fontsize=16,color="magenta"];2667 -> 2696[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2667 -> 2697[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2668 -> 15[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2668[label="vwx181 < vwx191",fontsize=16,color="magenta"];2668 -> 2698[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2668 -> 2699[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2669 -> 16[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2669[label="vwx181 < vwx191",fontsize=16,color="magenta"];2669 -> 2700[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2669 -> 2701[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2670 -> 17[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2670[label="vwx181 < vwx191",fontsize=16,color="magenta"];2670 -> 2702[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2670 -> 2703[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2671 -> 18[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2671[label="vwx181 < vwx191",fontsize=16,color="magenta"];2671 -> 2704[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2671 -> 2705[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2672[label="vwx181 == vwx191",fontsize=16,color="blue",shape="box"];3619[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3619[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3619 -> 2706[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3620[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3620[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3620 -> 2707[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3621[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3621[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3621 -> 2708[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3622[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3622[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3622 -> 2709[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3623[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3623[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3623 -> 2710[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3624[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3624[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3624 -> 2711[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3625[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3625[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3625 -> 2712[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3626[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3626[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3626 -> 2713[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3627[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3627[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3627 -> 2714[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3628[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3628[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3628 -> 2715[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3629[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3629[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3629 -> 2716[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3630[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3630[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3630 -> 2717[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3631[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3631[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3631 -> 2718[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3632[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2672 -> 3632[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3632 -> 2719[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2673[label="vwx182 <= vwx192",fontsize=16,color="blue",shape="box"];3633[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3633[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3633 -> 2720[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3634[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3634[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3634 -> 2721[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3635[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3635[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3635 -> 2722[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3636[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3636[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3636 -> 2723[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3637[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3637[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3637 -> 2724[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3638[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3638[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3638 -> 2725[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3639[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3639[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3639 -> 2726[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3640[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3640[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3640 -> 2727[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3641[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3641[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3641 -> 2728[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3642[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3642[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3642 -> 2729[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3643[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3643[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3643 -> 2730[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3644[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3644[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3644 -> 2731[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3645[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3645[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3645 -> 2732[label="",style="solid", color="blue", weight=3]; 21.98/10.24 3646[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2673 -> 3646[label="",style="solid", color="blue", weight=9]; 21.98/10.24 3646 -> 2733[label="",style="solid", color="blue", weight=3]; 21.98/10.24 2674[label="primPlusNat (Succ vwx14700) (Succ vwx41000)",fontsize=16,color="black",shape="box"];2674 -> 2734[label="",style="solid", color="black", weight=3]; 21.98/10.24 2675[label="primPlusNat (Succ vwx14700) Zero",fontsize=16,color="black",shape="box"];2675 -> 2735[label="",style="solid", color="black", weight=3]; 21.98/10.24 2676[label="primPlusNat Zero (Succ vwx41000)",fontsize=16,color="black",shape="box"];2676 -> 2736[label="",style="solid", color="black", weight=3]; 21.98/10.24 2677[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2677 -> 2737[label="",style="solid", color="black", weight=3]; 21.98/10.24 2678[label="vwx181",fontsize=16,color="green",shape="box"];2679[label="vwx191",fontsize=16,color="green",shape="box"];2680[label="vwx181",fontsize=16,color="green",shape="box"];2681[label="vwx191",fontsize=16,color="green",shape="box"];2682[label="vwx181",fontsize=16,color="green",shape="box"];2683[label="vwx191",fontsize=16,color="green",shape="box"];2684[label="vwx181",fontsize=16,color="green",shape="box"];2685[label="vwx191",fontsize=16,color="green",shape="box"];2686[label="vwx181",fontsize=16,color="green",shape="box"];2687[label="vwx191",fontsize=16,color="green",shape="box"];2688[label="vwx181",fontsize=16,color="green",shape="box"];2689[label="vwx191",fontsize=16,color="green",shape="box"];2690[label="vwx181",fontsize=16,color="green",shape="box"];2691[label="vwx191",fontsize=16,color="green",shape="box"];2692[label="vwx181",fontsize=16,color="green",shape="box"];2693[label="vwx191",fontsize=16,color="green",shape="box"];2694[label="vwx181",fontsize=16,color="green",shape="box"];2695[label="vwx191",fontsize=16,color="green",shape="box"];2696[label="vwx181",fontsize=16,color="green",shape="box"];2697[label="vwx191",fontsize=16,color="green",shape="box"];2698[label="vwx181",fontsize=16,color="green",shape="box"];2699[label="vwx191",fontsize=16,color="green",shape="box"];2700[label="vwx181",fontsize=16,color="green",shape="box"];2701[label="vwx191",fontsize=16,color="green",shape="box"];2702[label="vwx181",fontsize=16,color="green",shape="box"];2703[label="vwx191",fontsize=16,color="green",shape="box"];2704[label="vwx181",fontsize=16,color="green",shape="box"];2705[label="vwx191",fontsize=16,color="green",shape="box"];2706 -> 452[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2706[label="vwx181 == vwx191",fontsize=16,color="magenta"];2706 -> 2738[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2706 -> 2739[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2707 -> 456[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2707[label="vwx181 == vwx191",fontsize=16,color="magenta"];2707 -> 2740[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2707 -> 2741[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2708 -> 445[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2708[label="vwx181 == vwx191",fontsize=16,color="magenta"];2708 -> 2742[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2708 -> 2743[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2709 -> 451[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2709[label="vwx181 == vwx191",fontsize=16,color="magenta"];2709 -> 2744[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2709 -> 2745[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2710 -> 453[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2710[label="vwx181 == vwx191",fontsize=16,color="magenta"];2710 -> 2746[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2710 -> 2747[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2711 -> 449[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2711[label="vwx181 == vwx191",fontsize=16,color="magenta"];2711 -> 2748[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2711 -> 2749[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2712 -> 457[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2712[label="vwx181 == vwx191",fontsize=16,color="magenta"];2712 -> 2750[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2712 -> 2751[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2713 -> 450[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2713[label="vwx181 == vwx191",fontsize=16,color="magenta"];2713 -> 2752[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2713 -> 2753[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2714 -> 448[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2714[label="vwx181 == vwx191",fontsize=16,color="magenta"];2714 -> 2754[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2714 -> 2755[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2715 -> 454[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2715[label="vwx181 == vwx191",fontsize=16,color="magenta"];2715 -> 2756[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2715 -> 2757[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2716 -> 446[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2716[label="vwx181 == vwx191",fontsize=16,color="magenta"];2716 -> 2758[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2716 -> 2759[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2717 -> 455[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2717[label="vwx181 == vwx191",fontsize=16,color="magenta"];2717 -> 2760[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2717 -> 2761[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2718 -> 447[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2718[label="vwx181 == vwx191",fontsize=16,color="magenta"];2718 -> 2762[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2718 -> 2763[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2719 -> 444[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2719[label="vwx181 == vwx191",fontsize=16,color="magenta"];2719 -> 2764[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2719 -> 2765[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2720 -> 1267[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2720[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2720 -> 2766[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2720 -> 2767[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2721 -> 1268[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2721[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2721 -> 2768[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2721 -> 2769[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2722 -> 1269[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2722[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2722 -> 2770[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2722 -> 2771[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2723 -> 1270[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2723[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2723 -> 2772[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2723 -> 2773[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2724 -> 1271[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2724[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2724 -> 2774[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2724 -> 2775[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2725 -> 1272[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2725[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2725 -> 2776[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2725 -> 2777[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2726 -> 1273[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2726[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2726 -> 2778[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2726 -> 2779[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2727 -> 1274[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2727[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2727 -> 2780[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2727 -> 2781[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2728 -> 1275[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2728[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2728 -> 2782[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2728 -> 2783[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2729 -> 1276[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2729[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2729 -> 2784[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2729 -> 2785[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2730 -> 1277[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2730[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2730 -> 2786[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2730 -> 2787[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2731 -> 1278[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2731[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2731 -> 2788[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2731 -> 2789[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2732 -> 1279[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2732[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2732 -> 2790[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2732 -> 2791[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2733 -> 1280[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2733[label="vwx182 <= vwx192",fontsize=16,color="magenta"];2733 -> 2792[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2733 -> 2793[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2734[label="Succ (Succ (primPlusNat vwx14700 vwx41000))",fontsize=16,color="green",shape="box"];2734 -> 2794[label="",style="dashed", color="green", weight=3]; 21.98/10.24 2735[label="Succ vwx14700",fontsize=16,color="green",shape="box"];2736[label="Succ vwx41000",fontsize=16,color="green",shape="box"];2737[label="Zero",fontsize=16,color="green",shape="box"];2738[label="vwx181",fontsize=16,color="green",shape="box"];2739[label="vwx191",fontsize=16,color="green",shape="box"];2740[label="vwx181",fontsize=16,color="green",shape="box"];2741[label="vwx191",fontsize=16,color="green",shape="box"];2742[label="vwx181",fontsize=16,color="green",shape="box"];2743[label="vwx191",fontsize=16,color="green",shape="box"];2744[label="vwx181",fontsize=16,color="green",shape="box"];2745[label="vwx191",fontsize=16,color="green",shape="box"];2746[label="vwx181",fontsize=16,color="green",shape="box"];2747[label="vwx191",fontsize=16,color="green",shape="box"];2748[label="vwx181",fontsize=16,color="green",shape="box"];2749[label="vwx191",fontsize=16,color="green",shape="box"];2750[label="vwx181",fontsize=16,color="green",shape="box"];2751[label="vwx191",fontsize=16,color="green",shape="box"];2752[label="vwx181",fontsize=16,color="green",shape="box"];2753[label="vwx191",fontsize=16,color="green",shape="box"];2754[label="vwx181",fontsize=16,color="green",shape="box"];2755[label="vwx191",fontsize=16,color="green",shape="box"];2756[label="vwx181",fontsize=16,color="green",shape="box"];2757[label="vwx191",fontsize=16,color="green",shape="box"];2758[label="vwx181",fontsize=16,color="green",shape="box"];2759[label="vwx191",fontsize=16,color="green",shape="box"];2760[label="vwx181",fontsize=16,color="green",shape="box"];2761[label="vwx191",fontsize=16,color="green",shape="box"];2762[label="vwx181",fontsize=16,color="green",shape="box"];2763[label="vwx191",fontsize=16,color="green",shape="box"];2764[label="vwx181",fontsize=16,color="green",shape="box"];2765[label="vwx191",fontsize=16,color="green",shape="box"];2766[label="vwx192",fontsize=16,color="green",shape="box"];2767[label="vwx182",fontsize=16,color="green",shape="box"];2768[label="vwx192",fontsize=16,color="green",shape="box"];2769[label="vwx182",fontsize=16,color="green",shape="box"];2770[label="vwx192",fontsize=16,color="green",shape="box"];2771[label="vwx182",fontsize=16,color="green",shape="box"];2772[label="vwx192",fontsize=16,color="green",shape="box"];2773[label="vwx182",fontsize=16,color="green",shape="box"];2774[label="vwx192",fontsize=16,color="green",shape="box"];2775[label="vwx182",fontsize=16,color="green",shape="box"];2776[label="vwx192",fontsize=16,color="green",shape="box"];2777[label="vwx182",fontsize=16,color="green",shape="box"];2778[label="vwx192",fontsize=16,color="green",shape="box"];2779[label="vwx182",fontsize=16,color="green",shape="box"];2780[label="vwx192",fontsize=16,color="green",shape="box"];2781[label="vwx182",fontsize=16,color="green",shape="box"];2782[label="vwx192",fontsize=16,color="green",shape="box"];2783[label="vwx182",fontsize=16,color="green",shape="box"];2784[label="vwx192",fontsize=16,color="green",shape="box"];2785[label="vwx182",fontsize=16,color="green",shape="box"];2786[label="vwx192",fontsize=16,color="green",shape="box"];2787[label="vwx182",fontsize=16,color="green",shape="box"];2788[label="vwx192",fontsize=16,color="green",shape="box"];2789[label="vwx182",fontsize=16,color="green",shape="box"];2790[label="vwx192",fontsize=16,color="green",shape="box"];2791[label="vwx182",fontsize=16,color="green",shape="box"];2792[label="vwx192",fontsize=16,color="green",shape="box"];2793[label="vwx182",fontsize=16,color="green",shape="box"];2794 -> 2469[label="",style="dashed", color="red", weight=0]; 21.98/10.24 2794[label="primPlusNat vwx14700 vwx41000",fontsize=16,color="magenta"];2794 -> 2795[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2794 -> 2796[label="",style="dashed", color="magenta", weight=3]; 21.98/10.24 2795[label="vwx14700",fontsize=16,color="green",shape="box"];2796[label="vwx41000",fontsize=16,color="green",shape="box"];} 21.98/10.24 21.98/10.24 ---------------------------------------- 21.98/10.24 21.98/10.24 (14) 21.98/10.24 Complex Obligation (AND) 21.98/10.24 21.98/10.24 ---------------------------------------- 21.98/10.24 21.98/10.24 (15) 21.98/10.24 Obligation: 21.98/10.24 Q DP problem: 21.98/10.24 The TRS P consists of the following rules: 21.98/10.24 21.98/10.24 new_primCmpNat(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat(vwx300, vwx400) 21.98/10.24 21.98/10.24 R is empty. 21.98/10.24 Q is empty. 21.98/10.24 We have to consider all minimal (P,Q,R)-chains. 21.98/10.24 ---------------------------------------- 21.98/10.24 21.98/10.24 (16) QDPSizeChangeProof (EQUIVALENT) 21.98/10.24 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. 21.98/10.24 21.98/10.24 From the DPs we obtained the following set of size-change graphs: 21.98/10.24 *new_primCmpNat(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat(vwx300, vwx400) 21.98/10.24 The graph contains the following edges 1 > 1, 2 > 2 21.98/10.24 21.98/10.24 21.98/10.24 ---------------------------------------- 21.98/10.24 21.98/10.24 (17) 21.98/10.24 YES 21.98/10.24 21.98/10.24 ---------------------------------------- 21.98/10.24 21.98/10.24 (18) 21.98/10.24 Obligation: 21.98/10.24 Q DP problem: 21.98/10.24 The TRS P consists of the following rules: 21.98/10.24 21.98/10.24 new_primCompAux(vwx30, vwx40, vwx8, app(ty_[], ba)) -> new_compare0(vwx30, vwx40, ba) 21.98/10.24 new_compare20(vwx18, vwx19, False, app(ty_[], cc)) -> new_compare0(vwx18, vwx19, cc) 21.98/10.24 new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(app(app(ty_@3, hb), hc), hd)), gd)) -> new_ltEs3(vwx180, vwx190, hb, hc, hd) 21.98/10.24 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(ty_Maybe, bde)) -> new_ltEs0(vwx182, vwx192, bde) 21.98/10.24 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(ty_[], cfa)) -> new_ltEs(vwx56, vwx59, cfa) 21.98/10.24 new_ltEs0(Just(vwx180), Just(vwx190), app(app(app(ty_@3, dc), dd), de)) -> new_ltEs3(vwx180, vwx190, dc, dd, de) 21.98/10.24 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs3(vwx181, vwx191, fh, ga, gb) 21.98/10.24 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(ty_[], df)), dg)) -> new_lt(vwx180, vwx190, df) 21.98/10.24 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(ty_[], bcc), bba) -> new_lt(vwx181, vwx191, bcc) 21.98/10.24 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(app(app(ty_@3, cdd), cde), cdf), cce, ccf) -> new_lt3(vwx54, vwx57, cdd, cde, cdf) 21.98/10.24 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(ty_[], bag)), bah), bba)) -> new_lt(vwx180, vwx190, bag) 21.98/10.24 new_ltEs0(Just(vwx180), Just(vwx190), app(app(ty_Either, da), db)) -> new_ltEs2(vwx180, vwx190, da, db) 21.98/10.24 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(app(ty_@2, ceb), cec), ccf) -> new_lt1(vwx55, vwx58, ceb, cec) 21.98/10.24 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(app(app(ty_@3, bbg), bbh), bca)), bah), bba)) -> new_lt3(vwx180, vwx190, bbg, bbh, bca) 21.98/10.24 new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(app(ty_@2, bfb), bfc)) -> new_ltEs1(vwx68, vwx70, bfb, bfc) 21.98/10.24 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(app(app(ty_@3, ee), ef), eg), dg) -> new_lt3(vwx180, vwx190, ee, ef, eg) 21.98/10.24 new_ltEs2(Left(vwx180), Left(vwx190), app(ty_[], gc), gd) -> new_ltEs(vwx180, vwx190, gc) 21.98/10.24 new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(ty_Maybe, ce))) -> new_ltEs0(vwx180, vwx190, ce) 21.98/10.24 new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(app(ty_@2, bgd), bge), bgb) -> new_lt1(vwx67, vwx69, bgd, bge) 21.98/10.24 new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(app(ty_Either, bab), bac))) -> new_ltEs2(vwx180, vwx190, bab, bac) 21.98/10.24 new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(ty_[], bga), bgb) -> new_lt(vwx67, vwx69, bga) 21.98/10.24 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(ty_Maybe, cea), ccf) -> new_lt0(vwx55, vwx58, cea) 21.98/10.24 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(app(ty_Either, ff), fg))) -> new_ltEs2(vwx181, vwx191, ff, fg) 21.98/10.24 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(app(app(ty_@3, cfg), cfh), cga)) -> new_ltEs3(vwx56, vwx59, cfg, cfh, cga) 21.98/10.24 new_lt1(@2(vwx30, vwx31), @2(vwx40, vwx41), bee, bef) -> new_compare21(vwx30, vwx31, vwx40, vwx41, new_asAs(new_esEs5(vwx30, vwx40, bee), new_esEs6(vwx31, vwx41, bef)), bee, bef) 21.98/10.24 new_compare3(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 21.98/10.24 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(ty_Maybe, bcd), bba) -> new_lt0(vwx181, vwx191, bcd) 21.98/10.24 new_primCompAux(vwx30, vwx40, vwx8, app(app(ty_@2, bc), bd)) -> new_compare2(vwx30, vwx40, bc, bd) 21.98/10.24 new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs3(vwx180, vwx190, bad, bae, baf) 21.98/10.24 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(ty_Maybe, cfb)) -> new_ltEs0(vwx56, vwx59, cfb) 21.98/10.24 new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(ty_[], cd))) -> new_ltEs(vwx180, vwx190, cd) 21.98/10.24 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(app(app(ty_@3, beb), bec), bed)) -> new_ltEs3(vwx182, vwx192, beb, bec, bed) 21.98/10.24 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(app(ty_Either, bdh), bea))) -> new_ltEs2(vwx182, vwx192, bdh, bea) 21.98/10.24 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(app(app(ty_@3, beb), bec), bed))) -> new_ltEs3(vwx182, vwx192, beb, bec, bed) 21.98/10.24 new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(app(ty_Either, bgf), bgg), bgb) -> new_lt2(vwx67, vwx69, bgf, bgg) 21.98/10.24 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(app(ty_@2, bce), bcf), bba) -> new_lt1(vwx181, vwx191, bce, bcf) 21.98/10.24 new_compare1(Just(vwx30), Just(vwx40), cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 21.98/10.24 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(ty_[], ccd), cce, ccf) -> new_lt(vwx54, vwx57, ccd) 21.98/10.24 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(app(ty_@2, ea), eb)), dg)) -> new_lt1(vwx180, vwx190, ea, eb) 21.98/10.24 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(ty_[], bcc)), bba)) -> new_lt(vwx181, vwx191, bcc) 21.98/10.24 new_ltEs2(Right(vwx180), Right(vwx190), he, app(ty_Maybe, hg)) -> new_ltEs0(vwx180, vwx190, hg) 21.98/10.24 new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(ty_[], gc)), gd)) -> new_ltEs(vwx180, vwx190, gc) 21.98/10.24 new_ltEs0(Just(vwx180), Just(vwx190), app(app(ty_@2, cf), cg)) -> new_ltEs1(vwx180, vwx190, cf, cg) 21.98/10.24 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(app(ty_@2, cfc), cfd)) -> new_ltEs1(vwx56, vwx59, cfc, cfd) 21.98/10.24 new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(ty_Maybe, ge)), gd)) -> new_ltEs0(vwx180, vwx190, ge) 21.98/10.24 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(app(app(ty_@3, ee), ef), eg)), dg)) -> new_lt3(vwx180, vwx190, ee, ef, eg) 21.98/10.24 new_lt2(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 21.98/10.24 new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(app(app(ty_@3, bff), bfg), bfh)) -> new_ltEs3(vwx68, vwx70, bff, bfg, bfh) 21.98/10.24 new_ltEs2(Right(vwx180), Right(vwx190), he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs3(vwx180, vwx190, bad, bae, baf) 21.98/10.24 new_ltEs0(Just(vwx180), Just(vwx190), app(ty_Maybe, ce)) -> new_ltEs0(vwx180, vwx190, ce) 21.98/10.24 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(app(ty_@2, ea), eb), dg) -> new_lt1(vwx180, vwx190, ea, eb) 21.98/10.24 new_lt2(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 21.98/10.24 new_ltEs2(Left(vwx180), Left(vwx190), app(app(ty_@2, gf), gg), gd) -> new_ltEs1(vwx180, vwx190, gf, gg) 21.98/10.24 new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(app(ty_@2, gf), gg)), gd)) -> new_ltEs1(vwx180, vwx190, gf, gg) 21.98/10.24 new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(app(ty_Either, da), db))) -> new_ltEs2(vwx180, vwx190, da, db) 21.98/10.24 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(app(app(ty_@3, bda), bdb), bdc)), bba)) -> new_lt3(vwx181, vwx191, bda, bdb, bdc) 21.98/10.24 new_compare23(vwx43, vwx44, False, cag, app(app(ty_Either, cbd), cbe)) -> new_ltEs2(vwx43, vwx44, cbd, cbe) 21.98/10.24 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(ty_Maybe, ccg), cce, ccf) -> new_lt0(vwx54, vwx57, ccg) 21.98/10.24 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(ty_[], fa)) -> new_ltEs(vwx181, vwx191, fa) 21.98/10.24 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(app(app(ty_@3, bbg), bbh), bca), bah, bba) -> new_lt3(vwx180, vwx190, bbg, bbh, bca) 21.98/10.24 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare0(vwx31, vwx41, h) 21.98/10.24 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(app(ty_Either, ff), fg)) -> new_ltEs2(vwx181, vwx191, ff, fg) 21.98/10.25 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(app(app(ty_@3, cef), ceg), ceh), ccf) -> new_lt3(vwx55, vwx58, cef, ceg, ceh) 21.98/10.25 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(app(ty_Either, bbe), bbf), bah, bba) -> new_lt2(vwx180, vwx190, bbe, bbf) 21.98/10.25 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(ty_Maybe, bde))) -> new_ltEs0(vwx182, vwx192, bde) 21.98/10.25 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(app(ty_Either, bbe), bbf)), bah), bba)) -> new_lt2(vwx180, vwx190, bbe, bbf) 21.98/10.25 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(ty_Maybe, bbb)), bah), bba)) -> new_lt0(vwx180, vwx190, bbb) 21.98/10.25 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(app(ty_@2, fc), fd))) -> new_ltEs1(vwx181, vwx191, fc, fd) 21.98/10.25 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(app(ty_@2, bbc), bbd), bah, bba) -> new_lt1(vwx180, vwx190, bbc, bbd) 21.98/10.25 new_compare23(vwx43, vwx44, False, cag, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_ltEs3(vwx43, vwx44, cbf, cbg, cbh) 21.98/10.25 new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(ty_Maybe, hg))) -> new_ltEs0(vwx180, vwx190, hg) 21.98/10.25 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(app(ty_Either, ec), ed), dg) -> new_lt2(vwx180, vwx190, ec, ed) 21.98/10.25 new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(app(ty_@2, hh), baa))) -> new_ltEs1(vwx180, vwx190, hh, baa) 21.98/10.25 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(app(ty_@2, bce), bcf)), bba)) -> new_lt1(vwx181, vwx191, bce, bcf) 21.98/10.25 new_ltEs0(Just(vwx180), Just(vwx190), app(ty_[], cd)) -> new_ltEs(vwx180, vwx190, cd) 21.98/10.25 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(ty_[], fa))) -> new_ltEs(vwx181, vwx191, fa) 21.98/10.25 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(ty_Maybe, dh), dg) -> new_lt0(vwx180, vwx190, dh) 21.98/10.25 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(ty_[], bag), bah, bba) -> new_lt(vwx180, vwx190, bag) 21.98/10.25 new_primCompAux(vwx30, vwx40, vwx8, app(ty_Maybe, bb)) -> new_compare1(vwx30, vwx40, bb) 21.98/10.25 new_compare2(@2(vwx30, vwx31), @2(vwx40, vwx41), bee, bef) -> new_compare21(vwx30, vwx31, vwx40, vwx41, new_asAs(new_esEs5(vwx30, vwx40, bee), new_esEs6(vwx31, vwx41, bef)), bee, bef) 21.98/10.25 new_compare23(vwx43, vwx44, False, cag, app(ty_Maybe, cba)) -> new_ltEs0(vwx43, vwx44, cba) 21.98/10.25 new_compare22(vwx36, vwx37, False, app(app(app(ty_@3, cad), cae), caf), bhf) -> new_ltEs3(vwx36, vwx37, cad, cae, caf) 21.98/10.25 new_lt(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare0(vwx31, vwx41, h) 21.98/10.25 new_primCompAux(vwx30, vwx40, vwx8, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx30, vwx40, bg, bh, ca) 21.98/10.25 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(app(ty_Either, ec), ed)), dg)) -> new_lt2(vwx180, vwx190, ec, ed) 21.98/10.25 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(ty_Maybe, fb)) -> new_ltEs0(vwx181, vwx191, fb) 21.98/10.25 new_compare3(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 21.98/10.25 new_compare22(vwx36, vwx37, False, app(ty_Maybe, bhg), bhf) -> new_ltEs0(vwx36, vwx37, bhg) 21.98/10.25 new_lt(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 21.98/10.25 new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(ty_[], beh)) -> new_ltEs(vwx68, vwx70, beh) 21.98/10.25 new_lt3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), cca, ccb, ccc) -> new_compare24(vwx30, vwx31, vwx32, vwx40, vwx41, vwx42, new_asAs(new_esEs9(vwx30, vwx40, cca), new_asAs(new_esEs10(vwx31, vwx41, ccb), new_esEs11(vwx32, vwx42, ccc))), cca, ccb, ccc) 21.98/10.25 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(app(ty_Either, ced), cee), ccf) -> new_lt2(vwx55, vwx58, ced, cee) 21.98/10.25 new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(app(ty_Either, gh), ha)), gd)) -> new_ltEs2(vwx180, vwx190, gh, ha) 21.98/10.25 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(app(ty_Either, bcg), bch), bba) -> new_lt2(vwx181, vwx191, bcg, bch) 21.98/10.25 new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(app(ty_Either, bfd), bfe)) -> new_ltEs2(vwx68, vwx70, bfd, bfe) 21.98/10.25 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(app(ty_@2, fc), fd)) -> new_ltEs1(vwx181, vwx191, fc, fd) 21.98/10.25 new_compare4(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), cca, ccb, ccc) -> new_compare24(vwx30, vwx31, vwx32, vwx40, vwx41, vwx42, new_asAs(new_esEs9(vwx30, vwx40, cca), new_asAs(new_esEs10(vwx31, vwx41, ccb), new_esEs11(vwx32, vwx42, ccc))), cca, ccb, ccc) 21.98/10.25 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(ty_Maybe, fb))) -> new_ltEs0(vwx181, vwx191, fb) 21.98/10.25 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(ty_[], bdd))) -> new_ltEs(vwx182, vwx192, bdd) 21.98/10.25 new_compare22(vwx36, vwx37, False, app(app(ty_@2, bhh), caa), bhf) -> new_ltEs1(vwx36, vwx37, bhh, caa) 21.98/10.25 new_ltEs2(Left(vwx180), Left(vwx190), app(app(app(ty_@3, hb), hc), hd), gd) -> new_ltEs3(vwx180, vwx190, hb, hc, hd) 21.98/10.25 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(app(ty_@2, cch), cda), cce, ccf) -> new_lt1(vwx54, vwx57, cch, cda) 21.98/10.25 new_lt0(Just(vwx30), Just(vwx40), cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 21.98/10.25 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(ty_Maybe, bcd)), bba)) -> new_lt0(vwx181, vwx191, bcd) 21.98/10.25 new_ltEs2(Right(vwx180), Right(vwx190), he, app(app(ty_Either, bab), bac)) -> new_ltEs2(vwx180, vwx190, bab, bac) 21.98/10.25 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(app(ty_Either, cfe), cff)) -> new_ltEs2(vwx56, vwx59, cfe, cff) 21.98/10.25 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 21.98/10.25 new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(ty_Maybe, bgc), bgb) -> new_lt0(vwx67, vwx69, bgc) 21.98/10.25 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(app(ty_Either, bdh), bea)) -> new_ltEs2(vwx182, vwx192, bdh, bea) 21.98/10.25 new_ltEs(vwx18, vwx19, cc) -> new_compare0(vwx18, vwx19, cc) 21.98/10.25 new_compare23(vwx43, vwx44, False, cag, app(ty_[], cah)) -> new_ltEs(vwx43, vwx44, cah) 21.98/10.25 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(app(ty_@2, bdf), bdg))) -> new_ltEs1(vwx182, vwx192, bdf, bdg) 21.98/10.25 new_compare22(vwx36, vwx37, False, app(ty_[], bhe), bhf) -> new_ltEs(vwx36, vwx37, bhe) 21.98/10.25 new_compare23(vwx43, vwx44, False, cag, app(app(ty_@2, cbb), cbc)) -> new_ltEs1(vwx43, vwx44, cbb, cbc) 21.98/10.25 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(ty_[], cdh), ccf) -> new_lt(vwx55, vwx58, cdh) 21.98/10.25 new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(app(app(ty_@3, bgh), bha), bhb), bgb) -> new_lt3(vwx67, vwx69, bgh, bha, bhb) 21.98/10.25 new_ltEs2(Left(vwx180), Left(vwx190), app(ty_Maybe, ge), gd) -> new_ltEs0(vwx180, vwx190, ge) 21.98/10.25 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(ty_[], bdd)) -> new_ltEs(vwx182, vwx192, bdd) 21.98/10.25 new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(ty_Maybe, bfa)) -> new_ltEs0(vwx68, vwx70, bfa) 21.98/10.25 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(ty_Maybe, dh)), dg)) -> new_lt0(vwx180, vwx190, dh) 21.98/10.25 new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(app(app(ty_@3, fh), ga), gb))) -> new_ltEs3(vwx181, vwx191, fh, ga, gb) 21.98/10.25 new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(app(app(ty_@3, dc), dd), de))) -> new_ltEs3(vwx180, vwx190, dc, dd, de) 21.98/10.25 new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(ty_[], hf))) -> new_ltEs(vwx180, vwx190, hf) 21.98/10.25 new_ltEs2(Left(vwx180), Left(vwx190), app(app(ty_Either, gh), ha), gd) -> new_ltEs2(vwx180, vwx190, gh, ha) 21.98/10.25 new_primCompAux(vwx30, vwx40, vwx8, app(app(ty_Either, be), bf)) -> new_compare3(vwx30, vwx40, be, bf) 21.98/10.25 new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(app(ty_Either, cdb), cdc), cce, ccf) -> new_lt2(vwx54, vwx57, cdb, cdc) 21.98/10.25 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(app(ty_@2, bdf), bdg)) -> new_ltEs1(vwx182, vwx192, bdf, bdg) 21.98/10.25 new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(ty_[], df), dg) -> new_lt(vwx180, vwx190, df) 21.98/10.25 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(app(ty_Either, bcg), bch)), bba)) -> new_lt2(vwx181, vwx191, bcg, bch) 21.98/10.25 new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(app(ty_@2, cf), cg))) -> new_ltEs1(vwx180, vwx190, cf, cg) 21.98/10.25 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(ty_Maybe, bbb), bah, bba) -> new_lt0(vwx180, vwx190, bbb) 21.98/10.25 new_ltEs2(Right(vwx180), Right(vwx190), he, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx180, vwx190, hh, baa) 21.98/10.25 new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(app(ty_@2, bbc), bbd)), bah), bba)) -> new_lt1(vwx180, vwx190, bbc, bbd) 21.98/10.25 new_ltEs2(Right(vwx180), Right(vwx190), he, app(ty_[], hf)) -> new_ltEs(vwx180, vwx190, hf) 21.98/10.25 new_compare22(vwx36, vwx37, False, app(app(ty_Either, cab), cac), bhf) -> new_ltEs2(vwx36, vwx37, cab, cac) 21.98/10.25 new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(app(app(ty_@3, bda), bdb), bdc), bba) -> new_lt3(vwx181, vwx191, bda, bdb, bdc) 21.98/10.25 21.98/10.25 The TRS R consists of the following rules: 21.98/10.25 21.98/10.25 new_esEs38(vwx180, vwx190, app(app(ty_Either, bbe), bbf)) -> new_esEs23(vwx180, vwx190, bbe, bbf) 21.98/10.25 new_esEs14(@2(vwx300, vwx301), @2(vwx400, vwx401), cgg, cgh) -> new_asAs(new_esEs31(vwx300, vwx400, cgg), new_esEs32(vwx301, vwx401, cgh)) 21.98/10.25 new_esEs11(vwx32, vwx42, app(ty_[], dca)) -> new_esEs24(vwx32, vwx42, dca) 21.98/10.25 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 21.98/10.25 new_primCmpInt(Neg(Succ(vwx300)), Pos(vwx40)) -> LT 21.98/10.25 new_lt21(vwx180, vwx190, app(app(ty_@2, bbc), bbd)) -> new_lt15(vwx180, vwx190, bbc, bbd) 21.98/10.25 new_ltEs22(vwx18, vwx19, app(ty_[], cc)) -> new_ltEs8(vwx18, vwx19, cc) 21.98/10.25 new_ltEs23(vwx181, vwx191, app(ty_Ratio, fee)) -> new_ltEs13(vwx181, vwx191, fee) 21.98/10.25 new_primPlusNat0(Zero, Zero) -> Zero 21.98/10.25 new_compare19(Float(vwx30, Pos(vwx310)), Float(vwx40, Neg(vwx410))) -> new_compare8(new_sr(vwx30, Pos(vwx410)), new_sr(Neg(vwx310), vwx40)) 21.98/10.25 new_compare19(Float(vwx30, Neg(vwx310)), Float(vwx40, Pos(vwx410))) -> new_compare8(new_sr(vwx30, Neg(vwx410)), new_sr(Pos(vwx310), vwx40)) 21.98/10.25 new_esEs36(vwx301, vwx401, app(app(ty_@2, egf), egg)) -> new_esEs14(vwx301, vwx401, egf, egg) 21.98/10.25 new_pePe(True, vwx146) -> True 21.98/10.25 new_ltEs6(vwx68, vwx70, ty_Bool) -> new_ltEs11(vwx68, vwx70) 21.98/10.25 new_compare11(vwx90, vwx91, True, dcb) -> LT 21.98/10.25 new_esEs9(vwx30, vwx40, app(app(ty_@2, ddd), dde)) -> new_esEs14(vwx30, vwx40, ddd, dde) 21.98/10.25 new_ltEs7(vwx18, vwx19) -> new_fsEs(new_compare19(vwx18, vwx19)) 21.98/10.25 new_esEs39(vwx181, vwx191, app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs12(vwx181, vwx191, bda, bdb, bdc) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs17(vwx300, vwx400) 21.98/10.25 new_esEs31(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 21.98/10.25 new_esEs30(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs25(vwx300, vwx400) 21.98/10.25 new_ltEs19(vwx36, vwx37, ty_Float) -> new_ltEs7(vwx36, vwx37) 21.98/10.25 new_compare9(False, False) -> EQ 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, app(app(app(ty_@3, ffh), fga), fgb)) -> new_esEs12(vwx300, vwx400, ffh, fga, fgb) 21.98/10.25 new_compare14(Double(vwx30, Neg(vwx310)), Double(vwx40, Neg(vwx410))) -> new_compare8(new_sr(vwx30, Neg(vwx410)), new_sr(Neg(vwx310), vwx40)) 21.98/10.25 new_esEs4(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 21.98/10.25 new_ltEs15(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, dg) -> new_pePe(new_lt23(vwx180, vwx190, eh), new_asAs(new_esEs40(vwx180, vwx190, eh), new_ltEs23(vwx181, vwx191, dg))) 21.98/10.25 new_compare(:(vwx30, vwx31), [], h) -> GT 21.98/10.25 new_compare18(vwx30, vwx40, ty_Float) -> new_compare19(vwx30, vwx40) 21.98/10.25 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 21.98/10.25 new_esEs37(vwx302, vwx402, ty_Bool) -> new_esEs17(vwx302, vwx402) 21.98/10.25 new_primCmpInt(Pos(Zero), Neg(Succ(vwx400))) -> GT 21.98/10.25 new_esEs33(vwx54, vwx57, ty_Integer) -> new_esEs16(vwx54, vwx57) 21.98/10.25 new_esEs39(vwx181, vwx191, ty_Int) -> new_esEs19(vwx181, vwx191) 21.98/10.25 new_fsEs(vwx141) -> new_not(new_esEs21(vwx141, GT)) 21.98/10.25 new_ltEs24(vwx43, vwx44, ty_Int) -> new_ltEs10(vwx43, vwx44) 21.98/10.25 new_ltEs19(vwx36, vwx37, ty_Integer) -> new_ltEs5(vwx36, vwx37) 21.98/10.25 new_esEs37(vwx302, vwx402, app(ty_Maybe, fac)) -> new_esEs22(vwx302, vwx402, fac) 21.98/10.25 new_primCmpInt(Neg(Succ(vwx300)), Neg(vwx40)) -> new_primCmpNat0(vwx40, Succ(vwx300)) 21.98/10.25 new_compare7(:%(vwx30, vwx31), :%(vwx40, vwx41), ty_Integer) -> new_compare6(new_sr0(vwx30, vwx41), new_sr0(vwx40, vwx31)) 21.98/10.25 new_compare31(EQ, EQ) -> EQ 21.98/10.25 new_esEs6(vwx31, vwx41, ty_Integer) -> new_esEs16(vwx31, vwx41) 21.98/10.25 new_primMulNat0(Succ(vwx3000), Succ(vwx4100)) -> new_primPlusNat1(new_primMulNat0(vwx3000, Succ(vwx4100)), vwx4100) 21.98/10.25 new_compare111(vwx117, vwx118, vwx119, vwx120, False, feb, fec) -> GT 21.98/10.25 new_lt23(vwx180, vwx190, ty_Int) -> new_lt8(vwx180, vwx190) 21.98/10.25 new_esEs37(vwx302, vwx402, ty_@0) -> new_esEs25(vwx302, vwx402) 21.98/10.25 new_esEs32(vwx301, vwx401, app(ty_[], ebd)) -> new_esEs24(vwx301, vwx401, ebd) 21.98/10.25 new_lt11(vwx3, vwx4) -> new_esEs27(new_compare32(vwx3, vwx4)) 21.98/10.25 new_lt4(vwx3, vwx4, h) -> new_esEs27(new_compare(vwx3, vwx4, h)) 21.98/10.25 new_esEs40(vwx180, vwx190, ty_Int) -> new_esEs19(vwx180, vwx190) 21.98/10.25 new_esEs26(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 21.98/10.25 new_esEs5(vwx30, vwx40, app(ty_[], ech)) -> new_esEs24(vwx30, vwx40, ech) 21.98/10.25 new_lt21(vwx180, vwx190, ty_Ordering) -> new_lt9(vwx180, vwx190) 21.98/10.25 new_ltEs20(vwx56, vwx59, ty_Float) -> new_ltEs7(vwx56, vwx59) 21.98/10.25 new_lt6(vwx3, vwx4) -> new_esEs27(new_compare19(vwx3, vwx4)) 21.98/10.25 new_primCompAux0(vwx12, GT) -> GT 21.98/10.25 new_esEs37(vwx302, vwx402, ty_Double) -> new_esEs15(vwx302, vwx402) 21.98/10.25 new_ltEs14(Nothing, Just(vwx190), eef) -> True 21.98/10.25 new_ltEs23(vwx181, vwx191, ty_Char) -> new_ltEs9(vwx181, vwx191) 21.98/10.25 new_esEs33(vwx54, vwx57, ty_Float) -> new_esEs20(vwx54, vwx57) 21.98/10.25 new_ltEs6(vwx68, vwx70, app(app(app(ty_@3, bff), bfg), bfh)) -> new_ltEs18(vwx68, vwx70, bff, bfg, bfh) 21.98/10.25 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 21.98/10.25 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 21.98/10.25 new_lt21(vwx180, vwx190, ty_Float) -> new_lt6(vwx180, vwx190) 21.98/10.25 new_esEs7(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 21.98/10.25 new_esEs37(vwx302, vwx402, ty_Ordering) -> new_esEs21(vwx302, vwx402) 21.98/10.25 new_ltEs4(GT, EQ) -> False 21.98/10.25 new_lt14(vwx3, vwx4, cb) -> new_esEs27(new_compare5(vwx3, vwx4, cb)) 21.98/10.25 new_esEs6(vwx31, vwx41, ty_Float) -> new_esEs20(vwx31, vwx41) 21.98/10.25 new_esEs32(vwx301, vwx401, ty_Ordering) -> new_esEs21(vwx301, vwx401) 21.98/10.25 new_ltEs19(vwx36, vwx37, ty_@0) -> new_ltEs12(vwx36, vwx37) 21.98/10.25 new_lt22(vwx181, vwx191, app(app(app(ty_@3, bda), bdb), bdc)) -> new_lt18(vwx181, vwx191, bda, bdb, bdc) 21.98/10.25 new_esEs11(vwx32, vwx42, app(app(ty_@2, dbc), dbd)) -> new_esEs14(vwx32, vwx42, dbc, dbd) 21.98/10.25 new_esEs5(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 21.98/10.25 new_esEs26(vwx300, vwx400, app(ty_[], dag)) -> new_esEs24(vwx300, vwx400, dag) 21.98/10.25 new_ltEs6(vwx68, vwx70, app(ty_Maybe, bfa)) -> new_ltEs14(vwx68, vwx70, bfa) 21.98/10.25 new_ltEs19(vwx36, vwx37, app(app(ty_Either, cab), cac)) -> new_ltEs16(vwx36, vwx37, cab, cac) 21.98/10.25 new_lt23(vwx180, vwx190, ty_@0) -> new_lt11(vwx180, vwx190) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, app(ty_Ratio, dch)) -> new_ltEs13(vwx180, vwx190, dch) 21.98/10.25 new_lt23(vwx180, vwx190, ty_Double) -> new_lt17(vwx180, vwx190) 21.98/10.25 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 21.98/10.25 new_compare110(vwx132, vwx133, vwx134, vwx135, vwx136, vwx137, True, fce, fcf, fcg) -> LT 21.98/10.25 new_compare31(GT, GT) -> EQ 21.98/10.25 new_esEs36(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), ty_Double) -> new_ltEs17(vwx180, vwx190) 21.98/10.25 new_primCompAux0(vwx12, LT) -> LT 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, ty_Ordering) -> new_ltEs4(vwx180, vwx190) 21.98/10.25 new_esEs9(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 21.98/10.25 new_lt19(vwx54, vwx57, app(ty_[], ccd)) -> new_lt4(vwx54, vwx57, ccd) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), ty_Float, gd) -> new_ltEs7(vwx180, vwx190) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), app(app(ty_Either, gh), ha), gd) -> new_ltEs16(vwx180, vwx190, gh, ha) 21.98/10.25 new_esEs24([], [], che) -> True 21.98/10.25 new_not(True) -> False 21.98/10.25 new_ltEs24(vwx43, vwx44, ty_Double) -> new_ltEs17(vwx43, vwx44) 21.98/10.25 new_lt5(vwx67, vwx69, ty_Bool) -> new_lt10(vwx67, vwx69) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs21(vwx300, vwx400) 21.98/10.25 new_lt5(vwx67, vwx69, app(ty_Maybe, bgc)) -> new_lt14(vwx67, vwx69, bgc) 21.98/10.25 new_ltEs23(vwx181, vwx191, ty_Bool) -> new_ltEs11(vwx181, vwx191) 21.98/10.25 new_lt13(vwx3, vwx4) -> new_esEs27(new_compare6(vwx3, vwx4)) 21.98/10.25 new_esEs4(vwx30, vwx40, app(app(ty_@2, cgg), cgh)) -> new_esEs14(vwx30, vwx40, cgg, cgh) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, ty_Float) -> new_esEs20(vwx300, vwx400) 21.98/10.25 new_primCmpNat0(Zero, Zero) -> EQ 21.98/10.25 new_esEs35(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 21.98/10.25 new_esEs10(vwx31, vwx41, app(ty_Ratio, fde)) -> new_esEs18(vwx31, vwx41, fde) 21.98/10.25 new_compare18(vwx30, vwx40, app(ty_Ratio, eeh)) -> new_compare7(vwx30, vwx40, eeh) 21.98/10.25 new_ltEs20(vwx56, vwx59, ty_Integer) -> new_ltEs5(vwx56, vwx59) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), ty_Int) -> new_ltEs10(vwx180, vwx190) 21.98/10.25 new_esEs40(vwx180, vwx190, app(app(ty_Either, ec), ed)) -> new_esEs23(vwx180, vwx190, ec, ed) 21.98/10.25 new_esEs34(vwx55, vwx58, app(app(app(ty_@3, cef), ceg), ceh)) -> new_esEs12(vwx55, vwx58, cef, ceg, ceh) 21.98/10.25 new_esEs22(Nothing, Just(vwx400), chb) -> False 21.98/10.25 new_esEs22(Just(vwx300), Nothing, chb) -> False 21.98/10.25 new_esEs6(vwx31, vwx41, ty_@0) -> new_esEs25(vwx31, vwx41) 21.98/10.25 new_esEs22(Nothing, Nothing, chb) -> True 21.98/10.25 new_esEs37(vwx302, vwx402, ty_Integer) -> new_esEs16(vwx302, vwx402) 21.98/10.25 new_esEs33(vwx54, vwx57, ty_Bool) -> new_esEs17(vwx54, vwx57) 21.98/10.25 new_esEs35(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, app(app(ty_Either, bab), bac)) -> new_ltEs16(vwx180, vwx190, bab, bac) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), ty_Integer) -> new_ltEs5(vwx180, vwx190) 21.98/10.25 new_esEs26(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 21.98/10.25 new_esEs35(vwx300, vwx400, app(app(app(ty_@3, efa), efb), efc)) -> new_esEs12(vwx300, vwx400, efa, efb, efc) 21.98/10.25 new_esEs11(vwx32, vwx42, ty_Char) -> new_esEs13(vwx32, vwx42) 21.98/10.25 new_esEs32(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 21.98/10.25 new_lt23(vwx180, vwx190, app(app(app(ty_@3, ee), ef), eg)) -> new_lt18(vwx180, vwx190, ee, ef, eg) 21.98/10.25 new_ltEs24(vwx43, vwx44, ty_Bool) -> new_ltEs11(vwx43, vwx44) 21.98/10.25 new_ltEs6(vwx68, vwx70, app(ty_Ratio, dcd)) -> new_ltEs13(vwx68, vwx70, dcd) 21.98/10.25 new_esEs34(vwx55, vwx58, app(app(ty_Either, ced), cee)) -> new_esEs23(vwx55, vwx58, ced, cee) 21.98/10.25 new_lt23(vwx180, vwx190, ty_Char) -> new_lt7(vwx180, vwx190) 21.98/10.25 new_ltEs12(vwx18, vwx19) -> new_fsEs(new_compare32(vwx18, vwx19)) 21.98/10.25 new_ltEs19(vwx36, vwx37, ty_Double) -> new_ltEs17(vwx36, vwx37) 21.98/10.25 new_ltEs16(Left(vwx180), Right(vwx190), he, gd) -> True 21.98/10.25 new_esEs32(vwx301, vwx401, app(ty_Maybe, eba)) -> new_esEs22(vwx301, vwx401, eba) 21.98/10.25 new_esEs4(vwx30, vwx40, app(ty_[], che)) -> new_esEs24(vwx30, vwx40, che) 21.98/10.25 new_lt5(vwx67, vwx69, ty_Ordering) -> new_lt9(vwx67, vwx69) 21.98/10.25 new_esEs11(vwx32, vwx42, app(ty_Ratio, dbe)) -> new_esEs18(vwx32, vwx42, dbe) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs15(vwx300, vwx400) 21.98/10.25 new_esEs21(LT, EQ) -> False 21.98/10.25 new_esEs21(EQ, LT) -> False 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), app(app(app(ty_@3, dc), dd), de)) -> new_ltEs18(vwx180, vwx190, dc, dd, de) 21.98/10.25 new_primEqNat0(Succ(vwx3000), Zero) -> False 21.98/10.25 new_primEqNat0(Zero, Succ(vwx4000)) -> False 21.98/10.25 new_compare27(vwx36, vwx37, False, dce, bhf) -> new_compare13(vwx36, vwx37, new_ltEs19(vwx36, vwx37, dce), dce, bhf) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs16(vwx300, vwx400) 21.98/10.25 new_lt20(vwx55, vwx58, app(ty_[], cdh)) -> new_lt4(vwx55, vwx58, cdh) 21.98/10.25 new_esEs32(vwx301, vwx401, app(app(ty_@2, eaf), eag)) -> new_esEs14(vwx301, vwx401, eaf, eag) 21.98/10.25 new_ltEs20(vwx56, vwx59, app(app(app(ty_@3, cfg), cfh), cga)) -> new_ltEs18(vwx56, vwx59, cfg, cfh, cga) 21.98/10.25 new_compare8(vwx3, vwx4) -> new_primCmpInt(vwx3, vwx4) 21.98/10.25 new_ltEs6(vwx68, vwx70, ty_Int) -> new_ltEs10(vwx68, vwx70) 21.98/10.25 new_compare18(vwx30, vwx40, app(ty_Maybe, bb)) -> new_compare5(vwx30, vwx40, bb) 21.98/10.25 new_ltEs22(vwx18, vwx19, ty_Char) -> new_ltEs9(vwx18, vwx19) 21.98/10.25 new_compare10(vwx105, vwx106, True, cgb, cgc) -> LT 21.98/10.25 new_compare17(vwx132, vwx133, vwx134, vwx135, vwx136, vwx137, False, vwx139, fce, fcf, fcg) -> new_compare110(vwx132, vwx133, vwx134, vwx135, vwx136, vwx137, vwx139, fce, fcf, fcg) 21.98/10.25 new_ltEs20(vwx56, vwx59, ty_Int) -> new_ltEs10(vwx56, vwx59) 21.98/10.25 new_lt17(vwx3, vwx4) -> new_esEs27(new_compare14(vwx3, vwx4)) 21.98/10.25 new_esEs29(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 21.98/10.25 new_lt21(vwx180, vwx190, ty_Bool) -> new_lt10(vwx180, vwx190) 21.98/10.25 new_esEs33(vwx54, vwx57, app(app(ty_Either, cdb), cdc)) -> new_esEs23(vwx54, vwx57, cdb, cdc) 21.98/10.25 new_compare12(vwx117, vwx118, vwx119, vwx120, True, vwx122, feb, fec) -> new_compare111(vwx117, vwx118, vwx119, vwx120, True, feb, fec) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, ty_@0) -> new_esEs25(vwx300, vwx400) 21.98/10.25 new_lt21(vwx180, vwx190, app(ty_[], bag)) -> new_lt4(vwx180, vwx190, bag) 21.98/10.25 new_ltEs24(vwx43, vwx44, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_ltEs18(vwx43, vwx44, cbf, cbg, cbh) 21.98/10.25 new_esEs26(vwx300, vwx400, app(ty_Maybe, dad)) -> new_esEs22(vwx300, vwx400, dad) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), app(ty_Maybe, fbe)) -> new_esEs22(vwx300, vwx400, fbe) 21.98/10.25 new_esEs26(vwx300, vwx400, app(app(ty_@2, daa), dab)) -> new_esEs14(vwx300, vwx400, daa, dab) 21.98/10.25 new_esEs33(vwx54, vwx57, app(ty_Maybe, ccg)) -> new_esEs22(vwx54, vwx57, ccg) 21.98/10.25 new_esEs4(vwx30, vwx40, app(ty_Ratio, cha)) -> new_esEs18(vwx30, vwx40, cha) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), app(app(ty_Either, da), db)) -> new_ltEs16(vwx180, vwx190, da, db) 21.98/10.25 new_esEs38(vwx180, vwx190, app(ty_Maybe, bbb)) -> new_esEs22(vwx180, vwx190, bbb) 21.98/10.25 new_esEs9(vwx30, vwx40, app(ty_Ratio, ddf)) -> new_esEs18(vwx30, vwx40, ddf) 21.98/10.25 new_lt20(vwx55, vwx58, ty_Integer) -> new_lt13(vwx55, vwx58) 21.98/10.25 new_compare6(Integer(vwx30), Integer(vwx40)) -> new_primCmpInt(vwx30, vwx40) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), app(app(ty_@2, fbb), fbc)) -> new_esEs14(vwx300, vwx400, fbb, fbc) 21.98/10.25 new_lt22(vwx181, vwx191, ty_Bool) -> new_lt10(vwx181, vwx191) 21.98/10.25 new_primCmpInt(Pos(Succ(vwx300)), Neg(vwx40)) -> GT 21.98/10.25 new_esEs6(vwx31, vwx41, ty_Ordering) -> new_esEs21(vwx31, vwx41) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), ty_Char, chd) -> new_esEs13(vwx300, vwx400) 21.98/10.25 new_esEs10(vwx31, vwx41, app(app(ty_@2, fdc), fdd)) -> new_esEs14(vwx31, vwx41, fdc, fdd) 21.98/10.25 new_esEs28(vwx67, vwx69, app(app(ty_Either, bgf), bgg)) -> new_esEs23(vwx67, vwx69, bgf, bgg) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), ty_Bool) -> new_ltEs11(vwx180, vwx190) 21.98/10.25 new_compare29(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, True, cdg, cce, ccf) -> EQ 21.98/10.25 new_esEs38(vwx180, vwx190, ty_Integer) -> new_esEs16(vwx180, vwx190) 21.98/10.25 new_esEs39(vwx181, vwx191, app(app(ty_Either, bcg), bch)) -> new_esEs23(vwx181, vwx191, bcg, bch) 21.98/10.25 new_esEs33(vwx54, vwx57, ty_Double) -> new_esEs15(vwx54, vwx57) 21.98/10.25 new_esEs9(vwx30, vwx40, app(ty_[], deb)) -> new_esEs24(vwx30, vwx40, deb) 21.98/10.25 new_compare18(vwx30, vwx40, app(ty_[], ba)) -> new_compare(vwx30, vwx40, ba) 21.98/10.25 new_esEs40(vwx180, vwx190, app(app(app(ty_@3, ee), ef), eg)) -> new_esEs12(vwx180, vwx190, ee, ef, eg) 21.98/10.25 new_ltEs6(vwx68, vwx70, ty_Double) -> new_ltEs17(vwx68, vwx70) 21.98/10.25 new_esEs32(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 21.98/10.25 new_esEs8(vwx30, vwx40, app(app(ty_@2, dgb), dgc)) -> new_esEs14(vwx30, vwx40, dgb, dgc) 21.98/10.25 new_esEs38(vwx180, vwx190, ty_Double) -> new_esEs15(vwx180, vwx190) 21.98/10.25 new_lt19(vwx54, vwx57, ty_Ordering) -> new_lt9(vwx54, vwx57) 21.98/10.25 new_ltEs21(vwx182, vwx192, ty_@0) -> new_ltEs12(vwx182, vwx192) 21.98/10.25 new_esEs19(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 21.98/10.25 new_lt19(vwx54, vwx57, ty_Integer) -> new_lt13(vwx54, vwx57) 21.98/10.25 new_primCmpNat0(Zero, Succ(vwx400)) -> LT 21.98/10.25 new_esEs26(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 21.98/10.25 new_esEs28(vwx67, vwx69, app(app(app(ty_@3, bgh), bha), bhb)) -> new_esEs12(vwx67, vwx69, bgh, bha, bhb) 21.98/10.25 new_ltEs22(vwx18, vwx19, ty_Ordering) -> new_ltEs4(vwx18, vwx19) 21.98/10.25 new_ltEs20(vwx56, vwx59, ty_Double) -> new_ltEs17(vwx56, vwx59) 21.98/10.25 new_ltEs24(vwx43, vwx44, ty_Float) -> new_ltEs7(vwx43, vwx44) 21.98/10.25 new_esEs5(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), ty_Float) -> new_ltEs7(vwx180, vwx190) 21.98/10.25 new_esEs5(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 21.98/10.25 new_esEs27(LT) -> True 21.98/10.25 new_esEs36(vwx301, vwx401, ty_Ordering) -> new_esEs21(vwx301, vwx401) 21.98/10.25 new_esEs4(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 21.98/10.25 new_esEs32(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 21.98/10.25 new_primCmpNat0(Succ(vwx300), Zero) -> GT 21.98/10.25 new_esEs38(vwx180, vwx190, ty_Bool) -> new_esEs17(vwx180, vwx190) 21.98/10.25 new_ltEs22(vwx18, vwx19, app(app(ty_Either, he), gd)) -> new_ltEs16(vwx18, vwx19, he, gd) 21.98/10.25 new_pePe(False, vwx146) -> vwx146 21.98/10.25 new_ltEs6(vwx68, vwx70, app(app(ty_@2, bfb), bfc)) -> new_ltEs15(vwx68, vwx70, bfb, bfc) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), app(ty_Ratio, fbd)) -> new_esEs18(vwx300, vwx400, fbd) 21.98/10.25 new_lt20(vwx55, vwx58, ty_@0) -> new_lt11(vwx55, vwx58) 21.98/10.25 new_ltEs19(vwx36, vwx37, app(app(app(ty_@3, cad), cae), caf)) -> new_ltEs18(vwx36, vwx37, cad, cae, caf) 21.98/10.25 new_lt15(vwx3, vwx4, bee, bef) -> new_esEs27(new_compare16(vwx3, vwx4, bee, bef)) 21.98/10.25 new_esEs11(vwx32, vwx42, ty_Float) -> new_esEs20(vwx32, vwx42) 21.98/10.25 new_compare15(Left(vwx30), Right(vwx40), bhc, bhd) -> LT 21.98/10.25 new_ltEs23(vwx181, vwx191, ty_Ordering) -> new_ltEs4(vwx181, vwx191) 21.98/10.25 new_esEs21(EQ, EQ) -> True 21.98/10.25 new_ltEs19(vwx36, vwx37, ty_Int) -> new_ltEs10(vwx36, vwx37) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), ty_Bool, chd) -> new_esEs17(vwx300, vwx400) 21.98/10.25 new_ltEs22(vwx18, vwx19, app(ty_Ratio, ded)) -> new_ltEs13(vwx18, vwx19, ded) 21.98/10.25 new_esEs10(vwx31, vwx41, app(ty_[], fea)) -> new_esEs24(vwx31, vwx41, fea) 21.98/10.25 new_esEs28(vwx67, vwx69, app(ty_Maybe, bgc)) -> new_esEs22(vwx67, vwx69, bgc) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), app(app(app(ty_@3, fef), feg), feh), chd) -> new_esEs12(vwx300, vwx400, fef, feg, feh) 21.98/10.25 new_esEs5(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 21.98/10.25 new_ltEs23(vwx181, vwx191, ty_Double) -> new_ltEs17(vwx181, vwx191) 21.98/10.25 new_lt5(vwx67, vwx69, ty_Float) -> new_lt6(vwx67, vwx69) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), app(ty_Maybe, ge), gd) -> new_ltEs14(vwx180, vwx190, ge) 21.98/10.25 new_esEs36(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 21.98/10.25 new_esEs4(vwx30, vwx40, app(app(app(ty_@3, cgd), cge), cgf)) -> new_esEs12(vwx30, vwx40, cgd, cge, cgf) 21.98/10.25 new_ltEs21(vwx182, vwx192, ty_Double) -> new_ltEs17(vwx182, vwx192) 21.98/10.25 new_lt19(vwx54, vwx57, ty_Bool) -> new_lt10(vwx54, vwx57) 21.98/10.25 new_ltEs24(vwx43, vwx44, app(ty_Ratio, fhc)) -> new_ltEs13(vwx43, vwx44, fhc) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, ty_Integer) -> new_ltEs5(vwx180, vwx190) 21.98/10.25 new_ltEs19(vwx36, vwx37, app(ty_Maybe, bhg)) -> new_ltEs14(vwx36, vwx37, bhg) 21.98/10.25 new_esEs37(vwx302, vwx402, app(ty_Ratio, fab)) -> new_esEs18(vwx302, vwx402, fab) 21.98/10.25 new_lt8(vwx3, vwx4) -> new_esEs27(new_compare8(vwx3, vwx4)) 21.98/10.25 new_esEs34(vwx55, vwx58, ty_Float) -> new_esEs20(vwx55, vwx58) 21.98/10.25 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 21.98/10.25 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 21.98/10.25 new_esEs8(vwx30, vwx40, app(ty_[], dgh)) -> new_esEs24(vwx30, vwx40, dgh) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), app(app(ty_@2, gf), gg), gd) -> new_ltEs15(vwx180, vwx190, gf, gg) 21.98/10.25 new_compare9(True, False) -> GT 21.98/10.25 new_ltEs21(vwx182, vwx192, app(app(ty_@2, bdf), bdg)) -> new_ltEs15(vwx182, vwx192, bdf, bdg) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), app(app(ty_@2, ffa), ffb), chd) -> new_esEs14(vwx300, vwx400, ffa, ffb) 21.98/10.25 new_esEs4(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 21.98/10.25 new_lt23(vwx180, vwx190, app(app(ty_Either, ec), ed)) -> new_lt16(vwx180, vwx190, ec, ed) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), ty_Int, chd) -> new_esEs19(vwx300, vwx400) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, ty_@0) -> new_ltEs12(vwx180, vwx190) 21.98/10.25 new_esEs38(vwx180, vwx190, ty_Ordering) -> new_esEs21(vwx180, vwx190) 21.98/10.25 new_esEs7(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 21.98/10.25 new_ltEs4(LT, GT) -> True 21.98/10.25 new_ltEs23(vwx181, vwx191, ty_Int) -> new_ltEs10(vwx181, vwx191) 21.98/10.25 new_ltEs20(vwx56, vwx59, app(app(ty_Either, cfe), cff)) -> new_ltEs16(vwx56, vwx59, cfe, cff) 21.98/10.25 new_esEs5(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 21.98/10.25 new_lt20(vwx55, vwx58, ty_Float) -> new_lt6(vwx55, vwx58) 21.98/10.25 new_esEs39(vwx181, vwx191, ty_Integer) -> new_esEs16(vwx181, vwx191) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, app(ty_Maybe, fgf)) -> new_esEs22(vwx300, vwx400, fgf) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), ty_Ordering, chd) -> new_esEs21(vwx300, vwx400) 21.98/10.25 new_esEs32(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 21.98/10.25 new_ltEs20(vwx56, vwx59, ty_@0) -> new_ltEs12(vwx56, vwx59) 21.98/10.25 new_esEs31(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 21.98/10.25 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 21.98/10.25 new_esEs40(vwx180, vwx190, ty_Char) -> new_esEs13(vwx180, vwx190) 21.98/10.25 new_esEs40(vwx180, vwx190, app(ty_Maybe, dh)) -> new_esEs22(vwx180, vwx190, dh) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, ty_Char) -> new_ltEs9(vwx180, vwx190) 21.98/10.25 new_esEs28(vwx67, vwx69, ty_Integer) -> new_esEs16(vwx67, vwx69) 21.98/10.25 new_esEs7(vwx30, vwx40, app(ty_Maybe, dfc)) -> new_esEs22(vwx30, vwx40, dfc) 21.98/10.25 new_primCmpInt(Neg(Zero), Pos(Succ(vwx400))) -> LT 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), app(app(ty_Either, ffe), fff), chd) -> new_esEs23(vwx300, vwx400, ffe, fff) 21.98/10.25 new_ltEs4(LT, LT) -> True 21.98/10.25 new_ltEs4(EQ, LT) -> False 21.98/10.25 new_esEs4(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs18(vwx180, vwx190, bad, bae, baf) 21.98/10.25 new_ltEs10(vwx18, vwx19) -> new_fsEs(new_compare8(vwx18, vwx19)) 21.98/10.25 new_ltEs6(vwx68, vwx70, ty_Float) -> new_ltEs7(vwx68, vwx70) 21.98/10.25 new_esEs7(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 21.98/10.25 new_primMulInt(Pos(vwx300), Pos(vwx410)) -> Pos(new_primMulNat0(vwx300, vwx410)) 21.98/10.25 new_lt5(vwx67, vwx69, ty_@0) -> new_lt11(vwx67, vwx69) 21.98/10.25 new_esEs5(vwx30, vwx40, app(app(ty_Either, ecf), ecg)) -> new_esEs23(vwx30, vwx40, ecf, ecg) 21.98/10.25 new_ltEs5(vwx18, vwx19) -> new_fsEs(new_compare6(vwx18, vwx19)) 21.98/10.25 new_compare5(Nothing, Nothing, cb) -> EQ 21.98/10.25 new_esEs9(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), app(ty_Ratio, ffc), chd) -> new_esEs18(vwx300, vwx400, ffc) 21.98/10.25 new_lt22(vwx181, vwx191, ty_Int) -> new_lt8(vwx181, vwx191) 21.98/10.25 new_esEs28(vwx67, vwx69, ty_Double) -> new_esEs15(vwx67, vwx69) 21.98/10.25 new_compare5(Just(vwx30), Nothing, cb) -> GT 21.98/10.25 new_lt22(vwx181, vwx191, app(ty_[], bcc)) -> new_lt4(vwx181, vwx191, bcc) 21.98/10.25 new_ltEs23(vwx181, vwx191, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs18(vwx181, vwx191, fh, ga, gb) 21.98/10.25 new_esEs39(vwx181, vwx191, app(app(ty_@2, bce), bcf)) -> new_esEs14(vwx181, vwx191, bce, bcf) 21.98/10.25 new_esEs24(:(vwx300, vwx301), [], che) -> False 21.98/10.25 new_esEs24([], :(vwx400, vwx401), che) -> False 21.98/10.25 new_compare16(@2(vwx30, vwx31), @2(vwx40, vwx41), bee, bef) -> new_compare26(vwx30, vwx31, vwx40, vwx41, new_asAs(new_esEs5(vwx30, vwx40, bee), new_esEs6(vwx31, vwx41, bef)), bee, bef) 21.98/10.25 new_esEs39(vwx181, vwx191, ty_Char) -> new_esEs13(vwx181, vwx191) 21.98/10.25 new_primMulNat0(Succ(vwx3000), Zero) -> Zero 21.98/10.25 new_primMulNat0(Zero, Succ(vwx4100)) -> Zero 21.98/10.25 new_esEs40(vwx180, vwx190, ty_Integer) -> new_esEs16(vwx180, vwx190) 21.98/10.25 new_ltEs11(False, False) -> True 21.98/10.25 new_esEs38(vwx180, vwx190, app(app(app(ty_@3, bbg), bbh), bca)) -> new_esEs12(vwx180, vwx190, bbg, bbh, bca) 21.98/10.25 new_esEs40(vwx180, vwx190, ty_Double) -> new_esEs15(vwx180, vwx190) 21.98/10.25 new_lt21(vwx180, vwx190, ty_Integer) -> new_lt13(vwx180, vwx190) 21.98/10.25 new_esEs35(vwx300, vwx400, app(ty_Ratio, eff)) -> new_esEs18(vwx300, vwx400, eff) 21.98/10.25 new_esEs7(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 21.98/10.25 new_ltEs23(vwx181, vwx191, app(app(ty_@2, fc), fd)) -> new_ltEs15(vwx181, vwx191, fc, fd) 21.98/10.25 new_primPlusNat1(Succ(vwx1470), vwx4100) -> Succ(Succ(new_primPlusNat0(vwx1470, vwx4100))) 21.98/10.25 new_ltEs6(vwx68, vwx70, ty_Char) -> new_ltEs9(vwx68, vwx70) 21.98/10.25 new_esEs8(vwx30, vwx40, app(app(ty_Either, dgf), dgg)) -> new_esEs23(vwx30, vwx40, dgf, dgg) 21.98/10.25 new_esEs31(vwx300, vwx400, app(app(ty_@2, dhd), dhe)) -> new_esEs14(vwx300, vwx400, dhd, dhe) 21.98/10.25 new_esEs28(vwx67, vwx69, ty_Int) -> new_esEs19(vwx67, vwx69) 21.98/10.25 new_ltEs20(vwx56, vwx59, app(ty_Maybe, cfb)) -> new_ltEs14(vwx56, vwx59, cfb) 21.98/10.25 new_primPlusNat0(Succ(vwx14700), Zero) -> Succ(vwx14700) 21.98/10.25 new_primPlusNat0(Zero, Succ(vwx41000)) -> Succ(vwx41000) 21.98/10.25 new_ltEs22(vwx18, vwx19, ty_Float) -> new_ltEs7(vwx18, vwx19) 21.98/10.25 new_esEs31(vwx300, vwx400, app(ty_Maybe, dhg)) -> new_esEs22(vwx300, vwx400, dhg) 21.98/10.25 new_compare9(True, True) -> EQ 21.98/10.25 new_lt22(vwx181, vwx191, app(ty_Maybe, bcd)) -> new_lt14(vwx181, vwx191, bcd) 21.98/10.25 new_ltEs21(vwx182, vwx192, ty_Int) -> new_ltEs10(vwx182, vwx192) 21.98/10.25 new_lt23(vwx180, vwx190, ty_Integer) -> new_lt13(vwx180, vwx190) 21.98/10.25 new_esEs26(vwx300, vwx400, app(ty_Ratio, dac)) -> new_esEs18(vwx300, vwx400, dac) 21.98/10.25 new_ltEs22(vwx18, vwx19, app(app(app(ty_@3, bcb), bah), bba)) -> new_ltEs18(vwx18, vwx19, bcb, bah, bba) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), app(ty_Maybe, ce)) -> new_ltEs14(vwx180, vwx190, ce) 21.98/10.25 new_primPlusNat1(Zero, vwx4100) -> Succ(vwx4100) 21.98/10.25 new_esEs40(vwx180, vwx190, ty_Bool) -> new_esEs17(vwx180, vwx190) 21.98/10.25 new_ltEs21(vwx182, vwx192, app(app(app(ty_@3, beb), bec), bed)) -> new_ltEs18(vwx182, vwx192, beb, bec, bed) 21.98/10.25 new_esEs6(vwx31, vwx41, ty_Bool) -> new_esEs17(vwx31, vwx41) 21.98/10.25 new_esEs5(vwx30, vwx40, app(ty_Maybe, ece)) -> new_esEs22(vwx30, vwx40, ece) 21.98/10.25 new_lt20(vwx55, vwx58, ty_Bool) -> new_lt10(vwx55, vwx58) 21.98/10.25 new_esEs31(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 21.98/10.25 new_esEs7(vwx30, vwx40, app(app(ty_Either, dfd), dfe)) -> new_esEs23(vwx30, vwx40, dfd, dfe) 21.98/10.25 new_esEs32(vwx301, vwx401, app(app(ty_Either, ebb), ebc)) -> new_esEs23(vwx301, vwx401, ebb, ebc) 21.98/10.25 new_esEs10(vwx31, vwx41, ty_@0) -> new_esEs25(vwx31, vwx41) 21.98/10.25 new_ltEs9(vwx18, vwx19) -> new_fsEs(new_compare30(vwx18, vwx19)) 21.98/10.25 new_esEs26(vwx300, vwx400, app(app(app(ty_@3, chf), chg), chh)) -> new_esEs12(vwx300, vwx400, chf, chg, chh) 21.98/10.25 new_lt19(vwx54, vwx57, ty_Float) -> new_lt6(vwx54, vwx57) 21.98/10.25 new_ltEs11(True, True) -> True 21.98/10.25 new_compare31(EQ, GT) -> LT 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), ty_Double, chd) -> new_esEs15(vwx300, vwx400) 21.98/10.25 new_esEs5(vwx30, vwx40, app(app(ty_@2, ecb), ecc)) -> new_esEs14(vwx30, vwx40, ecb, ecc) 21.98/10.25 new_esEs28(vwx67, vwx69, ty_Bool) -> new_esEs17(vwx67, vwx69) 21.98/10.25 new_esEs31(vwx300, vwx400, app(ty_[], eab)) -> new_esEs24(vwx300, vwx400, eab) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), ty_Int, gd) -> new_ltEs10(vwx180, vwx190) 21.98/10.25 new_esEs36(vwx301, vwx401, app(app(app(ty_@3, egc), egd), ege)) -> new_esEs12(vwx301, vwx401, egc, egd, ege) 21.98/10.25 new_lt22(vwx181, vwx191, ty_Integer) -> new_lt13(vwx181, vwx191) 21.98/10.25 new_esEs33(vwx54, vwx57, ty_@0) -> new_esEs25(vwx54, vwx57) 21.98/10.25 new_esEs28(vwx67, vwx69, ty_Ordering) -> new_esEs21(vwx67, vwx69) 21.98/10.25 new_esEs6(vwx31, vwx41, app(app(ty_@2, edd), ede)) -> new_esEs14(vwx31, vwx41, edd, ede) 21.98/10.25 new_esEs6(vwx31, vwx41, app(ty_Maybe, edg)) -> new_esEs22(vwx31, vwx41, edg) 21.98/10.25 new_compare5(Just(vwx30), Just(vwx40), cb) -> new_compare25(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 21.98/10.25 new_esEs6(vwx31, vwx41, app(app(ty_Either, edh), eea)) -> new_esEs23(vwx31, vwx41, edh, eea) 21.98/10.25 new_ltEs6(vwx68, vwx70, app(app(ty_Either, bfd), bfe)) -> new_ltEs16(vwx68, vwx70, bfd, bfe) 21.98/10.25 new_ltEs4(LT, EQ) -> True 21.98/10.25 new_lt22(vwx181, vwx191, ty_@0) -> new_lt11(vwx181, vwx191) 21.98/10.25 new_esEs30(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), ty_@0) -> new_ltEs12(vwx180, vwx190) 21.98/10.25 new_compare18(vwx30, vwx40, ty_Int) -> new_compare8(vwx30, vwx40) 21.98/10.25 new_esEs37(vwx302, vwx402, app(app(app(ty_@3, ehe), ehf), ehg)) -> new_esEs12(vwx302, vwx402, ehe, ehf, ehg) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs13(vwx300, vwx400) 21.98/10.25 new_esEs36(vwx301, vwx401, app(ty_Ratio, egh)) -> new_esEs18(vwx301, vwx401, egh) 21.98/10.25 new_esEs37(vwx302, vwx402, ty_Char) -> new_esEs13(vwx302, vwx402) 21.98/10.25 new_esEs38(vwx180, vwx190, ty_Int) -> new_esEs19(vwx180, vwx190) 21.98/10.25 new_compare31(LT, GT) -> LT 21.98/10.25 new_esEs38(vwx180, vwx190, ty_Char) -> new_esEs13(vwx180, vwx190) 21.98/10.25 new_primMulInt(Neg(vwx300), Neg(vwx410)) -> Pos(new_primMulNat0(vwx300, vwx410)) 21.98/10.25 new_primCmpInt(Pos(Zero), Pos(Succ(vwx400))) -> new_primCmpNat0(Zero, Succ(vwx400)) 21.98/10.25 new_compare25(vwx18, vwx19, True, fcd) -> EQ 21.98/10.25 new_ltEs13(vwx18, vwx19, ded) -> new_fsEs(new_compare7(vwx18, vwx19, ded)) 21.98/10.25 new_esEs34(vwx55, vwx58, ty_@0) -> new_esEs25(vwx55, vwx58) 21.98/10.25 new_ltEs22(vwx18, vwx19, app(app(ty_@2, eh), dg)) -> new_ltEs15(vwx18, vwx19, eh, dg) 21.98/10.25 new_compare([], :(vwx40, vwx41), h) -> LT 21.98/10.25 new_esEs11(vwx32, vwx42, ty_@0) -> new_esEs25(vwx32, vwx42) 21.98/10.25 new_esEs21(LT, LT) -> True 21.98/10.25 new_ltEs4(EQ, EQ) -> True 21.98/10.25 new_esEs39(vwx181, vwx191, ty_Ordering) -> new_esEs21(vwx181, vwx191) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, app(app(ty_@2, fgc), fgd)) -> new_esEs14(vwx300, vwx400, fgc, fgd) 21.98/10.25 new_esEs6(vwx31, vwx41, ty_Double) -> new_esEs15(vwx31, vwx41) 21.98/10.25 new_ltEs21(vwx182, vwx192, app(app(ty_Either, bdh), bea)) -> new_ltEs16(vwx182, vwx192, bdh, bea) 21.98/10.25 new_ltEs11(False, True) -> True 21.98/10.25 new_ltEs22(vwx18, vwx19, ty_Int) -> new_ltEs10(vwx18, vwx19) 21.98/10.25 new_compare15(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare27(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 21.98/10.25 new_lt23(vwx180, vwx190, app(ty_Maybe, dh)) -> new_lt14(vwx180, vwx190, dh) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), ty_Integer, chd) -> new_esEs16(vwx300, vwx400) 21.98/10.25 new_esEs9(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 21.98/10.25 new_ltEs21(vwx182, vwx192, ty_Float) -> new_ltEs7(vwx182, vwx192) 21.98/10.25 new_compare14(Double(vwx30, Pos(vwx310)), Double(vwx40, Neg(vwx410))) -> new_compare8(new_sr(vwx30, Pos(vwx410)), new_sr(Neg(vwx310), vwx40)) 21.98/10.25 new_compare14(Double(vwx30, Neg(vwx310)), Double(vwx40, Pos(vwx410))) -> new_compare8(new_sr(vwx30, Neg(vwx410)), new_sr(Pos(vwx310), vwx40)) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), ty_Char) -> new_ltEs9(vwx180, vwx190) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), app(ty_[], gc), gd) -> new_ltEs8(vwx180, vwx190, gc) 21.98/10.25 new_esEs29(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 21.98/10.25 new_esEs26(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 21.98/10.25 new_esEs6(vwx31, vwx41, app(ty_[], eeb)) -> new_esEs24(vwx31, vwx41, eeb) 21.98/10.25 new_esEs5(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 21.98/10.25 new_esEs32(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 21.98/10.25 new_esEs31(vwx300, vwx400, app(app(ty_Either, dhh), eaa)) -> new_esEs23(vwx300, vwx400, dhh, eaa) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), ty_Double, gd) -> new_ltEs17(vwx180, vwx190) 21.98/10.25 new_compare7(:%(vwx30, vwx31), :%(vwx40, vwx41), ty_Int) -> new_compare8(new_sr(vwx30, vwx41), new_sr(vwx40, vwx31)) 21.98/10.25 new_esEs38(vwx180, vwx190, app(ty_Ratio, fca)) -> new_esEs18(vwx180, vwx190, fca) 21.98/10.25 new_ltEs19(vwx36, vwx37, ty_Char) -> new_ltEs9(vwx36, vwx37) 21.98/10.25 new_compare11(vwx90, vwx91, False, dcb) -> GT 21.98/10.25 new_esEs20(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs19(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 21.98/10.25 new_lt19(vwx54, vwx57, app(ty_Maybe, ccg)) -> new_lt14(vwx54, vwx57, ccg) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, ty_Char) -> new_esEs13(vwx300, vwx400) 21.98/10.25 new_ltEs23(vwx181, vwx191, ty_@0) -> new_ltEs12(vwx181, vwx191) 21.98/10.25 new_primMulInt(Pos(vwx300), Neg(vwx410)) -> Neg(new_primMulNat0(vwx300, vwx410)) 21.98/10.25 new_primMulInt(Neg(vwx300), Pos(vwx410)) -> Neg(new_primMulNat0(vwx300, vwx410)) 21.98/10.25 new_compare15(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare28(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 21.98/10.25 new_esEs34(vwx55, vwx58, app(ty_[], cdh)) -> new_esEs24(vwx55, vwx58, cdh) 21.98/10.25 new_esEs7(vwx30, vwx40, app(ty_[], dff)) -> new_esEs24(vwx30, vwx40, dff) 21.98/10.25 new_esEs28(vwx67, vwx69, app(app(ty_@2, bgd), bge)) -> new_esEs14(vwx67, vwx69, bgd, bge) 21.98/10.25 new_lt19(vwx54, vwx57, ty_Char) -> new_lt7(vwx54, vwx57) 21.98/10.25 new_lt23(vwx180, vwx190, ty_Float) -> new_lt6(vwx180, vwx190) 21.98/10.25 new_lt16(vwx3, vwx4, bhc, bhd) -> new_esEs27(new_compare15(vwx3, vwx4, bhc, bhd)) 21.98/10.25 new_esEs8(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 21.98/10.25 new_esEs35(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 21.98/10.25 new_esEs23(Left(vwx300), Right(vwx400), chc, chd) -> False 21.98/10.25 new_esEs23(Right(vwx300), Left(vwx400), chc, chd) -> False 21.98/10.25 new_esEs8(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 21.98/10.25 new_lt21(vwx180, vwx190, ty_@0) -> new_lt11(vwx180, vwx190) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), app(app(app(ty_@3, fag), fah), fba)) -> new_esEs12(vwx300, vwx400, fag, fah, fba) 21.98/10.25 new_compare110(vwx132, vwx133, vwx134, vwx135, vwx136, vwx137, False, fce, fcf, fcg) -> GT 21.98/10.25 new_sr0(Integer(vwx300), Integer(vwx410)) -> Integer(new_primMulInt(vwx300, vwx410)) 21.98/10.25 new_esEs10(vwx31, vwx41, ty_Integer) -> new_esEs16(vwx31, vwx41) 21.98/10.25 new_esEs35(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 21.98/10.25 new_esEs28(vwx67, vwx69, app(ty_[], bga)) -> new_esEs24(vwx67, vwx69, bga) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, ty_Double) -> new_ltEs17(vwx180, vwx190) 21.98/10.25 new_esEs40(vwx180, vwx190, app(ty_[], df)) -> new_esEs24(vwx180, vwx190, df) 21.98/10.25 new_esEs24(:(vwx300, vwx301), :(vwx400, vwx401), che) -> new_asAs(new_esEs26(vwx300, vwx400, che), new_esEs24(vwx301, vwx401, che)) 21.98/10.25 new_esEs10(vwx31, vwx41, ty_Float) -> new_esEs20(vwx31, vwx41) 21.98/10.25 new_ltEs23(vwx181, vwx191, app(app(ty_Either, ff), fg)) -> new_ltEs16(vwx181, vwx191, ff, fg) 21.98/10.25 new_lt23(vwx180, vwx190, app(ty_[], df)) -> new_lt4(vwx180, vwx190, df) 21.98/10.25 new_ltEs21(vwx182, vwx192, app(ty_Ratio, fcc)) -> new_ltEs13(vwx182, vwx192, fcc) 21.98/10.25 new_esEs5(vwx30, vwx40, app(app(app(ty_@3, ebg), ebh), eca)) -> new_esEs12(vwx30, vwx40, ebg, ebh, eca) 21.98/10.25 new_lt20(vwx55, vwx58, app(app(app(ty_@3, cef), ceg), ceh)) -> new_lt18(vwx55, vwx58, cef, ceg, ceh) 21.98/10.25 new_esEs40(vwx180, vwx190, ty_Ordering) -> new_esEs21(vwx180, vwx190) 21.98/10.25 new_ltEs24(vwx43, vwx44, ty_Ordering) -> new_ltEs4(vwx43, vwx44) 21.98/10.25 new_lt5(vwx67, vwx69, app(app(ty_Either, bgf), bgg)) -> new_lt16(vwx67, vwx69, bgf, bgg) 21.98/10.25 new_ltEs22(vwx18, vwx19, ty_Double) -> new_ltEs17(vwx18, vwx19) 21.98/10.25 new_esEs6(vwx31, vwx41, ty_Char) -> new_esEs13(vwx31, vwx41) 21.98/10.25 new_compare28(vwx43, vwx44, False, cag, fhb) -> new_compare10(vwx43, vwx44, new_ltEs24(vwx43, vwx44, fhb), cag, fhb) 21.98/10.25 new_compare18(vwx30, vwx40, ty_@0) -> new_compare32(vwx30, vwx40) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), ty_Ordering, gd) -> new_ltEs4(vwx180, vwx190) 21.98/10.25 new_ltEs19(vwx36, vwx37, app(app(ty_@2, bhh), caa)) -> new_ltEs15(vwx36, vwx37, bhh, caa) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, ty_Int) -> new_ltEs10(vwx180, vwx190) 21.98/10.25 new_esEs8(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 21.98/10.25 new_compare111(vwx117, vwx118, vwx119, vwx120, True, feb, fec) -> LT 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs19(vwx300, vwx400) 21.98/10.25 new_asAs(True, vwx85) -> vwx85 21.98/10.25 new_esEs40(vwx180, vwx190, app(app(ty_@2, ea), eb)) -> new_esEs14(vwx180, vwx190, ea, eb) 21.98/10.25 new_esEs33(vwx54, vwx57, ty_Char) -> new_esEs13(vwx54, vwx57) 21.98/10.25 new_compare10(vwx105, vwx106, False, cgb, cgc) -> GT 21.98/10.25 new_lt19(vwx54, vwx57, ty_Double) -> new_lt17(vwx54, vwx57) 21.98/10.25 new_esEs7(vwx30, vwx40, app(app(ty_@2, deh), dfa)) -> new_esEs14(vwx30, vwx40, deh, dfa) 21.98/10.25 new_lt19(vwx54, vwx57, app(app(app(ty_@3, cdd), cde), cdf)) -> new_lt18(vwx54, vwx57, cdd, cde, cdf) 21.98/10.25 new_esEs31(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 21.98/10.25 new_esEs17(False, True) -> False 21.98/10.25 new_esEs17(True, False) -> False 21.98/10.25 new_ltEs16(Right(vwx180), Left(vwx190), he, gd) -> False 21.98/10.25 new_esEs32(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 21.98/10.25 new_esEs4(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, app(app(ty_Either, fgg), fgh)) -> new_esEs23(vwx300, vwx400, fgg, fgh) 21.98/10.25 new_esEs26(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), app(ty_[], ffg), chd) -> new_esEs24(vwx300, vwx400, ffg) 21.98/10.25 new_esEs5(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 21.98/10.25 new_esEs31(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 21.98/10.25 new_esEs39(vwx181, vwx191, app(ty_Maybe, bcd)) -> new_esEs22(vwx181, vwx191, bcd) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, app(app(ty_@2, hh), baa)) -> new_ltEs15(vwx180, vwx190, hh, baa) 21.98/10.25 new_ltEs20(vwx56, vwx59, ty_Char) -> new_ltEs9(vwx56, vwx59) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, app(ty_[], fha)) -> new_esEs24(vwx300, vwx400, fha) 21.98/10.25 new_compare26(vwx67, vwx68, vwx69, vwx70, True, beg, bgb) -> EQ 21.98/10.25 new_ltEs20(vwx56, vwx59, app(app(ty_@2, cfc), cfd)) -> new_ltEs15(vwx56, vwx59, cfc, cfd) 21.98/10.25 new_esEs34(vwx55, vwx58, app(app(ty_@2, ceb), cec)) -> new_esEs14(vwx55, vwx58, ceb, cec) 21.98/10.25 new_ltEs23(vwx181, vwx191, ty_Integer) -> new_ltEs5(vwx181, vwx191) 21.98/10.25 new_ltEs8(vwx18, vwx19, cc) -> new_fsEs(new_compare(vwx18, vwx19, cc)) 21.98/10.25 new_ltEs24(vwx43, vwx44, app(ty_[], cah)) -> new_ltEs8(vwx43, vwx44, cah) 21.98/10.25 new_lt19(vwx54, vwx57, ty_Int) -> new_lt8(vwx54, vwx57) 21.98/10.25 new_esEs37(vwx302, vwx402, ty_Int) -> new_esEs19(vwx302, vwx402) 21.98/10.25 new_primCmpInt(Pos(Succ(vwx300)), Pos(vwx40)) -> new_primCmpNat0(Succ(vwx300), vwx40) 21.98/10.25 new_esEs39(vwx181, vwx191, ty_Bool) -> new_esEs17(vwx181, vwx191) 21.98/10.25 new_lt20(vwx55, vwx58, ty_Char) -> new_lt7(vwx55, vwx58) 21.98/10.25 new_esEs35(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 21.98/10.25 new_esEs4(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), app(ty_[], cd)) -> new_ltEs8(vwx180, vwx190, cd) 21.98/10.25 new_sr(vwx30, vwx41) -> new_primMulInt(vwx30, vwx41) 21.98/10.25 new_esEs28(vwx67, vwx69, ty_Char) -> new_esEs13(vwx67, vwx69) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, ty_Bool) -> new_ltEs11(vwx180, vwx190) 21.98/10.25 new_esEs4(vwx30, vwx40, app(ty_Maybe, chb)) -> new_esEs22(vwx30, vwx40, chb) 21.98/10.25 new_esEs39(vwx181, vwx191, app(ty_[], bcc)) -> new_esEs24(vwx181, vwx191, bcc) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), ty_Char, gd) -> new_ltEs9(vwx180, vwx190) 21.98/10.25 new_esEs10(vwx31, vwx41, ty_Bool) -> new_esEs17(vwx31, vwx41) 21.98/10.25 new_esEs7(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 21.98/10.25 new_esEs39(vwx181, vwx191, ty_Float) -> new_esEs20(vwx181, vwx191) 21.98/10.25 new_primMulNat0(Zero, Zero) -> Zero 21.98/10.25 new_esEs39(vwx181, vwx191, ty_Double) -> new_esEs15(vwx181, vwx191) 21.98/10.25 new_ltEs21(vwx182, vwx192, ty_Char) -> new_ltEs9(vwx182, vwx192) 21.98/10.25 new_esEs10(vwx31, vwx41, app(app(ty_Either, fdg), fdh)) -> new_esEs23(vwx31, vwx41, fdg, fdh) 21.98/10.25 new_esEs11(vwx32, vwx42, app(app(app(ty_@3, dah), dba), dbb)) -> new_esEs12(vwx32, vwx42, dah, dba, dbb) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, app(ty_Ratio, fge)) -> new_esEs18(vwx300, vwx400, fge) 21.98/10.25 new_esEs33(vwx54, vwx57, app(ty_Ratio, eec)) -> new_esEs18(vwx54, vwx57, eec) 21.98/10.25 new_compare19(Float(vwx30, Pos(vwx310)), Float(vwx40, Pos(vwx410))) -> new_compare8(new_sr(vwx30, Pos(vwx410)), new_sr(Pos(vwx310), vwx40)) 21.98/10.25 new_esEs40(vwx180, vwx190, app(ty_Ratio, fed)) -> new_esEs18(vwx180, vwx190, fed) 21.98/10.25 new_ltEs19(vwx36, vwx37, app(ty_[], bhe)) -> new_ltEs8(vwx36, vwx37, bhe) 21.98/10.25 new_ltEs6(vwx68, vwx70, ty_@0) -> new_ltEs12(vwx68, vwx70) 21.98/10.25 new_compare29(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, ccf) -> new_compare17(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, new_lt19(vwx54, vwx57, cdg), new_asAs(new_esEs33(vwx54, vwx57, cdg), new_pePe(new_lt20(vwx55, vwx58, cce), new_asAs(new_esEs34(vwx55, vwx58, cce), new_ltEs20(vwx56, vwx59, ccf)))), cdg, cce, ccf) 21.98/10.25 new_ltEs21(vwx182, vwx192, app(ty_Maybe, bde)) -> new_ltEs14(vwx182, vwx192, bde) 21.98/10.25 new_esEs4(vwx30, vwx40, ty_Float) -> new_esEs20(vwx30, vwx40) 21.98/10.25 new_ltEs24(vwx43, vwx44, app(app(ty_@2, cbb), cbc)) -> new_ltEs15(vwx43, vwx44, cbb, cbc) 21.98/10.25 new_esEs35(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, ty_Float) -> new_ltEs7(vwx180, vwx190) 21.98/10.25 new_compare18(vwx30, vwx40, ty_Integer) -> new_compare6(vwx30, vwx40) 21.98/10.25 new_esEs34(vwx55, vwx58, ty_Char) -> new_esEs13(vwx55, vwx58) 21.98/10.25 new_esEs9(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 21.98/10.25 new_esEs38(vwx180, vwx190, app(ty_[], bag)) -> new_esEs24(vwx180, vwx190, bag) 21.98/10.25 new_ltEs11(True, False) -> False 21.98/10.25 new_ltEs19(vwx36, vwx37, app(ty_Ratio, dcf)) -> new_ltEs13(vwx36, vwx37, dcf) 21.98/10.25 new_esEs9(vwx30, vwx40, app(app(app(ty_@3, dda), ddb), ddc)) -> new_esEs12(vwx30, vwx40, dda, ddb, ddc) 21.98/10.25 new_ltEs23(vwx181, vwx191, ty_Float) -> new_ltEs7(vwx181, vwx191) 21.98/10.25 new_lt23(vwx180, vwx190, app(ty_Ratio, fed)) -> new_lt12(vwx180, vwx190, fed) 21.98/10.25 new_esEs7(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 21.98/10.25 new_lt5(vwx67, vwx69, ty_Integer) -> new_lt13(vwx67, vwx69) 21.98/10.25 new_esEs34(vwx55, vwx58, app(ty_Ratio, eed)) -> new_esEs18(vwx55, vwx58, eed) 21.98/10.25 new_esEs28(vwx67, vwx69, app(ty_Ratio, dcc)) -> new_esEs18(vwx67, vwx69, dcc) 21.98/10.25 new_lt21(vwx180, vwx190, app(ty_Maybe, bbb)) -> new_lt14(vwx180, vwx190, bbb) 21.98/10.25 new_ltEs22(vwx18, vwx19, app(ty_Maybe, eef)) -> new_ltEs14(vwx18, vwx19, eef) 21.98/10.25 new_esEs7(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 21.98/10.25 new_compare32(@0, @0) -> EQ 21.98/10.25 new_compare18(vwx30, vwx40, app(app(app(ty_@3, bg), bh), ca)) -> new_compare33(vwx30, vwx40, bg, bh, ca) 21.98/10.25 new_esEs38(vwx180, vwx190, app(app(ty_@2, bbc), bbd)) -> new_esEs14(vwx180, vwx190, bbc, bbd) 21.98/10.25 new_esEs4(vwx30, vwx40, app(app(ty_Either, chc), chd)) -> new_esEs23(vwx30, vwx40, chc, chd) 21.98/10.25 new_primCompAux0(vwx12, EQ) -> vwx12 21.98/10.25 new_compare33(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), cca, ccb, ccc) -> new_compare29(vwx30, vwx31, vwx32, vwx40, vwx41, vwx42, new_asAs(new_esEs9(vwx30, vwx40, cca), new_asAs(new_esEs10(vwx31, vwx41, ccb), new_esEs11(vwx32, vwx42, ccc))), cca, ccb, ccc) 21.98/10.25 new_ltEs20(vwx56, vwx59, app(ty_[], cfa)) -> new_ltEs8(vwx56, vwx59, cfa) 21.98/10.25 new_lt21(vwx180, vwx190, ty_Int) -> new_lt8(vwx180, vwx190) 21.98/10.25 new_lt23(vwx180, vwx190, app(app(ty_@2, ea), eb)) -> new_lt15(vwx180, vwx190, ea, eb) 21.98/10.25 new_compare31(LT, EQ) -> LT 21.98/10.25 new_esEs8(vwx30, vwx40, ty_Integer) -> new_esEs16(vwx30, vwx40) 21.98/10.25 new_compare31(LT, LT) -> EQ 21.98/10.25 new_esEs10(vwx31, vwx41, app(ty_Maybe, fdf)) -> new_esEs22(vwx31, vwx41, fdf) 21.98/10.25 new_compare25(vwx18, vwx19, False, fcd) -> new_compare11(vwx18, vwx19, new_ltEs22(vwx18, vwx19, fcd), fcd) 21.98/10.25 new_esEs33(vwx54, vwx57, app(app(ty_@2, cch), cda)) -> new_esEs14(vwx54, vwx57, cch, cda) 21.98/10.25 new_lt20(vwx55, vwx58, app(ty_Maybe, cea)) -> new_lt14(vwx55, vwx58, cea) 21.98/10.25 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 21.98/10.25 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 21.98/10.25 new_compare([], [], h) -> EQ 21.98/10.25 new_lt19(vwx54, vwx57, ty_@0) -> new_lt11(vwx54, vwx57) 21.98/10.25 new_ltEs20(vwx56, vwx59, app(ty_Ratio, eee)) -> new_ltEs13(vwx56, vwx59, eee) 21.98/10.25 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 21.98/10.25 new_esEs9(vwx30, vwx40, app(app(ty_Either, ddh), dea)) -> new_esEs23(vwx30, vwx40, ddh, dea) 21.98/10.25 new_lt22(vwx181, vwx191, app(app(ty_Either, bcg), bch)) -> new_lt16(vwx181, vwx191, bcg, bch) 21.98/10.25 new_esEs27(GT) -> False 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), ty_Float, chd) -> new_esEs20(vwx300, vwx400) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), app(app(ty_@2, cf), cg)) -> new_ltEs15(vwx180, vwx190, cf, cg) 21.98/10.25 new_esEs8(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 21.98/10.25 new_ltEs6(vwx68, vwx70, app(ty_[], beh)) -> new_ltEs8(vwx68, vwx70, beh) 21.98/10.25 new_esEs31(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 21.98/10.25 new_esEs39(vwx181, vwx191, app(ty_Ratio, fcb)) -> new_esEs18(vwx181, vwx191, fcb) 21.98/10.25 new_esEs36(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 21.98/10.25 new_ltEs14(Just(vwx180), Nothing, eef) -> False 21.98/10.25 new_esEs33(vwx54, vwx57, app(ty_[], ccd)) -> new_esEs24(vwx54, vwx57, ccd) 21.98/10.25 new_ltEs14(Nothing, Nothing, eef) -> True 21.98/10.25 new_esEs11(vwx32, vwx42, app(app(ty_Either, dbg), dbh)) -> new_esEs23(vwx32, vwx42, dbg, dbh) 21.98/10.25 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 21.98/10.25 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 21.98/10.25 new_compare31(GT, EQ) -> GT 21.98/10.25 new_ltEs4(EQ, GT) -> True 21.98/10.25 new_esEs10(vwx31, vwx41, ty_Double) -> new_esEs15(vwx31, vwx41) 21.98/10.25 new_primCmpInt(Neg(Zero), Neg(Succ(vwx400))) -> new_primCmpNat0(Succ(vwx400), Zero) 21.98/10.25 new_lt22(vwx181, vwx191, ty_Float) -> new_lt6(vwx181, vwx191) 21.98/10.25 new_esEs8(vwx30, vwx40, app(ty_Maybe, dge)) -> new_esEs22(vwx30, vwx40, dge) 21.98/10.25 new_ltEs17(vwx18, vwx19) -> new_fsEs(new_compare14(vwx18, vwx19)) 21.98/10.25 new_compare19(Float(vwx30, Neg(vwx310)), Float(vwx40, Neg(vwx410))) -> new_compare8(new_sr(vwx30, Neg(vwx410)), new_sr(Neg(vwx310), vwx40)) 21.98/10.25 new_esEs6(vwx31, vwx41, ty_Int) -> new_esEs19(vwx31, vwx41) 21.98/10.25 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 21.98/10.25 new_esEs34(vwx55, vwx58, ty_Double) -> new_esEs15(vwx55, vwx58) 21.98/10.25 new_compare18(vwx30, vwx40, app(app(ty_Either, be), bf)) -> new_compare15(vwx30, vwx40, be, bf) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), app(app(ty_Either, fbf), fbg)) -> new_esEs23(vwx300, vwx400, fbf, fbg) 21.98/10.25 new_esEs31(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 21.98/10.25 new_lt20(vwx55, vwx58, app(ty_Ratio, eed)) -> new_lt12(vwx55, vwx58, eed) 21.98/10.25 new_esEs17(True, True) -> True 21.98/10.25 new_esEs9(vwx30, vwx40, app(ty_Maybe, ddg)) -> new_esEs22(vwx30, vwx40, ddg) 21.98/10.25 new_compare18(vwx30, vwx40, ty_Ordering) -> new_compare31(vwx30, vwx40) 21.98/10.25 new_compare13(vwx97, vwx98, True, ebe, ebf) -> LT 21.98/10.25 new_primCompAux1(vwx30, vwx40, vwx8, h) -> new_primCompAux0(vwx8, new_compare18(vwx30, vwx40, h)) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, ty_Int) -> new_esEs19(vwx300, vwx400) 21.98/10.25 new_esEs36(vwx301, vwx401, app(ty_Maybe, eha)) -> new_esEs22(vwx301, vwx401, eha) 21.98/10.25 new_ltEs24(vwx43, vwx44, ty_Integer) -> new_ltEs5(vwx43, vwx44) 21.98/10.25 new_esEs13(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 21.98/10.25 new_esEs35(vwx300, vwx400, app(app(ty_@2, efd), efe)) -> new_esEs14(vwx300, vwx400, efd, efe) 21.98/10.25 new_esEs11(vwx32, vwx42, ty_Double) -> new_esEs15(vwx32, vwx42) 21.98/10.25 new_esEs21(EQ, GT) -> False 21.98/10.25 new_esEs21(GT, EQ) -> False 21.98/10.25 new_esEs25(@0, @0) -> True 21.98/10.25 new_lt20(vwx55, vwx58, app(app(ty_@2, ceb), cec)) -> new_lt15(vwx55, vwx58, ceb, cec) 21.98/10.25 new_ltEs23(vwx181, vwx191, app(ty_[], fa)) -> new_ltEs8(vwx181, vwx191, fa) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, ty_Ordering) -> new_esEs21(vwx300, vwx400) 21.98/10.25 new_ltEs18(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, bba) -> new_pePe(new_lt21(vwx180, vwx190, bcb), new_asAs(new_esEs38(vwx180, vwx190, bcb), new_pePe(new_lt22(vwx181, vwx191, bah), new_asAs(new_esEs39(vwx181, vwx191, bah), new_ltEs21(vwx182, vwx192, bba))))) 21.98/10.25 new_esEs38(vwx180, vwx190, ty_@0) -> new_esEs25(vwx180, vwx190) 21.98/10.25 new_esEs21(GT, GT) -> True 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, app(ty_Maybe, hg)) -> new_ltEs14(vwx180, vwx190, hg) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, ty_Bool) -> new_esEs17(vwx300, vwx400) 21.98/10.25 new_compare31(GT, LT) -> GT 21.98/10.25 new_esEs31(vwx300, vwx400, app(app(app(ty_@3, dha), dhb), dhc)) -> new_esEs12(vwx300, vwx400, dha, dhb, dhc) 21.98/10.25 new_esEs26(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 21.98/10.25 new_not(False) -> True 21.98/10.25 new_esEs37(vwx302, vwx402, app(app(ty_Either, fad), fae)) -> new_esEs23(vwx302, vwx402, fad, fae) 21.98/10.25 new_esEs37(vwx302, vwx402, app(app(ty_@2, ehh), faa)) -> new_esEs14(vwx302, vwx402, ehh, faa) 21.98/10.25 new_compare31(EQ, LT) -> GT 21.98/10.25 new_esEs35(vwx300, vwx400, app(ty_[], egb)) -> new_esEs24(vwx300, vwx400, egb) 21.98/10.25 new_lt22(vwx181, vwx191, ty_Double) -> new_lt17(vwx181, vwx191) 21.98/10.25 new_ltEs24(vwx43, vwx44, app(app(ty_Either, cbd), cbe)) -> new_ltEs16(vwx43, vwx44, cbd, cbe) 21.98/10.25 new_esEs40(vwx180, vwx190, ty_Float) -> new_esEs20(vwx180, vwx190) 21.98/10.25 new_esEs31(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 21.98/10.25 new_lt20(vwx55, vwx58, ty_Ordering) -> new_lt9(vwx55, vwx58) 21.98/10.25 new_ltEs22(vwx18, vwx19, ty_@0) -> new_ltEs12(vwx18, vwx19) 21.98/10.25 new_lt5(vwx67, vwx69, app(ty_[], bga)) -> new_lt4(vwx67, vwx69, bga) 21.98/10.25 new_esEs9(vwx30, vwx40, ty_Double) -> new_esEs15(vwx30, vwx40) 21.98/10.25 new_primPlusNat0(Succ(vwx14700), Succ(vwx41000)) -> Succ(Succ(new_primPlusNat0(vwx14700, vwx41000))) 21.98/10.25 new_esEs16(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 21.98/10.25 new_esEs26(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 21.98/10.25 new_compare18(vwx30, vwx40, ty_Double) -> new_compare14(vwx30, vwx40) 21.98/10.25 new_compare14(Double(vwx30, Pos(vwx310)), Double(vwx40, Pos(vwx410))) -> new_compare8(new_sr(vwx30, Pos(vwx410)), new_sr(Pos(vwx310), vwx40)) 21.98/10.25 new_esEs28(vwx67, vwx69, ty_Float) -> new_esEs20(vwx67, vwx69) 21.98/10.25 new_lt5(vwx67, vwx69, ty_Int) -> new_lt8(vwx67, vwx69) 21.98/10.25 new_compare18(vwx30, vwx40, ty_Bool) -> new_compare9(vwx30, vwx40) 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), app(ty_Ratio, eeg)) -> new_ltEs13(vwx180, vwx190, eeg) 21.98/10.25 new_lt18(vwx3, vwx4, cca, ccb, ccc) -> new_esEs27(new_compare33(vwx3, vwx4, cca, ccb, ccc)) 21.98/10.25 new_esEs9(vwx30, vwx40, ty_Bool) -> new_esEs17(vwx30, vwx40) 21.98/10.25 new_esEs11(vwx32, vwx42, ty_Integer) -> new_esEs16(vwx32, vwx42) 21.98/10.25 new_compare27(vwx36, vwx37, True, dce, bhf) -> EQ 21.98/10.25 new_ltEs21(vwx182, vwx192, ty_Ordering) -> new_ltEs4(vwx182, vwx192) 21.98/10.25 new_lt7(vwx3, vwx4) -> new_esEs27(new_compare30(vwx3, vwx4)) 21.98/10.25 new_ltEs4(GT, LT) -> False 21.98/10.25 new_lt5(vwx67, vwx69, ty_Double) -> new_lt17(vwx67, vwx69) 21.98/10.25 new_esEs37(vwx302, vwx402, app(ty_[], faf)) -> new_esEs24(vwx302, vwx402, faf) 21.98/10.25 new_lt22(vwx181, vwx191, app(ty_Ratio, fcb)) -> new_lt12(vwx181, vwx191, fcb) 21.98/10.25 new_esEs36(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 21.98/10.25 new_esEs34(vwx55, vwx58, ty_Integer) -> new_esEs16(vwx55, vwx58) 21.98/10.25 new_lt5(vwx67, vwx69, app(ty_Ratio, dcc)) -> new_lt12(vwx67, vwx69, dcc) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), ty_Bool, gd) -> new_ltEs11(vwx180, vwx190) 21.98/10.25 new_ltEs20(vwx56, vwx59, ty_Bool) -> new_ltEs11(vwx56, vwx59) 21.98/10.25 new_lt20(vwx55, vwx58, ty_Int) -> new_lt8(vwx55, vwx58) 21.98/10.25 new_ltEs23(vwx181, vwx191, app(ty_Maybe, fb)) -> new_ltEs14(vwx181, vwx191, fb) 21.98/10.25 new_compare5(Nothing, Just(vwx40), cb) -> LT 21.98/10.25 new_esEs6(vwx31, vwx41, app(app(app(ty_@3, eda), edb), edc)) -> new_esEs12(vwx31, vwx41, eda, edb, edc) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), ty_@0, gd) -> new_ltEs12(vwx180, vwx190) 21.98/10.25 new_ltEs22(vwx18, vwx19, ty_Bool) -> new_ltEs11(vwx18, vwx19) 21.98/10.25 new_esEs33(vwx54, vwx57, app(app(app(ty_@3, cdd), cde), cdf)) -> new_esEs12(vwx54, vwx57, cdd, cde, cdf) 21.98/10.25 new_esEs36(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 21.98/10.25 new_lt22(vwx181, vwx191, app(app(ty_@2, bce), bcf)) -> new_lt15(vwx181, vwx191, bce, bcf) 21.98/10.25 new_ltEs21(vwx182, vwx192, app(ty_[], bdd)) -> new_ltEs8(vwx182, vwx192, bdd) 21.98/10.25 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 21.98/10.25 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 21.98/10.25 new_esEs8(vwx30, vwx40, app(ty_Ratio, dgd)) -> new_esEs18(vwx30, vwx40, dgd) 21.98/10.25 new_compare13(vwx97, vwx98, False, ebe, ebf) -> GT 21.98/10.25 new_esEs10(vwx31, vwx41, app(app(app(ty_@3, fch), fda), fdb)) -> new_esEs12(vwx31, vwx41, fch, fda, fdb) 21.98/10.25 new_esEs11(vwx32, vwx42, app(ty_Maybe, dbf)) -> new_esEs22(vwx32, vwx42, dbf) 21.98/10.25 new_lt20(vwx55, vwx58, ty_Double) -> new_lt17(vwx55, vwx58) 21.98/10.25 new_lt19(vwx54, vwx57, app(ty_Ratio, eec)) -> new_lt12(vwx54, vwx57, eec) 21.98/10.25 new_esEs34(vwx55, vwx58, app(ty_Maybe, cea)) -> new_esEs22(vwx55, vwx58, cea) 21.98/10.25 new_esEs32(vwx301, vwx401, app(ty_Ratio, eah)) -> new_esEs18(vwx301, vwx401, eah) 21.98/10.25 new_compare26(vwx67, vwx68, vwx69, vwx70, False, beg, bgb) -> new_compare12(vwx67, vwx68, vwx69, vwx70, new_lt5(vwx67, vwx69, beg), new_asAs(new_esEs28(vwx67, vwx69, beg), new_ltEs6(vwx68, vwx70, bgb)), beg, bgb) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), ty_Integer, gd) -> new_ltEs5(vwx180, vwx190) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), app(ty_[], fbh)) -> new_esEs24(vwx300, vwx400, fbh) 21.98/10.25 new_lt21(vwx180, vwx190, app(app(ty_Either, bbe), bbf)) -> new_lt16(vwx180, vwx190, bbe, bbf) 21.98/10.25 new_ltEs19(vwx36, vwx37, ty_Bool) -> new_ltEs11(vwx36, vwx37) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), ty_@0, chd) -> new_esEs25(vwx300, vwx400) 21.98/10.25 new_esEs5(vwx30, vwx40, app(ty_Ratio, ecd)) -> new_esEs18(vwx30, vwx40, ecd) 21.98/10.25 new_esEs35(vwx300, vwx400, app(app(ty_Either, efh), ega)) -> new_esEs23(vwx300, vwx400, efh, ega) 21.98/10.25 new_ltEs6(vwx68, vwx70, ty_Integer) -> new_ltEs5(vwx68, vwx70) 21.98/10.25 new_lt23(vwx180, vwx190, ty_Bool) -> new_lt10(vwx180, vwx190) 21.98/10.25 new_ltEs6(vwx68, vwx70, ty_Ordering) -> new_ltEs4(vwx68, vwx70) 21.98/10.25 new_lt22(vwx181, vwx191, ty_Char) -> new_lt7(vwx181, vwx191) 21.98/10.25 new_esEs8(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 21.98/10.25 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 21.98/10.25 new_esEs12(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cgd, cge, cgf) -> new_asAs(new_esEs35(vwx300, vwx400, cgd), new_asAs(new_esEs36(vwx301, vwx401, cge), new_esEs37(vwx302, vwx402, cgf))) 21.98/10.25 new_lt9(vwx3, vwx4) -> new_esEs27(new_compare31(vwx3, vwx4)) 21.98/10.25 new_compare12(vwx117, vwx118, vwx119, vwx120, False, vwx122, feb, fec) -> new_compare111(vwx117, vwx118, vwx119, vwx120, vwx122, feb, fec) 21.98/10.25 new_esEs17(False, False) -> True 21.98/10.25 new_esEs34(vwx55, vwx58, ty_Bool) -> new_esEs17(vwx55, vwx58) 21.98/10.25 new_lt23(vwx180, vwx190, ty_Ordering) -> new_lt9(vwx180, vwx190) 21.98/10.25 new_esEs9(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 21.98/10.25 new_esEs5(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 21.98/10.25 new_esEs6(vwx31, vwx41, app(ty_Ratio, edf)) -> new_esEs18(vwx31, vwx41, edf) 21.98/10.25 new_esEs8(vwx30, vwx40, app(app(app(ty_@3, dfg), dfh), dga)) -> new_esEs12(vwx30, vwx40, dfg, dfh, dga) 21.98/10.25 new_esEs8(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 21.98/10.25 new_lt20(vwx55, vwx58, app(app(ty_Either, ced), cee)) -> new_lt16(vwx55, vwx58, ced, cee) 21.98/10.25 new_compare18(vwx30, vwx40, ty_Char) -> new_compare30(vwx30, vwx40) 21.98/10.25 new_lt5(vwx67, vwx69, ty_Char) -> new_lt7(vwx67, vwx69) 21.98/10.25 new_primCmpNat0(Succ(vwx300), Succ(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 21.98/10.25 new_lt21(vwx180, vwx190, ty_Char) -> new_lt7(vwx180, vwx190) 21.98/10.25 new_esEs26(vwx300, vwx400, app(app(ty_Either, dae), daf)) -> new_esEs23(vwx300, vwx400, dae, daf) 21.98/10.25 new_esEs40(vwx180, vwx190, ty_@0) -> new_esEs25(vwx180, vwx190) 21.98/10.25 new_esEs18(:%(vwx300, vwx301), :%(vwx400, vwx401), cha) -> new_asAs(new_esEs29(vwx300, vwx400, cha), new_esEs30(vwx301, vwx401, cha)) 21.98/10.25 new_esEs21(LT, GT) -> False 21.98/10.25 new_esEs21(GT, LT) -> False 21.98/10.25 new_lt12(vwx3, vwx4, dec) -> new_esEs27(new_compare7(vwx3, vwx4, dec)) 21.98/10.25 new_compare30(Char(vwx30), Char(vwx40)) -> new_primCmpNat0(vwx30, vwx40) 21.98/10.25 new_esEs38(vwx180, vwx190, ty_Float) -> new_esEs20(vwx180, vwx190) 21.98/10.25 new_esEs11(vwx32, vwx42, ty_Bool) -> new_esEs17(vwx32, vwx42) 21.98/10.25 new_esEs11(vwx32, vwx42, ty_Ordering) -> new_esEs21(vwx32, vwx42) 21.98/10.25 new_ltEs20(vwx56, vwx59, ty_Ordering) -> new_ltEs4(vwx56, vwx59) 21.98/10.25 new_esEs7(vwx30, vwx40, ty_Char) -> new_esEs13(vwx30, vwx40) 21.98/10.25 new_esEs34(vwx55, vwx58, ty_Int) -> new_esEs19(vwx55, vwx58) 21.98/10.25 new_compare17(vwx132, vwx133, vwx134, vwx135, vwx136, vwx137, True, vwx139, fce, fcf, fcg) -> new_compare110(vwx132, vwx133, vwx134, vwx135, vwx136, vwx137, True, fce, fcf, fcg) 21.98/10.25 new_esEs15(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs19(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 21.98/10.25 new_esEs10(vwx31, vwx41, ty_Char) -> new_esEs13(vwx31, vwx41) 21.98/10.25 new_ltEs21(vwx182, vwx192, ty_Integer) -> new_ltEs5(vwx182, vwx192) 21.98/10.25 new_esEs11(vwx32, vwx42, ty_Int) -> new_esEs19(vwx32, vwx42) 21.98/10.25 new_esEs36(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 21.98/10.25 new_esEs7(vwx30, vwx40, app(ty_Ratio, dfb)) -> new_esEs18(vwx30, vwx40, dfb) 21.98/10.25 new_lt19(vwx54, vwx57, app(app(ty_@2, cch), cda)) -> new_lt15(vwx54, vwx57, cch, cda) 21.98/10.25 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 21.98/10.25 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 21.98/10.25 new_ltEs14(Just(vwx180), Just(vwx190), ty_Ordering) -> new_ltEs4(vwx180, vwx190) 21.98/10.25 new_ltEs16(Right(vwx180), Right(vwx190), he, app(ty_[], hf)) -> new_ltEs8(vwx180, vwx190, hf) 21.98/10.25 new_esEs34(vwx55, vwx58, ty_Ordering) -> new_esEs21(vwx55, vwx58) 21.98/10.25 new_esEs8(vwx30, vwx40, ty_Int) -> new_esEs19(vwx30, vwx40) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), app(ty_Ratio, dcg), gd) -> new_ltEs13(vwx180, vwx190, dcg) 21.98/10.25 new_esEs31(vwx300, vwx400, app(ty_Ratio, dhf)) -> new_esEs18(vwx300, vwx400, dhf) 21.98/10.25 new_esEs37(vwx302, vwx402, ty_Float) -> new_esEs20(vwx302, vwx402) 21.98/10.25 new_lt21(vwx180, vwx190, app(app(app(ty_@3, bbg), bbh), bca)) -> new_lt18(vwx180, vwx190, bbg, bbh, bca) 21.98/10.25 new_esEs33(vwx54, vwx57, ty_Int) -> new_esEs19(vwx54, vwx57) 21.98/10.25 new_ltEs19(vwx36, vwx37, ty_Ordering) -> new_ltEs4(vwx36, vwx37) 21.98/10.25 new_primEqNat0(Zero, Zero) -> True 21.98/10.25 new_esEs32(vwx301, vwx401, app(app(app(ty_@3, eac), ead), eae)) -> new_esEs12(vwx301, vwx401, eac, ead, eae) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, ty_Integer) -> new_esEs16(vwx300, vwx400) 21.98/10.25 new_ltEs24(vwx43, vwx44, ty_Char) -> new_ltEs9(vwx43, vwx44) 21.98/10.25 new_esEs36(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 21.98/10.25 new_esEs35(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 21.98/10.25 new_lt21(vwx180, vwx190, ty_Double) -> new_lt17(vwx180, vwx190) 21.98/10.25 new_ltEs22(vwx18, vwx19, ty_Integer) -> new_ltEs5(vwx18, vwx19) 21.98/10.25 new_ltEs4(GT, GT) -> True 21.98/10.25 new_esEs10(vwx31, vwx41, ty_Ordering) -> new_esEs21(vwx31, vwx41) 21.98/10.25 new_esEs28(vwx67, vwx69, ty_@0) -> new_esEs25(vwx67, vwx69) 21.98/10.25 new_lt5(vwx67, vwx69, app(app(app(ty_@3, bgh), bha), bhb)) -> new_lt18(vwx67, vwx69, bgh, bha, bhb) 21.98/10.25 new_esEs36(vwx301, vwx401, app(app(ty_Either, ehb), ehc)) -> new_esEs23(vwx301, vwx401, ehb, ehc) 21.98/10.25 new_esEs23(Left(vwx300), Left(vwx400), app(ty_Maybe, ffd), chd) -> new_esEs22(vwx300, vwx400, ffd) 21.98/10.25 new_asAs(False, vwx85) -> False 21.98/10.25 new_esEs33(vwx54, vwx57, ty_Ordering) -> new_esEs21(vwx54, vwx57) 21.98/10.25 new_lt21(vwx180, vwx190, app(ty_Ratio, fca)) -> new_lt12(vwx180, vwx190, fca) 21.98/10.25 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux1(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 21.98/10.25 new_compare15(Right(vwx30), Left(vwx40), bhc, bhd) -> GT 21.98/10.25 new_compare28(vwx43, vwx44, True, cag, fhb) -> EQ 21.98/10.25 new_ltEs24(vwx43, vwx44, ty_@0) -> new_ltEs12(vwx43, vwx44) 21.98/10.25 new_compare18(vwx30, vwx40, app(app(ty_@2, bc), bd)) -> new_compare16(vwx30, vwx40, bc, bd) 21.98/10.25 new_esEs35(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 21.98/10.25 new_lt5(vwx67, vwx69, app(app(ty_@2, bgd), bge)) -> new_lt15(vwx67, vwx69, bgd, bge) 21.98/10.25 new_esEs4(vwx30, vwx40, ty_@0) -> new_esEs25(vwx30, vwx40) 21.98/10.25 new_esEs36(vwx301, vwx401, app(ty_[], ehd)) -> new_esEs24(vwx301, vwx401, ehd) 21.98/10.25 new_lt22(vwx181, vwx191, ty_Ordering) -> new_lt9(vwx181, vwx191) 21.98/10.25 new_esEs10(vwx31, vwx41, ty_Int) -> new_esEs19(vwx31, vwx41) 21.98/10.25 new_esEs23(Right(vwx300), Right(vwx400), chc, ty_Double) -> new_esEs15(vwx300, vwx400) 21.98/10.25 new_esEs7(vwx30, vwx40, app(app(app(ty_@3, dee), def), deg)) -> new_esEs12(vwx30, vwx40, dee, def, deg) 21.98/10.25 new_esEs35(vwx300, vwx400, app(ty_Maybe, efg)) -> new_esEs22(vwx300, vwx400, efg) 21.98/10.25 new_esEs32(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 21.98/10.25 new_lt10(vwx3, vwx4) -> new_esEs27(new_compare9(vwx3, vwx4)) 21.98/10.25 new_esEs22(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs20(vwx300, vwx400) 21.98/10.25 new_ltEs16(Left(vwx180), Left(vwx190), app(app(app(ty_@3, hb), hc), hd), gd) -> new_ltEs18(vwx180, vwx190, hb, hc, hd) 21.98/10.25 new_ltEs24(vwx43, vwx44, app(ty_Maybe, cba)) -> new_ltEs14(vwx43, vwx44, cba) 21.98/10.25 new_esEs9(vwx30, vwx40, ty_Ordering) -> new_esEs21(vwx30, vwx40) 21.98/10.25 new_esEs27(EQ) -> False 21.98/10.25 new_ltEs21(vwx182, vwx192, ty_Bool) -> new_ltEs11(vwx182, vwx192) 21.98/10.25 new_compare9(False, True) -> LT 21.98/10.25 new_lt19(vwx54, vwx57, app(app(ty_Either, cdb), cdc)) -> new_lt16(vwx54, vwx57, cdb, cdc) 21.98/10.25 new_esEs39(vwx181, vwx191, ty_@0) -> new_esEs25(vwx181, vwx191) 21.98/10.25 new_esEs26(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 21.98/10.25 21.98/10.25 The set Q consists of the following terms: 21.98/10.25 21.98/10.25 new_esEs38(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs9(x0, x1, ty_Int) 21.98/10.25 new_compare14(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 21.98/10.25 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs38(x0, x1, ty_Int) 21.98/10.25 new_compare18(x0, x1, ty_Bool) 21.98/10.25 new_ltEs10(x0, x1) 21.98/10.25 new_ltEs13(x0, x1, x2) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, ty_Float) 21.98/10.25 new_esEs5(x0, x1, ty_Char) 21.98/10.25 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs7(x0, x1, ty_Int) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, app(ty_[], x3)) 21.98/10.25 new_esEs7(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs11(x0, x1, ty_Bool) 21.98/10.25 new_compare30(Char(x0), Char(x1)) 21.98/10.25 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs4(LT, LT) 21.98/10.25 new_esEs6(x0, x1, ty_@0) 21.98/10.25 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_ltEs12(x0, x1) 21.98/10.25 new_lt22(x0, x1, ty_Double) 21.98/10.25 new_compare28(x0, x1, True, x2, x3) 21.98/10.25 new_esEs26(x0, x1, ty_Double) 21.98/10.25 new_lt20(x0, x1, ty_@0) 21.98/10.25 new_esEs40(x0, x1, ty_Integer) 21.98/10.25 new_compare111(x0, x1, x2, x3, True, x4, x5) 21.98/10.25 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs23(Left(x0), Left(x1), ty_Char, x2) 21.98/10.25 new_compare5(Nothing, Just(x0), x1) 21.98/10.25 new_esEs21(LT, LT) 21.98/10.25 new_esEs40(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs5(x0, x1, ty_Int) 21.98/10.25 new_esEs26(x0, x1, ty_Int) 21.98/10.25 new_esEs12(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 21.98/10.25 new_esEs26(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_lt22(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_primPlusNat1(Succ(x0), x1) 21.98/10.25 new_esEs40(x0, x1, ty_Bool) 21.98/10.25 new_primEqInt(Pos(Zero), Pos(Zero)) 21.98/10.25 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), ty_Double, x2) 21.98/10.25 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs10(x0, x1, ty_Bool) 21.98/10.25 new_ltEs8(x0, x1, x2) 21.98/10.25 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_lt22(x0, x1, ty_Int) 21.98/10.25 new_esEs17(False, False) 21.98/10.25 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 21.98/10.25 new_ltEs6(x0, x1, ty_Double) 21.98/10.25 new_esEs34(x0, x1, ty_Double) 21.98/10.25 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 21.98/10.25 new_ltEs24(x0, x1, ty_Integer) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), app(ty_Maybe, x2)) 21.98/10.25 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 21.98/10.25 new_esEs8(x0, x1, ty_Float) 21.98/10.25 new_compare14(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), ty_Ordering, x2) 21.98/10.25 new_esEs7(x0, x1, ty_Char) 21.98/10.25 new_primEqInt(Neg(Zero), Neg(Zero)) 21.98/10.25 new_esEs23(Left(x0), Left(x1), ty_Bool, x2) 21.98/10.25 new_ltEs21(x0, x1, ty_@0) 21.98/10.25 new_ltEs19(x0, x1, ty_Bool) 21.98/10.25 new_lt22(x0, x1, ty_Ordering) 21.98/10.25 new_esEs7(x0, x1, ty_Double) 21.98/10.25 new_esEs26(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs26(x0, x1, ty_Ordering) 21.98/10.25 new_lt21(x0, x1, ty_Ordering) 21.98/10.25 new_primEqNat0(Zero, Succ(x0)) 21.98/10.25 new_compare18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs14(Nothing, Nothing, x0) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), ty_Int, x2) 21.98/10.25 new_ltEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs4(x0, x1, ty_Float) 21.98/10.25 new_esEs7(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs5(x0, x1, ty_Double) 21.98/10.25 new_esEs23(Left(x0), Left(x1), ty_Ordering, x2) 21.98/10.25 new_ltEs21(x0, x1, ty_Integer) 21.98/10.25 new_esEs39(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs5(x0, x1, ty_Bool) 21.98/10.25 new_ltEs21(x0, x1, ty_Char) 21.98/10.25 new_lt23(x0, x1, ty_Double) 21.98/10.25 new_esEs24([], [], x0) 21.98/10.25 new_esEs27(GT) 21.98/10.25 new_esEs5(x0, x1, ty_@0) 21.98/10.25 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_lt5(x0, x1, ty_Float) 21.98/10.25 new_ltEs6(x0, x1, ty_Char) 21.98/10.25 new_esEs35(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs10(x0, x1, ty_Char) 21.98/10.25 new_lt20(x0, x1, ty_Integer) 21.98/10.25 new_ltEs11(True, True) 21.98/10.25 new_compare5(Just(x0), Nothing, x1) 21.98/10.25 new_esEs4(x0, x1, app(ty_[], x2)) 21.98/10.25 new_lt21(x0, x1, app(ty_[], x2)) 21.98/10.25 new_compare8(x0, x1) 21.98/10.25 new_esEs39(x0, x1, ty_Bool) 21.98/10.25 new_esEs34(x0, x1, ty_Int) 21.98/10.25 new_esEs35(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, ty_Ordering) 21.98/10.25 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_compare26(x0, x1, x2, x3, True, x4, x5) 21.98/10.25 new_ltEs23(x0, x1, ty_Float) 21.98/10.25 new_esEs6(x0, x1, ty_Ordering) 21.98/10.25 new_esEs34(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_ltEs6(x0, x1, ty_Int) 21.98/10.25 new_esEs7(x0, x1, ty_@0) 21.98/10.25 new_compare15(Right(x0), Right(x1), x2, x3) 21.98/10.25 new_esEs24(:(x0, x1), :(x2, x3), x4) 21.98/10.25 new_lt4(x0, x1, x2) 21.98/10.25 new_lt20(x0, x1, ty_Ordering) 21.98/10.25 new_lt18(x0, x1, x2, x3, x4) 21.98/10.25 new_lt21(x0, x1, ty_Double) 21.98/10.25 new_lt23(x0, x1, ty_Int) 21.98/10.25 new_esEs37(x0, x1, ty_Double) 21.98/10.25 new_compare29(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 21.98/10.25 new_compare18(x0, x1, ty_Integer) 21.98/10.25 new_ltEs19(x0, x1, ty_Integer) 21.98/10.25 new_esEs38(x0, x1, ty_Ordering) 21.98/10.25 new_primEqInt(Pos(Zero), Neg(Zero)) 21.98/10.25 new_primEqInt(Neg(Zero), Pos(Zero)) 21.98/10.25 new_esEs23(Left(x0), Left(x1), ty_Integer, x2) 21.98/10.25 new_lt21(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_compare31(LT, LT) 21.98/10.25 new_esEs11(x0, x1, ty_Integer) 21.98/10.25 new_esEs33(x0, x1, ty_Ordering) 21.98/10.25 new_esEs39(x0, x1, ty_Char) 21.98/10.25 new_esEs39(x0, x1, ty_@0) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs14(Just(x0), Nothing, x1) 21.98/10.25 new_primPlusNat1(Zero, x0) 21.98/10.25 new_ltEs21(x0, x1, ty_Bool) 21.98/10.25 new_esEs39(x0, x1, ty_Double) 21.98/10.25 new_esEs9(x0, x1, ty_Ordering) 21.98/10.25 new_ltEs4(GT, EQ) 21.98/10.25 new_ltEs4(EQ, GT) 21.98/10.25 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_compare13(x0, x1, False, x2, x3) 21.98/10.25 new_esEs39(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs39(x0, x1, ty_Int) 21.98/10.25 new_esEs10(x0, x1, ty_@0) 21.98/10.25 new_esEs34(x0, x1, app(ty_[], x2)) 21.98/10.25 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 21.98/10.25 new_esEs22(Just(x0), Just(x1), app(ty_[], x2)) 21.98/10.25 new_esEs40(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs22(x0, x1, app(ty_[], x2)) 21.98/10.25 new_compare15(Left(x0), Right(x1), x2, x3) 21.98/10.25 new_compare15(Right(x0), Left(x1), x2, x3) 21.98/10.25 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 21.98/10.25 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 21.98/10.25 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, app(ty_[], x3)) 21.98/10.25 new_esEs10(x0, x1, ty_Int) 21.98/10.25 new_ltEs24(x0, x1, ty_Bool) 21.98/10.25 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_compare([], [], x0) 21.98/10.25 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_ltEs20(x0, x1, ty_Ordering) 21.98/10.25 new_lt6(x0, x1) 21.98/10.25 new_lt19(x0, x1, ty_Char) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, ty_@0) 21.98/10.25 new_asAs(True, x0) 21.98/10.25 new_lt22(x0, x1, ty_@0) 21.98/10.25 new_compare18(x0, x1, ty_Ordering) 21.98/10.25 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_compare31(GT, GT) 21.98/10.25 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 21.98/10.25 new_esEs36(x0, x1, ty_Double) 21.98/10.25 new_esEs28(x0, x1, ty_Double) 21.98/10.25 new_compare31(LT, EQ) 21.98/10.25 new_compare31(EQ, LT) 21.98/10.25 new_esEs8(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_ltEs22(x0, x1, ty_Char) 21.98/10.25 new_compare10(x0, x1, True, x2, x3) 21.98/10.25 new_compare25(x0, x1, False, x2) 21.98/10.25 new_ltEs19(x0, x1, ty_Float) 21.98/10.25 new_compare15(Left(x0), Left(x1), x2, x3) 21.98/10.25 new_esEs28(x0, x1, ty_Ordering) 21.98/10.25 new_compare5(Nothing, Nothing, x0) 21.98/10.25 new_compare11(x0, x1, False, x2) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, ty_Bool) 21.98/10.25 new_esEs11(x0, x1, app(ty_[], x2)) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), ty_Double) 21.98/10.25 new_esEs10(x0, x1, ty_Double) 21.98/10.25 new_ltEs4(EQ, LT) 21.98/10.25 new_ltEs4(LT, EQ) 21.98/10.25 new_ltEs15(@2(x0, x1), @2(x2, x3), x4, x5) 21.98/10.25 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_compare18(x0, x1, ty_Float) 21.98/10.25 new_lt23(x0, x1, ty_Char) 21.98/10.25 new_ltEs21(x0, x1, ty_Double) 21.98/10.25 new_esEs11(x0, x1, ty_Double) 21.98/10.25 new_esEs32(x0, x1, ty_Float) 21.98/10.25 new_ltEs23(x0, x1, ty_Integer) 21.98/10.25 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs4(GT, GT) 21.98/10.25 new_esEs31(x0, x1, ty_Float) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, ty_@0) 21.98/10.25 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs10(x0, x1, ty_Float) 21.98/10.25 new_esEs22(Just(x0), Just(x1), ty_Int) 21.98/10.25 new_primCompAux0(x0, EQ) 21.98/10.25 new_esEs4(x0, x1, ty_Integer) 21.98/10.25 new_lt21(x0, x1, ty_Char) 21.98/10.25 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), app(ty_Ratio, x2)) 21.98/10.25 new_esEs37(x0, x1, ty_Ordering) 21.98/10.25 new_primMulInt(Pos(x0), Neg(x1)) 21.98/10.25 new_primMulInt(Neg(x0), Pos(x1)) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 21.98/10.25 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs33(x0, x1, ty_Int) 21.98/10.25 new_compare18(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs9(x0, x1, ty_Integer) 21.98/10.25 new_esEs22(Just(x0), Just(x1), ty_Char) 21.98/10.25 new_esEs9(x0, x1, ty_Bool) 21.98/10.25 new_compare17(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 21.98/10.25 new_ltEs23(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs6(x0, x1, ty_Float) 21.98/10.25 new_esEs31(x0, x1, ty_Ordering) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), ty_Ordering) 21.98/10.25 new_esEs40(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs22(Just(x0), Just(x1), app(ty_Maybe, x2)) 21.98/10.25 new_sr0(Integer(x0), Integer(x1)) 21.98/10.25 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs32(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_lt19(x0, x1, ty_Int) 21.98/10.25 new_compare26(x0, x1, x2, x3, False, x4, x5) 21.98/10.25 new_ltEs22(x0, x1, ty_Ordering) 21.98/10.25 new_ltEs19(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs27(EQ) 21.98/10.25 new_esEs35(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_primMulInt(Neg(x0), Neg(x1)) 21.98/10.25 new_compare13(x0, x1, True, x2, x3) 21.98/10.25 new_esEs35(x0, x1, ty_Float) 21.98/10.25 new_esEs33(x0, x1, ty_Char) 21.98/10.25 new_esEs5(x0, x1, ty_Integer) 21.98/10.25 new_esEs23(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 21.98/10.25 new_lt22(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs32(x0, x1, ty_Int) 21.98/10.25 new_lt21(x0, x1, ty_Int) 21.98/10.25 new_lt5(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_ltEs24(x0, x1, ty_Ordering) 21.98/10.25 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs6(x0, x1, ty_Integer) 21.98/10.25 new_ltEs22(x0, x1, ty_Int) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), ty_@0, x2) 21.98/10.25 new_ltEs6(x0, x1, ty_Bool) 21.98/10.25 new_esEs21(EQ, EQ) 21.98/10.25 new_ltEs24(x0, x1, ty_@0) 21.98/10.25 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_ltEs21(x0, x1, ty_Ordering) 21.98/10.25 new_esEs31(x0, x1, ty_Int) 21.98/10.25 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs14(Nothing, Just(x0), x1) 21.98/10.25 new_esEs26(x0, x1, ty_@0) 21.98/10.25 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs6(x0, x1, ty_Int) 21.98/10.25 new_esEs21(GT, GT) 21.98/10.25 new_primCmpInt(Neg(Zero), Neg(Zero)) 21.98/10.25 new_esEs31(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_lt23(x0, x1, ty_Bool) 21.98/10.25 new_lt8(x0, x1) 21.98/10.25 new_esEs4(x0, x1, ty_Bool) 21.98/10.25 new_esEs31(x0, x1, ty_Integer) 21.98/10.25 new_lt19(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs5(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs22(Just(x0), Nothing, x1) 21.98/10.25 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs4(x0, x1, ty_Ordering) 21.98/10.25 new_lt19(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_lt23(x0, x1, ty_Ordering) 21.98/10.25 new_pePe(True, x0) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, ty_Integer) 21.98/10.25 new_esEs39(x0, x1, ty_Ordering) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 21.98/10.25 new_primCmpInt(Pos(Zero), Neg(Zero)) 21.98/10.25 new_primCmpInt(Neg(Zero), Pos(Zero)) 21.98/10.25 new_esEs38(x0, x1, ty_@0) 21.98/10.25 new_esEs21(LT, EQ) 21.98/10.25 new_esEs21(EQ, LT) 21.98/10.25 new_esEs23(Left(x0), Left(x1), app(ty_[], x2), x3) 21.98/10.25 new_esEs31(x0, x1, ty_Char) 21.98/10.25 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_lt21(x0, x1, ty_Float) 21.98/10.25 new_lt19(x0, x1, ty_Ordering) 21.98/10.25 new_ltEs19(x0, x1, ty_Char) 21.98/10.25 new_esEs23(Left(x0), Left(x1), ty_Double, x2) 21.98/10.25 new_ltEs23(x0, x1, ty_Ordering) 21.98/10.25 new_primPlusNat0(Succ(x0), Succ(x1)) 21.98/10.25 new_esEs5(x0, x1, ty_Ordering) 21.98/10.25 new_esEs38(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs37(x0, x1, app(ty_[], x2)) 21.98/10.25 new_ltEs16(Left(x0), Right(x1), x2, x3) 21.98/10.25 new_lt23(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_ltEs16(Right(x0), Left(x1), x2, x3) 21.98/10.25 new_compare18(x0, x1, ty_Char) 21.98/10.25 new_esEs11(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_lt7(x0, x1) 21.98/10.25 new_esEs29(x0, x1, ty_Integer) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs4(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_lt19(x0, x1, ty_Bool) 21.98/10.25 new_esEs23(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 21.98/10.25 new_esEs9(x0, x1, ty_Float) 21.98/10.25 new_ltEs22(x0, x1, ty_Bool) 21.98/10.25 new_ltEs20(x0, x1, ty_Double) 21.98/10.25 new_ltEs23(x0, x1, ty_Bool) 21.98/10.25 new_esEs39(x0, x1, ty_Integer) 21.98/10.25 new_ltEs20(x0, x1, ty_@0) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, ty_Double) 21.98/10.25 new_ltEs6(x0, x1, ty_Ordering) 21.98/10.25 new_esEs31(x0, x1, ty_Bool) 21.98/10.25 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_sr(x0, x1) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 21.98/10.25 new_ltEs19(x0, x1, ty_Int) 21.98/10.25 new_ltEs6(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs8(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs9(x0, x1, ty_Char) 21.98/10.25 new_esEs36(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs40(x0, x1, ty_Double) 21.98/10.25 new_esEs39(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs6(x0, x1, ty_Bool) 21.98/10.25 new_esEs40(x0, x1, ty_@0) 21.98/10.25 new_compare27(x0, x1, False, x2, x3) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 21.98/10.25 new_primCompAux0(x0, LT) 21.98/10.25 new_esEs38(x0, x1, ty_Double) 21.98/10.25 new_lt14(x0, x1, x2) 21.98/10.25 new_ltEs11(False, True) 21.98/10.25 new_ltEs11(True, False) 21.98/10.25 new_compare12(x0, x1, x2, x3, True, x4, x5, x6) 21.98/10.25 new_esEs6(x0, x1, ty_Char) 21.98/10.25 new_compare18(x0, x1, ty_Int) 21.98/10.25 new_ltEs20(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs33(x0, x1, ty_Float) 21.98/10.25 new_lt23(x0, x1, ty_Integer) 21.98/10.25 new_primEqNat0(Succ(x0), Succ(x1)) 21.98/10.25 new_esEs23(Left(x0), Left(x1), ty_@0, x2) 21.98/10.25 new_esEs11(x0, x1, ty_@0) 21.98/10.25 new_esEs40(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_lt20(x0, x1, ty_Double) 21.98/10.25 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_ltEs6(x0, x1, ty_Integer) 21.98/10.25 new_esEs10(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs22(Just(x0), Just(x1), ty_Float) 21.98/10.25 new_esEs26(x0, x1, app(ty_[], x2)) 21.98/10.25 new_lt5(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_ltEs23(x0, x1, ty_Char) 21.98/10.25 new_compare19(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 21.98/10.25 new_esEs28(x0, x1, ty_Bool) 21.98/10.25 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_asAs(False, x0) 21.98/10.25 new_compare110(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 21.98/10.25 new_compare7(:%(x0, x1), :%(x2, x3), ty_Int) 21.98/10.25 new_compare(:(x0, x1), [], x2) 21.98/10.25 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs33(x0, x1, ty_Integer) 21.98/10.25 new_compare19(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 21.98/10.25 new_compare19(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 21.98/10.25 new_ltEs22(x0, x1, ty_Integer) 21.98/10.25 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs36(x0, x1, ty_@0) 21.98/10.25 new_ltEs5(x0, x1) 21.98/10.25 new_esEs8(x0, x1, ty_Int) 21.98/10.25 new_esEs32(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs4(x0, x1, ty_Char) 21.98/10.25 new_compare19(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 21.98/10.25 new_lt22(x0, x1, ty_Float) 21.98/10.25 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs26(x0, x1, ty_Float) 21.98/10.25 new_esEs32(x0, x1, ty_Bool) 21.98/10.25 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs30(x0, x1, ty_Integer) 21.98/10.25 new_compare9(True, False) 21.98/10.25 new_compare9(False, True) 21.98/10.25 new_primMulNat0(Zero, Zero) 21.98/10.25 new_compare11(x0, x1, True, x2) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), app(ty_[], x2)) 21.98/10.25 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, ty_Ordering) 21.98/10.25 new_esEs28(x0, x1, ty_@0) 21.98/10.25 new_lt20(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs8(x0, x1, ty_Char) 21.98/10.25 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_lt19(x0, x1, ty_Integer) 21.98/10.25 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs27(LT) 21.98/10.25 new_esEs4(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_compare25(x0, x1, True, x2) 21.98/10.25 new_esEs28(x0, x1, app(ty_[], x2)) 21.98/10.25 new_lt21(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs4(x0, x1, ty_Int) 21.98/10.25 new_ltEs9(x0, x1) 21.98/10.25 new_esEs8(x0, x1, ty_Ordering) 21.98/10.25 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), ty_Float, x2) 21.98/10.25 new_esEs17(True, True) 21.98/10.25 new_esEs14(@2(x0, x1), @2(x2, x3), x4, x5) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, ty_Float) 21.98/10.25 new_esEs32(x0, x1, ty_Integer) 21.98/10.25 new_esEs33(x0, x1, ty_Bool) 21.98/10.25 new_compare31(EQ, EQ) 21.98/10.25 new_lt17(x0, x1) 21.98/10.25 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), app(ty_[], x2), x3) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 21.98/10.25 new_esEs9(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs35(x0, x1, ty_@0) 21.98/10.25 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_lt21(x0, x1, ty_Integer) 21.98/10.25 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs9(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs10(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs37(x0, x1, ty_Integer) 21.98/10.25 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs24(x0, x1, app(ty_[], x2)) 21.98/10.25 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs36(x0, x1, ty_Integer) 21.98/10.25 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_compare12(x0, x1, x2, x3, False, x4, x5, x6) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), ty_@0) 21.98/10.25 new_esEs22(Just(x0), Just(x1), ty_Bool) 21.98/10.25 new_ltEs23(x0, x1, ty_Int) 21.98/10.25 new_esEs31(x0, x1, ty_@0) 21.98/10.25 new_esEs22(Nothing, Just(x0), x1) 21.98/10.25 new_esEs32(x0, x1, ty_@0) 21.98/10.25 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_compare10(x0, x1, False, x2, x3) 21.98/10.25 new_lt13(x0, x1) 21.98/10.25 new_esEs5(x0, x1, ty_Float) 21.98/10.25 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_compare27(x0, x1, True, x2, x3) 21.98/10.25 new_lt20(x0, x1, app(ty_[], x2)) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 21.98/10.25 new_primPlusNat0(Zero, Zero) 21.98/10.25 new_esEs22(Just(x0), Just(x1), app(ty_Ratio, x2)) 21.98/10.25 new_ltEs4(LT, GT) 21.98/10.25 new_ltEs4(GT, LT) 21.98/10.25 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_compare33(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 21.98/10.25 new_esEs29(x0, x1, ty_Int) 21.98/10.25 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_lt19(x0, x1, ty_@0) 21.98/10.25 new_fsEs(x0) 21.98/10.25 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_ltEs23(x0, x1, ty_@0) 21.98/10.25 new_lt23(x0, x1, ty_Float) 21.98/10.25 new_lt5(x0, x1, ty_@0) 21.98/10.25 new_esEs22(Nothing, Nothing, x0) 21.98/10.25 new_not(True) 21.98/10.25 new_ltEs24(x0, x1, ty_Double) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), ty_Integer) 21.98/10.25 new_esEs25(@0, @0) 21.98/10.25 new_ltEs6(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), ty_Int) 21.98/10.25 new_ltEs22(x0, x1, ty_@0) 21.98/10.25 new_compare5(Just(x0), Just(x1), x2) 21.98/10.25 new_compare([], :(x0, x1), x2) 21.98/10.25 new_esEs28(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_lt21(x0, x1, ty_Bool) 21.98/10.25 new_lt23(x0, x1, ty_@0) 21.98/10.25 new_ltEs6(x0, x1, app(ty_[], x2)) 21.98/10.25 new_lt9(x0, x1) 21.98/10.25 new_esEs4(x0, x1, ty_@0) 21.98/10.25 new_esEs8(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_compare31(LT, GT) 21.98/10.25 new_esEs33(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_primCompAux1(x0, x1, x2, x3) 21.98/10.25 new_compare31(GT, LT) 21.98/10.25 new_esEs7(x0, x1, ty_Float) 21.98/10.25 new_esEs6(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_lt5(x0, x1, ty_Bool) 21.98/10.25 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_lt5(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs35(x0, x1, ty_Int) 21.98/10.25 new_esEs37(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, ty_Integer) 21.98/10.25 new_ltEs22(x0, x1, ty_Float) 21.98/10.25 new_lt22(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs31(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs20(Float(x0, x1), Float(x2, x3)) 21.98/10.25 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs8(x0, x1, ty_Double) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 21.98/10.25 new_lt19(x0, x1, ty_Float) 21.98/10.25 new_esEs32(x0, x1, ty_Char) 21.98/10.25 new_esEs34(x0, x1, ty_@0) 21.98/10.25 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), ty_Integer, x2) 21.98/10.25 new_esEs37(x0, x1, ty_@0) 21.98/10.25 new_esEs6(x0, x1, app(ty_[], x2)) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 21.98/10.25 new_primPlusNat0(Succ(x0), Zero) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), ty_Char) 21.98/10.25 new_esEs40(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs39(x0, x1, ty_Float) 21.98/10.25 new_primMulInt(Pos(x0), Pos(x1)) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), ty_Bool, x2) 21.98/10.25 new_esEs37(x0, x1, ty_Char) 21.98/10.25 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs17(False, True) 21.98/10.25 new_esEs17(True, False) 21.98/10.25 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 21.98/10.25 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 21.98/10.25 new_esEs28(x0, x1, ty_Integer) 21.98/10.25 new_esEs37(x0, x1, ty_Bool) 21.98/10.25 new_esEs35(x0, x1, ty_Char) 21.98/10.25 new_primCmpNat0(Succ(x0), Zero) 21.98/10.25 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs4(EQ, EQ) 21.98/10.25 new_esEs23(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 21.98/10.25 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 21.98/10.25 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 21.98/10.25 new_ltEs20(x0, x1, ty_Integer) 21.98/10.25 new_esEs35(x0, x1, ty_Double) 21.98/10.25 new_primMulNat0(Succ(x0), Zero) 21.98/10.25 new_esEs7(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, ty_Int) 21.98/10.25 new_esEs40(x0, x1, ty_Ordering) 21.98/10.25 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_lt5(x0, x1, ty_Int) 21.98/10.25 new_esEs32(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs9(x0, x1, app(ty_[], x2)) 21.98/10.25 new_ltEs7(x0, x1) 21.98/10.25 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs35(x0, x1, ty_Bool) 21.98/10.25 new_esEs34(x0, x1, ty_Float) 21.98/10.25 new_esEs33(x0, x1, app(ty_[], x2)) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 21.98/10.25 new_esEs33(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, ty_Double) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), ty_Bool) 21.98/10.25 new_esEs10(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_esEs16(Integer(x0), Integer(x1)) 21.98/10.25 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_lt5(x0, x1, ty_Double) 21.98/10.25 new_esEs11(x0, x1, ty_Ordering) 21.98/10.25 new_ltEs6(x0, x1, ty_Float) 21.98/10.25 new_primCmpInt(Pos(Zero), Pos(Zero)) 21.98/10.25 new_lt5(x0, x1, ty_Char) 21.98/10.25 new_esEs23(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, ty_Char) 21.98/10.25 new_primCmpNat0(Zero, Succ(x0)) 21.98/10.25 new_esEs8(x0, x1, ty_Bool) 21.98/10.25 new_esEs22(Just(x0), Just(x1), ty_Integer) 21.98/10.25 new_lt16(x0, x1, x2, x3) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs23(Left(x0), Right(x1), x2, x3) 21.98/10.25 new_esEs23(Right(x0), Left(x1), x2, x3) 21.98/10.25 new_esEs38(x0, x1, ty_Integer) 21.98/10.25 new_esEs5(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_ltEs19(x0, x1, ty_Ordering) 21.98/10.25 new_esEs40(x0, x1, ty_Int) 21.98/10.25 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs13(Char(x0), Char(x1)) 21.98/10.25 new_esEs26(x0, x1, ty_Bool) 21.98/10.25 new_primMulNat0(Succ(x0), Succ(x1)) 21.98/10.25 new_esEs37(x0, x1, ty_Int) 21.98/10.25 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs8(x0, x1, ty_Integer) 21.98/10.25 new_esEs28(x0, x1, ty_Float) 21.98/10.25 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_primEqNat0(Succ(x0), Zero) 21.98/10.25 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs36(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs11(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_compare18(x0, x1, app(ty_[], x2)) 21.98/10.25 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_lt5(x0, x1, ty_Integer) 21.98/10.25 new_ltEs6(x0, x1, ty_@0) 21.98/10.25 new_esEs7(x0, x1, ty_Integer) 21.98/10.25 new_compare111(x0, x1, x2, x3, False, x4, x5) 21.98/10.25 new_esEs22(Just(x0), Just(x1), ty_Ordering) 21.98/10.25 new_ltEs21(x0, x1, ty_Float) 21.98/10.25 new_esEs6(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs11(x0, x1, ty_Float) 21.98/10.25 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 21.98/10.25 new_compare18(x0, x1, ty_Double) 21.98/10.25 new_compare9(True, True) 21.98/10.25 new_esEs32(x0, x1, ty_Double) 21.98/10.25 new_esEs31(x0, x1, ty_Double) 21.98/10.25 new_compare9(False, False) 21.98/10.25 new_esEs21(EQ, GT) 21.98/10.25 new_esEs21(GT, EQ) 21.98/10.25 new_esEs22(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs37(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_ltEs19(x0, x1, ty_Double) 21.98/10.25 new_esEs36(x0, x1, ty_Ordering) 21.98/10.25 new_esEs40(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs34(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_lt23(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_compare28(x0, x1, False, x2, x3) 21.98/10.25 new_esEs31(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_compare18(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_ltEs24(x0, x1, ty_Char) 21.98/10.25 new_esEs19(x0, x1) 21.98/10.25 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs24(:(x0, x1), [], x2) 21.98/10.25 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_compare110(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 21.98/10.25 new_lt20(x0, x1, ty_Float) 21.98/10.25 new_esEs28(x0, x1, ty_Int) 21.98/10.25 new_esEs40(x0, x1, ty_Float) 21.98/10.25 new_compare16(@2(x0, x1), @2(x2, x3), x4, x5) 21.98/10.25 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 21.98/10.25 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs37(x0, x1, ty_Float) 21.98/10.25 new_compare18(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs26(x0, x1, ty_Integer) 21.98/10.25 new_ltEs14(Just(x0), Just(x1), ty_Float) 21.98/10.25 new_ltEs16(Left(x0), Left(x1), ty_Char, x2) 21.98/10.25 new_esEs22(Just(x0), Just(x1), ty_Double) 21.98/10.25 new_ltEs24(x0, x1, ty_Int) 21.98/10.25 new_compare18(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_ltEs20(x0, x1, ty_Bool) 21.98/10.25 new_ltEs22(x0, x1, ty_Double) 21.98/10.25 new_esEs33(x0, x1, ty_Double) 21.98/10.25 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 21.98/10.25 new_esEs8(x0, x1, ty_@0) 21.98/10.25 new_lt10(x0, x1) 21.98/10.25 new_esEs28(x0, x1, ty_Char) 21.98/10.25 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs21(x0, x1, ty_Int) 21.98/10.25 new_esEs34(x0, x1, ty_Char) 21.98/10.25 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 21.98/10.25 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 21.98/10.25 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_lt21(x0, x1, ty_@0) 21.98/10.25 new_esEs22(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 21.98/10.25 new_compare7(:%(x0, x1), :%(x2, x3), ty_Integer) 21.98/10.25 new_esEs36(x0, x1, ty_Float) 21.98/10.25 new_ltEs11(False, False) 21.98/10.25 new_primPlusNat0(Zero, Succ(x0)) 21.98/10.25 new_esEs28(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs32(x0, x1, ty_Ordering) 21.98/10.25 new_ltEs6(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs35(x0, x1, ty_Integer) 21.98/10.25 new_compare31(EQ, GT) 21.98/10.25 new_compare31(GT, EQ) 21.98/10.25 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs38(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_compare6(Integer(x0), Integer(x1)) 21.98/10.25 new_primEqNat0(Zero, Zero) 21.98/10.25 new_lt20(x0, x1, ty_Int) 21.98/10.25 new_esEs36(x0, x1, app(ty_[], x2)) 21.98/10.25 new_ltEs24(x0, x1, ty_Float) 21.98/10.25 new_esEs36(x0, x1, ty_Char) 21.98/10.25 new_esEs10(x0, x1, ty_Integer) 21.98/10.25 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_lt19(x0, x1, ty_Double) 21.98/10.25 new_ltEs23(x0, x1, ty_Double) 21.98/10.25 new_esEs15(Double(x0, x1), Double(x2, x3)) 21.98/10.25 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_not(False) 21.98/10.25 new_pePe(False, x0) 21.98/10.25 new_lt22(x0, x1, ty_Integer) 21.98/10.25 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs4(x0, x1, ty_Double) 21.98/10.25 new_esEs35(x0, x1, ty_Ordering) 21.98/10.25 new_lt12(x0, x1, x2) 21.98/10.25 new_ltEs21(x0, x1, app(ty_[], x2)) 21.98/10.25 new_lt11(x0, x1) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, ty_Int) 21.98/10.25 new_primMulNat0(Zero, Succ(x0)) 21.98/10.25 new_esEs34(x0, x1, ty_Bool) 21.98/10.25 new_esEs7(x0, x1, ty_Bool) 21.98/10.25 new_lt5(x0, x1, ty_Ordering) 21.98/10.25 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 21.98/10.25 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_esEs33(x0, x1, ty_@0) 21.98/10.25 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_ltEs6(x0, x1, app(ty_Maybe, x2)) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, ty_Bool) 21.98/10.25 new_esEs38(x0, x1, ty_Float) 21.98/10.25 new_lt19(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs26(x0, x1, ty_Char) 21.98/10.25 new_esEs7(x0, x1, ty_Ordering) 21.98/10.25 new_ltEs17(x0, x1) 21.98/10.25 new_esEs34(x0, x1, ty_Ordering) 21.98/10.25 new_esEs36(x0, x1, ty_Int) 21.98/10.25 new_lt22(x0, x1, ty_Char) 21.98/10.25 new_compare29(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 21.98/10.25 new_esEs18(:%(x0, x1), :%(x2, x3), x4) 21.98/10.25 new_esEs38(x0, x1, ty_Bool) 21.98/10.25 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_ltEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 21.98/10.25 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 21.98/10.25 new_primCompAux0(x0, GT) 21.98/10.25 new_ltEs20(x0, x1, ty_Char) 21.98/10.25 new_lt15(x0, x1, x2, x3) 21.98/10.25 new_esEs34(x0, x1, ty_Integer) 21.98/10.25 new_lt20(x0, x1, app(ty_Ratio, x2)) 21.98/10.25 new_esEs6(x0, x1, ty_Double) 21.98/10.25 new_esEs10(x0, x1, ty_Ordering) 21.98/10.25 new_esEs11(x0, x1, ty_Char) 21.98/10.25 new_compare17(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 21.98/10.25 new_lt20(x0, x1, ty_Bool) 21.98/10.25 new_esEs24([], :(x0, x1), x2) 21.98/10.25 new_esEs40(x0, x1, ty_Char) 21.98/10.25 new_esEs22(Just(x0), Just(x1), ty_@0) 21.98/10.25 new_esEs23(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 21.98/10.25 new_esEs9(x0, x1, ty_@0) 21.98/10.25 new_ltEs20(x0, x1, ty_Float) 21.98/10.25 new_esEs23(Left(x0), Left(x1), ty_Int, x2) 21.98/10.25 new_esEs9(x0, x1, ty_Double) 21.98/10.25 new_lt22(x0, x1, ty_Bool) 21.98/10.25 new_esEs21(LT, GT) 21.98/10.25 new_esEs21(GT, LT) 21.98/10.25 new_esEs11(x0, x1, ty_Int) 21.98/10.25 new_esEs23(Left(x0), Left(x1), ty_Float, x2) 21.98/10.25 new_esEs36(x0, x1, ty_Bool) 21.98/10.25 new_ltEs20(x0, x1, ty_Int) 21.98/10.25 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 new_esEs38(x0, x1, ty_Char) 21.98/10.25 new_primCmpNat0(Succ(x0), Succ(x1)) 21.98/10.25 new_ltEs19(x0, x1, ty_@0) 21.98/10.25 new_compare14(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 21.98/10.25 new_compare14(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 21.98/10.25 new_esEs30(x0, x1, ty_Int) 21.98/10.25 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 21.98/10.25 new_lt20(x0, x1, ty_Char) 21.98/10.25 new_esEs5(x0, x1, app(ty_[], x2)) 21.98/10.25 new_compare32(@0, @0) 21.98/10.25 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_compare(:(x0, x1), :(x2, x3), x4) 21.98/10.25 new_primCmpNat0(Zero, Zero) 21.98/10.25 new_compare18(x0, x1, ty_@0) 21.98/10.25 new_ltEs16(Right(x0), Right(x1), x2, ty_Char) 21.98/10.25 new_lt23(x0, x1, app(ty_[], x2)) 21.98/10.25 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 21.98/10.25 new_esEs22(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 21.98/10.25 21.98/10.25 We have to consider all minimal (P,Q,R)-chains. 21.98/10.25 ---------------------------------------- 21.98/10.25 21.98/10.25 (19) QDPSizeChangeProof (EQUIVALENT) 21.98/10.25 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. 21.98/10.25 21.98/10.25 From the DPs we obtained the following set of size-change graphs: 21.98/10.25 *new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare0(vwx31, vwx41, h) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_lt(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare(vwx31, vwx41, h), h) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(app(app(ty_@3, beb), bec), bed)) -> new_ltEs3(vwx182, vwx192, beb, bec, bed) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs0(Just(vwx180), Just(vwx190), app(app(app(ty_@3, dc), dd), de)) -> new_ltEs3(vwx180, vwx190, dc, dd, de) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs(vwx18, vwx19, cc) -> new_compare0(vwx18, vwx19, cc) 21.98/10.25 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(ty_Maybe, bde)) -> new_ltEs0(vwx182, vwx192, bde) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs0(Just(vwx180), Just(vwx190), app(ty_Maybe, ce)) -> new_ltEs0(vwx180, vwx190, ce) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(app(ty_@2, bdf), bdg)) -> new_ltEs1(vwx182, vwx192, bdf, bdg) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs0(Just(vwx180), Just(vwx190), app(app(ty_@2, cf), cg)) -> new_ltEs1(vwx180, vwx190, cf, cg) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_lt(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare0(vwx31, vwx41, h) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_lt3(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), cca, ccb, ccc) -> new_compare24(vwx30, vwx31, vwx32, vwx40, vwx41, vwx42, new_asAs(new_esEs9(vwx30, vwx40, cca), new_asAs(new_esEs10(vwx31, vwx41, ccb), new_esEs11(vwx32, vwx42, ccc))), cca, ccb, ccc) 21.98/10.25 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare4(@3(vwx30, vwx31, vwx32), @3(vwx40, vwx41, vwx42), cca, ccb, ccc) -> new_compare24(vwx30, vwx31, vwx32, vwx40, vwx41, vwx42, new_asAs(new_esEs9(vwx30, vwx40, cca), new_asAs(new_esEs10(vwx31, vwx41, ccb), new_esEs11(vwx32, vwx42, ccc))), cca, ccb, ccc) 21.98/10.25 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 21.98/10.25 21.98/10.25 21.98/10.25 *new_lt1(@2(vwx30, vwx31), @2(vwx40, vwx41), bee, bef) -> new_compare21(vwx30, vwx31, vwx40, vwx41, new_asAs(new_esEs5(vwx30, vwx40, bee), new_esEs6(vwx31, vwx41, bef)), bee, bef) 21.98/10.25 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs3(vwx181, vwx191, fh, ga, gb) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(ty_Maybe, fb)) -> new_ltEs0(vwx181, vwx191, fb) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(app(ty_@2, fc), fd)) -> new_ltEs1(vwx181, vwx191, fc, fd) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare2(@2(vwx30, vwx31), @2(vwx40, vwx41), bee, bef) -> new_compare21(vwx30, vwx31, vwx40, vwx41, new_asAs(new_esEs5(vwx30, vwx40, bee), new_esEs6(vwx31, vwx41, bef)), bee, bef) 21.98/10.25 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(app(ty_Either, bdh), bea)) -> new_ltEs2(vwx182, vwx192, bdh, bea) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs0(Just(vwx180), Just(vwx190), app(app(ty_Either, da), db)) -> new_ltEs2(vwx180, vwx190, da, db) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs0(Just(vwx180), Just(vwx190), app(ty_[], cd)) -> new_ltEs(vwx180, vwx190, cd) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(app(ty_Either, ff), fg)) -> new_ltEs2(vwx181, vwx191, ff, fg) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_lt0(Just(vwx30), Just(vwx40), cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare1(Just(vwx30), Just(vwx40), cb) -> new_compare20(vwx30, vwx40, new_esEs4(vwx30, vwx40, cb), cb) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(app(app(ty_@3, bff), bfg), bfh)) -> new_ltEs3(vwx68, vwx70, bff, bfg, bfh) 21.98/10.25 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(ty_Maybe, bfa)) -> new_ltEs0(vwx68, vwx70, bfa) 21.98/10.25 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(app(ty_@2, bfb), bfc)) -> new_ltEs1(vwx68, vwx70, bfb, bfc) 21.98/10.25 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(app(ty_@2, ea), eb), dg) -> new_lt1(vwx180, vwx190, ea, eb) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(app(ty_Either, bfd), bfe)) -> new_ltEs2(vwx68, vwx70, bfd, bfe) 21.98/10.25 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(app(ty_@2, bgd), bge), bgb) -> new_lt1(vwx67, vwx69, bgd, bge) 21.98/10.25 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare23(vwx43, vwx44, False, cag, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_ltEs3(vwx43, vwx44, cbf, cbg, cbh) 21.98/10.25 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare23(vwx43, vwx44, False, cag, app(ty_Maybe, cba)) -> new_ltEs0(vwx43, vwx44, cba) 21.98/10.25 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare23(vwx43, vwx44, False, cag, app(app(ty_@2, cbb), cbc)) -> new_ltEs1(vwx43, vwx44, cbb, cbc) 21.98/10.25 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare23(vwx43, vwx44, False, cag, app(app(ty_Either, cbd), cbe)) -> new_ltEs2(vwx43, vwx44, cbd, cbe) 21.98/10.25 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare23(vwx43, vwx44, False, cag, app(ty_[], cah)) -> new_ltEs(vwx43, vwx44, cah) 21.98/10.25 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_primCompAux(vwx30, vwx40, vwx8, app(app(ty_Either, be), bf)) -> new_compare3(vwx30, vwx40, be, bf) 21.98/10.25 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_primCompAux(vwx30, vwx40, vwx8, app(ty_Maybe, bb)) -> new_compare1(vwx30, vwx40, bb) 21.98/10.25 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 21.98/10.25 21.98/10.25 21.98/10.25 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(app(ty_Either, ec), ed), dg) -> new_lt2(vwx180, vwx190, ec, ed) 21.98/10.25 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(app(ty_Either, bgf), bgg), bgb) -> new_lt2(vwx67, vwx69, bgf, bgg) 21.98/10.25 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare22(vwx36, vwx37, False, app(app(app(ty_@3, cad), cae), caf), bhf) -> new_ltEs3(vwx36, vwx37, cad, cae, caf) 21.98/10.25 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.25 21.98/10.25 21.98/10.25 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(app(app(ty_@3, cfg), cfh), cga)) -> new_ltEs3(vwx56, vwx59, cfg, cfh, cga) 21.98/10.25 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare22(vwx36, vwx37, False, app(ty_Maybe, bhg), bhf) -> new_ltEs0(vwx36, vwx37, bhg) 21.98/10.26 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(ty_Maybe, cfb)) -> new_ltEs0(vwx56, vwx59, cfb) 21.98/10.26 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare22(vwx36, vwx37, False, app(app(ty_@2, bhh), caa), bhf) -> new_ltEs1(vwx36, vwx37, bhh, caa) 21.98/10.26 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(app(ty_@2, cfc), cfd)) -> new_ltEs1(vwx56, vwx59, cfc, cfd) 21.98/10.26 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare22(vwx36, vwx37, False, app(app(ty_Either, cab), cac), bhf) -> new_ltEs2(vwx36, vwx37, cab, cac) 21.98/10.26 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(app(ty_Either, cfe), cff)) -> new_ltEs2(vwx56, vwx59, cfe, cff) 21.98/10.26 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare22(vwx36, vwx37, False, app(ty_[], bhe), bhf) -> new_ltEs(vwx36, vwx37, bhe) 21.98/10.26 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_lt2(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_lt2(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare3(Right(vwx30), Right(vwx40), bhc, bhd) -> new_compare23(vwx30, vwx40, new_esEs8(vwx30, vwx40, bhd), bhc, bhd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(vwx18, vwx19, False, app(ty_[], cc)) -> new_compare0(vwx18, vwx19, cc) 21.98/10.26 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_primCompAux(vwx30, vwx40, vwx8, app(ty_[], ba)) -> new_compare0(vwx30, vwx40, ba) 21.98/10.26 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_primCompAux(vwx30, vwx40, vwx8, app(app(ty_@2, bc), bd)) -> new_compare2(vwx30, vwx40, bc, bd) 21.98/10.26 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare3(Left(vwx30), Left(vwx40), bhc, bhd) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, bhc), bhc, bhd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(ty_[], df), dg) -> new_lt(vwx180, vwx190, df) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(ty_[], bga), bgb) -> new_lt(vwx67, vwx69, bga) 21.98/10.26 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_primCompAux(vwx30, vwx40, vwx8, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx30, vwx40, bg, bh, ca) 21.98/10.26 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(app(app(ty_@3, ee), ef), eg), dg) -> new_lt3(vwx180, vwx190, ee, ef, eg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(app(app(ty_@3, bgh), bha), bhb), bgb) -> new_lt3(vwx67, vwx69, bgh, bha, bhb) 21.98/10.26 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, bah, app(ty_[], bdd)) -> new_ltEs(vwx182, vwx192, bdd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), app(ty_Maybe, dh), dg) -> new_lt0(vwx180, vwx190, dh) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs1(@2(vwx180, vwx181), @2(vwx190, vwx191), eh, app(ty_[], fa)) -> new_ltEs(vwx181, vwx191, fa) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, app(ty_Maybe, bgc), bgb) -> new_lt0(vwx67, vwx69, bgc) 21.98/10.26 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare21(vwx67, vwx68, vwx69, vwx70, False, beg, app(ty_[], beh)) -> new_ltEs(vwx68, vwx70, beh) 21.98/10.26 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, cce, app(ty_[], cfa)) -> new_ltEs(vwx56, vwx59, cfa) 21.98/10.26 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(app(ty_@2, bce), bcf), bba) -> new_lt1(vwx181, vwx191, bce, bcf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(app(ty_@2, bbc), bbd), bah, bba) -> new_lt1(vwx180, vwx190, bbc, bbd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(app(ty_Either, bbe), bbf), bah, bba) -> new_lt2(vwx180, vwx190, bbe, bbf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(app(ty_Either, bcg), bch), bba) -> new_lt2(vwx181, vwx191, bcg, bch) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(ty_[], bcc), bba) -> new_lt(vwx181, vwx191, bcc) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(ty_[], bag), bah, bba) -> new_lt(vwx180, vwx190, bag) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(app(app(ty_@3, bbg), bbh), bca), bah, bba) -> new_lt3(vwx180, vwx190, bbg, bbh, bca) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(app(app(ty_@3, bda), bdb), bdc), bba) -> new_lt3(vwx181, vwx191, bda, bdb, bdc) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), bcb, app(ty_Maybe, bcd), bba) -> new_lt0(vwx181, vwx191, bcd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs3(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), app(ty_Maybe, bbb), bah, bba) -> new_lt0(vwx180, vwx190, bbb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Right(vwx180), Right(vwx190), he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs3(vwx180, vwx190, bad, bae, baf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Left(vwx180), Left(vwx190), app(app(app(ty_@3, hb), hc), hd), gd) -> new_ltEs3(vwx180, vwx190, hb, hc, hd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(app(app(ty_@3, hb), hc), hd)), gd)) -> new_ltEs3(vwx180, vwx190, hb, hc, hd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs3(vwx180, vwx190, bad, bae, baf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(app(app(ty_@3, beb), bec), bed))) -> new_ltEs3(vwx182, vwx192, beb, bec, bed) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(app(app(ty_@3, fh), ga), gb))) -> new_ltEs3(vwx181, vwx191, fh, ga, gb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(app(app(ty_@3, dc), dd), de))) -> new_ltEs3(vwx180, vwx190, dc, dd, de) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Right(vwx180), Right(vwx190), he, app(ty_Maybe, hg)) -> new_ltEs0(vwx180, vwx190, hg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Left(vwx180), Left(vwx190), app(ty_Maybe, ge), gd) -> new_ltEs0(vwx180, vwx190, ge) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(ty_Maybe, ce))) -> new_ltEs0(vwx180, vwx190, ce) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(ty_Maybe, ge)), gd)) -> new_ltEs0(vwx180, vwx190, ge) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(ty_Maybe, bde))) -> new_ltEs0(vwx182, vwx192, bde) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(ty_Maybe, hg))) -> new_ltEs0(vwx180, vwx190, hg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(ty_Maybe, fb))) -> new_ltEs0(vwx181, vwx191, fb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Left(vwx180), Left(vwx190), app(app(ty_@2, gf), gg), gd) -> new_ltEs1(vwx180, vwx190, gf, gg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Right(vwx180), Right(vwx190), he, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx180, vwx190, hh, baa) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(app(ty_@2, gf), gg)), gd)) -> new_ltEs1(vwx180, vwx190, gf, gg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(app(ty_@2, fc), fd))) -> new_ltEs1(vwx181, vwx191, fc, fd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(app(ty_@2, hh), baa))) -> new_ltEs1(vwx180, vwx190, hh, baa) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(app(ty_@2, bdf), bdg))) -> new_ltEs1(vwx182, vwx192, bdf, bdg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(app(ty_@2, cf), cg))) -> new_ltEs1(vwx180, vwx190, cf, cg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Right(vwx180), Right(vwx190), he, app(app(ty_Either, bab), bac)) -> new_ltEs2(vwx180, vwx190, bab, bac) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Left(vwx180), Left(vwx190), app(app(ty_Either, gh), ha), gd) -> new_ltEs2(vwx180, vwx190, gh, ha) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Left(vwx180), Left(vwx190), app(ty_[], gc), gd) -> new_ltEs(vwx180, vwx190, gc) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_ltEs2(Right(vwx180), Right(vwx190), he, app(ty_[], hf)) -> new_ltEs(vwx180, vwx190, hf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(app(ty_Either, bab), bac))) -> new_ltEs2(vwx180, vwx190, bab, bac) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(app(ty_Either, ff), fg))) -> new_ltEs2(vwx181, vwx191, ff, fg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(app(ty_Either, bdh), bea))) -> new_ltEs2(vwx182, vwx192, bdh, bea) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(app(ty_Either, da), db))) -> new_ltEs2(vwx180, vwx190, da, db) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(app(ty_Either, gh), ha)), gd)) -> new_ltEs2(vwx180, vwx190, gh, ha) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(app(ty_@2, ea), eb)), dg)) -> new_lt1(vwx180, vwx190, ea, eb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(app(ty_@2, bce), bcf)), bba)) -> new_lt1(vwx181, vwx191, bce, bcf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(app(ty_@2, bbc), bbd)), bah), bba)) -> new_lt1(vwx180, vwx190, bbc, bbd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(app(ty_@2, ceb), cec), ccf) -> new_lt1(vwx55, vwx58, ceb, cec) 21.98/10.26 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(app(ty_@2, cch), cda), cce, ccf) -> new_lt1(vwx54, vwx57, cch, cda) 21.98/10.26 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(app(ty_Either, bbe), bbf)), bah), bba)) -> new_lt2(vwx180, vwx190, bbe, bbf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(app(ty_Either, ec), ed)), dg)) -> new_lt2(vwx180, vwx190, ec, ed) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(app(ty_Either, bcg), bch)), bba)) -> new_lt2(vwx181, vwx191, bcg, bch) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(ty_[], df)), dg)) -> new_lt(vwx180, vwx190, df) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(ty_[], bag)), bah), bba)) -> new_lt(vwx180, vwx190, bag) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(ty_[], bcc)), bba)) -> new_lt(vwx181, vwx191, bcc) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(app(app(ty_@3, bbg), bbh), bca)), bah), bba)) -> new_lt3(vwx180, vwx190, bbg, bbh, bca) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(app(app(ty_@3, ee), ef), eg)), dg)) -> new_lt3(vwx180, vwx190, ee, ef, eg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(app(app(ty_@3, bda), bdb), bdc)), bba)) -> new_lt3(vwx181, vwx191, bda, bdb, bdc) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, app(ty_Maybe, bbb)), bah), bba)) -> new_lt0(vwx180, vwx190, bbb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), app(ty_Maybe, bcd)), bba)) -> new_lt0(vwx181, vwx191, bcd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, app(ty_Maybe, dh)), dg)) -> new_lt0(vwx180, vwx190, dh) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Just(vwx180), Just(vwx190), False, app(ty_Maybe, app(ty_[], cd))) -> new_ltEs(vwx180, vwx190, cd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Left(vwx180), Left(vwx190), False, app(app(ty_Either, app(ty_[], gc)), gd)) -> new_ltEs(vwx180, vwx190, gc) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@2(vwx180, vwx181), @2(vwx190, vwx191), False, app(app(ty_@2, eh), app(ty_[], fa))) -> new_ltEs(vwx181, vwx191, fa) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(@3(vwx180, vwx181, vwx182), @3(vwx190, vwx191, vwx192), False, app(app(app(ty_@3, bcb), bah), app(ty_[], bdd))) -> new_ltEs(vwx182, vwx192, bdd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare20(Right(vwx180), Right(vwx190), False, app(app(ty_Either, he), app(ty_[], hf))) -> new_ltEs(vwx180, vwx190, hf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(app(ty_Either, ced), cee), ccf) -> new_lt2(vwx55, vwx58, ced, cee) 21.98/10.26 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(app(ty_Either, cdb), cdc), cce, ccf) -> new_lt2(vwx54, vwx57, cdb, cdc) 21.98/10.26 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(ty_[], ccd), cce, ccf) -> new_lt(vwx54, vwx57, ccd) 21.98/10.26 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(ty_[], cdh), ccf) -> new_lt(vwx55, vwx58, cdh) 21.98/10.26 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(app(app(ty_@3, cdd), cde), cdf), cce, ccf) -> new_lt3(vwx54, vwx57, cdd, cde, cdf) 21.98/10.26 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(app(app(ty_@3, cef), ceg), ceh), ccf) -> new_lt3(vwx55, vwx58, cef, ceg, ceh) 21.98/10.26 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, cdg, app(ty_Maybe, cea), ccf) -> new_lt0(vwx55, vwx58, cea) 21.98/10.26 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_compare24(vwx54, vwx55, vwx56, vwx57, vwx58, vwx59, False, app(ty_Maybe, ccg), cce, ccf) -> new_lt0(vwx54, vwx57, ccg) 21.98/10.26 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 21.98/10.26 21.98/10.26 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (20) 21.98/10.26 YES 21.98/10.26 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (21) 21.98/10.26 Obligation: 21.98/10.26 Q DP problem: 21.98/10.26 The TRS P consists of the following rules: 21.98/10.26 21.98/10.26 new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 21.98/10.26 21.98/10.26 R is empty. 21.98/10.26 Q is empty. 21.98/10.26 We have to consider all minimal (P,Q,R)-chains. 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (22) QDPSizeChangeProof (EQUIVALENT) 21.98/10.26 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. 21.98/10.26 21.98/10.26 From the DPs we obtained the following set of size-change graphs: 21.98/10.26 *new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 21.98/10.26 The graph contains the following edges 1 > 1, 2 >= 2 21.98/10.26 21.98/10.26 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (23) 21.98/10.26 YES 21.98/10.26 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (24) 21.98/10.26 Obligation: 21.98/10.26 Q DP problem: 21.98/10.26 The TRS P consists of the following rules: 21.98/10.26 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ff), fb) -> new_esEs1(vwx300, vwx400, ff) 21.98/10.26 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx300, vwx400, bdg, bdh) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx302, vwx402, df, dg, dh) 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx301, vwx401, gh) 21.98/10.26 new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx302, vwx402, ef) 21.98/10.26 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx301, vwx401, cg, da) 21.98/10.26 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx300, vwx400, eg, eh, fa) 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx301, vwx401, gf, gg) 21.98/10.26 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 21.98/10.26 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 21.98/10.26 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx301, vwx401, ha, hb) 21.98/10.26 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdf)) -> new_esEs1(vwx300, vwx400, bdf) 21.98/10.26 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], bea)) -> new_esEs3(vwx300, vwx400, bea) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx300, vwx400, bg) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_[], de), bd) -> new_esEs3(vwx301, vwx401, de) 21.98/10.26 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 21.98/10.26 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx300, vwx400, bdd, bde) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], cb), bc, bd) -> new_esEs3(vwx300, vwx400, cb) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx301, vwx401, db) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx301, vwx401, cd, ce, cf) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx302, vwx402, ed, ee) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx302, vwx402, ea, eb) 21.98/10.26 new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 21.98/10.26 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], ga), fb) -> new_esEs3(vwx300, vwx400, ga) 21.98/10.26 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), beb) -> new_esEs3(vwx301, vwx401, beb) 21.98/10.26 new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx302, vwx402, ec) 21.98/10.26 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx300, vwx400, bda, bdb, bdc) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx301, vwx401, dc, dd) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx300, vwx400, h, ba, bb) 21.98/10.26 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 21.98/10.26 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 21.98/10.26 new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 21.98/10.26 new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 21.98/10.26 new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx300, vwx400, bh, ca) 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx300, vwx400, fc, fd) 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx300, vwx400, fg, fh) 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], hc)) -> new_esEs3(vwx301, vwx401, hc) 21.98/10.26 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx300, vwx400, be, bf) 21.98/10.26 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx301, vwx401, gc, gd, ge) 21.98/10.26 21.98/10.26 R is empty. 21.98/10.26 Q is empty. 21.98/10.26 We have to consider all minimal (P,Q,R)-chains. 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (25) QDPSizeChangeProof (EQUIVALENT) 21.98/10.26 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. 21.98/10.26 21.98/10.26 From the DPs we obtained the following set of size-change graphs: 21.98/10.26 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx300, vwx400, bdd, bde) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx300, vwx400, bda, bdb, bdc) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx300, vwx400, bdg, bdh) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdf)) -> new_esEs1(vwx300, vwx400, bdf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx301, vwx401, cg, da) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx302, vwx402, ea, eb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx300, vwx400, be, bf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx301, vwx401, gf, gg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx300, vwx400, fc, fd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx302, vwx402, ef) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_[], de), bd) -> new_esEs3(vwx301, vwx401, de) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], cb), bc, bd) -> new_esEs3(vwx300, vwx400, cb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], bea)) -> new_esEs3(vwx300, vwx400, bea) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), beb) -> new_esEs3(vwx301, vwx401, beb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], ga), fb) -> new_esEs3(vwx300, vwx400, ga) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], hc)) -> new_esEs3(vwx301, vwx401, hc) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx302, vwx402, df, dg, dh) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx301, vwx401, cd, ce, cf) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx300, vwx400, h, ba, bb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx302, vwx402, ed, ee) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx301, vwx401, dc, dd) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx300, vwx400, bh, ca) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx300, vwx400, bg) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx301, vwx401, db) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx302, vwx402, ec) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx300, vwx400, eg, eh, fa) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx301, vwx401, gc, gd, ge) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx301, vwx401, ha, hb) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx300, vwx400, fg, fh) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ff), fb) -> new_esEs1(vwx300, vwx400, ff) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 21.98/10.26 21.98/10.26 21.98/10.26 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx301, vwx401, gh) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 21.98/10.26 21.98/10.26 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (26) 21.98/10.26 YES 21.98/10.26 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (27) 21.98/10.26 Obligation: 21.98/10.26 Q DP problem: 21.98/10.26 The TRS P consists of the following rules: 21.98/10.26 21.98/10.26 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 21.98/10.26 21.98/10.26 R is empty. 21.98/10.26 Q is empty. 21.98/10.26 We have to consider all minimal (P,Q,R)-chains. 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (28) QDPSizeChangeProof (EQUIVALENT) 21.98/10.26 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. 21.98/10.26 21.98/10.26 From the DPs we obtained the following set of size-change graphs: 21.98/10.26 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2 21.98/10.26 21.98/10.26 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (29) 21.98/10.26 YES 21.98/10.26 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (30) 21.98/10.26 Obligation: 21.98/10.26 Q DP problem: 21.98/10.26 The TRS P consists of the following rules: 21.98/10.26 21.98/10.26 new_primPlusNat(Succ(vwx14700), Succ(vwx41000)) -> new_primPlusNat(vwx14700, vwx41000) 21.98/10.26 21.98/10.26 R is empty. 21.98/10.26 Q is empty. 21.98/10.26 We have to consider all minimal (P,Q,R)-chains. 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (31) QDPSizeChangeProof (EQUIVALENT) 21.98/10.26 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. 21.98/10.26 21.98/10.26 From the DPs we obtained the following set of size-change graphs: 21.98/10.26 *new_primPlusNat(Succ(vwx14700), Succ(vwx41000)) -> new_primPlusNat(vwx14700, vwx41000) 21.98/10.26 The graph contains the following edges 1 > 1, 2 > 2 21.98/10.26 21.98/10.26 21.98/10.26 ---------------------------------------- 21.98/10.26 21.98/10.26 (32) 21.98/10.26 YES 21.98/10.29 EOF