13.25/5.18 YES 15.88/5.90 proof of /export/starexec/sandbox2/benchmark/theBenchmark.hs 15.88/5.90 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 15.88/5.90 15.88/5.90 15.88/5.90 H-Termination with start terms of the given HASKELL could be proven: 15.88/5.90 15.88/5.90 (0) HASKELL 15.88/5.90 (1) CR [EQUIVALENT, 0 ms] 15.88/5.90 (2) HASKELL 15.88/5.90 (3) IFR [EQUIVALENT, 0 ms] 15.88/5.90 (4) HASKELL 15.88/5.90 (5) BR [EQUIVALENT, 0 ms] 15.88/5.90 (6) HASKELL 15.88/5.90 (7) COR [EQUIVALENT, 14 ms] 15.88/5.90 (8) HASKELL 15.88/5.90 (9) LetRed [EQUIVALENT, 0 ms] 15.88/5.90 (10) HASKELL 15.88/5.90 (11) NumRed [SOUND, 0 ms] 15.88/5.90 (12) HASKELL 15.88/5.90 (13) Narrow [SOUND, 0 ms] 15.88/5.90 (14) AND 15.88/5.90 (15) QDP 15.88/5.90 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.88/5.90 (17) YES 15.88/5.90 (18) QDP 15.88/5.90 (19) DependencyGraphProof [EQUIVALENT, 0 ms] 15.88/5.90 (20) QDP 15.88/5.90 (21) QDPSizeChangeProof [EQUIVALENT, 38 ms] 15.88/5.90 (22) YES 15.88/5.90 (23) QDP 15.88/5.90 (24) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.88/5.90 (25) YES 15.88/5.90 (26) QDP 15.88/5.90 (27) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.88/5.90 (28) YES 15.88/5.90 (29) QDP 15.88/5.90 (30) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.88/5.90 (31) YES 15.88/5.90 (32) QDP 15.88/5.90 (33) QDPSizeChangeProof [EQUIVALENT, 0 ms] 15.88/5.90 (34) YES 15.88/5.90 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (0) 15.88/5.90 Obligation: 15.88/5.90 mainModule Main 15.88/5.90 module Main where { 15.88/5.90 import qualified Prelude; 15.88/5.90 } 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (1) CR (EQUIVALENT) 15.88/5.90 Case Reductions: 15.88/5.90 The following Case expression 15.88/5.90 "case compare x y of { 15.88/5.90 EQ -> o; 15.88/5.90 LT -> LT; 15.88/5.90 GT -> GT} 15.88/5.90 " 15.88/5.90 is transformed to 15.88/5.90 "primCompAux0 o EQ = o; 15.88/5.90 primCompAux0 o LT = LT; 15.88/5.90 primCompAux0 o GT = GT; 15.88/5.90 " 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (2) 15.88/5.90 Obligation: 15.88/5.90 mainModule Main 15.88/5.90 module Main where { 15.88/5.90 import qualified Prelude; 15.88/5.90 } 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (3) IFR (EQUIVALENT) 15.88/5.90 If Reductions: 15.88/5.90 The following If expression 15.88/5.90 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 15.88/5.90 is transformed to 15.88/5.90 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 15.88/5.90 primDivNatS0 x y False = Zero; 15.88/5.90 " 15.88/5.90 The following If expression 15.88/5.90 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 15.88/5.90 is transformed to 15.88/5.90 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 15.88/5.90 primModNatS0 x y False = Succ x; 15.88/5.90 " 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (4) 15.88/5.90 Obligation: 15.88/5.90 mainModule Main 15.88/5.90 module Main where { 15.88/5.90 import qualified Prelude; 15.88/5.90 } 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (5) BR (EQUIVALENT) 15.88/5.90 Replaced joker patterns by fresh variables and removed binding patterns. 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (6) 15.88/5.90 Obligation: 15.88/5.90 mainModule Main 15.88/5.90 module Main where { 15.88/5.90 import qualified Prelude; 15.88/5.90 } 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (7) COR (EQUIVALENT) 15.88/5.90 Cond Reductions: 15.88/5.90 The following Function with conditions 15.88/5.90 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 15.88/5.90 " 15.88/5.90 is transformed to 15.88/5.90 "compare x y = compare3 x y; 15.88/5.90 " 15.88/5.90 "compare1 x y True = LT; 15.88/5.90 compare1 x y False = compare0 x y otherwise; 15.88/5.90 " 15.88/5.90 "compare0 x y True = GT; 15.88/5.90 " 15.88/5.90 "compare2 x y True = EQ; 15.88/5.90 compare2 x y False = compare1 x y (x <= y); 15.88/5.90 " 15.88/5.90 "compare3 x y = compare2 x y (x == y); 15.88/5.90 " 15.88/5.90 The following Function with conditions 15.88/5.90 "max x y|x <= yy|otherwisex; 15.88/5.90 " 15.88/5.90 is transformed to 15.88/5.90 "max x y = max2 x y; 15.88/5.90 " 15.88/5.90 "max0 x y True = x; 15.88/5.90 " 15.88/5.90 "max1 x y True = y; 15.88/5.90 max1 x y False = max0 x y otherwise; 15.88/5.90 " 15.88/5.90 "max2 x y = max1 x y (x <= y); 15.88/5.90 " 15.88/5.90 The following Function with conditions 15.88/5.90 "absReal x|x >= 0x|otherwise`negate` x; 15.88/5.90 " 15.88/5.90 is transformed to 15.88/5.90 "absReal x = absReal2 x; 15.88/5.90 " 15.88/5.90 "absReal0 x True = `negate` x; 15.88/5.90 " 15.88/5.90 "absReal1 x True = x; 15.88/5.90 absReal1 x False = absReal0 x otherwise; 15.88/5.90 " 15.88/5.90 "absReal2 x = absReal1 x (x >= 0); 15.88/5.90 " 15.88/5.90 The following Function with conditions 15.88/5.90 "gcd' x 0 = x; 15.88/5.90 gcd' x y = gcd' y (x `rem` y); 15.88/5.90 " 15.88/5.90 is transformed to 15.88/5.90 "gcd' x zx = gcd'2 x zx; 15.88/5.90 gcd' x y = gcd'0 x y; 15.88/5.90 " 15.88/5.90 "gcd'0 x y = gcd' y (x `rem` y); 15.88/5.90 " 15.88/5.90 "gcd'1 True x zx = x; 15.88/5.90 gcd'1 zy zz vuu = gcd'0 zz vuu; 15.88/5.90 " 15.88/5.90 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 15.88/5.90 gcd'2 vuv vuw = gcd'0 vuv vuw; 15.88/5.90 " 15.88/5.90 The following Function with conditions 15.88/5.90 "gcd 0 0 = error []; 15.88/5.90 gcd x y = gcd' (abs x) (abs y) where { 15.88/5.90 gcd' x 0 = x; 15.88/5.90 gcd' x y = gcd' y (x `rem` y); 15.88/5.90 } 15.88/5.90 ; 15.88/5.90 " 15.88/5.90 is transformed to 15.88/5.90 "gcd vux vuy = gcd3 vux vuy; 15.88/5.90 gcd x y = gcd0 x y; 15.88/5.90 " 15.88/5.90 "gcd0 x y = gcd' (abs x) (abs y) where { 15.88/5.90 gcd' x zx = gcd'2 x zx; 15.88/5.90 gcd' x y = gcd'0 x y; 15.88/5.90 ; 15.88/5.90 gcd'0 x y = gcd' y (x `rem` y); 15.88/5.90 ; 15.88/5.90 gcd'1 True x zx = x; 15.88/5.90 gcd'1 zy zz vuu = gcd'0 zz vuu; 15.88/5.90 ; 15.88/5.90 gcd'2 x zx = gcd'1 (zx == 0) x zx; 15.88/5.90 gcd'2 vuv vuw = gcd'0 vuv vuw; 15.88/5.90 } 15.88/5.90 ; 15.88/5.90 " 15.88/5.90 "gcd1 True vux vuy = error []; 15.88/5.90 gcd1 vuz vvu vvv = gcd0 vvu vvv; 15.88/5.90 " 15.88/5.90 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 15.88/5.90 gcd2 vvw vvx vvy = gcd0 vvx vvy; 15.88/5.90 " 15.88/5.90 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 15.88/5.90 gcd3 vvz vwu = gcd0 vvz vwu; 15.88/5.90 " 15.88/5.90 The following Function with conditions 15.88/5.90 "undefined |Falseundefined; 15.88/5.90 " 15.88/5.90 is transformed to 15.88/5.90 "undefined = undefined1; 15.88/5.90 " 15.88/5.90 "undefined0 True = undefined; 15.88/5.90 " 15.88/5.90 "undefined1 = undefined0 False; 15.88/5.90 " 15.88/5.90 The following Function with conditions 15.88/5.90 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 15.88/5.90 d = gcd x y; 15.88/5.90 } 15.88/5.90 ; 15.88/5.90 " 15.88/5.90 is transformed to 15.88/5.90 "reduce x y = reduce2 x y; 15.88/5.90 " 15.88/5.90 "reduce2 x y = reduce1 x y (y == 0) where { 15.88/5.90 d = gcd x y; 15.88/5.90 ; 15.88/5.90 reduce0 x y True = x `quot` d :% (y `quot` d); 15.88/5.90 ; 15.88/5.90 reduce1 x y True = error []; 15.88/5.90 reduce1 x y False = reduce0 x y otherwise; 15.88/5.90 } 15.88/5.90 ; 15.88/5.90 " 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (8) 15.88/5.90 Obligation: 15.88/5.90 mainModule Main 15.88/5.90 module Main where { 15.88/5.90 import qualified Prelude; 15.88/5.90 } 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (9) LetRed (EQUIVALENT) 15.88/5.90 Let/Where Reductions: 15.88/5.90 The bindings of the following Let/Where expression 15.88/5.90 "gcd' (abs x) (abs y) where { 15.88/5.90 gcd' x zx = gcd'2 x zx; 15.88/5.90 gcd' x y = gcd'0 x y; 15.88/5.90 ; 15.88/5.90 gcd'0 x y = gcd' y (x `rem` y); 15.88/5.90 ; 15.88/5.90 gcd'1 True x zx = x; 15.88/5.90 gcd'1 zy zz vuu = gcd'0 zz vuu; 15.88/5.90 ; 15.88/5.90 gcd'2 x zx = gcd'1 (zx == 0) x zx; 15.88/5.90 gcd'2 vuv vuw = gcd'0 vuv vuw; 15.88/5.90 } 15.88/5.90 " 15.88/5.90 are unpacked to the following functions on top level 15.88/5.90 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 15.88/5.90 " 15.88/5.90 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 15.88/5.90 gcd0Gcd' x y = gcd0Gcd'0 x y; 15.88/5.90 " 15.88/5.90 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 15.88/5.90 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 15.88/5.90 " 15.88/5.90 "gcd0Gcd'1 True x zx = x; 15.88/5.90 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 15.88/5.90 " 15.88/5.90 The bindings of the following Let/Where expression 15.88/5.90 "reduce1 x y (y == 0) where { 15.88/5.90 d = gcd x y; 15.88/5.90 ; 15.88/5.90 reduce0 x y True = x `quot` d :% (y `quot` d); 15.88/5.90 ; 15.88/5.90 reduce1 x y True = error []; 15.88/5.90 reduce1 x y False = reduce0 x y otherwise; 15.88/5.90 } 15.88/5.90 " 15.88/5.90 are unpacked to the following functions on top level 15.88/5.90 "reduce2D vwv vww = gcd vwv vww; 15.88/5.90 " 15.88/5.90 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 15.88/5.90 " 15.88/5.90 "reduce2Reduce1 vwv vww x y True = error []; 15.88/5.90 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 15.88/5.90 " 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (10) 15.88/5.90 Obligation: 15.88/5.90 mainModule Main 15.88/5.90 module Main where { 15.88/5.90 import qualified Prelude; 15.88/5.90 } 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (11) NumRed (SOUND) 15.88/5.90 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (12) 15.88/5.90 Obligation: 15.88/5.90 mainModule Main 15.88/5.90 module Main where { 15.88/5.90 import qualified Prelude; 15.88/5.90 } 15.88/5.90 15.88/5.90 ---------------------------------------- 15.88/5.90 15.88/5.90 (13) Narrow (SOUND) 15.88/5.90 Haskell To QDPs 15.88/5.90 15.88/5.90 digraph dp_graph { 15.88/5.90 node [outthreshold=100, inthreshold=100];1[label="max",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 15.88/5.90 3[label="max vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 15.88/5.90 4[label="max vwx3 vwx4",fontsize=16,color="blue",shape="box"];3915[label="max :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];4 -> 3915[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3915 -> 5[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3916[label="max :: (Maybe a) -> (Maybe a) -> Maybe a",fontsize=10,color="white",style="solid",shape="box"];4 -> 3916[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3916 -> 6[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3917[label="max :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];4 -> 3917[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3917 -> 7[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3918[label="max :: Double -> Double -> Double",fontsize=10,color="white",style="solid",shape="box"];4 -> 3918[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3918 -> 8[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3919[label="max :: ([] a) -> ([] a) -> [] a",fontsize=10,color="white",style="solid",shape="box"];4 -> 3919[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3919 -> 9[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3920[label="max :: (Ratio a) -> (Ratio a) -> Ratio a",fontsize=10,color="white",style="solid",shape="box"];4 -> 3920[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3920 -> 10[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3921[label="max :: Float -> Float -> Float",fontsize=10,color="white",style="solid",shape="box"];4 -> 3921[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3921 -> 11[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3922[label="max :: ((@3) a b c) -> ((@3) a b c) -> (@3) a b c",fontsize=10,color="white",style="solid",shape="box"];4 -> 3922[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3922 -> 12[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3923[label="max :: () -> () -> ()",fontsize=10,color="white",style="solid",shape="box"];4 -> 3923[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3923 -> 13[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3924[label="max :: Int -> Int -> Int",fontsize=10,color="white",style="solid",shape="box"];4 -> 3924[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3924 -> 14[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3925[label="max :: Char -> Char -> Char",fontsize=10,color="white",style="solid",shape="box"];4 -> 3925[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3925 -> 15[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3926[label="max :: Integer -> Integer -> Integer",fontsize=10,color="white",style="solid",shape="box"];4 -> 3926[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3926 -> 16[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3927[label="max :: ((@2) a b) -> ((@2) a b) -> (@2) a b",fontsize=10,color="white",style="solid",shape="box"];4 -> 3927[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3927 -> 17[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3928[label="max :: (Either a b) -> (Either a b) -> Either a b",fontsize=10,color="white",style="solid",shape="box"];4 -> 3928[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3928 -> 18[label="",style="solid", color="blue", weight=3]; 15.88/5.90 5[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];5 -> 19[label="",style="solid", color="black", weight=3]; 15.88/5.90 6[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];6 -> 20[label="",style="solid", color="black", weight=3]; 15.88/5.90 7[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];7 -> 21[label="",style="solid", color="black", weight=3]; 15.88/5.90 8[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];8 -> 22[label="",style="solid", color="black", weight=3]; 15.88/5.90 9[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];9 -> 23[label="",style="solid", color="black", weight=3]; 15.88/5.90 10[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];10 -> 24[label="",style="solid", color="black", weight=3]; 15.88/5.90 11[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];11 -> 25[label="",style="solid", color="black", weight=3]; 15.88/5.90 12[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];12 -> 26[label="",style="solid", color="black", weight=3]; 15.88/5.90 13[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];13 -> 27[label="",style="solid", color="black", weight=3]; 15.88/5.90 14[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];14 -> 28[label="",style="solid", color="black", weight=3]; 15.88/5.90 15[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];15 -> 29[label="",style="solid", color="black", weight=3]; 15.88/5.90 16[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];16 -> 30[label="",style="solid", color="black", weight=3]; 15.88/5.90 17[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];17 -> 31[label="",style="solid", color="black", weight=3]; 15.88/5.90 18[label="max vwx3 vwx4",fontsize=16,color="black",shape="box"];18 -> 32[label="",style="solid", color="black", weight=3]; 15.88/5.90 19[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];19 -> 33[label="",style="solid", color="black", weight=3]; 15.88/5.90 20[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];20 -> 34[label="",style="solid", color="black", weight=3]; 15.88/5.90 21[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];21 -> 35[label="",style="solid", color="black", weight=3]; 15.88/5.90 22[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];22 -> 36[label="",style="solid", color="black", weight=3]; 15.88/5.90 23[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];23 -> 37[label="",style="solid", color="black", weight=3]; 15.88/5.90 24[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];24 -> 38[label="",style="solid", color="black", weight=3]; 15.88/5.90 25[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];25 -> 39[label="",style="solid", color="black", weight=3]; 15.88/5.90 26[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];26 -> 40[label="",style="solid", color="black", weight=3]; 15.88/5.90 27[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];27 -> 41[label="",style="solid", color="black", weight=3]; 15.88/5.90 28[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];28 -> 42[label="",style="solid", color="black", weight=3]; 15.88/5.90 29[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];29 -> 43[label="",style="solid", color="black", weight=3]; 15.88/5.90 30[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];30 -> 44[label="",style="solid", color="black", weight=3]; 15.88/5.90 31[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];31 -> 45[label="",style="solid", color="black", weight=3]; 15.88/5.90 32[label="max2 vwx3 vwx4",fontsize=16,color="black",shape="box"];32 -> 46[label="",style="solid", color="black", weight=3]; 15.88/5.90 33[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3929[label="vwx3/LT",fontsize=10,color="white",style="solid",shape="box"];33 -> 3929[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3929 -> 47[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3930[label="vwx3/EQ",fontsize=10,color="white",style="solid",shape="box"];33 -> 3930[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3930 -> 48[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3931[label="vwx3/GT",fontsize=10,color="white",style="solid",shape="box"];33 -> 3931[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3931 -> 49[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 34[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3932[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];34 -> 3932[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3932 -> 50[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3933[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];34 -> 3933[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3933 -> 51[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 35[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3934[label="vwx3/False",fontsize=10,color="white",style="solid",shape="box"];35 -> 3934[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3934 -> 52[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3935[label="vwx3/True",fontsize=10,color="white",style="solid",shape="box"];35 -> 3935[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3935 -> 53[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 36[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="black",shape="box"];36 -> 54[label="",style="solid", color="black", weight=3]; 15.88/5.90 37[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="black",shape="box"];37 -> 55[label="",style="solid", color="black", weight=3]; 15.88/5.90 38[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="black",shape="box"];38 -> 56[label="",style="solid", color="black", weight=3]; 15.88/5.90 39[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="black",shape="box"];39 -> 57[label="",style="solid", color="black", weight=3]; 15.88/5.90 40[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3936[label="vwx3/(vwx30,vwx31,vwx32)",fontsize=10,color="white",style="solid",shape="box"];40 -> 3936[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3936 -> 58[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 41[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="black",shape="box"];41 -> 59[label="",style="solid", color="black", weight=3]; 15.88/5.90 42[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="black",shape="box"];42 -> 60[label="",style="solid", color="black", weight=3]; 15.88/5.90 43[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="black",shape="box"];43 -> 61[label="",style="solid", color="black", weight=3]; 15.88/5.90 44[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="black",shape="box"];44 -> 62[label="",style="solid", color="black", weight=3]; 15.88/5.90 45[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3937[label="vwx3/(vwx30,vwx31)",fontsize=10,color="white",style="solid",shape="box"];45 -> 3937[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3937 -> 63[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 46[label="max1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3938[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];46 -> 3938[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3938 -> 64[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3939[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];46 -> 3939[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3939 -> 65[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 47[label="max1 LT vwx4 (LT <= vwx4)",fontsize=16,color="burlywood",shape="box"];3940[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];47 -> 3940[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3940 -> 66[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3941[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];47 -> 3941[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3941 -> 67[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3942[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];47 -> 3942[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3942 -> 68[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 48[label="max1 EQ vwx4 (EQ <= vwx4)",fontsize=16,color="burlywood",shape="box"];3943[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];48 -> 3943[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3943 -> 69[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3944[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];48 -> 3944[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3944 -> 70[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3945[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];48 -> 3945[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3945 -> 71[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 49[label="max1 GT vwx4 (GT <= vwx4)",fontsize=16,color="burlywood",shape="box"];3946[label="vwx4/LT",fontsize=10,color="white",style="solid",shape="box"];49 -> 3946[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3946 -> 72[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3947[label="vwx4/EQ",fontsize=10,color="white",style="solid",shape="box"];49 -> 3947[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3947 -> 73[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3948[label="vwx4/GT",fontsize=10,color="white",style="solid",shape="box"];49 -> 3948[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3948 -> 74[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 50[label="max1 Nothing vwx4 (Nothing <= vwx4)",fontsize=16,color="burlywood",shape="box"];3949[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];50 -> 3949[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3949 -> 75[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3950[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];50 -> 3950[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3950 -> 76[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 51[label="max1 (Just vwx30) vwx4 (Just vwx30 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3951[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];51 -> 3951[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3951 -> 77[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3952[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];51 -> 3952[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3952 -> 78[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 52[label="max1 False vwx4 (False <= vwx4)",fontsize=16,color="burlywood",shape="box"];3953[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];52 -> 3953[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3953 -> 79[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3954[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];52 -> 3954[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3954 -> 80[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 53[label="max1 True vwx4 (True <= vwx4)",fontsize=16,color="burlywood",shape="box"];3955[label="vwx4/False",fontsize=10,color="white",style="solid",shape="box"];53 -> 3955[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3955 -> 81[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3956[label="vwx4/True",fontsize=10,color="white",style="solid",shape="box"];53 -> 3956[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3956 -> 82[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 54[label="max1 vwx3 vwx4 (compare vwx3 vwx4 /= GT)",fontsize=16,color="black",shape="box"];54 -> 83[label="",style="solid", color="black", weight=3]; 15.88/5.90 55[label="max1 vwx3 vwx4 (compare vwx3 vwx4 /= GT)",fontsize=16,color="black",shape="box"];55 -> 84[label="",style="solid", color="black", weight=3]; 15.88/5.90 56[label="max1 vwx3 vwx4 (compare vwx3 vwx4 /= GT)",fontsize=16,color="black",shape="box"];56 -> 85[label="",style="solid", color="black", weight=3]; 15.88/5.90 57[label="max1 vwx3 vwx4 (compare vwx3 vwx4 /= GT)",fontsize=16,color="black",shape="box"];57 -> 86[label="",style="solid", color="black", weight=3]; 15.88/5.90 58[label="max1 (vwx30,vwx31,vwx32) vwx4 ((vwx30,vwx31,vwx32) <= vwx4)",fontsize=16,color="burlywood",shape="box"];3957[label="vwx4/(vwx40,vwx41,vwx42)",fontsize=10,color="white",style="solid",shape="box"];58 -> 3957[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3957 -> 87[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 59[label="max1 vwx3 vwx4 (compare vwx3 vwx4 /= GT)",fontsize=16,color="black",shape="box"];59 -> 88[label="",style="solid", color="black", weight=3]; 15.88/5.90 60[label="max1 vwx3 vwx4 (compare vwx3 vwx4 /= GT)",fontsize=16,color="black",shape="box"];60 -> 89[label="",style="solid", color="black", weight=3]; 15.88/5.90 61[label="max1 vwx3 vwx4 (compare vwx3 vwx4 /= GT)",fontsize=16,color="black",shape="box"];61 -> 90[label="",style="solid", color="black", weight=3]; 15.88/5.90 62[label="max1 vwx3 vwx4 (compare vwx3 vwx4 /= GT)",fontsize=16,color="black",shape="box"];62 -> 91[label="",style="solid", color="black", weight=3]; 15.88/5.90 63[label="max1 (vwx30,vwx31) vwx4 ((vwx30,vwx31) <= vwx4)",fontsize=16,color="burlywood",shape="box"];3958[label="vwx4/(vwx40,vwx41)",fontsize=10,color="white",style="solid",shape="box"];63 -> 3958[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3958 -> 92[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 64[label="max1 (Left vwx30) vwx4 (Left vwx30 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3959[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];64 -> 3959[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3959 -> 93[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3960[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];64 -> 3960[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3960 -> 94[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 65[label="max1 (Right vwx30) vwx4 (Right vwx30 <= vwx4)",fontsize=16,color="burlywood",shape="box"];3961[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];65 -> 3961[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3961 -> 95[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3962[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];65 -> 3962[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3962 -> 96[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 66[label="max1 LT LT (LT <= LT)",fontsize=16,color="black",shape="box"];66 -> 97[label="",style="solid", color="black", weight=3]; 15.88/5.90 67[label="max1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];67 -> 98[label="",style="solid", color="black", weight=3]; 15.88/5.90 68[label="max1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];68 -> 99[label="",style="solid", color="black", weight=3]; 15.88/5.90 69[label="max1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];69 -> 100[label="",style="solid", color="black", weight=3]; 15.88/5.90 70[label="max1 EQ EQ (EQ <= EQ)",fontsize=16,color="black",shape="box"];70 -> 101[label="",style="solid", color="black", weight=3]; 15.88/5.90 71[label="max1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];71 -> 102[label="",style="solid", color="black", weight=3]; 15.88/5.90 72[label="max1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];72 -> 103[label="",style="solid", color="black", weight=3]; 15.88/5.90 73[label="max1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];73 -> 104[label="",style="solid", color="black", weight=3]; 15.88/5.90 74[label="max1 GT GT (GT <= GT)",fontsize=16,color="black",shape="box"];74 -> 105[label="",style="solid", color="black", weight=3]; 15.88/5.90 75[label="max1 Nothing Nothing (Nothing <= Nothing)",fontsize=16,color="black",shape="box"];75 -> 106[label="",style="solid", color="black", weight=3]; 15.88/5.90 76[label="max1 Nothing (Just vwx40) (Nothing <= Just vwx40)",fontsize=16,color="black",shape="box"];76 -> 107[label="",style="solid", color="black", weight=3]; 15.88/5.90 77[label="max1 (Just vwx30) Nothing (Just vwx30 <= Nothing)",fontsize=16,color="black",shape="box"];77 -> 108[label="",style="solid", color="black", weight=3]; 15.88/5.90 78[label="max1 (Just vwx30) (Just vwx40) (Just vwx30 <= Just vwx40)",fontsize=16,color="black",shape="box"];78 -> 109[label="",style="solid", color="black", weight=3]; 15.88/5.90 79[label="max1 False False (False <= False)",fontsize=16,color="black",shape="box"];79 -> 110[label="",style="solid", color="black", weight=3]; 15.88/5.90 80[label="max1 False True (False <= True)",fontsize=16,color="black",shape="box"];80 -> 111[label="",style="solid", color="black", weight=3]; 15.88/5.90 81[label="max1 True False (True <= False)",fontsize=16,color="black",shape="box"];81 -> 112[label="",style="solid", color="black", weight=3]; 15.88/5.90 82[label="max1 True True (True <= True)",fontsize=16,color="black",shape="box"];82 -> 113[label="",style="solid", color="black", weight=3]; 15.88/5.90 83[label="max1 vwx3 vwx4 (not (compare vwx3 vwx4 == GT))",fontsize=16,color="black",shape="box"];83 -> 114[label="",style="solid", color="black", weight=3]; 15.88/5.90 84[label="max1 vwx3 vwx4 (not (compare vwx3 vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3963[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];84 -> 3963[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3963 -> 115[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3964[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];84 -> 3964[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3964 -> 116[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 85[label="max1 vwx3 vwx4 (not (compare vwx3 vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3965[label="vwx3/vwx30 :% vwx31",fontsize=10,color="white",style="solid",shape="box"];85 -> 3965[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3965 -> 117[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 86[label="max1 vwx3 vwx4 (not (compare vwx3 vwx4 == GT))",fontsize=16,color="black",shape="box"];86 -> 118[label="",style="solid", color="black", weight=3]; 15.88/5.90 87[label="max1 (vwx30,vwx31,vwx32) (vwx40,vwx41,vwx42) ((vwx30,vwx31,vwx32) <= (vwx40,vwx41,vwx42))",fontsize=16,color="black",shape="box"];87 -> 119[label="",style="solid", color="black", weight=3]; 15.88/5.90 88[label="max1 vwx3 vwx4 (not (compare vwx3 vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3966[label="vwx3/()",fontsize=10,color="white",style="solid",shape="box"];88 -> 3966[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3966 -> 120[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 89[label="max1 vwx3 vwx4 (not (compare vwx3 vwx4 == GT))",fontsize=16,color="black",shape="box"];89 -> 121[label="",style="solid", color="black", weight=3]; 15.88/5.90 90[label="max1 vwx3 vwx4 (not (compare vwx3 vwx4 == GT))",fontsize=16,color="black",shape="box"];90 -> 122[label="",style="solid", color="black", weight=3]; 15.88/5.90 91[label="max1 vwx3 vwx4 (not (compare vwx3 vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3967[label="vwx3/Integer vwx30",fontsize=10,color="white",style="solid",shape="box"];91 -> 3967[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3967 -> 123[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 92[label="max1 (vwx30,vwx31) (vwx40,vwx41) ((vwx30,vwx31) <= (vwx40,vwx41))",fontsize=16,color="black",shape="box"];92 -> 124[label="",style="solid", color="black", weight=3]; 15.88/5.90 93[label="max1 (Left vwx30) (Left vwx40) (Left vwx30 <= Left vwx40)",fontsize=16,color="black",shape="box"];93 -> 125[label="",style="solid", color="black", weight=3]; 15.88/5.90 94[label="max1 (Left vwx30) (Right vwx40) (Left vwx30 <= Right vwx40)",fontsize=16,color="black",shape="box"];94 -> 126[label="",style="solid", color="black", weight=3]; 15.88/5.90 95[label="max1 (Right vwx30) (Left vwx40) (Right vwx30 <= Left vwx40)",fontsize=16,color="black",shape="box"];95 -> 127[label="",style="solid", color="black", weight=3]; 15.88/5.90 96[label="max1 (Right vwx30) (Right vwx40) (Right vwx30 <= Right vwx40)",fontsize=16,color="black",shape="box"];96 -> 128[label="",style="solid", color="black", weight=3]; 15.88/5.90 97[label="max1 LT LT True",fontsize=16,color="black",shape="box"];97 -> 129[label="",style="solid", color="black", weight=3]; 15.88/5.90 98[label="max1 LT EQ True",fontsize=16,color="black",shape="box"];98 -> 130[label="",style="solid", color="black", weight=3]; 15.88/5.90 99[label="max1 LT GT True",fontsize=16,color="black",shape="box"];99 -> 131[label="",style="solid", color="black", weight=3]; 15.88/5.90 100[label="max1 EQ LT False",fontsize=16,color="black",shape="box"];100 -> 132[label="",style="solid", color="black", weight=3]; 15.88/5.90 101[label="max1 EQ EQ True",fontsize=16,color="black",shape="box"];101 -> 133[label="",style="solid", color="black", weight=3]; 15.88/5.90 102[label="max1 EQ GT True",fontsize=16,color="black",shape="box"];102 -> 134[label="",style="solid", color="black", weight=3]; 15.88/5.90 103[label="max1 GT LT False",fontsize=16,color="black",shape="box"];103 -> 135[label="",style="solid", color="black", weight=3]; 15.88/5.90 104[label="max1 GT EQ False",fontsize=16,color="black",shape="box"];104 -> 136[label="",style="solid", color="black", weight=3]; 15.88/5.90 105[label="max1 GT GT True",fontsize=16,color="black",shape="box"];105 -> 137[label="",style="solid", color="black", weight=3]; 15.88/5.90 106[label="max1 Nothing Nothing True",fontsize=16,color="black",shape="box"];106 -> 138[label="",style="solid", color="black", weight=3]; 15.88/5.90 107[label="max1 Nothing (Just vwx40) True",fontsize=16,color="black",shape="box"];107 -> 139[label="",style="solid", color="black", weight=3]; 15.88/5.90 108[label="max1 (Just vwx30) Nothing False",fontsize=16,color="black",shape="box"];108 -> 140[label="",style="solid", color="black", weight=3]; 15.88/5.90 109 -> 141[label="",style="dashed", color="red", weight=0]; 15.88/5.90 109[label="max1 (Just vwx30) (Just vwx40) (vwx30 <= vwx40)",fontsize=16,color="magenta"];109 -> 142[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 109 -> 143[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 109 -> 144[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 110[label="max1 False False True",fontsize=16,color="black",shape="box"];110 -> 145[label="",style="solid", color="black", weight=3]; 15.88/5.90 111[label="max1 False True True",fontsize=16,color="black",shape="box"];111 -> 146[label="",style="solid", color="black", weight=3]; 15.88/5.90 112[label="max1 True False False",fontsize=16,color="black",shape="box"];112 -> 147[label="",style="solid", color="black", weight=3]; 15.88/5.90 113[label="max1 True True True",fontsize=16,color="black",shape="box"];113 -> 148[label="",style="solid", color="black", weight=3]; 15.88/5.90 114[label="max1 vwx3 vwx4 (not (primCmpDouble vwx3 vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3968[label="vwx3/Double vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];114 -> 3968[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3968 -> 149[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 115[label="max1 (vwx30 : vwx31) vwx4 (not (compare (vwx30 : vwx31) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3969[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];115 -> 3969[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3969 -> 150[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3970[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];115 -> 3970[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3970 -> 151[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 116[label="max1 [] vwx4 (not (compare [] vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3971[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];116 -> 3971[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3971 -> 152[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3972[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];116 -> 3972[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3972 -> 153[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 117[label="max1 (vwx30 :% vwx31) vwx4 (not (compare (vwx30 :% vwx31) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3973[label="vwx4/vwx40 :% vwx41",fontsize=10,color="white",style="solid",shape="box"];117 -> 3973[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3973 -> 154[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 118[label="max1 vwx3 vwx4 (not (primCmpFloat vwx3 vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3974[label="vwx3/Float vwx30 vwx31",fontsize=10,color="white",style="solid",shape="box"];118 -> 3974[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3974 -> 155[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 119 -> 1258[label="",style="dashed", color="red", weight=0]; 15.88/5.90 119[label="max1 (vwx30,vwx31,vwx32) (vwx40,vwx41,vwx42) (vwx30 < vwx40 || vwx30 == vwx40 && (vwx31 < vwx41 || vwx31 == vwx41 && vwx32 <= vwx42))",fontsize=16,color="magenta"];119 -> 1259[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 119 -> 1260[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 119 -> 1261[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 119 -> 1262[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 119 -> 1263[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 119 -> 1264[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 119 -> 1265[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 120[label="max1 () vwx4 (not (compare () vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3975[label="vwx4/()",fontsize=10,color="white",style="solid",shape="box"];120 -> 3975[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3975 -> 164[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 121[label="max1 vwx3 vwx4 (not (primCmpInt vwx3 vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3976[label="vwx3/Pos vwx30",fontsize=10,color="white",style="solid",shape="box"];121 -> 3976[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3976 -> 165[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3977[label="vwx3/Neg vwx30",fontsize=10,color="white",style="solid",shape="box"];121 -> 3977[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3977 -> 166[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 122[label="max1 vwx3 vwx4 (not (primCmpChar vwx3 vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3978[label="vwx3/Char vwx30",fontsize=10,color="white",style="solid",shape="box"];122 -> 3978[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3978 -> 167[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 123[label="max1 (Integer vwx30) vwx4 (not (compare (Integer vwx30) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3979[label="vwx4/Integer vwx40",fontsize=10,color="white",style="solid",shape="box"];123 -> 3979[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3979 -> 168[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 124 -> 1554[label="",style="dashed", color="red", weight=0]; 15.88/5.90 124[label="max1 (vwx30,vwx31) (vwx40,vwx41) (vwx30 < vwx40 || vwx30 == vwx40 && vwx31 <= vwx41)",fontsize=16,color="magenta"];124 -> 1555[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 124 -> 1556[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 124 -> 1557[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 124 -> 1558[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 124 -> 1559[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 125 -> 175[label="",style="dashed", color="red", weight=0]; 15.88/5.90 125[label="max1 (Left vwx30) (Left vwx40) (vwx30 <= vwx40)",fontsize=16,color="magenta"];125 -> 176[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 125 -> 177[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 125 -> 178[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 126[label="max1 (Left vwx30) (Right vwx40) True",fontsize=16,color="black",shape="box"];126 -> 179[label="",style="solid", color="black", weight=3]; 15.88/5.90 127[label="max1 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];127 -> 180[label="",style="solid", color="black", weight=3]; 15.88/5.90 128 -> 181[label="",style="dashed", color="red", weight=0]; 15.88/5.90 128[label="max1 (Right vwx30) (Right vwx40) (vwx30 <= vwx40)",fontsize=16,color="magenta"];128 -> 182[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 128 -> 183[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 128 -> 184[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 129[label="LT",fontsize=16,color="green",shape="box"];130[label="EQ",fontsize=16,color="green",shape="box"];131[label="GT",fontsize=16,color="green",shape="box"];132[label="max0 EQ LT otherwise",fontsize=16,color="black",shape="box"];132 -> 185[label="",style="solid", color="black", weight=3]; 15.88/5.90 133[label="EQ",fontsize=16,color="green",shape="box"];134[label="GT",fontsize=16,color="green",shape="box"];135[label="max0 GT LT otherwise",fontsize=16,color="black",shape="box"];135 -> 186[label="",style="solid", color="black", weight=3]; 15.88/5.90 136[label="max0 GT EQ otherwise",fontsize=16,color="black",shape="box"];136 -> 187[label="",style="solid", color="black", weight=3]; 15.88/5.90 137[label="GT",fontsize=16,color="green",shape="box"];138[label="Nothing",fontsize=16,color="green",shape="box"];139[label="Just vwx40",fontsize=16,color="green",shape="box"];140[label="max0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];140 -> 188[label="",style="solid", color="black", weight=3]; 15.88/5.90 142[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];3980[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3980[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3980 -> 189[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3981[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3981[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3981 -> 190[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3982[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3982[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3982 -> 191[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3983[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3983[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3983 -> 192[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3984[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3984[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3984 -> 193[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3985[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3985[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3985 -> 194[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3986[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3986[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3986 -> 195[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3987[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3987[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3987 -> 196[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3988[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3988[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3988 -> 197[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3989[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3989[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3989 -> 198[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3990[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3990[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3990 -> 199[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3991[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3991[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3991 -> 200[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3992[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3992[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3992 -> 201[label="",style="solid", color="blue", weight=3]; 15.88/5.90 3993[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];142 -> 3993[label="",style="solid", color="blue", weight=9]; 15.88/5.90 3993 -> 202[label="",style="solid", color="blue", weight=3]; 15.88/5.90 143[label="vwx30",fontsize=16,color="green",shape="box"];144[label="vwx40",fontsize=16,color="green",shape="box"];141[label="max1 (Just vwx9) (Just vwx10) vwx11",fontsize=16,color="burlywood",shape="triangle"];3994[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];141 -> 3994[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3994 -> 203[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3995[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];141 -> 3995[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3995 -> 204[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 145[label="False",fontsize=16,color="green",shape="box"];146[label="True",fontsize=16,color="green",shape="box"];147[label="max0 True False otherwise",fontsize=16,color="black",shape="box"];147 -> 205[label="",style="solid", color="black", weight=3]; 15.88/5.90 148[label="True",fontsize=16,color="green",shape="box"];149[label="max1 (Double vwx30 vwx31) vwx4 (not (primCmpDouble (Double vwx30 vwx31) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3996[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];149 -> 3996[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3996 -> 206[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3997[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];149 -> 3997[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3997 -> 207[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 150[label="max1 (vwx30 : vwx31) (vwx40 : vwx41) (not (compare (vwx30 : vwx31) (vwx40 : vwx41) == GT))",fontsize=16,color="black",shape="box"];150 -> 208[label="",style="solid", color="black", weight=3]; 15.88/5.90 151[label="max1 (vwx30 : vwx31) [] (not (compare (vwx30 : vwx31) [] == GT))",fontsize=16,color="black",shape="box"];151 -> 209[label="",style="solid", color="black", weight=3]; 15.88/5.90 152[label="max1 [] (vwx40 : vwx41) (not (compare [] (vwx40 : vwx41) == GT))",fontsize=16,color="black",shape="box"];152 -> 210[label="",style="solid", color="black", weight=3]; 15.88/5.90 153[label="max1 [] [] (not (compare [] [] == GT))",fontsize=16,color="black",shape="box"];153 -> 211[label="",style="solid", color="black", weight=3]; 15.88/5.90 154[label="max1 (vwx30 :% vwx31) (vwx40 :% vwx41) (not (compare (vwx30 :% vwx31) (vwx40 :% vwx41) == GT))",fontsize=16,color="black",shape="box"];154 -> 212[label="",style="solid", color="black", weight=3]; 15.88/5.90 155[label="max1 (Float vwx30 vwx31) vwx4 (not (primCmpFloat (Float vwx30 vwx31) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];3998[label="vwx31/Pos vwx310",fontsize=10,color="white",style="solid",shape="box"];155 -> 3998[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3998 -> 213[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 3999[label="vwx31/Neg vwx310",fontsize=10,color="white",style="solid",shape="box"];155 -> 3999[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 3999 -> 214[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 1259[label="vwx31",fontsize=16,color="green",shape="box"];1260[label="vwx42",fontsize=16,color="green",shape="box"];1261 -> 972[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1261[label="vwx30 < vwx40 || vwx30 == vwx40 && (vwx31 < vwx41 || vwx31 == vwx41 && vwx32 <= vwx42)",fontsize=16,color="magenta"];1261 -> 1290[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1261 -> 1291[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1261 -> 1292[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1261 -> 1293[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1262[label="vwx41",fontsize=16,color="green",shape="box"];1263[label="vwx30",fontsize=16,color="green",shape="box"];1264[label="vwx32",fontsize=16,color="green",shape="box"];1265[label="vwx40",fontsize=16,color="green",shape="box"];1258[label="max1 (vwx82,vwx83,vwx84) (vwx85,vwx86,vwx87) vwx152",fontsize=16,color="burlywood",shape="triangle"];4000[label="vwx152/False",fontsize=10,color="white",style="solid",shape="box"];1258 -> 4000[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4000 -> 1294[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4001[label="vwx152/True",fontsize=10,color="white",style="solid",shape="box"];1258 -> 4001[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4001 -> 1295[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 164[label="max1 () () (not (compare () () == GT))",fontsize=16,color="black",shape="box"];164 -> 231[label="",style="solid", color="black", weight=3]; 15.88/5.90 165[label="max1 (Pos vwx30) vwx4 (not (primCmpInt (Pos vwx30) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4002[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];165 -> 4002[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4002 -> 232[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4003[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];165 -> 4003[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4003 -> 233[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 166[label="max1 (Neg vwx30) vwx4 (not (primCmpInt (Neg vwx30) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4004[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];166 -> 4004[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4004 -> 234[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4005[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];166 -> 4005[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4005 -> 235[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 167[label="max1 (Char vwx30) vwx4 (not (primCmpChar (Char vwx30) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4006[label="vwx4/Char vwx40",fontsize=10,color="white",style="solid",shape="box"];167 -> 4006[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4006 -> 236[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 168[label="max1 (Integer vwx30) (Integer vwx40) (not (compare (Integer vwx30) (Integer vwx40) == GT))",fontsize=16,color="black",shape="box"];168 -> 237[label="",style="solid", color="black", weight=3]; 15.88/5.90 1555 -> 972[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1555[label="vwx30 < vwx40 || vwx30 == vwx40 && vwx31 <= vwx41",fontsize=16,color="magenta"];1555 -> 1590[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1555 -> 1591[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1555 -> 1592[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1555 -> 1593[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1556[label="vwx40",fontsize=16,color="green",shape="box"];1557[label="vwx30",fontsize=16,color="green",shape="box"];1558[label="vwx41",fontsize=16,color="green",shape="box"];1559[label="vwx31",fontsize=16,color="green",shape="box"];1554[label="max1 (vwx183,vwx184) (vwx185,vwx186) vwx187",fontsize=16,color="burlywood",shape="triangle"];4007[label="vwx187/False",fontsize=10,color="white",style="solid",shape="box"];1554 -> 4007[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4007 -> 1594[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4008[label="vwx187/True",fontsize=10,color="white",style="solid",shape="box"];1554 -> 4008[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4008 -> 1595[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 176[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];4009[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4009[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4009 -> 254[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4010[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4010[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4010 -> 255[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4011[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4011[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4011 -> 256[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4012[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4012[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4012 -> 257[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4013[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4013[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4013 -> 258[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4014[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4014[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4014 -> 259[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4015[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4015[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4015 -> 260[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4016[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4016[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4016 -> 261[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4017[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4017[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4017 -> 262[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4018[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4018[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4018 -> 263[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4019[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4019[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4019 -> 264[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4020[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4020[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4020 -> 265[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4021[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4021[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4021 -> 266[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4022[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];176 -> 4022[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4022 -> 267[label="",style="solid", color="blue", weight=3]; 15.88/5.90 177[label="vwx30",fontsize=16,color="green",shape="box"];178[label="vwx40",fontsize=16,color="green",shape="box"];175[label="max1 (Left vwx42) (Left vwx43) vwx44",fontsize=16,color="burlywood",shape="triangle"];4023[label="vwx44/False",fontsize=10,color="white",style="solid",shape="box"];175 -> 4023[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4023 -> 268[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4024[label="vwx44/True",fontsize=10,color="white",style="solid",shape="box"];175 -> 4024[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4024 -> 269[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 179[label="Right vwx40",fontsize=16,color="green",shape="box"];180[label="max0 (Right vwx30) (Left vwx40) otherwise",fontsize=16,color="black",shape="box"];180 -> 270[label="",style="solid", color="black", weight=3]; 15.88/5.90 182[label="vwx40",fontsize=16,color="green",shape="box"];183[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];4025[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4025[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4025 -> 271[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4026[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4026[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4026 -> 272[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4027[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4027[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4027 -> 273[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4028[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4028[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4028 -> 274[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4029[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4029[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4029 -> 275[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4030[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4030[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4030 -> 276[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4031[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4031[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4031 -> 277[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4032[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4032[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4032 -> 278[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4033[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4033[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4033 -> 279[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4034[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4034[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4034 -> 280[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4035[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4035[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4035 -> 281[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4036[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4036[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4036 -> 282[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4037[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4037[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4037 -> 283[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4038[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];183 -> 4038[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4038 -> 284[label="",style="solid", color="blue", weight=3]; 15.88/5.90 184[label="vwx30",fontsize=16,color="green",shape="box"];181[label="max1 (Right vwx49) (Right vwx50) vwx51",fontsize=16,color="burlywood",shape="triangle"];4039[label="vwx51/False",fontsize=10,color="white",style="solid",shape="box"];181 -> 4039[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4039 -> 285[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4040[label="vwx51/True",fontsize=10,color="white",style="solid",shape="box"];181 -> 4040[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4040 -> 286[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 185[label="max0 EQ LT True",fontsize=16,color="black",shape="box"];185 -> 287[label="",style="solid", color="black", weight=3]; 15.88/5.90 186[label="max0 GT LT True",fontsize=16,color="black",shape="box"];186 -> 288[label="",style="solid", color="black", weight=3]; 15.88/5.90 187[label="max0 GT EQ True",fontsize=16,color="black",shape="box"];187 -> 289[label="",style="solid", color="black", weight=3]; 15.88/5.90 188[label="max0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];188 -> 290[label="",style="solid", color="black", weight=3]; 15.88/5.90 189[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];4041[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];189 -> 4041[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4041 -> 291[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4042[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];189 -> 4042[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4042 -> 292[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4043[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];189 -> 4043[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4043 -> 293[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 190[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];4044[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];190 -> 4044[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4044 -> 294[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4045[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];190 -> 4045[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4045 -> 295[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 191[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];4046[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];191 -> 4046[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4046 -> 296[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4047[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];191 -> 4047[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4047 -> 297[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 192[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];192 -> 298[label="",style="solid", color="black", weight=3]; 15.88/5.90 193[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];193 -> 299[label="",style="solid", color="black", weight=3]; 15.88/5.90 194[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];194 -> 300[label="",style="solid", color="black", weight=3]; 15.88/5.90 195[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];195 -> 301[label="",style="solid", color="black", weight=3]; 15.88/5.90 196[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];4048[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];196 -> 4048[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4048 -> 302[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 197[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];197 -> 303[label="",style="solid", color="black", weight=3]; 15.88/5.90 198[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];198 -> 304[label="",style="solid", color="black", weight=3]; 15.88/5.90 199[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];199 -> 305[label="",style="solid", color="black", weight=3]; 15.88/5.90 200[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];200 -> 306[label="",style="solid", color="black", weight=3]; 15.88/5.90 201[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];4049[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];201 -> 4049[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4049 -> 307[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 202[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];4050[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];202 -> 4050[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4050 -> 308[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4051[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];202 -> 4051[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4051 -> 309[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 203[label="max1 (Just vwx9) (Just vwx10) False",fontsize=16,color="black",shape="box"];203 -> 310[label="",style="solid", color="black", weight=3]; 15.88/5.90 204[label="max1 (Just vwx9) (Just vwx10) True",fontsize=16,color="black",shape="box"];204 -> 311[label="",style="solid", color="black", weight=3]; 15.88/5.90 205[label="max0 True False True",fontsize=16,color="black",shape="box"];205 -> 312[label="",style="solid", color="black", weight=3]; 15.88/5.90 206[label="max1 (Double vwx30 (Pos vwx310)) vwx4 (not (primCmpDouble (Double vwx30 (Pos vwx310)) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4052[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];206 -> 4052[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4052 -> 313[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 207[label="max1 (Double vwx30 (Neg vwx310)) vwx4 (not (primCmpDouble (Double vwx30 (Neg vwx310)) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4053[label="vwx4/Double vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];207 -> 4053[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4053 -> 314[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 208 -> 1131[label="",style="dashed", color="red", weight=0]; 15.88/5.90 208[label="max1 (vwx30 : vwx31) (vwx40 : vwx41) (not (primCompAux vwx30 vwx40 (compare vwx31 vwx41) == GT))",fontsize=16,color="magenta"];208 -> 1132[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 208 -> 1133[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 208 -> 1134[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 208 -> 1135[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 208 -> 1136[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 209[label="max1 (vwx30 : vwx31) [] (not (GT == GT))",fontsize=16,color="black",shape="box"];209 -> 316[label="",style="solid", color="black", weight=3]; 15.88/5.90 210[label="max1 [] (vwx40 : vwx41) (not (LT == GT))",fontsize=16,color="black",shape="box"];210 -> 317[label="",style="solid", color="black", weight=3]; 15.88/5.90 211[label="max1 [] [] (not (EQ == GT))",fontsize=16,color="black",shape="box"];211 -> 318[label="",style="solid", color="black", weight=3]; 15.88/5.90 212 -> 319[label="",style="dashed", color="red", weight=0]; 15.88/5.90 212[label="max1 (vwx30 :% vwx31) (vwx40 :% vwx41) (not (compare (vwx30 * vwx41) (vwx40 * vwx31) == GT))",fontsize=16,color="magenta"];212 -> 320[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 212 -> 321[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 212 -> 322[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 212 -> 323[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 212 -> 324[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 213[label="max1 (Float vwx30 (Pos vwx310)) vwx4 (not (primCmpFloat (Float vwx30 (Pos vwx310)) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4054[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];213 -> 4054[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4054 -> 325[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 214[label="max1 (Float vwx30 (Neg vwx310)) vwx4 (not (primCmpFloat (Float vwx30 (Neg vwx310)) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4055[label="vwx4/Float vwx40 vwx41",fontsize=10,color="white",style="solid",shape="box"];214 -> 4055[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4055 -> 326[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 1290[label="vwx30 < vwx40",fontsize=16,color="blue",shape="box"];4056[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4056[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4056 -> 1310[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4057[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4057[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4057 -> 1311[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4058[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4058[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4058 -> 1312[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4059[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4059[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4059 -> 1313[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4060[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4060[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4060 -> 1314[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4061[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4061[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4061 -> 1315[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4062[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4062[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4062 -> 1316[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4063[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4063[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4063 -> 1317[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4064[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4064[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4064 -> 1318[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4065[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4065[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4065 -> 1319[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4066[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4066[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4066 -> 1320[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4067[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4067[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4067 -> 1321[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4068[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4068[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4068 -> 1322[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4069[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1290 -> 4069[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4069 -> 1323[label="",style="solid", color="blue", weight=3]; 15.88/5.90 1291 -> 972[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1291[label="vwx31 < vwx41 || vwx31 == vwx41 && vwx32 <= vwx42",fontsize=16,color="magenta"];1291 -> 1324[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1291 -> 1325[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1291 -> 1326[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1291 -> 1327[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1292[label="vwx40",fontsize=16,color="green",shape="box"];1293[label="vwx30",fontsize=16,color="green",shape="box"];972[label="vwx108 || vwx109 == vwx110 && vwx150",fontsize=16,color="burlywood",shape="triangle"];4070[label="vwx108/False",fontsize=10,color="white",style="solid",shape="box"];972 -> 4070[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4070 -> 1004[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4071[label="vwx108/True",fontsize=10,color="white",style="solid",shape="box"];972 -> 4071[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4071 -> 1005[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 1294[label="max1 (vwx82,vwx83,vwx84) (vwx85,vwx86,vwx87) False",fontsize=16,color="black",shape="box"];1294 -> 1328[label="",style="solid", color="black", weight=3]; 15.88/5.90 1295[label="max1 (vwx82,vwx83,vwx84) (vwx85,vwx86,vwx87) True",fontsize=16,color="black",shape="box"];1295 -> 1329[label="",style="solid", color="black", weight=3]; 15.88/5.90 231[label="max1 () () (not (EQ == GT))",fontsize=16,color="black",shape="box"];231 -> 343[label="",style="solid", color="black", weight=3]; 15.88/5.90 232[label="max1 (Pos (Succ vwx300)) vwx4 (not (primCmpInt (Pos (Succ vwx300)) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4072[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];232 -> 4072[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4072 -> 344[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4073[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];232 -> 4073[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4073 -> 345[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 233[label="max1 (Pos Zero) vwx4 (not (primCmpInt (Pos Zero) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4074[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];233 -> 4074[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4074 -> 346[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4075[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];233 -> 4075[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4075 -> 347[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 234[label="max1 (Neg (Succ vwx300)) vwx4 (not (primCmpInt (Neg (Succ vwx300)) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4076[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];234 -> 4076[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4076 -> 348[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4077[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];234 -> 4077[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4077 -> 349[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 235[label="max1 (Neg Zero) vwx4 (not (primCmpInt (Neg Zero) vwx4 == GT))",fontsize=16,color="burlywood",shape="box"];4078[label="vwx4/Pos vwx40",fontsize=10,color="white",style="solid",shape="box"];235 -> 4078[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4078 -> 350[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4079[label="vwx4/Neg vwx40",fontsize=10,color="white",style="solid",shape="box"];235 -> 4079[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4079 -> 351[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 236[label="max1 (Char vwx30) (Char vwx40) (not (primCmpChar (Char vwx30) (Char vwx40) == GT))",fontsize=16,color="black",shape="box"];236 -> 352[label="",style="solid", color="black", weight=3]; 15.88/5.90 237[label="max1 (Integer vwx30) (Integer vwx40) (not (primCmpInt vwx30 vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4080[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];237 -> 4080[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4080 -> 353[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4081[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];237 -> 4081[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4081 -> 354[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 1590[label="vwx30 < vwx40",fontsize=16,color="blue",shape="box"];4082[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4082[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4082 -> 1626[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4083[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4083[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4083 -> 1627[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4084[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4084[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4084 -> 1628[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4085[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4085[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4085 -> 1629[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4086[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4086[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4086 -> 1630[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4087[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4087[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4087 -> 1631[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4088[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4088[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4088 -> 1632[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4089[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4089[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4089 -> 1633[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4090[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4090[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4090 -> 1634[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4091[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4091[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4091 -> 1635[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4092[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4092[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4092 -> 1636[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4093[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4093[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4093 -> 1637[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4094[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4094[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4094 -> 1638[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4095[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1590 -> 4095[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4095 -> 1639[label="",style="solid", color="blue", weight=3]; 15.88/5.90 1591[label="vwx31 <= vwx41",fontsize=16,color="blue",shape="box"];4096[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4096[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4096 -> 1640[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4097[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4097[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4097 -> 1641[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4098[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4098[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4098 -> 1642[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4099[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4099[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4099 -> 1643[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4100[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4100[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4100 -> 1644[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4101[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4101[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4101 -> 1645[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4102[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4102[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4102 -> 1646[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4103[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4103[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4103 -> 1647[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4104[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4104[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4104 -> 1648[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4105[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4105[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4105 -> 1649[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4106[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4106[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4106 -> 1650[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4107[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4107[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4107 -> 1651[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4108[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4108[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4108 -> 1652[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4109[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1591 -> 4109[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4109 -> 1653[label="",style="solid", color="blue", weight=3]; 15.88/5.90 1592[label="vwx40",fontsize=16,color="green",shape="box"];1593[label="vwx30",fontsize=16,color="green",shape="box"];1594[label="max1 (vwx183,vwx184) (vwx185,vwx186) False",fontsize=16,color="black",shape="box"];1594 -> 1654[label="",style="solid", color="black", weight=3]; 15.88/5.90 1595[label="max1 (vwx183,vwx184) (vwx185,vwx186) True",fontsize=16,color="black",shape="box"];1595 -> 1655[label="",style="solid", color="black", weight=3]; 15.88/5.90 254 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.90 254[label="vwx30 <= vwx40",fontsize=16,color="magenta"];254 -> 385[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 254 -> 386[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 255 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.90 255[label="vwx30 <= vwx40",fontsize=16,color="magenta"];255 -> 387[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 255 -> 388[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 256 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.90 256[label="vwx30 <= vwx40",fontsize=16,color="magenta"];256 -> 389[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 256 -> 390[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 257 -> 192[label="",style="dashed", color="red", weight=0]; 15.88/5.90 257[label="vwx30 <= vwx40",fontsize=16,color="magenta"];257 -> 391[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 257 -> 392[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 258 -> 193[label="",style="dashed", color="red", weight=0]; 15.88/5.90 258[label="vwx30 <= vwx40",fontsize=16,color="magenta"];258 -> 393[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 258 -> 394[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 259 -> 194[label="",style="dashed", color="red", weight=0]; 15.88/5.90 259[label="vwx30 <= vwx40",fontsize=16,color="magenta"];259 -> 395[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 259 -> 396[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 260 -> 195[label="",style="dashed", color="red", weight=0]; 15.88/5.90 260[label="vwx30 <= vwx40",fontsize=16,color="magenta"];260 -> 397[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 260 -> 398[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 261 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.90 261[label="vwx30 <= vwx40",fontsize=16,color="magenta"];261 -> 399[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 261 -> 400[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 262 -> 197[label="",style="dashed", color="red", weight=0]; 15.88/5.90 262[label="vwx30 <= vwx40",fontsize=16,color="magenta"];262 -> 401[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 262 -> 402[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 263 -> 198[label="",style="dashed", color="red", weight=0]; 15.88/5.90 263[label="vwx30 <= vwx40",fontsize=16,color="magenta"];263 -> 403[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 263 -> 404[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 264 -> 199[label="",style="dashed", color="red", weight=0]; 15.88/5.90 264[label="vwx30 <= vwx40",fontsize=16,color="magenta"];264 -> 405[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 264 -> 406[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 265 -> 200[label="",style="dashed", color="red", weight=0]; 15.88/5.90 265[label="vwx30 <= vwx40",fontsize=16,color="magenta"];265 -> 407[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 265 -> 408[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 266 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.90 266[label="vwx30 <= vwx40",fontsize=16,color="magenta"];266 -> 409[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 266 -> 410[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 267 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.90 267[label="vwx30 <= vwx40",fontsize=16,color="magenta"];267 -> 411[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 267 -> 412[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 268[label="max1 (Left vwx42) (Left vwx43) False",fontsize=16,color="black",shape="box"];268 -> 413[label="",style="solid", color="black", weight=3]; 15.88/5.90 269[label="max1 (Left vwx42) (Left vwx43) True",fontsize=16,color="black",shape="box"];269 -> 414[label="",style="solid", color="black", weight=3]; 15.88/5.90 270[label="max0 (Right vwx30) (Left vwx40) True",fontsize=16,color="black",shape="box"];270 -> 415[label="",style="solid", color="black", weight=3]; 15.88/5.90 271 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.90 271[label="vwx30 <= vwx40",fontsize=16,color="magenta"];271 -> 416[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 271 -> 417[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 272 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.90 272[label="vwx30 <= vwx40",fontsize=16,color="magenta"];272 -> 418[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 272 -> 419[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 273 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.90 273[label="vwx30 <= vwx40",fontsize=16,color="magenta"];273 -> 420[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 273 -> 421[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 274 -> 192[label="",style="dashed", color="red", weight=0]; 15.88/5.90 274[label="vwx30 <= vwx40",fontsize=16,color="magenta"];274 -> 422[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 274 -> 423[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 275 -> 193[label="",style="dashed", color="red", weight=0]; 15.88/5.90 275[label="vwx30 <= vwx40",fontsize=16,color="magenta"];275 -> 424[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 275 -> 425[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 276 -> 194[label="",style="dashed", color="red", weight=0]; 15.88/5.90 276[label="vwx30 <= vwx40",fontsize=16,color="magenta"];276 -> 426[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 276 -> 427[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 277 -> 195[label="",style="dashed", color="red", weight=0]; 15.88/5.90 277[label="vwx30 <= vwx40",fontsize=16,color="magenta"];277 -> 428[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 277 -> 429[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 278 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.90 278[label="vwx30 <= vwx40",fontsize=16,color="magenta"];278 -> 430[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 278 -> 431[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 279 -> 197[label="",style="dashed", color="red", weight=0]; 15.88/5.90 279[label="vwx30 <= vwx40",fontsize=16,color="magenta"];279 -> 432[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 279 -> 433[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 280 -> 198[label="",style="dashed", color="red", weight=0]; 15.88/5.90 280[label="vwx30 <= vwx40",fontsize=16,color="magenta"];280 -> 434[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 280 -> 435[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 281 -> 199[label="",style="dashed", color="red", weight=0]; 15.88/5.90 281[label="vwx30 <= vwx40",fontsize=16,color="magenta"];281 -> 436[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 281 -> 437[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 282 -> 200[label="",style="dashed", color="red", weight=0]; 15.88/5.90 282[label="vwx30 <= vwx40",fontsize=16,color="magenta"];282 -> 438[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 282 -> 439[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 283 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.90 283[label="vwx30 <= vwx40",fontsize=16,color="magenta"];283 -> 440[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 283 -> 441[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 284 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.90 284[label="vwx30 <= vwx40",fontsize=16,color="magenta"];284 -> 442[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 284 -> 443[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 285[label="max1 (Right vwx49) (Right vwx50) False",fontsize=16,color="black",shape="box"];285 -> 444[label="",style="solid", color="black", weight=3]; 15.88/5.90 286[label="max1 (Right vwx49) (Right vwx50) True",fontsize=16,color="black",shape="box"];286 -> 445[label="",style="solid", color="black", weight=3]; 15.88/5.90 287[label="EQ",fontsize=16,color="green",shape="box"];288[label="GT",fontsize=16,color="green",shape="box"];289[label="GT",fontsize=16,color="green",shape="box"];290[label="Just vwx30",fontsize=16,color="green",shape="box"];291[label="LT <= vwx40",fontsize=16,color="burlywood",shape="box"];4110[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];291 -> 4110[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4110 -> 446[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4111[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];291 -> 4111[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4111 -> 447[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4112[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];291 -> 4112[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4112 -> 448[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 292[label="EQ <= vwx40",fontsize=16,color="burlywood",shape="box"];4113[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];292 -> 4113[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4113 -> 449[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4114[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];292 -> 4114[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4114 -> 450[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4115[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];292 -> 4115[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4115 -> 451[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 293[label="GT <= vwx40",fontsize=16,color="burlywood",shape="box"];4116[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];293 -> 4116[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4116 -> 452[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4117[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];293 -> 4117[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4117 -> 453[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4118[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];293 -> 4118[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4118 -> 454[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 294[label="Nothing <= vwx40",fontsize=16,color="burlywood",shape="box"];4119[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];294 -> 4119[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4119 -> 455[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4120[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];294 -> 4120[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4120 -> 456[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 295[label="Just vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];4121[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];295 -> 4121[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4121 -> 457[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4122[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];295 -> 4122[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4122 -> 458[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 296[label="False <= vwx40",fontsize=16,color="burlywood",shape="box"];4123[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];296 -> 4123[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4123 -> 459[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4124[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];296 -> 4124[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4124 -> 460[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 297[label="True <= vwx40",fontsize=16,color="burlywood",shape="box"];4125[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];297 -> 4125[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4125 -> 461[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4126[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];297 -> 4126[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4126 -> 462[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 298[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];298 -> 463[label="",style="solid", color="black", weight=3]; 15.88/5.90 299[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];299 -> 464[label="",style="solid", color="black", weight=3]; 15.88/5.90 300[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];300 -> 465[label="",style="solid", color="black", weight=3]; 15.88/5.90 301[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];301 -> 466[label="",style="solid", color="black", weight=3]; 15.88/5.90 302[label="(vwx300,vwx301,vwx302) <= vwx40",fontsize=16,color="burlywood",shape="box"];4127[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];302 -> 4127[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4127 -> 467[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 303[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];303 -> 468[label="",style="solid", color="black", weight=3]; 15.88/5.90 304[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];304 -> 469[label="",style="solid", color="black", weight=3]; 15.88/5.90 305[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];305 -> 470[label="",style="solid", color="black", weight=3]; 15.88/5.90 306[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];306 -> 471[label="",style="solid", color="black", weight=3]; 15.88/5.90 307[label="(vwx300,vwx301) <= vwx40",fontsize=16,color="burlywood",shape="box"];4128[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];307 -> 4128[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4128 -> 472[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 308[label="Left vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];4129[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];308 -> 4129[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4129 -> 473[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4130[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];308 -> 4130[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4130 -> 474[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 309[label="Right vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];4131[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];309 -> 4131[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4131 -> 475[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4132[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];309 -> 4132[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4132 -> 476[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 310[label="max0 (Just vwx9) (Just vwx10) otherwise",fontsize=16,color="black",shape="box"];310 -> 477[label="",style="solid", color="black", weight=3]; 15.88/5.90 311[label="Just vwx10",fontsize=16,color="green",shape="box"];312[label="True",fontsize=16,color="green",shape="box"];313[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 vwx41) (not (primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 vwx41) == GT))",fontsize=16,color="burlywood",shape="box"];4133[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];313 -> 4133[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4133 -> 478[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4134[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];313 -> 4134[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4134 -> 479[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 314[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 vwx41) (not (primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 vwx41) == GT))",fontsize=16,color="burlywood",shape="box"];4135[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];314 -> 4135[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4135 -> 480[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4136[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];314 -> 4136[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4136 -> 481[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 1132[label="vwx40",fontsize=16,color="green",shape="box"];1133 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1133[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41) == GT",fontsize=16,color="magenta"];1133 -> 1146[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1133 -> 1147[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1134[label="vwx30",fontsize=16,color="green",shape="box"];1135[label="vwx31",fontsize=16,color="green",shape="box"];1136[label="vwx41",fontsize=16,color="green",shape="box"];1131[label="max1 (vwx69 : vwx70) (vwx71 : vwx72) (not vwx151)",fontsize=16,color="burlywood",shape="triangle"];4137[label="vwx151/False",fontsize=10,color="white",style="solid",shape="box"];1131 -> 4137[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4137 -> 1148[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4138[label="vwx151/True",fontsize=10,color="white",style="solid",shape="box"];1131 -> 4138[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4138 -> 1149[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 316[label="max1 (vwx30 : vwx31) [] (not True)",fontsize=16,color="black",shape="box"];316 -> 488[label="",style="solid", color="black", weight=3]; 15.88/5.90 317[label="max1 [] (vwx40 : vwx41) (not False)",fontsize=16,color="black",shape="box"];317 -> 489[label="",style="solid", color="black", weight=3]; 15.88/5.90 318[label="max1 [] [] (not False)",fontsize=16,color="black",shape="box"];318 -> 490[label="",style="solid", color="black", weight=3]; 15.88/5.90 320[label="vwx41",fontsize=16,color="green",shape="box"];321[label="vwx40",fontsize=16,color="green",shape="box"];322[label="vwx30",fontsize=16,color="green",shape="box"];323[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="blue",shape="box"];4139[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];323 -> 4139[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4139 -> 491[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4140[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];323 -> 4140[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4140 -> 492[label="",style="solid", color="blue", weight=3]; 15.88/5.90 324[label="vwx31",fontsize=16,color="green",shape="box"];319[label="max1 (vwx58 :% vwx59) (vwx60 :% vwx61) (not (vwx62 == GT))",fontsize=16,color="burlywood",shape="triangle"];4141[label="vwx62/LT",fontsize=10,color="white",style="solid",shape="box"];319 -> 4141[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4141 -> 493[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4142[label="vwx62/EQ",fontsize=10,color="white",style="solid",shape="box"];319 -> 4142[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4142 -> 494[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4143[label="vwx62/GT",fontsize=10,color="white",style="solid",shape="box"];319 -> 4143[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4143 -> 495[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 325[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 vwx41) (not (primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 vwx41) == GT))",fontsize=16,color="burlywood",shape="box"];4144[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];325 -> 4144[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4144 -> 496[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4145[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];325 -> 4145[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4145 -> 497[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 326[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 vwx41) (not (primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 vwx41) == GT))",fontsize=16,color="burlywood",shape="box"];4146[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];326 -> 4146[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4146 -> 498[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4147[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];326 -> 4147[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4147 -> 499[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 1310 -> 215[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1310[label="vwx30 < vwx40",fontsize=16,color="magenta"];1311 -> 216[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1311[label="vwx30 < vwx40",fontsize=16,color="magenta"];1312 -> 217[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1312[label="vwx30 < vwx40",fontsize=16,color="magenta"];1313 -> 218[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1313[label="vwx30 < vwx40",fontsize=16,color="magenta"];1314 -> 219[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1314[label="vwx30 < vwx40",fontsize=16,color="magenta"];1315 -> 220[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1315[label="vwx30 < vwx40",fontsize=16,color="magenta"];1316 -> 221[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1316[label="vwx30 < vwx40",fontsize=16,color="magenta"];1317 -> 222[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1317[label="vwx30 < vwx40",fontsize=16,color="magenta"];1318 -> 223[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1318[label="vwx30 < vwx40",fontsize=16,color="magenta"];1319 -> 224[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1319[label="vwx30 < vwx40",fontsize=16,color="magenta"];1320 -> 225[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1320[label="vwx30 < vwx40",fontsize=16,color="magenta"];1321 -> 226[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1321[label="vwx30 < vwx40",fontsize=16,color="magenta"];1322 -> 227[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1322[label="vwx30 < vwx40",fontsize=16,color="magenta"];1323 -> 228[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1323[label="vwx30 < vwx40",fontsize=16,color="magenta"];1324[label="vwx31 < vwx41",fontsize=16,color="blue",shape="box"];4148[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4148[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4148 -> 1336[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4149[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4149[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4149 -> 1337[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4150[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4150[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4150 -> 1338[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4151[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4151[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4151 -> 1339[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4152[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4152[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4152 -> 1340[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4153[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4153[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4153 -> 1341[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4154[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4154[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4154 -> 1342[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4155[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4155[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4155 -> 1343[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4156[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4156[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4156 -> 1344[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4157[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4157[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4157 -> 1345[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4158[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4158[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4158 -> 1346[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4159[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4159[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4159 -> 1347[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4160[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4160[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4160 -> 1348[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4161[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1324 -> 4161[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4161 -> 1349[label="",style="solid", color="blue", weight=3]; 15.88/5.90 1325[label="vwx32 <= vwx42",fontsize=16,color="blue",shape="box"];4162[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4162[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4162 -> 1350[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4163[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4163[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4163 -> 1351[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4164[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4164[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4164 -> 1352[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4165[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4165[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4165 -> 1353[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4166[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4166[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4166 -> 1354[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4167[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4167[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4167 -> 1355[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4168[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4168[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4168 -> 1356[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4169[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4169[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4169 -> 1357[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4170[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4170[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4170 -> 1358[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4171[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4171[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4171 -> 1359[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4172[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4172[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4172 -> 1360[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4173[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4173[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4173 -> 1361[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4174[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4174[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4174 -> 1362[label="",style="solid", color="blue", weight=3]; 15.88/5.90 4175[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1325 -> 4175[label="",style="solid", color="blue", weight=9]; 15.88/5.90 4175 -> 1363[label="",style="solid", color="blue", weight=3]; 15.88/5.90 1326[label="vwx41",fontsize=16,color="green",shape="box"];1327[label="vwx31",fontsize=16,color="green",shape="box"];1004[label="False || vwx109 == vwx110 && vwx150",fontsize=16,color="black",shape="box"];1004 -> 1330[label="",style="solid", color="black", weight=3]; 15.88/5.90 1005[label="True || vwx109 == vwx110 && vwx150",fontsize=16,color="black",shape="box"];1005 -> 1331[label="",style="solid", color="black", weight=3]; 15.88/5.90 1328[label="max0 (vwx82,vwx83,vwx84) (vwx85,vwx86,vwx87) otherwise",fontsize=16,color="black",shape="box"];1328 -> 1364[label="",style="solid", color="black", weight=3]; 15.88/5.90 1329[label="(vwx85,vwx86,vwx87)",fontsize=16,color="green",shape="box"];343[label="max1 () () (not False)",fontsize=16,color="black",shape="box"];343 -> 524[label="",style="solid", color="black", weight=3]; 15.88/5.90 344[label="max1 (Pos (Succ vwx300)) (Pos vwx40) (not (primCmpInt (Pos (Succ vwx300)) (Pos vwx40) == GT))",fontsize=16,color="black",shape="box"];344 -> 525[label="",style="solid", color="black", weight=3]; 15.88/5.90 345[label="max1 (Pos (Succ vwx300)) (Neg vwx40) (not (primCmpInt (Pos (Succ vwx300)) (Neg vwx40) == GT))",fontsize=16,color="black",shape="box"];345 -> 526[label="",style="solid", color="black", weight=3]; 15.88/5.90 346[label="max1 (Pos Zero) (Pos vwx40) (not (primCmpInt (Pos Zero) (Pos vwx40) == GT))",fontsize=16,color="burlywood",shape="box"];4176[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];346 -> 4176[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4176 -> 527[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4177[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];346 -> 4177[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4177 -> 528[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 347[label="max1 (Pos Zero) (Neg vwx40) (not (primCmpInt (Pos Zero) (Neg vwx40) == GT))",fontsize=16,color="burlywood",shape="box"];4178[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];347 -> 4178[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4178 -> 529[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4179[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];347 -> 4179[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4179 -> 530[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 348[label="max1 (Neg (Succ vwx300)) (Pos vwx40) (not (primCmpInt (Neg (Succ vwx300)) (Pos vwx40) == GT))",fontsize=16,color="black",shape="box"];348 -> 531[label="",style="solid", color="black", weight=3]; 15.88/5.90 349[label="max1 (Neg (Succ vwx300)) (Neg vwx40) (not (primCmpInt (Neg (Succ vwx300)) (Neg vwx40) == GT))",fontsize=16,color="black",shape="box"];349 -> 532[label="",style="solid", color="black", weight=3]; 15.88/5.90 350[label="max1 (Neg Zero) (Pos vwx40) (not (primCmpInt (Neg Zero) (Pos vwx40) == GT))",fontsize=16,color="burlywood",shape="box"];4180[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];350 -> 4180[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4180 -> 533[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4181[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];350 -> 4181[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4181 -> 534[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 351[label="max1 (Neg Zero) (Neg vwx40) (not (primCmpInt (Neg Zero) (Neg vwx40) == GT))",fontsize=16,color="burlywood",shape="box"];4182[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];351 -> 4182[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4182 -> 535[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4183[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];351 -> 4183[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4183 -> 536[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 352[label="max1 (Char vwx30) (Char vwx40) (not (primCmpNat vwx30 vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4184[label="vwx30/Succ vwx300",fontsize=10,color="white",style="solid",shape="box"];352 -> 4184[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4184 -> 537[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4185[label="vwx30/Zero",fontsize=10,color="white",style="solid",shape="box"];352 -> 4185[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4185 -> 538[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 353[label="max1 (Integer (Pos vwx300)) (Integer vwx40) (not (primCmpInt (Pos vwx300) vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4186[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];353 -> 4186[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4186 -> 539[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4187[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];353 -> 4187[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4187 -> 540[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 354[label="max1 (Integer (Neg vwx300)) (Integer vwx40) (not (primCmpInt (Neg vwx300) vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4188[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];354 -> 4188[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4188 -> 541[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 4189[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];354 -> 4189[label="",style="solid", color="burlywood", weight=9]; 15.88/5.90 4189 -> 542[label="",style="solid", color="burlywood", weight=3]; 15.88/5.90 1626 -> 215[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1626[label="vwx30 < vwx40",fontsize=16,color="magenta"];1626 -> 1863[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1626 -> 1864[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1627 -> 216[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1627[label="vwx30 < vwx40",fontsize=16,color="magenta"];1627 -> 1865[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1627 -> 1866[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1628 -> 217[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1628[label="vwx30 < vwx40",fontsize=16,color="magenta"];1628 -> 1867[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1628 -> 1868[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1629 -> 218[label="",style="dashed", color="red", weight=0]; 15.88/5.90 1629[label="vwx30 < vwx40",fontsize=16,color="magenta"];1629 -> 1869[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1629 -> 1870[label="",style="dashed", color="magenta", weight=3]; 15.88/5.90 1630 -> 219[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1630[label="vwx30 < vwx40",fontsize=16,color="magenta"];1630 -> 1871[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1630 -> 1872[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1631 -> 220[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1631[label="vwx30 < vwx40",fontsize=16,color="magenta"];1631 -> 1873[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1631 -> 1874[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1632 -> 221[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1632[label="vwx30 < vwx40",fontsize=16,color="magenta"];1632 -> 1875[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1632 -> 1876[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1633 -> 222[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1633[label="vwx30 < vwx40",fontsize=16,color="magenta"];1633 -> 1877[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1633 -> 1878[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1634 -> 223[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1634[label="vwx30 < vwx40",fontsize=16,color="magenta"];1634 -> 1879[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1634 -> 1880[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1635 -> 224[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1635[label="vwx30 < vwx40",fontsize=16,color="magenta"];1635 -> 1881[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1635 -> 1882[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1636 -> 225[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1636[label="vwx30 < vwx40",fontsize=16,color="magenta"];1636 -> 1883[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1636 -> 1884[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1637 -> 226[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1637[label="vwx30 < vwx40",fontsize=16,color="magenta"];1637 -> 1885[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1637 -> 1886[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1638 -> 227[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1638[label="vwx30 < vwx40",fontsize=16,color="magenta"];1638 -> 1887[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1638 -> 1888[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1639 -> 228[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1639[label="vwx30 < vwx40",fontsize=16,color="magenta"];1639 -> 1889[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1639 -> 1890[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1640 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1640[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1640 -> 1891[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1640 -> 1892[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1641 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1641[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1641 -> 1893[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1641 -> 1894[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1642 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1642[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1642 -> 1895[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1642 -> 1896[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1643 -> 192[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1643[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1643 -> 1897[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1643 -> 1898[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1644 -> 193[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1644[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1644 -> 1899[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1644 -> 1900[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1645 -> 194[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1645[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1645 -> 1901[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1645 -> 1902[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1646 -> 195[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1646[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1646 -> 1903[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1646 -> 1904[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1647 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1647[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1647 -> 1905[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1647 -> 1906[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1648 -> 197[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1648[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1648 -> 1907[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1648 -> 1908[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1649 -> 198[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1649[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1649 -> 1909[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1649 -> 1910[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1650 -> 199[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1650[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1650 -> 1911[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1650 -> 1912[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1651 -> 200[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1651[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1651 -> 1913[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1651 -> 1914[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1652 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1652[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1652 -> 1915[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1652 -> 1916[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1653 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1653[label="vwx31 <= vwx41",fontsize=16,color="magenta"];1653 -> 1917[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1653 -> 1918[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1654[label="max0 (vwx183,vwx184) (vwx185,vwx186) otherwise",fontsize=16,color="black",shape="box"];1654 -> 1919[label="",style="solid", color="black", weight=3]; 15.88/5.91 1655[label="(vwx185,vwx186)",fontsize=16,color="green",shape="box"];385[label="vwx40",fontsize=16,color="green",shape="box"];386[label="vwx30",fontsize=16,color="green",shape="box"];387[label="vwx40",fontsize=16,color="green",shape="box"];388[label="vwx30",fontsize=16,color="green",shape="box"];389[label="vwx40",fontsize=16,color="green",shape="box"];390[label="vwx30",fontsize=16,color="green",shape="box"];391[label="vwx40",fontsize=16,color="green",shape="box"];392[label="vwx30",fontsize=16,color="green",shape="box"];393[label="vwx40",fontsize=16,color="green",shape="box"];394[label="vwx30",fontsize=16,color="green",shape="box"];395[label="vwx40",fontsize=16,color="green",shape="box"];396[label="vwx30",fontsize=16,color="green",shape="box"];397[label="vwx40",fontsize=16,color="green",shape="box"];398[label="vwx30",fontsize=16,color="green",shape="box"];399[label="vwx40",fontsize=16,color="green",shape="box"];400[label="vwx30",fontsize=16,color="green",shape="box"];401[label="vwx40",fontsize=16,color="green",shape="box"];402[label="vwx30",fontsize=16,color="green",shape="box"];403[label="vwx40",fontsize=16,color="green",shape="box"];404[label="vwx30",fontsize=16,color="green",shape="box"];405[label="vwx40",fontsize=16,color="green",shape="box"];406[label="vwx30",fontsize=16,color="green",shape="box"];407[label="vwx40",fontsize=16,color="green",shape="box"];408[label="vwx30",fontsize=16,color="green",shape="box"];409[label="vwx40",fontsize=16,color="green",shape="box"];410[label="vwx30",fontsize=16,color="green",shape="box"];411[label="vwx40",fontsize=16,color="green",shape="box"];412[label="vwx30",fontsize=16,color="green",shape="box"];413[label="max0 (Left vwx42) (Left vwx43) otherwise",fontsize=16,color="black",shape="box"];413 -> 550[label="",style="solid", color="black", weight=3]; 15.88/5.91 414[label="Left vwx43",fontsize=16,color="green",shape="box"];415[label="Right vwx30",fontsize=16,color="green",shape="box"];416[label="vwx40",fontsize=16,color="green",shape="box"];417[label="vwx30",fontsize=16,color="green",shape="box"];418[label="vwx40",fontsize=16,color="green",shape="box"];419[label="vwx30",fontsize=16,color="green",shape="box"];420[label="vwx40",fontsize=16,color="green",shape="box"];421[label="vwx30",fontsize=16,color="green",shape="box"];422[label="vwx40",fontsize=16,color="green",shape="box"];423[label="vwx30",fontsize=16,color="green",shape="box"];424[label="vwx40",fontsize=16,color="green",shape="box"];425[label="vwx30",fontsize=16,color="green",shape="box"];426[label="vwx40",fontsize=16,color="green",shape="box"];427[label="vwx30",fontsize=16,color="green",shape="box"];428[label="vwx40",fontsize=16,color="green",shape="box"];429[label="vwx30",fontsize=16,color="green",shape="box"];430[label="vwx40",fontsize=16,color="green",shape="box"];431[label="vwx30",fontsize=16,color="green",shape="box"];432[label="vwx40",fontsize=16,color="green",shape="box"];433[label="vwx30",fontsize=16,color="green",shape="box"];434[label="vwx40",fontsize=16,color="green",shape="box"];435[label="vwx30",fontsize=16,color="green",shape="box"];436[label="vwx40",fontsize=16,color="green",shape="box"];437[label="vwx30",fontsize=16,color="green",shape="box"];438[label="vwx40",fontsize=16,color="green",shape="box"];439[label="vwx30",fontsize=16,color="green",shape="box"];440[label="vwx40",fontsize=16,color="green",shape="box"];441[label="vwx30",fontsize=16,color="green",shape="box"];442[label="vwx40",fontsize=16,color="green",shape="box"];443[label="vwx30",fontsize=16,color="green",shape="box"];444[label="max0 (Right vwx49) (Right vwx50) otherwise",fontsize=16,color="black",shape="box"];444 -> 551[label="",style="solid", color="black", weight=3]; 15.88/5.91 445[label="Right vwx50",fontsize=16,color="green",shape="box"];446[label="LT <= LT",fontsize=16,color="black",shape="box"];446 -> 552[label="",style="solid", color="black", weight=3]; 15.88/5.91 447[label="LT <= EQ",fontsize=16,color="black",shape="box"];447 -> 553[label="",style="solid", color="black", weight=3]; 15.88/5.91 448[label="LT <= GT",fontsize=16,color="black",shape="box"];448 -> 554[label="",style="solid", color="black", weight=3]; 15.88/5.91 449[label="EQ <= LT",fontsize=16,color="black",shape="box"];449 -> 555[label="",style="solid", color="black", weight=3]; 15.88/5.91 450[label="EQ <= EQ",fontsize=16,color="black",shape="box"];450 -> 556[label="",style="solid", color="black", weight=3]; 15.88/5.91 451[label="EQ <= GT",fontsize=16,color="black",shape="box"];451 -> 557[label="",style="solid", color="black", weight=3]; 15.88/5.91 452[label="GT <= LT",fontsize=16,color="black",shape="box"];452 -> 558[label="",style="solid", color="black", weight=3]; 15.88/5.91 453[label="GT <= EQ",fontsize=16,color="black",shape="box"];453 -> 559[label="",style="solid", color="black", weight=3]; 15.88/5.91 454[label="GT <= GT",fontsize=16,color="black",shape="box"];454 -> 560[label="",style="solid", color="black", weight=3]; 15.88/5.91 455[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];455 -> 561[label="",style="solid", color="black", weight=3]; 15.88/5.91 456[label="Nothing <= Just vwx400",fontsize=16,color="black",shape="box"];456 -> 562[label="",style="solid", color="black", weight=3]; 15.88/5.91 457[label="Just vwx300 <= Nothing",fontsize=16,color="black",shape="box"];457 -> 563[label="",style="solid", color="black", weight=3]; 15.88/5.91 458[label="Just vwx300 <= Just vwx400",fontsize=16,color="black",shape="box"];458 -> 564[label="",style="solid", color="black", weight=3]; 15.88/5.91 459[label="False <= False",fontsize=16,color="black",shape="box"];459 -> 565[label="",style="solid", color="black", weight=3]; 15.88/5.91 460[label="False <= True",fontsize=16,color="black",shape="box"];460 -> 566[label="",style="solid", color="black", weight=3]; 15.88/5.91 461[label="True <= False",fontsize=16,color="black",shape="box"];461 -> 567[label="",style="solid", color="black", weight=3]; 15.88/5.91 462[label="True <= True",fontsize=16,color="black",shape="box"];462 -> 568[label="",style="solid", color="black", weight=3]; 15.88/5.91 463 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 463[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];463 -> 1599[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 464 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 464[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];464 -> 1600[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 465 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 465[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];465 -> 1601[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 466 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 466[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];466 -> 1602[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 467[label="(vwx300,vwx301,vwx302) <= (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];467 -> 574[label="",style="solid", color="black", weight=3]; 15.88/5.91 468 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 468[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];468 -> 1603[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 469 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 469[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];469 -> 1604[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 470 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 470[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];470 -> 1605[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 471 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 471[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];471 -> 1606[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 472[label="(vwx300,vwx301) <= (vwx400,vwx401)",fontsize=16,color="black",shape="box"];472 -> 579[label="",style="solid", color="black", weight=3]; 15.88/5.91 473[label="Left vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];473 -> 580[label="",style="solid", color="black", weight=3]; 15.88/5.91 474[label="Left vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];474 -> 581[label="",style="solid", color="black", weight=3]; 15.88/5.91 475[label="Right vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];475 -> 582[label="",style="solid", color="black", weight=3]; 15.88/5.91 476[label="Right vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];476 -> 583[label="",style="solid", color="black", weight=3]; 15.88/5.91 477[label="max0 (Just vwx9) (Just vwx10) True",fontsize=16,color="black",shape="box"];477 -> 584[label="",style="solid", color="black", weight=3]; 15.88/5.91 478[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410)) (not (primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410)) == GT))",fontsize=16,color="black",shape="box"];478 -> 585[label="",style="solid", color="black", weight=3]; 15.88/5.91 479[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410)) (not (primCmpDouble (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410)) == GT))",fontsize=16,color="black",shape="box"];479 -> 586[label="",style="solid", color="black", weight=3]; 15.88/5.91 480[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410)) (not (primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410)) == GT))",fontsize=16,color="black",shape="box"];480 -> 587[label="",style="solid", color="black", weight=3]; 15.88/5.91 481[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410)) (not (primCmpDouble (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410)) == GT))",fontsize=16,color="black",shape="box"];481 -> 588[label="",style="solid", color="black", weight=3]; 15.88/5.91 1146[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="black",shape="triangle"];1146 -> 1296[label="",style="solid", color="black", weight=3]; 15.88/5.91 1147[label="GT",fontsize=16,color="green",shape="box"];646[label="vwx20 == vwx23",fontsize=16,color="burlywood",shape="triangle"];4190[label="vwx20/LT",fontsize=10,color="white",style="solid",shape="box"];646 -> 4190[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4190 -> 844[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4191[label="vwx20/EQ",fontsize=10,color="white",style="solid",shape="box"];646 -> 4191[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4191 -> 845[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4192[label="vwx20/GT",fontsize=10,color="white",style="solid",shape="box"];646 -> 4192[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4192 -> 846[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1148[label="max1 (vwx69 : vwx70) (vwx71 : vwx72) (not False)",fontsize=16,color="black",shape="box"];1148 -> 1297[label="",style="solid", color="black", weight=3]; 15.88/5.91 1149[label="max1 (vwx69 : vwx70) (vwx71 : vwx72) (not True)",fontsize=16,color="black",shape="box"];1149 -> 1298[label="",style="solid", color="black", weight=3]; 15.88/5.91 488[label="max1 (vwx30 : vwx31) [] False",fontsize=16,color="black",shape="box"];488 -> 606[label="",style="solid", color="black", weight=3]; 15.88/5.91 489[label="max1 [] (vwx40 : vwx41) True",fontsize=16,color="black",shape="box"];489 -> 607[label="",style="solid", color="black", weight=3]; 15.88/5.91 490[label="max1 [] [] True",fontsize=16,color="black",shape="box"];490 -> 608[label="",style="solid", color="black", weight=3]; 15.88/5.91 491[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="black",shape="box"];491 -> 609[label="",style="solid", color="black", weight=3]; 15.88/5.91 492[label="compare (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="burlywood",shape="box"];4193[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];492 -> 4193[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4193 -> 610[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 493[label="max1 (vwx58 :% vwx59) (vwx60 :% vwx61) (not (LT == GT))",fontsize=16,color="black",shape="box"];493 -> 611[label="",style="solid", color="black", weight=3]; 15.88/5.91 494[label="max1 (vwx58 :% vwx59) (vwx60 :% vwx61) (not (EQ == GT))",fontsize=16,color="black",shape="box"];494 -> 612[label="",style="solid", color="black", weight=3]; 15.88/5.91 495[label="max1 (vwx58 :% vwx59) (vwx60 :% vwx61) (not (GT == GT))",fontsize=16,color="black",shape="box"];495 -> 613[label="",style="solid", color="black", weight=3]; 15.88/5.91 496[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410)) (not (primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410)) == GT))",fontsize=16,color="black",shape="box"];496 -> 614[label="",style="solid", color="black", weight=3]; 15.88/5.91 497[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410)) (not (primCmpFloat (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410)) == GT))",fontsize=16,color="black",shape="box"];497 -> 615[label="",style="solid", color="black", weight=3]; 15.88/5.91 498[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410)) (not (primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410)) == GT))",fontsize=16,color="black",shape="box"];498 -> 616[label="",style="solid", color="black", weight=3]; 15.88/5.91 499[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410)) (not (primCmpFloat (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410)) == GT))",fontsize=16,color="black",shape="box"];499 -> 617[label="",style="solid", color="black", weight=3]; 15.88/5.91 215[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];215 -> 327[label="",style="solid", color="black", weight=3]; 15.88/5.91 216[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];216 -> 328[label="",style="solid", color="black", weight=3]; 15.88/5.91 217[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];217 -> 329[label="",style="solid", color="black", weight=3]; 15.88/5.91 218[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];218 -> 330[label="",style="solid", color="black", weight=3]; 15.88/5.91 219[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];219 -> 331[label="",style="solid", color="black", weight=3]; 15.88/5.91 220[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];220 -> 332[label="",style="solid", color="black", weight=3]; 15.88/5.91 221[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];221 -> 333[label="",style="solid", color="black", weight=3]; 15.88/5.91 222[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];222 -> 334[label="",style="solid", color="black", weight=3]; 15.88/5.91 223[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];223 -> 335[label="",style="solid", color="black", weight=3]; 15.88/5.91 224[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];224 -> 336[label="",style="solid", color="black", weight=3]; 15.88/5.91 225[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];225 -> 337[label="",style="solid", color="black", weight=3]; 15.88/5.91 226[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];226 -> 338[label="",style="solid", color="black", weight=3]; 15.88/5.91 227[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];227 -> 339[label="",style="solid", color="black", weight=3]; 15.88/5.91 228[label="vwx30 < vwx40",fontsize=16,color="black",shape="triangle"];228 -> 340[label="",style="solid", color="black", weight=3]; 15.88/5.91 1336 -> 215[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1336[label="vwx31 < vwx41",fontsize=16,color="magenta"];1336 -> 1368[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1336 -> 1369[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1337 -> 216[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1337[label="vwx31 < vwx41",fontsize=16,color="magenta"];1337 -> 1370[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1337 -> 1371[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1338 -> 217[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1338[label="vwx31 < vwx41",fontsize=16,color="magenta"];1338 -> 1372[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1338 -> 1373[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1339 -> 218[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1339[label="vwx31 < vwx41",fontsize=16,color="magenta"];1339 -> 1374[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1339 -> 1375[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1340 -> 219[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1340[label="vwx31 < vwx41",fontsize=16,color="magenta"];1340 -> 1376[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1340 -> 1377[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1341 -> 220[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1341[label="vwx31 < vwx41",fontsize=16,color="magenta"];1341 -> 1378[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1341 -> 1379[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1342 -> 221[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1342[label="vwx31 < vwx41",fontsize=16,color="magenta"];1342 -> 1380[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1342 -> 1381[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1343 -> 222[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1343[label="vwx31 < vwx41",fontsize=16,color="magenta"];1343 -> 1382[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1343 -> 1383[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1344 -> 223[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1344[label="vwx31 < vwx41",fontsize=16,color="magenta"];1344 -> 1384[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1344 -> 1385[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1345 -> 224[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1345[label="vwx31 < vwx41",fontsize=16,color="magenta"];1345 -> 1386[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1345 -> 1387[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1346 -> 225[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1346[label="vwx31 < vwx41",fontsize=16,color="magenta"];1346 -> 1388[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1346 -> 1389[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1347 -> 226[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1347[label="vwx31 < vwx41",fontsize=16,color="magenta"];1347 -> 1390[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1347 -> 1391[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1348 -> 227[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1348[label="vwx31 < vwx41",fontsize=16,color="magenta"];1348 -> 1392[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1348 -> 1393[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1349 -> 228[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1349[label="vwx31 < vwx41",fontsize=16,color="magenta"];1349 -> 1394[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1349 -> 1395[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1350 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1350[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1350 -> 1396[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1350 -> 1397[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1351 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1351[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1351 -> 1398[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1351 -> 1399[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1352 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1352[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1352 -> 1400[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1352 -> 1401[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1353 -> 192[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1353[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1353 -> 1402[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1353 -> 1403[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1354 -> 193[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1354[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1354 -> 1404[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1354 -> 1405[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1355 -> 194[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1355[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1355 -> 1406[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1355 -> 1407[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1356 -> 195[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1356[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1356 -> 1408[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1356 -> 1409[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1357 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1357[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1357 -> 1410[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1357 -> 1411[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1358 -> 197[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1358[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1358 -> 1412[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1358 -> 1413[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1359 -> 198[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1359[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1359 -> 1414[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1359 -> 1415[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1360 -> 199[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1360[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1360 -> 1416[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1360 -> 1417[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1361 -> 200[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1361[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1361 -> 1418[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1361 -> 1419[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1362 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1362[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1362 -> 1420[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1362 -> 1421[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1363 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1363[label="vwx32 <= vwx42",fontsize=16,color="magenta"];1363 -> 1422[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1363 -> 1423[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1330 -> 1365[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1330[label="vwx109 == vwx110 && vwx150",fontsize=16,color="magenta"];1330 -> 1366[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1330 -> 1367[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1331[label="True",fontsize=16,color="green",shape="box"];1364[label="max0 (vwx82,vwx83,vwx84) (vwx85,vwx86,vwx87) True",fontsize=16,color="black",shape="box"];1364 -> 1424[label="",style="solid", color="black", weight=3]; 15.88/5.91 524[label="max1 () () True",fontsize=16,color="black",shape="box"];524 -> 652[label="",style="solid", color="black", weight=3]; 15.88/5.91 525[label="max1 (Pos (Succ vwx300)) (Pos vwx40) (not (primCmpNat (Succ vwx300) vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4194[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];525 -> 4194[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4194 -> 653[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4195[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];525 -> 4195[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4195 -> 654[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 526[label="max1 (Pos (Succ vwx300)) (Neg vwx40) (not (GT == GT))",fontsize=16,color="black",shape="box"];526 -> 655[label="",style="solid", color="black", weight=3]; 15.88/5.91 527[label="max1 (Pos Zero) (Pos (Succ vwx400)) (not (primCmpInt (Pos Zero) (Pos (Succ vwx400)) == GT))",fontsize=16,color="black",shape="box"];527 -> 656[label="",style="solid", color="black", weight=3]; 15.88/5.91 528[label="max1 (Pos Zero) (Pos Zero) (not (primCmpInt (Pos Zero) (Pos Zero) == GT))",fontsize=16,color="black",shape="box"];528 -> 657[label="",style="solid", color="black", weight=3]; 15.88/5.91 529[label="max1 (Pos Zero) (Neg (Succ vwx400)) (not (primCmpInt (Pos Zero) (Neg (Succ vwx400)) == GT))",fontsize=16,color="black",shape="box"];529 -> 658[label="",style="solid", color="black", weight=3]; 15.88/5.91 530[label="max1 (Pos Zero) (Neg Zero) (not (primCmpInt (Pos Zero) (Neg Zero) == GT))",fontsize=16,color="black",shape="box"];530 -> 659[label="",style="solid", color="black", weight=3]; 15.88/5.91 531[label="max1 (Neg (Succ vwx300)) (Pos vwx40) (not (LT == GT))",fontsize=16,color="black",shape="box"];531 -> 660[label="",style="solid", color="black", weight=3]; 15.88/5.91 532[label="max1 (Neg (Succ vwx300)) (Neg vwx40) (not (primCmpNat vwx40 (Succ vwx300) == GT))",fontsize=16,color="burlywood",shape="box"];4196[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];532 -> 4196[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4196 -> 661[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4197[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];532 -> 4197[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4197 -> 662[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 533[label="max1 (Neg Zero) (Pos (Succ vwx400)) (not (primCmpInt (Neg Zero) (Pos (Succ vwx400)) == GT))",fontsize=16,color="black",shape="box"];533 -> 663[label="",style="solid", color="black", weight=3]; 15.88/5.91 534[label="max1 (Neg Zero) (Pos Zero) (not (primCmpInt (Neg Zero) (Pos Zero) == GT))",fontsize=16,color="black",shape="box"];534 -> 664[label="",style="solid", color="black", weight=3]; 15.88/5.91 535[label="max1 (Neg Zero) (Neg (Succ vwx400)) (not (primCmpInt (Neg Zero) (Neg (Succ vwx400)) == GT))",fontsize=16,color="black",shape="box"];535 -> 665[label="",style="solid", color="black", weight=3]; 15.88/5.91 536[label="max1 (Neg Zero) (Neg Zero) (not (primCmpInt (Neg Zero) (Neg Zero) == GT))",fontsize=16,color="black",shape="box"];536 -> 666[label="",style="solid", color="black", weight=3]; 15.88/5.91 537[label="max1 (Char (Succ vwx300)) (Char vwx40) (not (primCmpNat (Succ vwx300) vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4198[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];537 -> 4198[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4198 -> 667[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4199[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];537 -> 4199[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4199 -> 668[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 538[label="max1 (Char Zero) (Char vwx40) (not (primCmpNat Zero vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4200[label="vwx40/Succ vwx400",fontsize=10,color="white",style="solid",shape="box"];538 -> 4200[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4200 -> 669[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4201[label="vwx40/Zero",fontsize=10,color="white",style="solid",shape="box"];538 -> 4201[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4201 -> 670[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 539[label="max1 (Integer (Pos (Succ vwx3000))) (Integer vwx40) (not (primCmpInt (Pos (Succ vwx3000)) vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4202[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];539 -> 4202[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4202 -> 671[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4203[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];539 -> 4203[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4203 -> 672[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 540[label="max1 (Integer (Pos Zero)) (Integer vwx40) (not (primCmpInt (Pos Zero) vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4204[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];540 -> 4204[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4204 -> 673[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4205[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];540 -> 4205[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4205 -> 674[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 541[label="max1 (Integer (Neg (Succ vwx3000))) (Integer vwx40) (not (primCmpInt (Neg (Succ vwx3000)) vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4206[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];541 -> 4206[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4206 -> 675[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4207[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];541 -> 4207[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4207 -> 676[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 542[label="max1 (Integer (Neg Zero)) (Integer vwx40) (not (primCmpInt (Neg Zero) vwx40 == GT))",fontsize=16,color="burlywood",shape="box"];4208[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];542 -> 4208[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4208 -> 677[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4209[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];542 -> 4209[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4209 -> 678[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1863[label="vwx30",fontsize=16,color="green",shape="box"];1864[label="vwx40",fontsize=16,color="green",shape="box"];1865[label="vwx30",fontsize=16,color="green",shape="box"];1866[label="vwx40",fontsize=16,color="green",shape="box"];1867[label="vwx30",fontsize=16,color="green",shape="box"];1868[label="vwx40",fontsize=16,color="green",shape="box"];1869[label="vwx30",fontsize=16,color="green",shape="box"];1870[label="vwx40",fontsize=16,color="green",shape="box"];1871[label="vwx30",fontsize=16,color="green",shape="box"];1872[label="vwx40",fontsize=16,color="green",shape="box"];1873[label="vwx30",fontsize=16,color="green",shape="box"];1874[label="vwx40",fontsize=16,color="green",shape="box"];1875[label="vwx30",fontsize=16,color="green",shape="box"];1876[label="vwx40",fontsize=16,color="green",shape="box"];1877[label="vwx30",fontsize=16,color="green",shape="box"];1878[label="vwx40",fontsize=16,color="green",shape="box"];1879[label="vwx30",fontsize=16,color="green",shape="box"];1880[label="vwx40",fontsize=16,color="green",shape="box"];1881[label="vwx30",fontsize=16,color="green",shape="box"];1882[label="vwx40",fontsize=16,color="green",shape="box"];1883[label="vwx30",fontsize=16,color="green",shape="box"];1884[label="vwx40",fontsize=16,color="green",shape="box"];1885[label="vwx30",fontsize=16,color="green",shape="box"];1886[label="vwx40",fontsize=16,color="green",shape="box"];1887[label="vwx30",fontsize=16,color="green",shape="box"];1888[label="vwx40",fontsize=16,color="green",shape="box"];1889[label="vwx30",fontsize=16,color="green",shape="box"];1890[label="vwx40",fontsize=16,color="green",shape="box"];1891[label="vwx41",fontsize=16,color="green",shape="box"];1892[label="vwx31",fontsize=16,color="green",shape="box"];1893[label="vwx41",fontsize=16,color="green",shape="box"];1894[label="vwx31",fontsize=16,color="green",shape="box"];1895[label="vwx41",fontsize=16,color="green",shape="box"];1896[label="vwx31",fontsize=16,color="green",shape="box"];1897[label="vwx41",fontsize=16,color="green",shape="box"];1898[label="vwx31",fontsize=16,color="green",shape="box"];1899[label="vwx41",fontsize=16,color="green",shape="box"];1900[label="vwx31",fontsize=16,color="green",shape="box"];1901[label="vwx41",fontsize=16,color="green",shape="box"];1902[label="vwx31",fontsize=16,color="green",shape="box"];1903[label="vwx41",fontsize=16,color="green",shape="box"];1904[label="vwx31",fontsize=16,color="green",shape="box"];1905[label="vwx41",fontsize=16,color="green",shape="box"];1906[label="vwx31",fontsize=16,color="green",shape="box"];1907[label="vwx41",fontsize=16,color="green",shape="box"];1908[label="vwx31",fontsize=16,color="green",shape="box"];1909[label="vwx41",fontsize=16,color="green",shape="box"];1910[label="vwx31",fontsize=16,color="green",shape="box"];1911[label="vwx41",fontsize=16,color="green",shape="box"];1912[label="vwx31",fontsize=16,color="green",shape="box"];1913[label="vwx41",fontsize=16,color="green",shape="box"];1914[label="vwx31",fontsize=16,color="green",shape="box"];1915[label="vwx41",fontsize=16,color="green",shape="box"];1916[label="vwx31",fontsize=16,color="green",shape="box"];1917[label="vwx41",fontsize=16,color="green",shape="box"];1918[label="vwx31",fontsize=16,color="green",shape="box"];1919[label="max0 (vwx183,vwx184) (vwx185,vwx186) True",fontsize=16,color="black",shape="box"];1919 -> 1946[label="",style="solid", color="black", weight=3]; 15.88/5.91 550[label="max0 (Left vwx42) (Left vwx43) True",fontsize=16,color="black",shape="box"];550 -> 695[label="",style="solid", color="black", weight=3]; 15.88/5.91 551[label="max0 (Right vwx49) (Right vwx50) True",fontsize=16,color="black",shape="box"];551 -> 696[label="",style="solid", color="black", weight=3]; 15.88/5.91 552[label="True",fontsize=16,color="green",shape="box"];553[label="True",fontsize=16,color="green",shape="box"];554[label="True",fontsize=16,color="green",shape="box"];555[label="False",fontsize=16,color="green",shape="box"];556[label="True",fontsize=16,color="green",shape="box"];557[label="True",fontsize=16,color="green",shape="box"];558[label="False",fontsize=16,color="green",shape="box"];559[label="False",fontsize=16,color="green",shape="box"];560[label="True",fontsize=16,color="green",shape="box"];561[label="True",fontsize=16,color="green",shape="box"];562[label="True",fontsize=16,color="green",shape="box"];563[label="False",fontsize=16,color="green",shape="box"];564[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];4210[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4210[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4210 -> 697[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4211[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4211[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4211 -> 698[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4212[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4212[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4212 -> 699[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4213[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4213[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4213 -> 700[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4214[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4214[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4214 -> 701[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4215[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4215[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4215 -> 702[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4216[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4216[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4216 -> 703[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4217[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4217[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4217 -> 704[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4218[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4218[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4218 -> 705[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4219[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4219[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4219 -> 706[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4220[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4220[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4220 -> 707[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4221[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4221[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4221 -> 708[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4222[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4222[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4222 -> 709[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4223[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];564 -> 4223[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4223 -> 710[label="",style="solid", color="blue", weight=3]; 15.88/5.91 565[label="True",fontsize=16,color="green",shape="box"];566[label="True",fontsize=16,color="green",shape="box"];567[label="False",fontsize=16,color="green",shape="box"];568[label="True",fontsize=16,color="green",shape="box"];1599 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1599[label="compare vwx30 vwx40 == GT",fontsize=16,color="magenta"];1599 -> 1656[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1599 -> 1657[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1598[label="not vwx188",fontsize=16,color="burlywood",shape="triangle"];4224[label="vwx188/False",fontsize=10,color="white",style="solid",shape="box"];1598 -> 4224[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4224 -> 1658[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4225[label="vwx188/True",fontsize=10,color="white",style="solid",shape="box"];1598 -> 4225[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4225 -> 1659[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1600 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1600[label="compare vwx30 vwx40 == GT",fontsize=16,color="magenta"];1600 -> 1660[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1600 -> 1661[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1601 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1601[label="compare vwx30 vwx40 == GT",fontsize=16,color="magenta"];1601 -> 1662[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1601 -> 1663[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1602 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1602[label="compare vwx30 vwx40 == GT",fontsize=16,color="magenta"];1602 -> 1664[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1602 -> 1665[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 574 -> 972[label="",style="dashed", color="red", weight=0]; 15.88/5.91 574[label="vwx300 < vwx400 || vwx300 == vwx400 && (vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402)",fontsize=16,color="magenta"];574 -> 973[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 574 -> 974[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 574 -> 975[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 574 -> 976[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1603 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1603[label="compare vwx30 vwx40 == GT",fontsize=16,color="magenta"];1603 -> 1666[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1603 -> 1667[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1604 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1604[label="compare vwx30 vwx40 == GT",fontsize=16,color="magenta"];1604 -> 1668[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1604 -> 1669[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1605 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1605[label="compare vwx30 vwx40 == GT",fontsize=16,color="magenta"];1605 -> 1670[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1605 -> 1671[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1606 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1606[label="compare vwx30 vwx40 == GT",fontsize=16,color="magenta"];1606 -> 1672[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1606 -> 1673[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 579 -> 972[label="",style="dashed", color="red", weight=0]; 15.88/5.91 579[label="vwx300 < vwx400 || vwx300 == vwx400 && vwx301 <= vwx401",fontsize=16,color="magenta"];579 -> 977[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 579 -> 978[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 579 -> 979[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 579 -> 980[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 580[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];4226[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4226[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4226 -> 737[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4227[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4227[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4227 -> 738[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4228[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4228[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4228 -> 739[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4229[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4229[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4229 -> 740[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4230[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4230[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4230 -> 741[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4231[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4231[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4231 -> 742[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4232[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4232[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4232 -> 743[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4233[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4233[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4233 -> 744[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4234[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4234[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4234 -> 745[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4235[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4235[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4235 -> 746[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4236[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4236[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4236 -> 747[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4237[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4237[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4237 -> 748[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4238[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4238[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4238 -> 749[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4239[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];580 -> 4239[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4239 -> 750[label="",style="solid", color="blue", weight=3]; 15.88/5.91 581[label="True",fontsize=16,color="green",shape="box"];582[label="False",fontsize=16,color="green",shape="box"];583[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];4240[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4240[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4240 -> 751[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4241[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4241[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4241 -> 752[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4242[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4242[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4242 -> 753[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4243[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4243[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4243 -> 754[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4244[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4244[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4244 -> 755[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4245[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4245[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4245 -> 756[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4246[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4246[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4246 -> 757[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4247[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4247[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4247 -> 758[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4248[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4248[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4248 -> 759[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4249[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4249[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4249 -> 760[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4250[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4250[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4250 -> 761[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4251[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4251[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4251 -> 762[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4252[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4252[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4252 -> 763[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4253[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];583 -> 4253[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4253 -> 764[label="",style="solid", color="blue", weight=3]; 15.88/5.91 584[label="Just vwx9",fontsize=16,color="green",shape="box"];585 -> 765[label="",style="dashed", color="red", weight=0]; 15.88/5.91 585[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410)) (not (compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40) == GT))",fontsize=16,color="magenta"];585 -> 766[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 586 -> 767[label="",style="dashed", color="red", weight=0]; 15.88/5.91 586[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410)) (not (compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40) == GT))",fontsize=16,color="magenta"];586 -> 768[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 587 -> 769[label="",style="dashed", color="red", weight=0]; 15.88/5.91 587[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410)) (not (compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40) == GT))",fontsize=16,color="magenta"];587 -> 770[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 588 -> 771[label="",style="dashed", color="red", weight=0]; 15.88/5.91 588[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410)) (not (compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40) == GT))",fontsize=16,color="magenta"];588 -> 772[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1296 -> 1332[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1296[label="primCompAux0 (compare vwx31 vwx41) (compare vwx30 vwx40)",fontsize=16,color="magenta"];1296 -> 1333[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1296 -> 1334[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1296 -> 1335[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 844[label="LT == vwx23",fontsize=16,color="burlywood",shape="box"];4254[label="vwx23/LT",fontsize=10,color="white",style="solid",shape="box"];844 -> 4254[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4254 -> 1242[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4255[label="vwx23/EQ",fontsize=10,color="white",style="solid",shape="box"];844 -> 4255[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4255 -> 1243[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4256[label="vwx23/GT",fontsize=10,color="white",style="solid",shape="box"];844 -> 4256[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4256 -> 1244[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 845[label="EQ == vwx23",fontsize=16,color="burlywood",shape="box"];4257[label="vwx23/LT",fontsize=10,color="white",style="solid",shape="box"];845 -> 4257[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4257 -> 1245[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4258[label="vwx23/EQ",fontsize=10,color="white",style="solid",shape="box"];845 -> 4258[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4258 -> 1246[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4259[label="vwx23/GT",fontsize=10,color="white",style="solid",shape="box"];845 -> 4259[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4259 -> 1247[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 846[label="GT == vwx23",fontsize=16,color="burlywood",shape="box"];4260[label="vwx23/LT",fontsize=10,color="white",style="solid",shape="box"];846 -> 4260[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4260 -> 1248[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4261[label="vwx23/EQ",fontsize=10,color="white",style="solid",shape="box"];846 -> 4261[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4261 -> 1249[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4262[label="vwx23/GT",fontsize=10,color="white",style="solid",shape="box"];846 -> 4262[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4262 -> 1250[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1297[label="max1 (vwx69 : vwx70) (vwx71 : vwx72) True",fontsize=16,color="black",shape="box"];1297 -> 1425[label="",style="solid", color="black", weight=3]; 15.88/5.91 1298[label="max1 (vwx69 : vwx70) (vwx71 : vwx72) False",fontsize=16,color="black",shape="box"];1298 -> 1426[label="",style="solid", color="black", weight=3]; 15.88/5.91 606[label="max0 (vwx30 : vwx31) [] otherwise",fontsize=16,color="black",shape="box"];606 -> 791[label="",style="solid", color="black", weight=3]; 15.88/5.91 607[label="vwx40 : vwx41",fontsize=16,color="green",shape="box"];608[label="[]",fontsize=16,color="green",shape="box"];609[label="primCmpInt (vwx30 * vwx41) (vwx40 * vwx31)",fontsize=16,color="black",shape="box"];609 -> 792[label="",style="solid", color="black", weight=3]; 15.88/5.91 610[label="compare (Integer vwx300 * vwx41) (vwx40 * vwx31)",fontsize=16,color="burlywood",shape="box"];4263[label="vwx41/Integer vwx410",fontsize=10,color="white",style="solid",shape="box"];610 -> 4263[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4263 -> 793[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 611[label="max1 (vwx58 :% vwx59) (vwx60 :% vwx61) (not False)",fontsize=16,color="black",shape="triangle"];611 -> 794[label="",style="solid", color="black", weight=3]; 15.88/5.91 612 -> 611[label="",style="dashed", color="red", weight=0]; 15.88/5.91 612[label="max1 (vwx58 :% vwx59) (vwx60 :% vwx61) (not False)",fontsize=16,color="magenta"];613[label="max1 (vwx58 :% vwx59) (vwx60 :% vwx61) (not True)",fontsize=16,color="black",shape="box"];613 -> 795[label="",style="solid", color="black", weight=3]; 15.88/5.91 614 -> 796[label="",style="dashed", color="red", weight=0]; 15.88/5.91 614[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410)) (not (compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40) == GT))",fontsize=16,color="magenta"];614 -> 797[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 615 -> 798[label="",style="dashed", color="red", weight=0]; 15.88/5.91 615[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410)) (not (compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40) == GT))",fontsize=16,color="magenta"];615 -> 799[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 616 -> 800[label="",style="dashed", color="red", weight=0]; 15.88/5.91 616[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410)) (not (compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40) == GT))",fontsize=16,color="magenta"];616 -> 801[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 617 -> 802[label="",style="dashed", color="red", weight=0]; 15.88/5.91 617[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410)) (not (compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40) == GT))",fontsize=16,color="magenta"];617 -> 803[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 327[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];327 -> 500[label="",style="solid", color="black", weight=3]; 15.88/5.91 328[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];328 -> 501[label="",style="solid", color="black", weight=3]; 15.88/5.91 329[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];329 -> 502[label="",style="solid", color="black", weight=3]; 15.88/5.91 330[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];330 -> 503[label="",style="solid", color="black", weight=3]; 15.88/5.91 331[label="compare vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4264[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];331 -> 4264[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4264 -> 504[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4265[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];331 -> 4265[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4265 -> 505[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 332[label="compare vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4266[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];332 -> 4266[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4266 -> 506[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 333[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];333 -> 507[label="",style="solid", color="black", weight=3]; 15.88/5.91 334[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];334 -> 508[label="",style="solid", color="black", weight=3]; 15.88/5.91 335[label="compare vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4267[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];335 -> 4267[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4267 -> 509[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 336[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];336 -> 510[label="",style="solid", color="black", weight=3]; 15.88/5.91 337[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];337 -> 511[label="",style="solid", color="black", weight=3]; 15.88/5.91 338[label="compare vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4268[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];338 -> 4268[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4268 -> 512[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 339[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];339 -> 513[label="",style="solid", color="black", weight=3]; 15.88/5.91 340[label="compare vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];340 -> 514[label="",style="solid", color="black", weight=3]; 15.88/5.91 1368[label="vwx31",fontsize=16,color="green",shape="box"];1369[label="vwx41",fontsize=16,color="green",shape="box"];1370[label="vwx31",fontsize=16,color="green",shape="box"];1371[label="vwx41",fontsize=16,color="green",shape="box"];1372[label="vwx31",fontsize=16,color="green",shape="box"];1373[label="vwx41",fontsize=16,color="green",shape="box"];1374[label="vwx31",fontsize=16,color="green",shape="box"];1375[label="vwx41",fontsize=16,color="green",shape="box"];1376[label="vwx31",fontsize=16,color="green",shape="box"];1377[label="vwx41",fontsize=16,color="green",shape="box"];1378[label="vwx31",fontsize=16,color="green",shape="box"];1379[label="vwx41",fontsize=16,color="green",shape="box"];1380[label="vwx31",fontsize=16,color="green",shape="box"];1381[label="vwx41",fontsize=16,color="green",shape="box"];1382[label="vwx31",fontsize=16,color="green",shape="box"];1383[label="vwx41",fontsize=16,color="green",shape="box"];1384[label="vwx31",fontsize=16,color="green",shape="box"];1385[label="vwx41",fontsize=16,color="green",shape="box"];1386[label="vwx31",fontsize=16,color="green",shape="box"];1387[label="vwx41",fontsize=16,color="green",shape="box"];1388[label="vwx31",fontsize=16,color="green",shape="box"];1389[label="vwx41",fontsize=16,color="green",shape="box"];1390[label="vwx31",fontsize=16,color="green",shape="box"];1391[label="vwx41",fontsize=16,color="green",shape="box"];1392[label="vwx31",fontsize=16,color="green",shape="box"];1393[label="vwx41",fontsize=16,color="green",shape="box"];1394[label="vwx31",fontsize=16,color="green",shape="box"];1395[label="vwx41",fontsize=16,color="green",shape="box"];1396[label="vwx42",fontsize=16,color="green",shape="box"];1397[label="vwx32",fontsize=16,color="green",shape="box"];1398[label="vwx42",fontsize=16,color="green",shape="box"];1399[label="vwx32",fontsize=16,color="green",shape="box"];1400[label="vwx42",fontsize=16,color="green",shape="box"];1401[label="vwx32",fontsize=16,color="green",shape="box"];1402[label="vwx42",fontsize=16,color="green",shape="box"];1403[label="vwx32",fontsize=16,color="green",shape="box"];1404[label="vwx42",fontsize=16,color="green",shape="box"];1405[label="vwx32",fontsize=16,color="green",shape="box"];1406[label="vwx42",fontsize=16,color="green",shape="box"];1407[label="vwx32",fontsize=16,color="green",shape="box"];1408[label="vwx42",fontsize=16,color="green",shape="box"];1409[label="vwx32",fontsize=16,color="green",shape="box"];1410[label="vwx42",fontsize=16,color="green",shape="box"];1411[label="vwx32",fontsize=16,color="green",shape="box"];1412[label="vwx42",fontsize=16,color="green",shape="box"];1413[label="vwx32",fontsize=16,color="green",shape="box"];1414[label="vwx42",fontsize=16,color="green",shape="box"];1415[label="vwx32",fontsize=16,color="green",shape="box"];1416[label="vwx42",fontsize=16,color="green",shape="box"];1417[label="vwx32",fontsize=16,color="green",shape="box"];1418[label="vwx42",fontsize=16,color="green",shape="box"];1419[label="vwx32",fontsize=16,color="green",shape="box"];1420[label="vwx42",fontsize=16,color="green",shape="box"];1421[label="vwx32",fontsize=16,color="green",shape="box"];1422[label="vwx42",fontsize=16,color="green",shape="box"];1423[label="vwx32",fontsize=16,color="green",shape="box"];1366[label="vwx150",fontsize=16,color="green",shape="box"];1367[label="vwx109 == vwx110",fontsize=16,color="blue",shape="box"];4269[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4269[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4269 -> 1427[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4270[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4270[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4270 -> 1428[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4271[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4271[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4271 -> 1429[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4272[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4272[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4272 -> 1430[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4273[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4273[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4273 -> 1431[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4274[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4274[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4274 -> 1432[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4275[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4275[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4275 -> 1433[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4276[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4276[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4276 -> 1434[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4277[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4277[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4277 -> 1435[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4278[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4278[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4278 -> 1436[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4279[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4279[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4279 -> 1437[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4280[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4280[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4280 -> 1438[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4281[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4281[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4281 -> 1439[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4282[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1367 -> 4282[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4282 -> 1440[label="",style="solid", color="blue", weight=3]; 15.88/5.91 1365[label="vwx164 && vwx165",fontsize=16,color="burlywood",shape="triangle"];4283[label="vwx164/False",fontsize=10,color="white",style="solid",shape="box"];1365 -> 4283[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4283 -> 1441[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4284[label="vwx164/True",fontsize=10,color="white",style="solid",shape="box"];1365 -> 4284[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4284 -> 1442[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1424[label="(vwx82,vwx83,vwx84)",fontsize=16,color="green",shape="box"];652[label="()",fontsize=16,color="green",shape="box"];653[label="max1 (Pos (Succ vwx300)) (Pos (Succ vwx400)) (not (primCmpNat (Succ vwx300) (Succ vwx400) == GT))",fontsize=16,color="black",shape="box"];653 -> 853[label="",style="solid", color="black", weight=3]; 15.88/5.91 654[label="max1 (Pos (Succ vwx300)) (Pos Zero) (not (primCmpNat (Succ vwx300) Zero == GT))",fontsize=16,color="black",shape="box"];654 -> 854[label="",style="solid", color="black", weight=3]; 15.88/5.91 655[label="max1 (Pos (Succ vwx300)) (Neg vwx40) (not True)",fontsize=16,color="black",shape="box"];655 -> 855[label="",style="solid", color="black", weight=3]; 15.88/5.91 656 -> 856[label="",style="dashed", color="red", weight=0]; 15.88/5.91 656[label="max1 (Pos Zero) (Pos (Succ vwx400)) (not (primCmpNat Zero (Succ vwx400) == GT))",fontsize=16,color="magenta"];656 -> 857[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 657 -> 858[label="",style="dashed", color="red", weight=0]; 15.88/5.91 657[label="max1 (Pos Zero) (Pos Zero) (not (EQ == GT))",fontsize=16,color="magenta"];657 -> 859[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 658 -> 860[label="",style="dashed", color="red", weight=0]; 15.88/5.91 658[label="max1 (Pos Zero) (Neg (Succ vwx400)) (not (GT == GT))",fontsize=16,color="magenta"];658 -> 861[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 659 -> 862[label="",style="dashed", color="red", weight=0]; 15.88/5.91 659[label="max1 (Pos Zero) (Neg Zero) (not (EQ == GT))",fontsize=16,color="magenta"];659 -> 863[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 660[label="max1 (Neg (Succ vwx300)) (Pos vwx40) (not False)",fontsize=16,color="black",shape="box"];660 -> 864[label="",style="solid", color="black", weight=3]; 15.88/5.91 661[label="max1 (Neg (Succ vwx300)) (Neg (Succ vwx400)) (not (primCmpNat (Succ vwx400) (Succ vwx300) == GT))",fontsize=16,color="black",shape="box"];661 -> 865[label="",style="solid", color="black", weight=3]; 15.88/5.91 662[label="max1 (Neg (Succ vwx300)) (Neg Zero) (not (primCmpNat Zero (Succ vwx300) == GT))",fontsize=16,color="black",shape="box"];662 -> 866[label="",style="solid", color="black", weight=3]; 15.88/5.91 663 -> 867[label="",style="dashed", color="red", weight=0]; 15.88/5.91 663[label="max1 (Neg Zero) (Pos (Succ vwx400)) (not (LT == GT))",fontsize=16,color="magenta"];663 -> 868[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 664 -> 869[label="",style="dashed", color="red", weight=0]; 15.88/5.91 664[label="max1 (Neg Zero) (Pos Zero) (not (EQ == GT))",fontsize=16,color="magenta"];664 -> 870[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 665 -> 871[label="",style="dashed", color="red", weight=0]; 15.88/5.91 665[label="max1 (Neg Zero) (Neg (Succ vwx400)) (not (primCmpNat (Succ vwx400) Zero == GT))",fontsize=16,color="magenta"];665 -> 872[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 666 -> 873[label="",style="dashed", color="red", weight=0]; 15.88/5.91 666[label="max1 (Neg Zero) (Neg Zero) (not (EQ == GT))",fontsize=16,color="magenta"];666 -> 874[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 667[label="max1 (Char (Succ vwx300)) (Char (Succ vwx400)) (not (primCmpNat (Succ vwx300) (Succ vwx400) == GT))",fontsize=16,color="black",shape="box"];667 -> 875[label="",style="solid", color="black", weight=3]; 15.88/5.91 668[label="max1 (Char (Succ vwx300)) (Char Zero) (not (primCmpNat (Succ vwx300) Zero == GT))",fontsize=16,color="black",shape="box"];668 -> 876[label="",style="solid", color="black", weight=3]; 15.88/5.91 669[label="max1 (Char Zero) (Char (Succ vwx400)) (not (primCmpNat Zero (Succ vwx400) == GT))",fontsize=16,color="black",shape="box"];669 -> 877[label="",style="solid", color="black", weight=3]; 15.88/5.91 670[label="max1 (Char Zero) (Char Zero) (not (primCmpNat Zero Zero == GT))",fontsize=16,color="black",shape="box"];670 -> 878[label="",style="solid", color="black", weight=3]; 15.88/5.91 671[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Pos vwx400)) (not (primCmpInt (Pos (Succ vwx3000)) (Pos vwx400) == GT))",fontsize=16,color="black",shape="box"];671 -> 879[label="",style="solid", color="black", weight=3]; 15.88/5.91 672[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Neg vwx400)) (not (primCmpInt (Pos (Succ vwx3000)) (Neg vwx400) == GT))",fontsize=16,color="black",shape="box"];672 -> 880[label="",style="solid", color="black", weight=3]; 15.88/5.91 673[label="max1 (Integer (Pos Zero)) (Integer (Pos vwx400)) (not (primCmpInt (Pos Zero) (Pos vwx400) == GT))",fontsize=16,color="burlywood",shape="box"];4285[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];673 -> 4285[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4285 -> 881[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4286[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];673 -> 4286[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4286 -> 882[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 674[label="max1 (Integer (Pos Zero)) (Integer (Neg vwx400)) (not (primCmpInt (Pos Zero) (Neg vwx400) == GT))",fontsize=16,color="burlywood",shape="box"];4287[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];674 -> 4287[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4287 -> 883[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4288[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];674 -> 4288[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4288 -> 884[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 675[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Pos vwx400)) (not (primCmpInt (Neg (Succ vwx3000)) (Pos vwx400) == GT))",fontsize=16,color="black",shape="box"];675 -> 885[label="",style="solid", color="black", weight=3]; 15.88/5.91 676[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Neg vwx400)) (not (primCmpInt (Neg (Succ vwx3000)) (Neg vwx400) == GT))",fontsize=16,color="black",shape="box"];676 -> 886[label="",style="solid", color="black", weight=3]; 15.88/5.91 677[label="max1 (Integer (Neg Zero)) (Integer (Pos vwx400)) (not (primCmpInt (Neg Zero) (Pos vwx400) == GT))",fontsize=16,color="burlywood",shape="box"];4289[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];677 -> 4289[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4289 -> 887[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4290[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];677 -> 4290[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4290 -> 888[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 678[label="max1 (Integer (Neg Zero)) (Integer (Neg vwx400)) (not (primCmpInt (Neg Zero) (Neg vwx400) == GT))",fontsize=16,color="burlywood",shape="box"];4291[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];678 -> 4291[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4291 -> 889[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4292[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];678 -> 4292[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4292 -> 890[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1946[label="(vwx183,vwx184)",fontsize=16,color="green",shape="box"];695[label="Left vwx42",fontsize=16,color="green",shape="box"];696[label="Right vwx49",fontsize=16,color="green",shape="box"];697 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.91 697[label="vwx300 <= vwx400",fontsize=16,color="magenta"];697 -> 921[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 697 -> 922[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 698 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.91 698[label="vwx300 <= vwx400",fontsize=16,color="magenta"];698 -> 923[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 698 -> 924[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 699 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.91 699[label="vwx300 <= vwx400",fontsize=16,color="magenta"];699 -> 925[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 699 -> 926[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 700 -> 192[label="",style="dashed", color="red", weight=0]; 15.88/5.91 700[label="vwx300 <= vwx400",fontsize=16,color="magenta"];700 -> 927[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 700 -> 928[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 701 -> 193[label="",style="dashed", color="red", weight=0]; 15.88/5.91 701[label="vwx300 <= vwx400",fontsize=16,color="magenta"];701 -> 929[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 701 -> 930[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 702 -> 194[label="",style="dashed", color="red", weight=0]; 15.88/5.91 702[label="vwx300 <= vwx400",fontsize=16,color="magenta"];702 -> 931[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 702 -> 932[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 703 -> 195[label="",style="dashed", color="red", weight=0]; 15.88/5.91 703[label="vwx300 <= vwx400",fontsize=16,color="magenta"];703 -> 933[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 703 -> 934[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 704 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.91 704[label="vwx300 <= vwx400",fontsize=16,color="magenta"];704 -> 935[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 704 -> 936[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 705 -> 197[label="",style="dashed", color="red", weight=0]; 15.88/5.91 705[label="vwx300 <= vwx400",fontsize=16,color="magenta"];705 -> 937[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 705 -> 938[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 706 -> 198[label="",style="dashed", color="red", weight=0]; 15.88/5.91 706[label="vwx300 <= vwx400",fontsize=16,color="magenta"];706 -> 939[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 706 -> 940[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 707 -> 199[label="",style="dashed", color="red", weight=0]; 15.88/5.91 707[label="vwx300 <= vwx400",fontsize=16,color="magenta"];707 -> 941[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 707 -> 942[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 708 -> 200[label="",style="dashed", color="red", weight=0]; 15.88/5.91 708[label="vwx300 <= vwx400",fontsize=16,color="magenta"];708 -> 943[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 708 -> 944[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 709 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.91 709[label="vwx300 <= vwx400",fontsize=16,color="magenta"];709 -> 945[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 709 -> 946[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 710 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.91 710[label="vwx300 <= vwx400",fontsize=16,color="magenta"];710 -> 947[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 710 -> 948[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1656 -> 1446[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1656[label="compare vwx30 vwx40",fontsize=16,color="magenta"];1656 -> 1920[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1656 -> 1921[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1657[label="GT",fontsize=16,color="green",shape="box"];1658[label="not False",fontsize=16,color="black",shape="box"];1658 -> 1922[label="",style="solid", color="black", weight=3]; 15.88/5.91 1659[label="not True",fontsize=16,color="black",shape="box"];1659 -> 1923[label="",style="solid", color="black", weight=3]; 15.88/5.91 1660 -> 1447[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1660[label="compare vwx30 vwx40",fontsize=16,color="magenta"];1660 -> 1924[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1660 -> 1925[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1661[label="GT",fontsize=16,color="green",shape="box"];1662 -> 1448[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1662[label="compare vwx30 vwx40",fontsize=16,color="magenta"];1662 -> 1926[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1662 -> 1927[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1663[label="GT",fontsize=16,color="green",shape="box"];1664 -> 1449[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1664[label="compare vwx30 vwx40",fontsize=16,color="magenta"];1664 -> 1928[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1664 -> 1929[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1665[label="GT",fontsize=16,color="green",shape="box"];973[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];4293[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4293[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4293 -> 986[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4294[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4294[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4294 -> 987[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4295[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4295[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4295 -> 988[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4296[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4296[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4296 -> 989[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4297[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4297[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4297 -> 990[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4298[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4298[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4298 -> 991[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4299[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4299[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4299 -> 992[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4300[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4300[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4300 -> 993[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4301[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4301[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4301 -> 994[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4302[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4302[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4302 -> 995[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4303[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4303[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4303 -> 996[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4304[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4304[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4304 -> 997[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4305[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4305[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4305 -> 998[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4306[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];973 -> 4306[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4306 -> 999[label="",style="solid", color="blue", weight=3]; 15.88/5.91 974 -> 972[label="",style="dashed", color="red", weight=0]; 15.88/5.91 974[label="vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402",fontsize=16,color="magenta"];974 -> 1000[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 974 -> 1001[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 974 -> 1002[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 974 -> 1003[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 975[label="vwx400",fontsize=16,color="green",shape="box"];976[label="vwx300",fontsize=16,color="green",shape="box"];1666 -> 1451[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1666[label="compare vwx30 vwx40",fontsize=16,color="magenta"];1666 -> 1930[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1666 -> 1931[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1667[label="GT",fontsize=16,color="green",shape="box"];1668 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1668[label="compare vwx30 vwx40",fontsize=16,color="magenta"];1668 -> 1932[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1668 -> 1933[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1669[label="GT",fontsize=16,color="green",shape="box"];1670 -> 1453[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1670[label="compare vwx30 vwx40",fontsize=16,color="magenta"];1670 -> 1934[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1670 -> 1935[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1671[label="GT",fontsize=16,color="green",shape="box"];1672 -> 1454[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1672[label="compare vwx30 vwx40",fontsize=16,color="magenta"];1672 -> 1936[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1672 -> 1937[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1673[label="GT",fontsize=16,color="green",shape="box"];977[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];4307[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4307[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4307 -> 1013[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4308[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4308[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4308 -> 1014[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4309[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4309[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4309 -> 1015[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4310[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4310[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4310 -> 1016[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4311[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4311[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4311 -> 1017[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4312[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4312[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4312 -> 1018[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4313[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4313[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4313 -> 1019[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4314[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4314[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4314 -> 1020[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4315[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4315[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4315 -> 1021[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4316[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4316[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4316 -> 1022[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4317[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4317[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4317 -> 1023[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4318[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4318[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4318 -> 1024[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4319[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4319[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4319 -> 1025[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4320[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];977 -> 4320[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4320 -> 1026[label="",style="solid", color="blue", weight=3]; 15.88/5.91 978[label="vwx301 <= vwx401",fontsize=16,color="blue",shape="box"];4321[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4321[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4321 -> 1027[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4322[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4322[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4322 -> 1028[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4323[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4323[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4323 -> 1029[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4324[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4324[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4324 -> 1030[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4325[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4325[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4325 -> 1031[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4326[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4326[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4326 -> 1032[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4327[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4327[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4327 -> 1033[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4328[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4328[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4328 -> 1034[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4329[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4329[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4329 -> 1035[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4330[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4330[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4330 -> 1036[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4331[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4331[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4331 -> 1037[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4332[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4332[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4332 -> 1038[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4333[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4333[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4333 -> 1039[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4334[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];978 -> 4334[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4334 -> 1040[label="",style="solid", color="blue", weight=3]; 15.88/5.91 979[label="vwx400",fontsize=16,color="green",shape="box"];980[label="vwx300",fontsize=16,color="green",shape="box"];737 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.91 737[label="vwx300 <= vwx400",fontsize=16,color="magenta"];737 -> 1041[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 737 -> 1042[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 738 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.91 738[label="vwx300 <= vwx400",fontsize=16,color="magenta"];738 -> 1043[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 738 -> 1044[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 739 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.91 739[label="vwx300 <= vwx400",fontsize=16,color="magenta"];739 -> 1045[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 739 -> 1046[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 740 -> 192[label="",style="dashed", color="red", weight=0]; 15.88/5.91 740[label="vwx300 <= vwx400",fontsize=16,color="magenta"];740 -> 1047[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 740 -> 1048[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 741 -> 193[label="",style="dashed", color="red", weight=0]; 15.88/5.91 741[label="vwx300 <= vwx400",fontsize=16,color="magenta"];741 -> 1049[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 741 -> 1050[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 742 -> 194[label="",style="dashed", color="red", weight=0]; 15.88/5.91 742[label="vwx300 <= vwx400",fontsize=16,color="magenta"];742 -> 1051[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 742 -> 1052[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 743 -> 195[label="",style="dashed", color="red", weight=0]; 15.88/5.91 743[label="vwx300 <= vwx400",fontsize=16,color="magenta"];743 -> 1053[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 743 -> 1054[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 744 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.91 744[label="vwx300 <= vwx400",fontsize=16,color="magenta"];744 -> 1055[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 744 -> 1056[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 745 -> 197[label="",style="dashed", color="red", weight=0]; 15.88/5.91 745[label="vwx300 <= vwx400",fontsize=16,color="magenta"];745 -> 1057[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 745 -> 1058[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 746 -> 198[label="",style="dashed", color="red", weight=0]; 15.88/5.91 746[label="vwx300 <= vwx400",fontsize=16,color="magenta"];746 -> 1059[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 746 -> 1060[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 747 -> 199[label="",style="dashed", color="red", weight=0]; 15.88/5.91 747[label="vwx300 <= vwx400",fontsize=16,color="magenta"];747 -> 1061[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 747 -> 1062[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 748 -> 200[label="",style="dashed", color="red", weight=0]; 15.88/5.91 748[label="vwx300 <= vwx400",fontsize=16,color="magenta"];748 -> 1063[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 748 -> 1064[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 749 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.91 749[label="vwx300 <= vwx400",fontsize=16,color="magenta"];749 -> 1065[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 749 -> 1066[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 750 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.91 750[label="vwx300 <= vwx400",fontsize=16,color="magenta"];750 -> 1067[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 750 -> 1068[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 751 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.91 751[label="vwx300 <= vwx400",fontsize=16,color="magenta"];751 -> 1069[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 751 -> 1070[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 752 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.91 752[label="vwx300 <= vwx400",fontsize=16,color="magenta"];752 -> 1071[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 752 -> 1072[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 753 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.91 753[label="vwx300 <= vwx400",fontsize=16,color="magenta"];753 -> 1073[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 753 -> 1074[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 754 -> 192[label="",style="dashed", color="red", weight=0]; 15.88/5.91 754[label="vwx300 <= vwx400",fontsize=16,color="magenta"];754 -> 1075[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 754 -> 1076[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 755 -> 193[label="",style="dashed", color="red", weight=0]; 15.88/5.91 755[label="vwx300 <= vwx400",fontsize=16,color="magenta"];755 -> 1077[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 755 -> 1078[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 756 -> 194[label="",style="dashed", color="red", weight=0]; 15.88/5.91 756[label="vwx300 <= vwx400",fontsize=16,color="magenta"];756 -> 1079[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 756 -> 1080[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 757 -> 195[label="",style="dashed", color="red", weight=0]; 15.88/5.91 757[label="vwx300 <= vwx400",fontsize=16,color="magenta"];757 -> 1081[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 757 -> 1082[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 758 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.91 758[label="vwx300 <= vwx400",fontsize=16,color="magenta"];758 -> 1083[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 758 -> 1084[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 759 -> 197[label="",style="dashed", color="red", weight=0]; 15.88/5.91 759[label="vwx300 <= vwx400",fontsize=16,color="magenta"];759 -> 1085[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 759 -> 1086[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 760 -> 198[label="",style="dashed", color="red", weight=0]; 15.88/5.91 760[label="vwx300 <= vwx400",fontsize=16,color="magenta"];760 -> 1087[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 760 -> 1088[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 761 -> 199[label="",style="dashed", color="red", weight=0]; 15.88/5.91 761[label="vwx300 <= vwx400",fontsize=16,color="magenta"];761 -> 1089[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 761 -> 1090[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 762 -> 200[label="",style="dashed", color="red", weight=0]; 15.88/5.91 762[label="vwx300 <= vwx400",fontsize=16,color="magenta"];762 -> 1091[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 762 -> 1092[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 763 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.91 763[label="vwx300 <= vwx400",fontsize=16,color="magenta"];763 -> 1093[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 763 -> 1094[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 764 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.91 764[label="vwx300 <= vwx400",fontsize=16,color="magenta"];764 -> 1095[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 764 -> 1096[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 766 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 766[label="not (compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40) == GT)",fontsize=16,color="magenta"];766 -> 1611[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 765[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410)) vwx126",fontsize=16,color="burlywood",shape="triangle"];4335[label="vwx126/False",fontsize=10,color="white",style="solid",shape="box"];765 -> 4335[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4335 -> 1099[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4336[label="vwx126/True",fontsize=10,color="white",style="solid",shape="box"];765 -> 4336[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4336 -> 1100[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 768 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 768[label="not (compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40) == GT)",fontsize=16,color="magenta"];768 -> 1612[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 767[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410)) vwx128",fontsize=16,color="burlywood",shape="triangle"];4337[label="vwx128/False",fontsize=10,color="white",style="solid",shape="box"];767 -> 4337[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4337 -> 1103[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4338[label="vwx128/True",fontsize=10,color="white",style="solid",shape="box"];767 -> 4338[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4338 -> 1104[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 770 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 770[label="not (compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40) == GT)",fontsize=16,color="magenta"];770 -> 1613[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 769[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410)) vwx130",fontsize=16,color="burlywood",shape="triangle"];4339[label="vwx130/False",fontsize=10,color="white",style="solid",shape="box"];769 -> 4339[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4339 -> 1107[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4340[label="vwx130/True",fontsize=10,color="white",style="solid",shape="box"];769 -> 4340[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4340 -> 1108[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 772 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 772[label="not (compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40) == GT)",fontsize=16,color="magenta"];772 -> 1614[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 771[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410)) vwx132",fontsize=16,color="burlywood",shape="triangle"];4341[label="vwx132/False",fontsize=10,color="white",style="solid",shape="box"];771 -> 4341[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4341 -> 1111[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4342[label="vwx132/True",fontsize=10,color="white",style="solid",shape="box"];771 -> 4342[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4342 -> 1112[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1333[label="vwx31",fontsize=16,color="green",shape="box"];1334[label="vwx41",fontsize=16,color="green",shape="box"];1335[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];4343[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4343[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4343 -> 1443[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4344[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4344[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4344 -> 1444[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4345[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4345[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4345 -> 1445[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4346[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4346[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4346 -> 1446[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4347[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4347[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4347 -> 1447[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4348[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4348[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4348 -> 1448[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4349[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4349[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4349 -> 1449[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4350[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4350[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4350 -> 1450[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4351[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4351[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4351 -> 1451[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4352[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4352[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4352 -> 1452[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4353[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4353[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4353 -> 1453[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4354[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4354[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4354 -> 1454[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4355[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4355[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4355 -> 1455[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4356[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1335 -> 4356[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4356 -> 1456[label="",style="solid", color="blue", weight=3]; 15.88/5.91 1332[label="primCompAux0 (compare vwx158 vwx159) vwx160",fontsize=16,color="burlywood",shape="triangle"];4357[label="vwx160/LT",fontsize=10,color="white",style="solid",shape="box"];1332 -> 4357[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4357 -> 1457[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4358[label="vwx160/EQ",fontsize=10,color="white",style="solid",shape="box"];1332 -> 4358[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4358 -> 1458[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4359[label="vwx160/GT",fontsize=10,color="white",style="solid",shape="box"];1332 -> 4359[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4359 -> 1459[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1242[label="LT == LT",fontsize=16,color="black",shape="box"];1242 -> 1299[label="",style="solid", color="black", weight=3]; 15.88/5.91 1243[label="LT == EQ",fontsize=16,color="black",shape="box"];1243 -> 1300[label="",style="solid", color="black", weight=3]; 15.88/5.91 1244[label="LT == GT",fontsize=16,color="black",shape="box"];1244 -> 1301[label="",style="solid", color="black", weight=3]; 15.88/5.91 1245[label="EQ == LT",fontsize=16,color="black",shape="box"];1245 -> 1302[label="",style="solid", color="black", weight=3]; 15.88/5.91 1246[label="EQ == EQ",fontsize=16,color="black",shape="box"];1246 -> 1303[label="",style="solid", color="black", weight=3]; 15.88/5.91 1247[label="EQ == GT",fontsize=16,color="black",shape="box"];1247 -> 1304[label="",style="solid", color="black", weight=3]; 15.88/5.91 1248[label="GT == LT",fontsize=16,color="black",shape="box"];1248 -> 1305[label="",style="solid", color="black", weight=3]; 15.88/5.91 1249[label="GT == EQ",fontsize=16,color="black",shape="box"];1249 -> 1306[label="",style="solid", color="black", weight=3]; 15.88/5.91 1250[label="GT == GT",fontsize=16,color="black",shape="box"];1250 -> 1307[label="",style="solid", color="black", weight=3]; 15.88/5.91 1425[label="vwx71 : vwx72",fontsize=16,color="green",shape="box"];1426[label="max0 (vwx69 : vwx70) (vwx71 : vwx72) otherwise",fontsize=16,color="black",shape="box"];1426 -> 1462[label="",style="solid", color="black", weight=3]; 15.88/5.91 791[label="max0 (vwx30 : vwx31) [] True",fontsize=16,color="black",shape="box"];791 -> 1150[label="",style="solid", color="black", weight=3]; 15.88/5.91 792[label="primCmpInt (primMulInt vwx30 vwx41) (vwx40 * vwx31)",fontsize=16,color="burlywood",shape="box"];4360[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];792 -> 4360[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4360 -> 1151[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4361[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];792 -> 4361[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4361 -> 1152[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 793[label="compare (Integer vwx300 * Integer vwx410) (vwx40 * vwx31)",fontsize=16,color="black",shape="box"];793 -> 1153[label="",style="solid", color="black", weight=3]; 15.88/5.91 794[label="max1 (vwx58 :% vwx59) (vwx60 :% vwx61) True",fontsize=16,color="black",shape="box"];794 -> 1154[label="",style="solid", color="black", weight=3]; 15.88/5.91 795[label="max1 (vwx58 :% vwx59) (vwx60 :% vwx61) False",fontsize=16,color="black",shape="box"];795 -> 1155[label="",style="solid", color="black", weight=3]; 15.88/5.91 797 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 797[label="not (compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40) == GT)",fontsize=16,color="magenta"];797 -> 1615[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 796[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410)) vwx134",fontsize=16,color="burlywood",shape="triangle"];4362[label="vwx134/False",fontsize=10,color="white",style="solid",shape="box"];796 -> 4362[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4362 -> 1158[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4363[label="vwx134/True",fontsize=10,color="white",style="solid",shape="box"];796 -> 4363[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4363 -> 1159[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 799 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 799[label="not (compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40) == GT)",fontsize=16,color="magenta"];799 -> 1616[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 798[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410)) vwx136",fontsize=16,color="burlywood",shape="triangle"];4364[label="vwx136/False",fontsize=10,color="white",style="solid",shape="box"];798 -> 4364[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4364 -> 1162[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4365[label="vwx136/True",fontsize=10,color="white",style="solid",shape="box"];798 -> 4365[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4365 -> 1163[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 801 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 801[label="not (compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40) == GT)",fontsize=16,color="magenta"];801 -> 1617[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 800[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410)) vwx138",fontsize=16,color="burlywood",shape="triangle"];4366[label="vwx138/False",fontsize=10,color="white",style="solid",shape="box"];800 -> 4366[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4366 -> 1166[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4367[label="vwx138/True",fontsize=10,color="white",style="solid",shape="box"];800 -> 4367[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4367 -> 1167[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 803 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 803[label="not (compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40) == GT)",fontsize=16,color="magenta"];803 -> 1618[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 802[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410)) vwx140",fontsize=16,color="burlywood",shape="triangle"];4368[label="vwx140/False",fontsize=10,color="white",style="solid",shape="box"];802 -> 4368[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4368 -> 1170[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4369[label="vwx140/True",fontsize=10,color="white",style="solid",shape="box"];802 -> 4369[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4369 -> 1171[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 500[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];500 -> 618[label="",style="solid", color="black", weight=3]; 15.88/5.91 501[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];501 -> 619[label="",style="solid", color="black", weight=3]; 15.88/5.91 502[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];502 -> 620[label="",style="solid", color="black", weight=3]; 15.88/5.91 503[label="primCmpDouble vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4370[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];503 -> 4370[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4370 -> 621[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 504[label="compare (vwx300 : vwx301) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4371[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];504 -> 4371[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4371 -> 622[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4372[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];504 -> 4372[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4372 -> 623[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 505[label="compare [] vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4373[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];505 -> 4373[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4373 -> 624[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4374[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];505 -> 4374[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4374 -> 625[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 506[label="compare (vwx300 :% vwx301) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4375[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];506 -> 4375[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4375 -> 626[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 507[label="primCmpFloat vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4376[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];507 -> 4376[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4376 -> 627[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 508[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];508 -> 628[label="",style="solid", color="black", weight=3]; 15.88/5.91 509[label="compare () vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4377[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];509 -> 4377[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4377 -> 629[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 510[label="primCmpInt vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4378[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];510 -> 4378[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4378 -> 630[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4379[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];510 -> 4379[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4379 -> 631[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 511[label="primCmpChar vwx30 vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4380[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];511 -> 4380[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4380 -> 632[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 512[label="compare (Integer vwx300) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4381[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];512 -> 4381[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4381 -> 633[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 513[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];513 -> 634[label="",style="solid", color="black", weight=3]; 15.88/5.91 514[label="compare3 vwx30 vwx40 == LT",fontsize=16,color="black",shape="box"];514 -> 635[label="",style="solid", color="black", weight=3]; 15.88/5.91 1427 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1427[label="vwx109 == vwx110",fontsize=16,color="magenta"];1427 -> 1463[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1427 -> 1464[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1428 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1428[label="vwx109 == vwx110",fontsize=16,color="magenta"];1428 -> 1465[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1428 -> 1466[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1429 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1429[label="vwx109 == vwx110",fontsize=16,color="magenta"];1429 -> 1467[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1429 -> 1468[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1430[label="vwx109 == vwx110",fontsize=16,color="burlywood",shape="triangle"];4382[label="vwx109/(vwx1090,vwx1091,vwx1092)",fontsize=10,color="white",style="solid",shape="box"];1430 -> 4382[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4382 -> 1469[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1431 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1431[label="vwx109 == vwx110",fontsize=16,color="magenta"];1431 -> 1470[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1431 -> 1471[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1432[label="vwx109 == vwx110",fontsize=16,color="burlywood",shape="triangle"];4383[label="vwx109/(vwx1090,vwx1091)",fontsize=10,color="white",style="solid",shape="box"];1432 -> 4383[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4383 -> 1472[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1433 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1433[label="vwx109 == vwx110",fontsize=16,color="magenta"];1433 -> 1473[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1433 -> 1474[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1434 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1434[label="vwx109 == vwx110",fontsize=16,color="magenta"];1434 -> 1475[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1434 -> 1476[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1435[label="vwx109 == vwx110",fontsize=16,color="burlywood",shape="triangle"];4384[label="vwx109/Nothing",fontsize=10,color="white",style="solid",shape="box"];1435 -> 4384[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4384 -> 1477[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4385[label="vwx109/Just vwx1090",fontsize=10,color="white",style="solid",shape="box"];1435 -> 4385[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4385 -> 1478[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1436[label="vwx109 == vwx110",fontsize=16,color="burlywood",shape="triangle"];4386[label="vwx109/Left vwx1090",fontsize=10,color="white",style="solid",shape="box"];1436 -> 4386[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4386 -> 1479[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4387[label="vwx109/Right vwx1090",fontsize=10,color="white",style="solid",shape="box"];1436 -> 4387[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4387 -> 1480[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1437 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1437[label="vwx109 == vwx110",fontsize=16,color="magenta"];1437 -> 1481[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1437 -> 1482[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1438[label="vwx109 == vwx110",fontsize=16,color="burlywood",shape="triangle"];4388[label="vwx109/vwx1090 : vwx1091",fontsize=10,color="white",style="solid",shape="box"];1438 -> 4388[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4388 -> 1483[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4389[label="vwx109/[]",fontsize=10,color="white",style="solid",shape="box"];1438 -> 4389[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4389 -> 1484[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1439 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1439[label="vwx109 == vwx110",fontsize=16,color="magenta"];1439 -> 1485[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1439 -> 1486[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1440 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1440[label="vwx109 == vwx110",fontsize=16,color="magenta"];1440 -> 1487[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1440 -> 1488[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1441[label="False && vwx165",fontsize=16,color="black",shape="box"];1441 -> 1489[label="",style="solid", color="black", weight=3]; 15.88/5.91 1442[label="True && vwx165",fontsize=16,color="black",shape="box"];1442 -> 1490[label="",style="solid", color="black", weight=3]; 15.88/5.91 853 -> 1860[label="",style="dashed", color="red", weight=0]; 15.88/5.91 853[label="max1 (Pos (Succ vwx300)) (Pos (Succ vwx400)) (not (primCmpNat vwx300 vwx400 == GT))",fontsize=16,color="magenta"];853 -> 1861[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 854 -> 1943[label="",style="dashed", color="red", weight=0]; 15.88/5.91 854[label="max1 (Pos (Succ vwx300)) (Pos Zero) (not (GT == GT))",fontsize=16,color="magenta"];854 -> 1944[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 855[label="max1 (Pos (Succ vwx300)) (Neg vwx40) False",fontsize=16,color="black",shape="box"];855 -> 1491[label="",style="solid", color="black", weight=3]; 15.88/5.91 857 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 857[label="primCmpNat Zero (Succ vwx400) == GT",fontsize=16,color="magenta"];857 -> 1492[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 857 -> 1493[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 856[label="max1 (Pos Zero) (Pos (Succ vwx400)) (not vwx142)",fontsize=16,color="burlywood",shape="triangle"];4390[label="vwx142/False",fontsize=10,color="white",style="solid",shape="box"];856 -> 4390[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4390 -> 1494[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4391[label="vwx142/True",fontsize=10,color="white",style="solid",shape="box"];856 -> 4391[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4391 -> 1495[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 859 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 859[label="EQ == GT",fontsize=16,color="magenta"];859 -> 1496[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 859 -> 1497[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 858[label="max1 (Pos Zero) (Pos Zero) (not vwx143)",fontsize=16,color="burlywood",shape="triangle"];4392[label="vwx143/False",fontsize=10,color="white",style="solid",shape="box"];858 -> 4392[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4392 -> 1498[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4393[label="vwx143/True",fontsize=10,color="white",style="solid",shape="box"];858 -> 4393[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4393 -> 1499[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 861 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 861[label="GT == GT",fontsize=16,color="magenta"];861 -> 1500[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 861 -> 1501[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 860[label="max1 (Pos Zero) (Neg (Succ vwx400)) (not vwx144)",fontsize=16,color="burlywood",shape="triangle"];4394[label="vwx144/False",fontsize=10,color="white",style="solid",shape="box"];860 -> 4394[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4394 -> 1502[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4395[label="vwx144/True",fontsize=10,color="white",style="solid",shape="box"];860 -> 4395[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4395 -> 1503[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 863 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 863[label="EQ == GT",fontsize=16,color="magenta"];863 -> 1504[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 863 -> 1505[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 862[label="max1 (Pos Zero) (Neg Zero) (not vwx145)",fontsize=16,color="burlywood",shape="triangle"];4396[label="vwx145/False",fontsize=10,color="white",style="solid",shape="box"];862 -> 4396[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4396 -> 1506[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4397[label="vwx145/True",fontsize=10,color="white",style="solid",shape="box"];862 -> 4397[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4397 -> 1507[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 864[label="max1 (Neg (Succ vwx300)) (Pos vwx40) True",fontsize=16,color="black",shape="box"];864 -> 1508[label="",style="solid", color="black", weight=3]; 15.88/5.91 865 -> 1962[label="",style="dashed", color="red", weight=0]; 15.88/5.91 865[label="max1 (Neg (Succ vwx300)) (Neg (Succ vwx400)) (not (primCmpNat vwx400 vwx300 == GT))",fontsize=16,color="magenta"];865 -> 1963[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 866 -> 1970[label="",style="dashed", color="red", weight=0]; 15.88/5.91 866[label="max1 (Neg (Succ vwx300)) (Neg Zero) (not (LT == GT))",fontsize=16,color="magenta"];866 -> 1971[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 868 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 868[label="LT == GT",fontsize=16,color="magenta"];868 -> 1513[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 868 -> 1514[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 867[label="max1 (Neg Zero) (Pos (Succ vwx400)) (not vwx146)",fontsize=16,color="burlywood",shape="triangle"];4398[label="vwx146/False",fontsize=10,color="white",style="solid",shape="box"];867 -> 4398[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4398 -> 1515[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4399[label="vwx146/True",fontsize=10,color="white",style="solid",shape="box"];867 -> 4399[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4399 -> 1516[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 870 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 870[label="EQ == GT",fontsize=16,color="magenta"];870 -> 1517[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 870 -> 1518[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 869[label="max1 (Neg Zero) (Pos Zero) (not vwx147)",fontsize=16,color="burlywood",shape="triangle"];4400[label="vwx147/False",fontsize=10,color="white",style="solid",shape="box"];869 -> 4400[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4400 -> 1519[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4401[label="vwx147/True",fontsize=10,color="white",style="solid",shape="box"];869 -> 4401[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4401 -> 1520[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 872 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 872[label="primCmpNat (Succ vwx400) Zero == GT",fontsize=16,color="magenta"];872 -> 1521[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 872 -> 1522[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 871[label="max1 (Neg Zero) (Neg (Succ vwx400)) (not vwx148)",fontsize=16,color="burlywood",shape="triangle"];4402[label="vwx148/False",fontsize=10,color="white",style="solid",shape="box"];871 -> 4402[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4402 -> 1523[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4403[label="vwx148/True",fontsize=10,color="white",style="solid",shape="box"];871 -> 4403[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4403 -> 1524[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 874 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 874[label="EQ == GT",fontsize=16,color="magenta"];874 -> 1525[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 874 -> 1526[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 873[label="max1 (Neg Zero) (Neg Zero) (not vwx149)",fontsize=16,color="burlywood",shape="triangle"];4404[label="vwx149/False",fontsize=10,color="white",style="solid",shape="box"];873 -> 4404[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4404 -> 1527[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4405[label="vwx149/True",fontsize=10,color="white",style="solid",shape="box"];873 -> 4405[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4405 -> 1528[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 875 -> 1987[label="",style="dashed", color="red", weight=0]; 15.88/5.91 875[label="max1 (Char (Succ vwx300)) (Char (Succ vwx400)) (not (primCmpNat vwx300 vwx400 == GT))",fontsize=16,color="magenta"];875 -> 1988[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 876 -> 1995[label="",style="dashed", color="red", weight=0]; 15.88/5.91 876[label="max1 (Char (Succ vwx300)) (Char Zero) (not (GT == GT))",fontsize=16,color="magenta"];876 -> 1996[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 877 -> 2003[label="",style="dashed", color="red", weight=0]; 15.88/5.91 877[label="max1 (Char Zero) (Char (Succ vwx400)) (not (LT == GT))",fontsize=16,color="magenta"];877 -> 2004[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 878 -> 2011[label="",style="dashed", color="red", weight=0]; 15.88/5.91 878[label="max1 (Char Zero) (Char Zero) (not (EQ == GT))",fontsize=16,color="magenta"];878 -> 2012[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 879 -> 2019[label="",style="dashed", color="red", weight=0]; 15.88/5.91 879[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Pos vwx400)) (not (primCmpNat (Succ vwx3000) vwx400 == GT))",fontsize=16,color="magenta"];879 -> 2020[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 880 -> 2027[label="",style="dashed", color="red", weight=0]; 15.88/5.91 880[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Neg vwx400)) (not (GT == GT))",fontsize=16,color="magenta"];880 -> 2028[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 881[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx4000))) (not (primCmpInt (Pos Zero) (Pos (Succ vwx4000)) == GT))",fontsize=16,color="black",shape="box"];881 -> 1541[label="",style="solid", color="black", weight=3]; 15.88/5.91 882[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) (not (primCmpInt (Pos Zero) (Pos Zero) == GT))",fontsize=16,color="black",shape="box"];882 -> 1542[label="",style="solid", color="black", weight=3]; 15.88/5.91 883[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx4000))) (not (primCmpInt (Pos Zero) (Neg (Succ vwx4000)) == GT))",fontsize=16,color="black",shape="box"];883 -> 1543[label="",style="solid", color="black", weight=3]; 15.88/5.91 884[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) (not (primCmpInt (Pos Zero) (Neg Zero) == GT))",fontsize=16,color="black",shape="box"];884 -> 1544[label="",style="solid", color="black", weight=3]; 15.88/5.91 885 -> 2043[label="",style="dashed", color="red", weight=0]; 15.88/5.91 885[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Pos vwx400)) (not (LT == GT))",fontsize=16,color="magenta"];885 -> 2044[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 886 -> 2051[label="",style="dashed", color="red", weight=0]; 15.88/5.91 886[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Neg vwx400)) (not (primCmpNat vwx400 (Succ vwx3000) == GT))",fontsize=16,color="magenta"];886 -> 2052[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 887[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx4000))) (not (primCmpInt (Neg Zero) (Pos (Succ vwx4000)) == GT))",fontsize=16,color="black",shape="box"];887 -> 1549[label="",style="solid", color="black", weight=3]; 15.88/5.91 888[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) (not (primCmpInt (Neg Zero) (Pos Zero) == GT))",fontsize=16,color="black",shape="box"];888 -> 1550[label="",style="solid", color="black", weight=3]; 15.88/5.91 889[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx4000))) (not (primCmpInt (Neg Zero) (Neg (Succ vwx4000)) == GT))",fontsize=16,color="black",shape="box"];889 -> 1551[label="",style="solid", color="black", weight=3]; 15.88/5.91 890[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) (not (primCmpInt (Neg Zero) (Neg Zero) == GT))",fontsize=16,color="black",shape="box"];890 -> 1552[label="",style="solid", color="black", weight=3]; 15.88/5.91 921[label="vwx400",fontsize=16,color="green",shape="box"];922[label="vwx300",fontsize=16,color="green",shape="box"];923[label="vwx400",fontsize=16,color="green",shape="box"];924[label="vwx300",fontsize=16,color="green",shape="box"];925[label="vwx400",fontsize=16,color="green",shape="box"];926[label="vwx300",fontsize=16,color="green",shape="box"];927[label="vwx400",fontsize=16,color="green",shape="box"];928[label="vwx300",fontsize=16,color="green",shape="box"];929[label="vwx400",fontsize=16,color="green",shape="box"];930[label="vwx300",fontsize=16,color="green",shape="box"];931[label="vwx400",fontsize=16,color="green",shape="box"];932[label="vwx300",fontsize=16,color="green",shape="box"];933[label="vwx400",fontsize=16,color="green",shape="box"];934[label="vwx300",fontsize=16,color="green",shape="box"];935[label="vwx400",fontsize=16,color="green",shape="box"];936[label="vwx300",fontsize=16,color="green",shape="box"];937[label="vwx400",fontsize=16,color="green",shape="box"];938[label="vwx300",fontsize=16,color="green",shape="box"];939[label="vwx400",fontsize=16,color="green",shape="box"];940[label="vwx300",fontsize=16,color="green",shape="box"];941[label="vwx400",fontsize=16,color="green",shape="box"];942[label="vwx300",fontsize=16,color="green",shape="box"];943[label="vwx400",fontsize=16,color="green",shape="box"];944[label="vwx300",fontsize=16,color="green",shape="box"];945[label="vwx400",fontsize=16,color="green",shape="box"];946[label="vwx300",fontsize=16,color="green",shape="box"];947[label="vwx400",fontsize=16,color="green",shape="box"];948[label="vwx300",fontsize=16,color="green",shape="box"];1920[label="vwx40",fontsize=16,color="green",shape="box"];1921[label="vwx30",fontsize=16,color="green",shape="box"];1446[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1446 -> 1805[label="",style="solid", color="black", weight=3]; 15.88/5.91 1922[label="True",fontsize=16,color="green",shape="box"];1923[label="False",fontsize=16,color="green",shape="box"];1924[label="vwx40",fontsize=16,color="green",shape="box"];1925[label="vwx30",fontsize=16,color="green",shape="box"];1447[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4406[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];1447 -> 4406[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4406 -> 1806[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4407[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];1447 -> 4407[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4407 -> 1807[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1926[label="vwx40",fontsize=16,color="green",shape="box"];1927[label="vwx30",fontsize=16,color="green",shape="box"];1448[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4408[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];1448 -> 4408[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4408 -> 1808[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1928[label="vwx40",fontsize=16,color="green",shape="box"];1929[label="vwx30",fontsize=16,color="green",shape="box"];1449[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1449 -> 1809[label="",style="solid", color="black", weight=3]; 15.88/5.91 986 -> 215[label="",style="dashed", color="red", weight=0]; 15.88/5.91 986[label="vwx300 < vwx400",fontsize=16,color="magenta"];986 -> 1674[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 986 -> 1675[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 987 -> 216[label="",style="dashed", color="red", weight=0]; 15.88/5.91 987[label="vwx300 < vwx400",fontsize=16,color="magenta"];987 -> 1676[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 987 -> 1677[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 988 -> 217[label="",style="dashed", color="red", weight=0]; 15.88/5.91 988[label="vwx300 < vwx400",fontsize=16,color="magenta"];988 -> 1678[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 988 -> 1679[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 989 -> 218[label="",style="dashed", color="red", weight=0]; 15.88/5.91 989[label="vwx300 < vwx400",fontsize=16,color="magenta"];989 -> 1680[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 989 -> 1681[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 990 -> 219[label="",style="dashed", color="red", weight=0]; 15.88/5.91 990[label="vwx300 < vwx400",fontsize=16,color="magenta"];990 -> 1682[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 990 -> 1683[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 991 -> 220[label="",style="dashed", color="red", weight=0]; 15.88/5.91 991[label="vwx300 < vwx400",fontsize=16,color="magenta"];991 -> 1684[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 991 -> 1685[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 992 -> 221[label="",style="dashed", color="red", weight=0]; 15.88/5.91 992[label="vwx300 < vwx400",fontsize=16,color="magenta"];992 -> 1686[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 992 -> 1687[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 993 -> 222[label="",style="dashed", color="red", weight=0]; 15.88/5.91 993[label="vwx300 < vwx400",fontsize=16,color="magenta"];993 -> 1688[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 993 -> 1689[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 994 -> 223[label="",style="dashed", color="red", weight=0]; 15.88/5.91 994[label="vwx300 < vwx400",fontsize=16,color="magenta"];994 -> 1690[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 994 -> 1691[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 995 -> 224[label="",style="dashed", color="red", weight=0]; 15.88/5.91 995[label="vwx300 < vwx400",fontsize=16,color="magenta"];995 -> 1692[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 995 -> 1693[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 996 -> 225[label="",style="dashed", color="red", weight=0]; 15.88/5.91 996[label="vwx300 < vwx400",fontsize=16,color="magenta"];996 -> 1694[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 996 -> 1695[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 997 -> 226[label="",style="dashed", color="red", weight=0]; 15.88/5.91 997[label="vwx300 < vwx400",fontsize=16,color="magenta"];997 -> 1696[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 997 -> 1697[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 998 -> 227[label="",style="dashed", color="red", weight=0]; 15.88/5.91 998[label="vwx300 < vwx400",fontsize=16,color="magenta"];998 -> 1698[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 998 -> 1699[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 999 -> 228[label="",style="dashed", color="red", weight=0]; 15.88/5.91 999[label="vwx300 < vwx400",fontsize=16,color="magenta"];999 -> 1700[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 999 -> 1701[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1000[label="vwx301 < vwx401",fontsize=16,color="blue",shape="box"];4409[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4409[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4409 -> 1702[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4410[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4410[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4410 -> 1703[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4411[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4411[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4411 -> 1704[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4412[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4412[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4412 -> 1705[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4413[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4413[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4413 -> 1706[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4414[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4414[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4414 -> 1707[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4415[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4415[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4415 -> 1708[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4416[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4416[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4416 -> 1709[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4417[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4417[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4417 -> 1710[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4418[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4418[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4418 -> 1711[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4419[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4419[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4419 -> 1712[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4420[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4420[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4420 -> 1713[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4421[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4421[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4421 -> 1714[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4422[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1000 -> 4422[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4422 -> 1715[label="",style="solid", color="blue", weight=3]; 15.88/5.91 1001[label="vwx302 <= vwx402",fontsize=16,color="blue",shape="box"];4423[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4423[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4423 -> 1716[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4424[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4424[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4424 -> 1717[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4425[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4425[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4425 -> 1718[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4426[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4426[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4426 -> 1719[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4427[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4427[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4427 -> 1720[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4428[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4428[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4428 -> 1721[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4429[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4429[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4429 -> 1722[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4430[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4430[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4430 -> 1723[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4431[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4431[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4431 -> 1724[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4432[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4432[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4432 -> 1725[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4433[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4433[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4433 -> 1726[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4434[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4434[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4434 -> 1727[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4435[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4435[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4435 -> 1728[label="",style="solid", color="blue", weight=3]; 15.88/5.91 4436[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1001 -> 4436[label="",style="solid", color="blue", weight=9]; 15.88/5.91 4436 -> 1729[label="",style="solid", color="blue", weight=3]; 15.88/5.91 1002[label="vwx401",fontsize=16,color="green",shape="box"];1003[label="vwx301",fontsize=16,color="green",shape="box"];1930[label="vwx40",fontsize=16,color="green",shape="box"];1931[label="vwx30",fontsize=16,color="green",shape="box"];1451[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4437[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];1451 -> 4437[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4437 -> 1811[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1932[label="vwx40",fontsize=16,color="green",shape="box"];1933[label="vwx30",fontsize=16,color="green",shape="box"];1452[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1452 -> 1812[label="",style="solid", color="black", weight=3]; 15.88/5.91 1934[label="vwx40",fontsize=16,color="green",shape="box"];1935[label="vwx30",fontsize=16,color="green",shape="box"];1453[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1453 -> 1813[label="",style="solid", color="black", weight=3]; 15.88/5.91 1936[label="vwx40",fontsize=16,color="green",shape="box"];1937[label="vwx30",fontsize=16,color="green",shape="box"];1454[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4438[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];1454 -> 4438[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4438 -> 1814[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1013 -> 215[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1013[label="vwx300 < vwx400",fontsize=16,color="magenta"];1013 -> 1730[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1013 -> 1731[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1014 -> 216[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1014[label="vwx300 < vwx400",fontsize=16,color="magenta"];1014 -> 1732[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1014 -> 1733[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1015 -> 217[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1015[label="vwx300 < vwx400",fontsize=16,color="magenta"];1015 -> 1734[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1015 -> 1735[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1016 -> 218[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1016[label="vwx300 < vwx400",fontsize=16,color="magenta"];1016 -> 1736[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1016 -> 1737[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1017 -> 219[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1017[label="vwx300 < vwx400",fontsize=16,color="magenta"];1017 -> 1738[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1017 -> 1739[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1018 -> 220[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1018[label="vwx300 < vwx400",fontsize=16,color="magenta"];1018 -> 1740[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1018 -> 1741[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1019 -> 221[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1019[label="vwx300 < vwx400",fontsize=16,color="magenta"];1019 -> 1742[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1019 -> 1743[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1020 -> 222[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1020[label="vwx300 < vwx400",fontsize=16,color="magenta"];1020 -> 1744[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1020 -> 1745[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1021 -> 223[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1021[label="vwx300 < vwx400",fontsize=16,color="magenta"];1021 -> 1746[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1021 -> 1747[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1022 -> 224[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1022[label="vwx300 < vwx400",fontsize=16,color="magenta"];1022 -> 1748[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1022 -> 1749[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1023 -> 225[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1023[label="vwx300 < vwx400",fontsize=16,color="magenta"];1023 -> 1750[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1023 -> 1751[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1024 -> 226[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1024[label="vwx300 < vwx400",fontsize=16,color="magenta"];1024 -> 1752[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1024 -> 1753[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1025 -> 227[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1025[label="vwx300 < vwx400",fontsize=16,color="magenta"];1025 -> 1754[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1025 -> 1755[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1026 -> 228[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1026[label="vwx300 < vwx400",fontsize=16,color="magenta"];1026 -> 1756[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1026 -> 1757[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1027 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1027[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1027 -> 1758[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1027 -> 1759[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1028 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1028[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1028 -> 1760[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1028 -> 1761[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1029 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1029[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1029 -> 1762[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1029 -> 1763[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1030 -> 192[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1030[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1030 -> 1764[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1030 -> 1765[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1031 -> 193[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1031[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1031 -> 1766[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1031 -> 1767[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1032 -> 194[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1032[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1032 -> 1768[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1032 -> 1769[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1033 -> 195[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1033[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1033 -> 1770[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1033 -> 1771[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1034 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1034[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1034 -> 1772[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1034 -> 1773[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1035 -> 197[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1035[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1035 -> 1774[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1035 -> 1775[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1036 -> 198[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1036[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1036 -> 1776[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1036 -> 1777[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1037 -> 199[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1037[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1037 -> 1778[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1037 -> 1779[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1038 -> 200[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1038[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1038 -> 1780[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1038 -> 1781[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1039 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1039[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1039 -> 1782[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1039 -> 1783[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1040 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1040[label="vwx301 <= vwx401",fontsize=16,color="magenta"];1040 -> 1784[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1040 -> 1785[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1041[label="vwx400",fontsize=16,color="green",shape="box"];1042[label="vwx300",fontsize=16,color="green",shape="box"];1043[label="vwx400",fontsize=16,color="green",shape="box"];1044[label="vwx300",fontsize=16,color="green",shape="box"];1045[label="vwx400",fontsize=16,color="green",shape="box"];1046[label="vwx300",fontsize=16,color="green",shape="box"];1047[label="vwx400",fontsize=16,color="green",shape="box"];1048[label="vwx300",fontsize=16,color="green",shape="box"];1049[label="vwx400",fontsize=16,color="green",shape="box"];1050[label="vwx300",fontsize=16,color="green",shape="box"];1051[label="vwx400",fontsize=16,color="green",shape="box"];1052[label="vwx300",fontsize=16,color="green",shape="box"];1053[label="vwx400",fontsize=16,color="green",shape="box"];1054[label="vwx300",fontsize=16,color="green",shape="box"];1055[label="vwx400",fontsize=16,color="green",shape="box"];1056[label="vwx300",fontsize=16,color="green",shape="box"];1057[label="vwx400",fontsize=16,color="green",shape="box"];1058[label="vwx300",fontsize=16,color="green",shape="box"];1059[label="vwx400",fontsize=16,color="green",shape="box"];1060[label="vwx300",fontsize=16,color="green",shape="box"];1061[label="vwx400",fontsize=16,color="green",shape="box"];1062[label="vwx300",fontsize=16,color="green",shape="box"];1063[label="vwx400",fontsize=16,color="green",shape="box"];1064[label="vwx300",fontsize=16,color="green",shape="box"];1065[label="vwx400",fontsize=16,color="green",shape="box"];1066[label="vwx300",fontsize=16,color="green",shape="box"];1067[label="vwx400",fontsize=16,color="green",shape="box"];1068[label="vwx300",fontsize=16,color="green",shape="box"];1069[label="vwx400",fontsize=16,color="green",shape="box"];1070[label="vwx300",fontsize=16,color="green",shape="box"];1071[label="vwx400",fontsize=16,color="green",shape="box"];1072[label="vwx300",fontsize=16,color="green",shape="box"];1073[label="vwx400",fontsize=16,color="green",shape="box"];1074[label="vwx300",fontsize=16,color="green",shape="box"];1075[label="vwx400",fontsize=16,color="green",shape="box"];1076[label="vwx300",fontsize=16,color="green",shape="box"];1077[label="vwx400",fontsize=16,color="green",shape="box"];1078[label="vwx300",fontsize=16,color="green",shape="box"];1079[label="vwx400",fontsize=16,color="green",shape="box"];1080[label="vwx300",fontsize=16,color="green",shape="box"];1081[label="vwx400",fontsize=16,color="green",shape="box"];1082[label="vwx300",fontsize=16,color="green",shape="box"];1083[label="vwx400",fontsize=16,color="green",shape="box"];1084[label="vwx300",fontsize=16,color="green",shape="box"];1085[label="vwx400",fontsize=16,color="green",shape="box"];1086[label="vwx300",fontsize=16,color="green",shape="box"];1087[label="vwx400",fontsize=16,color="green",shape="box"];1088[label="vwx300",fontsize=16,color="green",shape="box"];1089[label="vwx400",fontsize=16,color="green",shape="box"];1090[label="vwx300",fontsize=16,color="green",shape="box"];1091[label="vwx400",fontsize=16,color="green",shape="box"];1092[label="vwx300",fontsize=16,color="green",shape="box"];1093[label="vwx400",fontsize=16,color="green",shape="box"];1094[label="vwx300",fontsize=16,color="green",shape="box"];1095[label="vwx400",fontsize=16,color="green",shape="box"];1096[label="vwx300",fontsize=16,color="green",shape="box"];1611 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1611[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40) == GT",fontsize=16,color="magenta"];1611 -> 1786[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1611 -> 1787[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1099[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410)) False",fontsize=16,color="black",shape="box"];1099 -> 1788[label="",style="solid", color="black", weight=3]; 15.88/5.91 1100[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410)) True",fontsize=16,color="black",shape="box"];1100 -> 1789[label="",style="solid", color="black", weight=3]; 15.88/5.91 1612 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1612[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40) == GT",fontsize=16,color="magenta"];1612 -> 1790[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1612 -> 1791[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1103[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410)) False",fontsize=16,color="black",shape="box"];1103 -> 1792[label="",style="solid", color="black", weight=3]; 15.88/5.91 1104[label="max1 (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410)) True",fontsize=16,color="black",shape="box"];1104 -> 1793[label="",style="solid", color="black", weight=3]; 15.88/5.91 1613 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1613[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40) == GT",fontsize=16,color="magenta"];1613 -> 1794[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1613 -> 1795[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1107[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410)) False",fontsize=16,color="black",shape="box"];1107 -> 1796[label="",style="solid", color="black", weight=3]; 15.88/5.91 1108[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410)) True",fontsize=16,color="black",shape="box"];1108 -> 1797[label="",style="solid", color="black", weight=3]; 15.88/5.91 1614 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1614[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40) == GT",fontsize=16,color="magenta"];1614 -> 1798[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1614 -> 1799[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1111[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410)) False",fontsize=16,color="black",shape="box"];1111 -> 1800[label="",style="solid", color="black", weight=3]; 15.88/5.91 1112[label="max1 (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410)) True",fontsize=16,color="black",shape="box"];1112 -> 1801[label="",style="solid", color="black", weight=3]; 15.88/5.91 1443[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1443 -> 1802[label="",style="solid", color="black", weight=3]; 15.88/5.91 1444[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1444 -> 1803[label="",style="solid", color="black", weight=3]; 15.88/5.91 1445[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1445 -> 1804[label="",style="solid", color="black", weight=3]; 15.88/5.91 1450[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1450 -> 1810[label="",style="solid", color="black", weight=3]; 15.88/5.91 1455[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1455 -> 1815[label="",style="solid", color="black", weight=3]; 15.88/5.91 1456[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];1456 -> 1816[label="",style="solid", color="black", weight=3]; 15.88/5.91 1457[label="primCompAux0 (compare vwx158 vwx159) LT",fontsize=16,color="black",shape="box"];1457 -> 1817[label="",style="solid", color="black", weight=3]; 15.88/5.91 1458[label="primCompAux0 (compare vwx158 vwx159) EQ",fontsize=16,color="black",shape="box"];1458 -> 1818[label="",style="solid", color="black", weight=3]; 15.88/5.91 1459[label="primCompAux0 (compare vwx158 vwx159) GT",fontsize=16,color="black",shape="box"];1459 -> 1819[label="",style="solid", color="black", weight=3]; 15.88/5.91 1299[label="True",fontsize=16,color="green",shape="box"];1300[label="False",fontsize=16,color="green",shape="box"];1301[label="False",fontsize=16,color="green",shape="box"];1302[label="False",fontsize=16,color="green",shape="box"];1303[label="True",fontsize=16,color="green",shape="box"];1304[label="False",fontsize=16,color="green",shape="box"];1305[label="False",fontsize=16,color="green",shape="box"];1306[label="False",fontsize=16,color="green",shape="box"];1307[label="True",fontsize=16,color="green",shape="box"];1462[label="max0 (vwx69 : vwx70) (vwx71 : vwx72) True",fontsize=16,color="black",shape="box"];1462 -> 1820[label="",style="solid", color="black", weight=3]; 15.88/5.91 1150[label="vwx30 : vwx31",fontsize=16,color="green",shape="box"];1151[label="primCmpInt (primMulInt (Pos vwx300) vwx41) (vwx40 * vwx31)",fontsize=16,color="burlywood",shape="box"];4439[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];1151 -> 4439[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4439 -> 1821[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4440[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];1151 -> 4440[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4440 -> 1822[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1152[label="primCmpInt (primMulInt (Neg vwx300) vwx41) (vwx40 * vwx31)",fontsize=16,color="burlywood",shape="box"];4441[label="vwx41/Pos vwx410",fontsize=10,color="white",style="solid",shape="box"];1152 -> 4441[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4441 -> 1823[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4442[label="vwx41/Neg vwx410",fontsize=10,color="white",style="solid",shape="box"];1152 -> 4442[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4442 -> 1824[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1153 -> 1454[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1153[label="compare (Integer (primMulInt vwx300 vwx410)) (vwx40 * vwx31)",fontsize=16,color="magenta"];1153 -> 1825[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1153 -> 1826[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1154[label="vwx60 :% vwx61",fontsize=16,color="green",shape="box"];1155[label="max0 (vwx58 :% vwx59) (vwx60 :% vwx61) otherwise",fontsize=16,color="black",shape="box"];1155 -> 1827[label="",style="solid", color="black", weight=3]; 15.88/5.91 1615 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1615[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40) == GT",fontsize=16,color="magenta"];1615 -> 1828[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1615 -> 1829[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1158[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410)) False",fontsize=16,color="black",shape="box"];1158 -> 1830[label="",style="solid", color="black", weight=3]; 15.88/5.91 1159[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410)) True",fontsize=16,color="black",shape="box"];1159 -> 1831[label="",style="solid", color="black", weight=3]; 15.88/5.91 1616 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1616[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40) == GT",fontsize=16,color="magenta"];1616 -> 1832[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1616 -> 1833[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1162[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410)) False",fontsize=16,color="black",shape="box"];1162 -> 1834[label="",style="solid", color="black", weight=3]; 15.88/5.91 1163[label="max1 (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410)) True",fontsize=16,color="black",shape="box"];1163 -> 1835[label="",style="solid", color="black", weight=3]; 15.88/5.91 1617 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1617[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40) == GT",fontsize=16,color="magenta"];1617 -> 1836[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1617 -> 1837[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1166[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410)) False",fontsize=16,color="black",shape="box"];1166 -> 1838[label="",style="solid", color="black", weight=3]; 15.88/5.91 1167[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410)) True",fontsize=16,color="black",shape="box"];1167 -> 1839[label="",style="solid", color="black", weight=3]; 15.88/5.91 1618 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1618[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40) == GT",fontsize=16,color="magenta"];1618 -> 1840[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1618 -> 1841[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1170[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410)) False",fontsize=16,color="black",shape="box"];1170 -> 1842[label="",style="solid", color="black", weight=3]; 15.88/5.91 1171[label="max1 (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410)) True",fontsize=16,color="black",shape="box"];1171 -> 1843[label="",style="solid", color="black", weight=3]; 15.88/5.91 618[label="compare2 vwx30 vwx40 (vwx30 == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4443[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];618 -> 4443[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4443 -> 804[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4444[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];618 -> 4444[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4444 -> 805[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4445[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];618 -> 4445[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4445 -> 806[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 619[label="compare2 vwx30 vwx40 (vwx30 == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4446[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];619 -> 4446[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4446 -> 807[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4447[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];619 -> 4447[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4447 -> 808[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 620[label="compare2 vwx30 vwx40 (vwx30 == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4448[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];620 -> 4448[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4448 -> 809[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4449[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];620 -> 4449[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4449 -> 810[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 621[label="primCmpDouble (Double vwx300 vwx301) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4450[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];621 -> 4450[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4450 -> 811[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4451[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];621 -> 4451[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4451 -> 812[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 622[label="compare (vwx300 : vwx301) (vwx400 : vwx401) == LT",fontsize=16,color="black",shape="box"];622 -> 813[label="",style="solid", color="black", weight=3]; 15.88/5.91 623[label="compare (vwx300 : vwx301) [] == LT",fontsize=16,color="black",shape="box"];623 -> 814[label="",style="solid", color="black", weight=3]; 15.88/5.91 624[label="compare [] (vwx400 : vwx401) == LT",fontsize=16,color="black",shape="box"];624 -> 815[label="",style="solid", color="black", weight=3]; 15.88/5.91 625[label="compare [] [] == LT",fontsize=16,color="black",shape="box"];625 -> 816[label="",style="solid", color="black", weight=3]; 15.88/5.91 626[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401) == LT",fontsize=16,color="black",shape="box"];626 -> 817[label="",style="solid", color="black", weight=3]; 15.88/5.91 627[label="primCmpFloat (Float vwx300 vwx301) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4452[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];627 -> 4452[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4452 -> 818[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4453[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];627 -> 4453[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4453 -> 819[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 628[label="compare2 vwx30 vwx40 (vwx30 == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4454[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];628 -> 4454[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4454 -> 820[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 629[label="compare () () == LT",fontsize=16,color="black",shape="box"];629 -> 821[label="",style="solid", color="black", weight=3]; 15.88/5.91 630[label="primCmpInt (Pos vwx300) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4455[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];630 -> 4455[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4455 -> 822[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4456[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];630 -> 4456[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4456 -> 823[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 631[label="primCmpInt (Neg vwx300) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4457[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];631 -> 4457[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4457 -> 824[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4458[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];631 -> 4458[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4458 -> 825[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 632[label="primCmpChar (Char vwx300) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4459[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];632 -> 4459[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4459 -> 826[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 633[label="compare (Integer vwx300) (Integer vwx400) == LT",fontsize=16,color="black",shape="box"];633 -> 827[label="",style="solid", color="black", weight=3]; 15.88/5.91 634[label="compare2 vwx30 vwx40 (vwx30 == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4460[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];634 -> 4460[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4460 -> 828[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 635[label="compare2 vwx30 vwx40 (vwx30 == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4461[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];635 -> 4461[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4461 -> 829[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4462[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];635 -> 4462[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4462 -> 830[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1463[label="vwx109",fontsize=16,color="green",shape="box"];1464[label="vwx110",fontsize=16,color="green",shape="box"];636[label="vwx20 == vwx23",fontsize=16,color="black",shape="triangle"];636 -> 831[label="",style="solid", color="black", weight=3]; 15.88/5.91 1465[label="vwx109",fontsize=16,color="green",shape="box"];1466[label="vwx110",fontsize=16,color="green",shape="box"];637[label="vwx20 == vwx23",fontsize=16,color="burlywood",shape="triangle"];4463[label="vwx20/False",fontsize=10,color="white",style="solid",shape="box"];637 -> 4463[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4463 -> 832[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4464[label="vwx20/True",fontsize=10,color="white",style="solid",shape="box"];637 -> 4464[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4464 -> 833[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1467[label="vwx109",fontsize=16,color="green",shape="box"];1468[label="vwx110",fontsize=16,color="green",shape="box"];638[label="vwx20 == vwx23",fontsize=16,color="black",shape="triangle"];638 -> 834[label="",style="solid", color="black", weight=3]; 15.88/5.91 1469[label="(vwx1090,vwx1091,vwx1092) == vwx110",fontsize=16,color="burlywood",shape="box"];4465[label="vwx110/(vwx1100,vwx1101,vwx1102)",fontsize=10,color="white",style="solid",shape="box"];1469 -> 4465[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4465 -> 1844[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1470[label="vwx109",fontsize=16,color="green",shape="box"];1471[label="vwx110",fontsize=16,color="green",shape="box"];640[label="vwx20 == vwx23",fontsize=16,color="black",shape="triangle"];640 -> 836[label="",style="solid", color="black", weight=3]; 15.88/5.91 1472[label="(vwx1090,vwx1091) == vwx110",fontsize=16,color="burlywood",shape="box"];4466[label="vwx110/(vwx1100,vwx1101)",fontsize=10,color="white",style="solid",shape="box"];1472 -> 4466[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4466 -> 1845[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1473[label="vwx109",fontsize=16,color="green",shape="box"];1474[label="vwx110",fontsize=16,color="green",shape="box"];642[label="vwx20 == vwx23",fontsize=16,color="burlywood",shape="triangle"];4467[label="vwx20/vwx200 :% vwx201",fontsize=10,color="white",style="solid",shape="box"];642 -> 4467[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4467 -> 838[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1475[label="vwx109",fontsize=16,color="green",shape="box"];1476[label="vwx110",fontsize=16,color="green",shape="box"];643[label="vwx20 == vwx23",fontsize=16,color="burlywood",shape="triangle"];4468[label="vwx20/Integer vwx200",fontsize=10,color="white",style="solid",shape="box"];643 -> 4468[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4468 -> 839[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1477[label="Nothing == vwx110",fontsize=16,color="burlywood",shape="box"];4469[label="vwx110/Nothing",fontsize=10,color="white",style="solid",shape="box"];1477 -> 4469[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4469 -> 1846[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4470[label="vwx110/Just vwx1100",fontsize=10,color="white",style="solid",shape="box"];1477 -> 4470[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4470 -> 1847[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1478[label="Just vwx1090 == vwx110",fontsize=16,color="burlywood",shape="box"];4471[label="vwx110/Nothing",fontsize=10,color="white",style="solid",shape="box"];1478 -> 4471[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4471 -> 1848[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4472[label="vwx110/Just vwx1100",fontsize=10,color="white",style="solid",shape="box"];1478 -> 4472[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4472 -> 1849[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1479[label="Left vwx1090 == vwx110",fontsize=16,color="burlywood",shape="box"];4473[label="vwx110/Left vwx1100",fontsize=10,color="white",style="solid",shape="box"];1479 -> 4473[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4473 -> 1850[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4474[label="vwx110/Right vwx1100",fontsize=10,color="white",style="solid",shape="box"];1479 -> 4474[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4474 -> 1851[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1480[label="Right vwx1090 == vwx110",fontsize=16,color="burlywood",shape="box"];4475[label="vwx110/Left vwx1100",fontsize=10,color="white",style="solid",shape="box"];1480 -> 4475[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4475 -> 1852[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4476[label="vwx110/Right vwx1100",fontsize=10,color="white",style="solid",shape="box"];1480 -> 4476[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4476 -> 1853[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1481[label="vwx109",fontsize=16,color="green",shape="box"];1482[label="vwx110",fontsize=16,color="green",shape="box"];1483[label="vwx1090 : vwx1091 == vwx110",fontsize=16,color="burlywood",shape="box"];4477[label="vwx110/vwx1100 : vwx1101",fontsize=10,color="white",style="solid",shape="box"];1483 -> 4477[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4477 -> 1854[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4478[label="vwx110/[]",fontsize=10,color="white",style="solid",shape="box"];1483 -> 4478[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4478 -> 1855[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1484[label="[] == vwx110",fontsize=16,color="burlywood",shape="box"];4479[label="vwx110/vwx1100 : vwx1101",fontsize=10,color="white",style="solid",shape="box"];1484 -> 4479[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4479 -> 1856[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4480[label="vwx110/[]",fontsize=10,color="white",style="solid",shape="box"];1484 -> 4480[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4480 -> 1857[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1485[label="vwx109",fontsize=16,color="green",shape="box"];1486[label="vwx110",fontsize=16,color="green",shape="box"];648[label="vwx20 == vwx23",fontsize=16,color="burlywood",shape="triangle"];4481[label="vwx20/()",fontsize=10,color="white",style="solid",shape="box"];648 -> 4481[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4481 -> 849[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1487[label="vwx109",fontsize=16,color="green",shape="box"];1488[label="vwx110",fontsize=16,color="green",shape="box"];649[label="vwx20 == vwx23",fontsize=16,color="black",shape="triangle"];649 -> 850[label="",style="solid", color="black", weight=3]; 15.88/5.91 1489[label="False",fontsize=16,color="green",shape="box"];1490[label="vwx165",fontsize=16,color="green",shape="box"];1861 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1861[label="not (primCmpNat vwx300 vwx400 == GT)",fontsize=16,color="magenta"];1861 -> 1938[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1860[label="max1 (Pos (Succ vwx300)) (Pos (Succ vwx400)) vwx190",fontsize=16,color="burlywood",shape="triangle"];4482[label="vwx190/False",fontsize=10,color="white",style="solid",shape="box"];1860 -> 4482[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4482 -> 1939[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4483[label="vwx190/True",fontsize=10,color="white",style="solid",shape="box"];1860 -> 4483[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4483 -> 1940[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1944 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1944[label="not (GT == GT)",fontsize=16,color="magenta"];1944 -> 1947[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1943[label="max1 (Pos (Succ vwx300)) (Pos Zero) vwx191",fontsize=16,color="burlywood",shape="triangle"];4484[label="vwx191/False",fontsize=10,color="white",style="solid",shape="box"];1943 -> 4484[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4484 -> 1948[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4485[label="vwx191/True",fontsize=10,color="white",style="solid",shape="box"];1943 -> 4485[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4485 -> 1949[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1491[label="max0 (Pos (Succ vwx300)) (Neg vwx40) otherwise",fontsize=16,color="black",shape="box"];1491 -> 1950[label="",style="solid", color="black", weight=3]; 15.88/5.91 1492[label="primCmpNat Zero (Succ vwx400)",fontsize=16,color="black",shape="box"];1492 -> 1951[label="",style="solid", color="black", weight=3]; 15.88/5.91 1493[label="GT",fontsize=16,color="green",shape="box"];1494[label="max1 (Pos Zero) (Pos (Succ vwx400)) (not False)",fontsize=16,color="black",shape="box"];1494 -> 1952[label="",style="solid", color="black", weight=3]; 15.88/5.91 1495[label="max1 (Pos Zero) (Pos (Succ vwx400)) (not True)",fontsize=16,color="black",shape="box"];1495 -> 1953[label="",style="solid", color="black", weight=3]; 15.88/5.91 1496[label="EQ",fontsize=16,color="green",shape="box"];1497[label="GT",fontsize=16,color="green",shape="box"];1498[label="max1 (Pos Zero) (Pos Zero) (not False)",fontsize=16,color="black",shape="box"];1498 -> 1954[label="",style="solid", color="black", weight=3]; 15.88/5.91 1499[label="max1 (Pos Zero) (Pos Zero) (not True)",fontsize=16,color="black",shape="box"];1499 -> 1955[label="",style="solid", color="black", weight=3]; 15.88/5.91 1500[label="GT",fontsize=16,color="green",shape="box"];1501[label="GT",fontsize=16,color="green",shape="box"];1502[label="max1 (Pos Zero) (Neg (Succ vwx400)) (not False)",fontsize=16,color="black",shape="box"];1502 -> 1956[label="",style="solid", color="black", weight=3]; 15.88/5.91 1503[label="max1 (Pos Zero) (Neg (Succ vwx400)) (not True)",fontsize=16,color="black",shape="box"];1503 -> 1957[label="",style="solid", color="black", weight=3]; 15.88/5.91 1504[label="EQ",fontsize=16,color="green",shape="box"];1505[label="GT",fontsize=16,color="green",shape="box"];1506[label="max1 (Pos Zero) (Neg Zero) (not False)",fontsize=16,color="black",shape="box"];1506 -> 1958[label="",style="solid", color="black", weight=3]; 15.88/5.91 1507[label="max1 (Pos Zero) (Neg Zero) (not True)",fontsize=16,color="black",shape="box"];1507 -> 1959[label="",style="solid", color="black", weight=3]; 15.88/5.91 1508[label="Pos vwx40",fontsize=16,color="green",shape="box"];1963 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1963[label="not (primCmpNat vwx400 vwx300 == GT)",fontsize=16,color="magenta"];1963 -> 1965[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1962[label="max1 (Neg (Succ vwx300)) (Neg (Succ vwx400)) vwx192",fontsize=16,color="burlywood",shape="triangle"];4486[label="vwx192/False",fontsize=10,color="white",style="solid",shape="box"];1962 -> 4486[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4486 -> 1966[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4487[label="vwx192/True",fontsize=10,color="white",style="solid",shape="box"];1962 -> 4487[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4487 -> 1967[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1971 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1971[label="not (LT == GT)",fontsize=16,color="magenta"];1971 -> 1973[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1970[label="max1 (Neg (Succ vwx300)) (Neg Zero) vwx193",fontsize=16,color="burlywood",shape="triangle"];4488[label="vwx193/False",fontsize=10,color="white",style="solid",shape="box"];1970 -> 4488[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4488 -> 1974[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4489[label="vwx193/True",fontsize=10,color="white",style="solid",shape="box"];1970 -> 4489[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4489 -> 1975[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1513[label="LT",fontsize=16,color="green",shape="box"];1514[label="GT",fontsize=16,color="green",shape="box"];1515[label="max1 (Neg Zero) (Pos (Succ vwx400)) (not False)",fontsize=16,color="black",shape="box"];1515 -> 1976[label="",style="solid", color="black", weight=3]; 15.88/5.91 1516[label="max1 (Neg Zero) (Pos (Succ vwx400)) (not True)",fontsize=16,color="black",shape="box"];1516 -> 1977[label="",style="solid", color="black", weight=3]; 15.88/5.91 1517[label="EQ",fontsize=16,color="green",shape="box"];1518[label="GT",fontsize=16,color="green",shape="box"];1519[label="max1 (Neg Zero) (Pos Zero) (not False)",fontsize=16,color="black",shape="box"];1519 -> 1978[label="",style="solid", color="black", weight=3]; 15.88/5.91 1520[label="max1 (Neg Zero) (Pos Zero) (not True)",fontsize=16,color="black",shape="box"];1520 -> 1979[label="",style="solid", color="black", weight=3]; 15.88/5.91 1521[label="primCmpNat (Succ vwx400) Zero",fontsize=16,color="black",shape="box"];1521 -> 1980[label="",style="solid", color="black", weight=3]; 15.88/5.91 1522[label="GT",fontsize=16,color="green",shape="box"];1523[label="max1 (Neg Zero) (Neg (Succ vwx400)) (not False)",fontsize=16,color="black",shape="box"];1523 -> 1981[label="",style="solid", color="black", weight=3]; 15.88/5.91 1524[label="max1 (Neg Zero) (Neg (Succ vwx400)) (not True)",fontsize=16,color="black",shape="box"];1524 -> 1982[label="",style="solid", color="black", weight=3]; 15.88/5.91 1525[label="EQ",fontsize=16,color="green",shape="box"];1526[label="GT",fontsize=16,color="green",shape="box"];1527[label="max1 (Neg Zero) (Neg Zero) (not False)",fontsize=16,color="black",shape="box"];1527 -> 1983[label="",style="solid", color="black", weight=3]; 15.88/5.91 1528[label="max1 (Neg Zero) (Neg Zero) (not True)",fontsize=16,color="black",shape="box"];1528 -> 1984[label="",style="solid", color="black", weight=3]; 15.88/5.91 1988 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1988[label="not (primCmpNat vwx300 vwx400 == GT)",fontsize=16,color="magenta"];1988 -> 1990[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1987[label="max1 (Char (Succ vwx300)) (Char (Succ vwx400)) vwx194",fontsize=16,color="burlywood",shape="triangle"];4490[label="vwx194/False",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4490[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4490 -> 1991[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4491[label="vwx194/True",fontsize=10,color="white",style="solid",shape="box"];1987 -> 4491[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4491 -> 1992[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1996 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1996[label="not (GT == GT)",fontsize=16,color="magenta"];1996 -> 1998[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1995[label="max1 (Char (Succ vwx300)) (Char Zero) vwx195",fontsize=16,color="burlywood",shape="triangle"];4492[label="vwx195/False",fontsize=10,color="white",style="solid",shape="box"];1995 -> 4492[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4492 -> 1999[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4493[label="vwx195/True",fontsize=10,color="white",style="solid",shape="box"];1995 -> 4493[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4493 -> 2000[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 2004 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 2004[label="not (LT == GT)",fontsize=16,color="magenta"];2004 -> 2006[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 2003[label="max1 (Char Zero) (Char (Succ vwx400)) vwx196",fontsize=16,color="burlywood",shape="triangle"];4494[label="vwx196/False",fontsize=10,color="white",style="solid",shape="box"];2003 -> 4494[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4494 -> 2007[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4495[label="vwx196/True",fontsize=10,color="white",style="solid",shape="box"];2003 -> 4495[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4495 -> 2008[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 2012 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 2012[label="not (EQ == GT)",fontsize=16,color="magenta"];2012 -> 2014[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 2011[label="max1 (Char Zero) (Char Zero) vwx197",fontsize=16,color="burlywood",shape="triangle"];4496[label="vwx197/False",fontsize=10,color="white",style="solid",shape="box"];2011 -> 4496[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4496 -> 2015[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4497[label="vwx197/True",fontsize=10,color="white",style="solid",shape="box"];2011 -> 4497[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4497 -> 2016[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 2020 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 2020[label="not (primCmpNat (Succ vwx3000) vwx400 == GT)",fontsize=16,color="magenta"];2020 -> 2022[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 2019[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Pos vwx400)) vwx198",fontsize=16,color="burlywood",shape="triangle"];4498[label="vwx198/False",fontsize=10,color="white",style="solid",shape="box"];2019 -> 4498[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4498 -> 2023[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4499[label="vwx198/True",fontsize=10,color="white",style="solid",shape="box"];2019 -> 4499[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4499 -> 2024[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 2028 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 2028[label="not (GT == GT)",fontsize=16,color="magenta"];2028 -> 2030[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 2027[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Neg vwx400)) vwx199",fontsize=16,color="burlywood",shape="triangle"];4500[label="vwx199/False",fontsize=10,color="white",style="solid",shape="box"];2027 -> 4500[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4500 -> 2031[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4501[label="vwx199/True",fontsize=10,color="white",style="solid",shape="box"];2027 -> 4501[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4501 -> 2032[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1541 -> 2033[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1541[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx4000))) (not (primCmpNat Zero (Succ vwx4000) == GT))",fontsize=16,color="magenta"];1541 -> 2034[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1542 -> 2035[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1542[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) (not (EQ == GT))",fontsize=16,color="magenta"];1542 -> 2036[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1543 -> 2037[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1543[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx4000))) (not (GT == GT))",fontsize=16,color="magenta"];1543 -> 2038[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1544 -> 2039[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1544[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) (not (EQ == GT))",fontsize=16,color="magenta"];1544 -> 2040[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 2044 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 2044[label="not (LT == GT)",fontsize=16,color="magenta"];2044 -> 2046[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 2043[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Pos vwx400)) vwx209",fontsize=16,color="burlywood",shape="triangle"];4502[label="vwx209/False",fontsize=10,color="white",style="solid",shape="box"];2043 -> 4502[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4502 -> 2047[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4503[label="vwx209/True",fontsize=10,color="white",style="solid",shape="box"];2043 -> 4503[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4503 -> 2048[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 2052 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.91 2052[label="not (primCmpNat vwx400 (Succ vwx3000) == GT)",fontsize=16,color="magenta"];2052 -> 2054[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 2051[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Neg vwx400)) vwx210",fontsize=16,color="burlywood",shape="triangle"];4504[label="vwx210/False",fontsize=10,color="white",style="solid",shape="box"];2051 -> 4504[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4504 -> 2055[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4505[label="vwx210/True",fontsize=10,color="white",style="solid",shape="box"];2051 -> 4505[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4505 -> 2056[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1549 -> 2057[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1549[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx4000))) (not (LT == GT))",fontsize=16,color="magenta"];1549 -> 2058[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1550 -> 2059[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1550[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) (not (EQ == GT))",fontsize=16,color="magenta"];1550 -> 2060[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1551 -> 2061[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1551[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx4000))) (not (primCmpNat (Succ vwx4000) Zero == GT))",fontsize=16,color="magenta"];1551 -> 2062[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1552 -> 2063[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1552[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) (not (EQ == GT))",fontsize=16,color="magenta"];1552 -> 2064[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1805[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];4506[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1805 -> 4506[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4506 -> 2065[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1806[label="compare (vwx300 : vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4507[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];1806 -> 4507[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4507 -> 2066[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4508[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];1806 -> 4508[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4508 -> 2067[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1807[label="compare [] vwx40",fontsize=16,color="burlywood",shape="box"];4509[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];1807 -> 4509[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4509 -> 2068[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 4510[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];1807 -> 4510[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4510 -> 2069[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1808[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4511[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];1808 -> 4511[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4511 -> 2070[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1809[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];4512[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];1809 -> 4512[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4512 -> 2071[label="",style="solid", color="burlywood", weight=3]; 15.88/5.91 1674[label="vwx300",fontsize=16,color="green",shape="box"];1675[label="vwx400",fontsize=16,color="green",shape="box"];1676[label="vwx300",fontsize=16,color="green",shape="box"];1677[label="vwx400",fontsize=16,color="green",shape="box"];1678[label="vwx300",fontsize=16,color="green",shape="box"];1679[label="vwx400",fontsize=16,color="green",shape="box"];1680[label="vwx300",fontsize=16,color="green",shape="box"];1681[label="vwx400",fontsize=16,color="green",shape="box"];1682[label="vwx300",fontsize=16,color="green",shape="box"];1683[label="vwx400",fontsize=16,color="green",shape="box"];1684[label="vwx300",fontsize=16,color="green",shape="box"];1685[label="vwx400",fontsize=16,color="green",shape="box"];1686[label="vwx300",fontsize=16,color="green",shape="box"];1687[label="vwx400",fontsize=16,color="green",shape="box"];1688[label="vwx300",fontsize=16,color="green",shape="box"];1689[label="vwx400",fontsize=16,color="green",shape="box"];1690[label="vwx300",fontsize=16,color="green",shape="box"];1691[label="vwx400",fontsize=16,color="green",shape="box"];1692[label="vwx300",fontsize=16,color="green",shape="box"];1693[label="vwx400",fontsize=16,color="green",shape="box"];1694[label="vwx300",fontsize=16,color="green",shape="box"];1695[label="vwx400",fontsize=16,color="green",shape="box"];1696[label="vwx300",fontsize=16,color="green",shape="box"];1697[label="vwx400",fontsize=16,color="green",shape="box"];1698[label="vwx300",fontsize=16,color="green",shape="box"];1699[label="vwx400",fontsize=16,color="green",shape="box"];1700[label="vwx300",fontsize=16,color="green",shape="box"];1701[label="vwx400",fontsize=16,color="green",shape="box"];1702 -> 215[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1702[label="vwx301 < vwx401",fontsize=16,color="magenta"];1702 -> 2072[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1702 -> 2073[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1703 -> 216[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1703[label="vwx301 < vwx401",fontsize=16,color="magenta"];1703 -> 2074[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1703 -> 2075[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1704 -> 217[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1704[label="vwx301 < vwx401",fontsize=16,color="magenta"];1704 -> 2076[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1704 -> 2077[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1705 -> 218[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1705[label="vwx301 < vwx401",fontsize=16,color="magenta"];1705 -> 2078[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1705 -> 2079[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1706 -> 219[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1706[label="vwx301 < vwx401",fontsize=16,color="magenta"];1706 -> 2080[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1706 -> 2081[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1707 -> 220[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1707[label="vwx301 < vwx401",fontsize=16,color="magenta"];1707 -> 2082[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1707 -> 2083[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1708 -> 221[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1708[label="vwx301 < vwx401",fontsize=16,color="magenta"];1708 -> 2084[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1708 -> 2085[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1709 -> 222[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1709[label="vwx301 < vwx401",fontsize=16,color="magenta"];1709 -> 2086[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1709 -> 2087[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1710 -> 223[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1710[label="vwx301 < vwx401",fontsize=16,color="magenta"];1710 -> 2088[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1710 -> 2089[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1711 -> 224[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1711[label="vwx301 < vwx401",fontsize=16,color="magenta"];1711 -> 2090[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1711 -> 2091[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1712 -> 225[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1712[label="vwx301 < vwx401",fontsize=16,color="magenta"];1712 -> 2092[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1712 -> 2093[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1713 -> 226[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1713[label="vwx301 < vwx401",fontsize=16,color="magenta"];1713 -> 2094[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1713 -> 2095[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1714 -> 227[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1714[label="vwx301 < vwx401",fontsize=16,color="magenta"];1714 -> 2096[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1714 -> 2097[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1715 -> 228[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1715[label="vwx301 < vwx401",fontsize=16,color="magenta"];1715 -> 2098[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1715 -> 2099[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1716 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1716[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1716 -> 2100[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1716 -> 2101[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1717 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1717[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1717 -> 2102[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1717 -> 2103[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1718 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1718[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1718 -> 2104[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1718 -> 2105[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1719 -> 192[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1719[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1719 -> 2106[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1719 -> 2107[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1720 -> 193[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1720[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1720 -> 2108[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1720 -> 2109[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1721 -> 194[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1721[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1721 -> 2110[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1721 -> 2111[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1722 -> 195[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1722[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1722 -> 2112[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1722 -> 2113[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1723 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1723[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1723 -> 2114[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1723 -> 2115[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1724 -> 197[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1724[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1724 -> 2116[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1724 -> 2117[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1725 -> 198[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1725[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1725 -> 2118[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1725 -> 2119[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1726 -> 199[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1726[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1726 -> 2120[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1726 -> 2121[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1727 -> 200[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1727[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1727 -> 2122[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1727 -> 2123[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1728 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1728[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1728 -> 2124[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1728 -> 2125[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1729 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.91 1729[label="vwx302 <= vwx402",fontsize=16,color="magenta"];1729 -> 2126[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1729 -> 2127[label="",style="dashed", color="magenta", weight=3]; 15.88/5.91 1811[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];4513[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];1811 -> 4513[label="",style="solid", color="burlywood", weight=9]; 15.88/5.91 4513 -> 2128[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1812[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];4514[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];1812 -> 4514[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4514 -> 2129[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4515[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];1812 -> 4515[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4515 -> 2130[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1813[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];4516[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];1813 -> 4516[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4516 -> 2131[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1814[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4517[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];1814 -> 4517[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4517 -> 2132[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1730[label="vwx300",fontsize=16,color="green",shape="box"];1731[label="vwx400",fontsize=16,color="green",shape="box"];1732[label="vwx300",fontsize=16,color="green",shape="box"];1733[label="vwx400",fontsize=16,color="green",shape="box"];1734[label="vwx300",fontsize=16,color="green",shape="box"];1735[label="vwx400",fontsize=16,color="green",shape="box"];1736[label="vwx300",fontsize=16,color="green",shape="box"];1737[label="vwx400",fontsize=16,color="green",shape="box"];1738[label="vwx300",fontsize=16,color="green",shape="box"];1739[label="vwx400",fontsize=16,color="green",shape="box"];1740[label="vwx300",fontsize=16,color="green",shape="box"];1741[label="vwx400",fontsize=16,color="green",shape="box"];1742[label="vwx300",fontsize=16,color="green",shape="box"];1743[label="vwx400",fontsize=16,color="green",shape="box"];1744[label="vwx300",fontsize=16,color="green",shape="box"];1745[label="vwx400",fontsize=16,color="green",shape="box"];1746[label="vwx300",fontsize=16,color="green",shape="box"];1747[label="vwx400",fontsize=16,color="green",shape="box"];1748[label="vwx300",fontsize=16,color="green",shape="box"];1749[label="vwx400",fontsize=16,color="green",shape="box"];1750[label="vwx300",fontsize=16,color="green",shape="box"];1751[label="vwx400",fontsize=16,color="green",shape="box"];1752[label="vwx300",fontsize=16,color="green",shape="box"];1753[label="vwx400",fontsize=16,color="green",shape="box"];1754[label="vwx300",fontsize=16,color="green",shape="box"];1755[label="vwx400",fontsize=16,color="green",shape="box"];1756[label="vwx300",fontsize=16,color="green",shape="box"];1757[label="vwx400",fontsize=16,color="green",shape="box"];1758[label="vwx401",fontsize=16,color="green",shape="box"];1759[label="vwx301",fontsize=16,color="green",shape="box"];1760[label="vwx401",fontsize=16,color="green",shape="box"];1761[label="vwx301",fontsize=16,color="green",shape="box"];1762[label="vwx401",fontsize=16,color="green",shape="box"];1763[label="vwx301",fontsize=16,color="green",shape="box"];1764[label="vwx401",fontsize=16,color="green",shape="box"];1765[label="vwx301",fontsize=16,color="green",shape="box"];1766[label="vwx401",fontsize=16,color="green",shape="box"];1767[label="vwx301",fontsize=16,color="green",shape="box"];1768[label="vwx401",fontsize=16,color="green",shape="box"];1769[label="vwx301",fontsize=16,color="green",shape="box"];1770[label="vwx401",fontsize=16,color="green",shape="box"];1771[label="vwx301",fontsize=16,color="green",shape="box"];1772[label="vwx401",fontsize=16,color="green",shape="box"];1773[label="vwx301",fontsize=16,color="green",shape="box"];1774[label="vwx401",fontsize=16,color="green",shape="box"];1775[label="vwx301",fontsize=16,color="green",shape="box"];1776[label="vwx401",fontsize=16,color="green",shape="box"];1777[label="vwx301",fontsize=16,color="green",shape="box"];1778[label="vwx401",fontsize=16,color="green",shape="box"];1779[label="vwx301",fontsize=16,color="green",shape="box"];1780[label="vwx401",fontsize=16,color="green",shape="box"];1781[label="vwx301",fontsize=16,color="green",shape="box"];1782[label="vwx401",fontsize=16,color="green",shape="box"];1783[label="vwx301",fontsize=16,color="green",shape="box"];1784[label="vwx401",fontsize=16,color="green",shape="box"];1785[label="vwx301",fontsize=16,color="green",shape="box"];1786 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1786[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];1786 -> 2133[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1786 -> 2134[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1787[label="GT",fontsize=16,color="green",shape="box"];1788[label="max0 (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410)) otherwise",fontsize=16,color="black",shape="box"];1788 -> 2135[label="",style="solid", color="black", weight=3]; 15.88/5.92 1789[label="Double vwx40 (Pos vwx410)",fontsize=16,color="green",shape="box"];1790 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1790[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];1790 -> 2136[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1790 -> 2137[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1791[label="GT",fontsize=16,color="green",shape="box"];1792[label="max0 (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410)) otherwise",fontsize=16,color="black",shape="box"];1792 -> 2138[label="",style="solid", color="black", weight=3]; 15.88/5.92 1793[label="Double vwx40 (Neg vwx410)",fontsize=16,color="green",shape="box"];1794 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1794[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];1794 -> 2139[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1794 -> 2140[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1795[label="GT",fontsize=16,color="green",shape="box"];1796[label="max0 (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410)) otherwise",fontsize=16,color="black",shape="box"];1796 -> 2141[label="",style="solid", color="black", weight=3]; 15.88/5.92 1797[label="Double vwx40 (Pos vwx410)",fontsize=16,color="green",shape="box"];1798 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1798[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];1798 -> 2142[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1798 -> 2143[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1799[label="GT",fontsize=16,color="green",shape="box"];1800[label="max0 (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410)) otherwise",fontsize=16,color="black",shape="box"];1800 -> 2144[label="",style="solid", color="black", weight=3]; 15.88/5.92 1801[label="Double vwx40 (Neg vwx410)",fontsize=16,color="green",shape="box"];1802[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1802 -> 2145[label="",style="solid", color="black", weight=3]; 15.88/5.92 1803[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1803 -> 2146[label="",style="solid", color="black", weight=3]; 15.88/5.92 1804[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1804 -> 2147[label="",style="solid", color="black", weight=3]; 15.88/5.92 1810[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1810 -> 2148[label="",style="solid", color="black", weight=3]; 15.88/5.92 1815[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1815 -> 2149[label="",style="solid", color="black", weight=3]; 15.88/5.92 1816[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];1816 -> 2150[label="",style="solid", color="black", weight=3]; 15.88/5.92 1817[label="LT",fontsize=16,color="green",shape="box"];1818[label="compare vwx158 vwx159",fontsize=16,color="blue",shape="box"];4518[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4518[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4518 -> 2151[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4519[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4519[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4519 -> 2152[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4520[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4520[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4520 -> 2153[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4521[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4521[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4521 -> 2154[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4522[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4522[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4522 -> 2155[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4523[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4523[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4523 -> 2156[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4524[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4524[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4524 -> 2157[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4525[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4525[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4525 -> 2158[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4526[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4526[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4526 -> 2159[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4527[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4527[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4527 -> 2160[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4528[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4528[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4528 -> 2161[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4529[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4529[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4529 -> 2162[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4530[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4530[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4530 -> 2163[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4531[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1818 -> 4531[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4531 -> 2164[label="",style="solid", color="blue", weight=3]; 15.88/5.92 1819[label="GT",fontsize=16,color="green",shape="box"];1820[label="vwx69 : vwx70",fontsize=16,color="green",shape="box"];1821[label="primCmpInt (primMulInt (Pos vwx300) (Pos vwx410)) (vwx40 * vwx31)",fontsize=16,color="black",shape="box"];1821 -> 2165[label="",style="solid", color="black", weight=3]; 15.88/5.92 1822[label="primCmpInt (primMulInt (Pos vwx300) (Neg vwx410)) (vwx40 * vwx31)",fontsize=16,color="black",shape="box"];1822 -> 2166[label="",style="solid", color="black", weight=3]; 15.88/5.92 1823[label="primCmpInt (primMulInt (Neg vwx300) (Pos vwx410)) (vwx40 * vwx31)",fontsize=16,color="black",shape="box"];1823 -> 2167[label="",style="solid", color="black", weight=3]; 15.88/5.92 1824[label="primCmpInt (primMulInt (Neg vwx300) (Neg vwx410)) (vwx40 * vwx31)",fontsize=16,color="black",shape="box"];1824 -> 2168[label="",style="solid", color="black", weight=3]; 15.88/5.92 1825[label="vwx40 * vwx31",fontsize=16,color="burlywood",shape="triangle"];4532[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];1825 -> 4532[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4532 -> 2169[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1826[label="Integer (primMulInt vwx300 vwx410)",fontsize=16,color="green",shape="box"];1826 -> 2170[label="",style="dashed", color="green", weight=3]; 15.88/5.92 1827[label="max0 (vwx58 :% vwx59) (vwx60 :% vwx61) True",fontsize=16,color="black",shape="box"];1827 -> 2171[label="",style="solid", color="black", weight=3]; 15.88/5.92 1828 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1828[label="compare (vwx30 * Pos vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];1828 -> 2172[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1828 -> 2173[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1829[label="GT",fontsize=16,color="green",shape="box"];1830[label="max0 (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410)) otherwise",fontsize=16,color="black",shape="box"];1830 -> 2174[label="",style="solid", color="black", weight=3]; 15.88/5.92 1831[label="Float vwx40 (Pos vwx410)",fontsize=16,color="green",shape="box"];1832 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1832[label="compare (vwx30 * Pos vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];1832 -> 2175[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1832 -> 2176[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1833[label="GT",fontsize=16,color="green",shape="box"];1834[label="max0 (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410)) otherwise",fontsize=16,color="black",shape="box"];1834 -> 2177[label="",style="solid", color="black", weight=3]; 15.88/5.92 1835[label="Float vwx40 (Neg vwx410)",fontsize=16,color="green",shape="box"];1836 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1836[label="compare (vwx30 * Neg vwx410) (Pos vwx310 * vwx40)",fontsize=16,color="magenta"];1836 -> 2178[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1836 -> 2179[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1837[label="GT",fontsize=16,color="green",shape="box"];1838[label="max0 (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410)) otherwise",fontsize=16,color="black",shape="box"];1838 -> 2180[label="",style="solid", color="black", weight=3]; 15.88/5.92 1839[label="Float vwx40 (Pos vwx410)",fontsize=16,color="green",shape="box"];1840 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1840[label="compare (vwx30 * Neg vwx410) (Neg vwx310 * vwx40)",fontsize=16,color="magenta"];1840 -> 2181[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1840 -> 2182[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1841[label="GT",fontsize=16,color="green",shape="box"];1842[label="max0 (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410)) otherwise",fontsize=16,color="black",shape="box"];1842 -> 2183[label="",style="solid", color="black", weight=3]; 15.88/5.92 1843[label="Float vwx40 (Neg vwx410)",fontsize=16,color="green",shape="box"];804[label="compare2 LT vwx40 (LT == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4533[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];804 -> 4533[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4533 -> 1172[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4534[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];804 -> 4534[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4534 -> 1173[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4535[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];804 -> 4535[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4535 -> 1174[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 805[label="compare2 EQ vwx40 (EQ == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4536[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];805 -> 4536[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4536 -> 1175[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4537[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];805 -> 4537[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4537 -> 1176[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4538[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];805 -> 4538[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4538 -> 1177[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 806[label="compare2 GT vwx40 (GT == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4539[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];806 -> 4539[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4539 -> 1178[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4540[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];806 -> 4540[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4540 -> 1179[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4541[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];806 -> 4541[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4541 -> 1180[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 807[label="compare2 Nothing vwx40 (Nothing == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4542[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];807 -> 4542[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4542 -> 1181[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4543[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];807 -> 4543[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4543 -> 1182[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 808[label="compare2 (Just vwx300) vwx40 (Just vwx300 == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4544[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];808 -> 4544[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4544 -> 1183[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4545[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];808 -> 4545[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4545 -> 1184[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 809[label="compare2 False vwx40 (False == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4546[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];809 -> 4546[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4546 -> 1185[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4547[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];809 -> 4547[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4547 -> 1186[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 810[label="compare2 True vwx40 (True == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4548[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];810 -> 4548[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4548 -> 1187[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4549[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];810 -> 4549[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4549 -> 1188[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 811[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4550[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];811 -> 4550[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4550 -> 1189[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 812[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4551[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];812 -> 4551[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4551 -> 1190[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 813 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 813[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401) == LT",fontsize=16,color="magenta"];813 -> 1191[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 813 -> 1192[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 814 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 814[label="GT == LT",fontsize=16,color="magenta"];814 -> 1193[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 814 -> 1194[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 815 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 815[label="LT == LT",fontsize=16,color="magenta"];815 -> 1195[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 815 -> 1196[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 816 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 816[label="EQ == LT",fontsize=16,color="magenta"];816 -> 1197[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 816 -> 1198[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 817 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 817[label="compare (vwx300 * vwx401) (vwx400 * vwx301) == LT",fontsize=16,color="magenta"];817 -> 1199[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 817 -> 1200[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 818[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4552[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];818 -> 4552[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4552 -> 1201[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 819[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4553[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];819 -> 4553[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4553 -> 1202[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 820[label="compare2 (vwx300,vwx301,vwx302) vwx40 ((vwx300,vwx301,vwx302) == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4554[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];820 -> 4554[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4554 -> 1203[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 821 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 821[label="EQ == LT",fontsize=16,color="magenta"];821 -> 1204[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 821 -> 1205[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 822[label="primCmpInt (Pos (Succ vwx3000)) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4555[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];822 -> 4555[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4555 -> 1206[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4556[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];822 -> 4556[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4556 -> 1207[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 823[label="primCmpInt (Pos Zero) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4557[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];823 -> 4557[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4557 -> 1208[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4558[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];823 -> 4558[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4558 -> 1209[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 824[label="primCmpInt (Neg (Succ vwx3000)) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4559[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];824 -> 4559[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4559 -> 1210[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4560[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];824 -> 4560[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4560 -> 1211[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 825[label="primCmpInt (Neg Zero) vwx40 == LT",fontsize=16,color="burlywood",shape="box"];4561[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];825 -> 4561[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4561 -> 1212[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4562[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];825 -> 4562[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4562 -> 1213[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 826[label="primCmpChar (Char vwx300) (Char vwx400) == LT",fontsize=16,color="black",shape="box"];826 -> 1214[label="",style="solid", color="black", weight=3]; 15.88/5.92 827 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 827[label="primCmpInt vwx300 vwx400 == LT",fontsize=16,color="magenta"];827 -> 1215[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 827 -> 1216[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 828[label="compare2 (vwx300,vwx301) vwx40 ((vwx300,vwx301) == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4563[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];828 -> 4563[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4563 -> 1217[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 829[label="compare2 (Left vwx300) vwx40 (Left vwx300 == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4564[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];829 -> 4564[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4564 -> 1218[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4565[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];829 -> 4565[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4565 -> 1219[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 830[label="compare2 (Right vwx300) vwx40 (Right vwx300 == vwx40) == LT",fontsize=16,color="burlywood",shape="box"];4566[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];830 -> 4566[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4566 -> 1220[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4567[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];830 -> 4567[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4567 -> 1221[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 831[label="primEqInt vwx20 vwx23",fontsize=16,color="burlywood",shape="triangle"];4568[label="vwx20/Pos vwx200",fontsize=10,color="white",style="solid",shape="box"];831 -> 4568[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4568 -> 1222[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4569[label="vwx20/Neg vwx200",fontsize=10,color="white",style="solid",shape="box"];831 -> 4569[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4569 -> 1223[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 832[label="False == vwx23",fontsize=16,color="burlywood",shape="box"];4570[label="vwx23/False",fontsize=10,color="white",style="solid",shape="box"];832 -> 4570[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4570 -> 1224[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4571[label="vwx23/True",fontsize=10,color="white",style="solid",shape="box"];832 -> 4571[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4571 -> 1225[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 833[label="True == vwx23",fontsize=16,color="burlywood",shape="box"];4572[label="vwx23/False",fontsize=10,color="white",style="solid",shape="box"];833 -> 4572[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4572 -> 1226[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4573[label="vwx23/True",fontsize=10,color="white",style="solid",shape="box"];833 -> 4573[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4573 -> 1227[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 834[label="primEqChar vwx20 vwx23",fontsize=16,color="burlywood",shape="box"];4574[label="vwx20/Char vwx200",fontsize=10,color="white",style="solid",shape="box"];834 -> 4574[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4574 -> 1228[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1844[label="(vwx1090,vwx1091,vwx1092) == (vwx1100,vwx1101,vwx1102)",fontsize=16,color="black",shape="box"];1844 -> 2184[label="",style="solid", color="black", weight=3]; 15.88/5.92 836[label="primEqFloat vwx20 vwx23",fontsize=16,color="burlywood",shape="box"];4575[label="vwx20/Float vwx200 vwx201",fontsize=10,color="white",style="solid",shape="box"];836 -> 4575[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4575 -> 1230[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1845[label="(vwx1090,vwx1091) == (vwx1100,vwx1101)",fontsize=16,color="black",shape="box"];1845 -> 2185[label="",style="solid", color="black", weight=3]; 15.88/5.92 838[label="vwx200 :% vwx201 == vwx23",fontsize=16,color="burlywood",shape="box"];4576[label="vwx23/vwx230 :% vwx231",fontsize=10,color="white",style="solid",shape="box"];838 -> 4576[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4576 -> 1232[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 839[label="Integer vwx200 == vwx23",fontsize=16,color="burlywood",shape="box"];4577[label="vwx23/Integer vwx230",fontsize=10,color="white",style="solid",shape="box"];839 -> 4577[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4577 -> 1233[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1846[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];1846 -> 2186[label="",style="solid", color="black", weight=3]; 15.88/5.92 1847[label="Nothing == Just vwx1100",fontsize=16,color="black",shape="box"];1847 -> 2187[label="",style="solid", color="black", weight=3]; 15.88/5.92 1848[label="Just vwx1090 == Nothing",fontsize=16,color="black",shape="box"];1848 -> 2188[label="",style="solid", color="black", weight=3]; 15.88/5.92 1849[label="Just vwx1090 == Just vwx1100",fontsize=16,color="black",shape="box"];1849 -> 2189[label="",style="solid", color="black", weight=3]; 15.88/5.92 1850[label="Left vwx1090 == Left vwx1100",fontsize=16,color="black",shape="box"];1850 -> 2190[label="",style="solid", color="black", weight=3]; 15.88/5.92 1851[label="Left vwx1090 == Right vwx1100",fontsize=16,color="black",shape="box"];1851 -> 2191[label="",style="solid", color="black", weight=3]; 15.88/5.92 1852[label="Right vwx1090 == Left vwx1100",fontsize=16,color="black",shape="box"];1852 -> 2192[label="",style="solid", color="black", weight=3]; 15.88/5.92 1853[label="Right vwx1090 == Right vwx1100",fontsize=16,color="black",shape="box"];1853 -> 2193[label="",style="solid", color="black", weight=3]; 15.88/5.92 1854[label="vwx1090 : vwx1091 == vwx1100 : vwx1101",fontsize=16,color="black",shape="box"];1854 -> 2194[label="",style="solid", color="black", weight=3]; 15.88/5.92 1855[label="vwx1090 : vwx1091 == []",fontsize=16,color="black",shape="box"];1855 -> 2195[label="",style="solid", color="black", weight=3]; 15.88/5.92 1856[label="[] == vwx1100 : vwx1101",fontsize=16,color="black",shape="box"];1856 -> 2196[label="",style="solid", color="black", weight=3]; 15.88/5.92 1857[label="[] == []",fontsize=16,color="black",shape="box"];1857 -> 2197[label="",style="solid", color="black", weight=3]; 15.88/5.92 849[label="() == vwx23",fontsize=16,color="burlywood",shape="box"];4578[label="vwx23/()",fontsize=10,color="white",style="solid",shape="box"];849 -> 4578[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4578 -> 1255[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 850[label="primEqDouble vwx20 vwx23",fontsize=16,color="burlywood",shape="box"];4579[label="vwx20/Double vwx200 vwx201",fontsize=10,color="white",style="solid",shape="box"];850 -> 4579[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4579 -> 1256[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1938 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1938[label="primCmpNat vwx300 vwx400 == GT",fontsize=16,color="magenta"];1938 -> 2198[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1938 -> 2199[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1939[label="max1 (Pos (Succ vwx300)) (Pos (Succ vwx400)) False",fontsize=16,color="black",shape="box"];1939 -> 2200[label="",style="solid", color="black", weight=3]; 15.88/5.92 1940[label="max1 (Pos (Succ vwx300)) (Pos (Succ vwx400)) True",fontsize=16,color="black",shape="box"];1940 -> 2201[label="",style="solid", color="black", weight=3]; 15.88/5.92 1947 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1947[label="GT == GT",fontsize=16,color="magenta"];1947 -> 2202[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1947 -> 2203[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1948[label="max1 (Pos (Succ vwx300)) (Pos Zero) False",fontsize=16,color="black",shape="box"];1948 -> 2204[label="",style="solid", color="black", weight=3]; 15.88/5.92 1949[label="max1 (Pos (Succ vwx300)) (Pos Zero) True",fontsize=16,color="black",shape="box"];1949 -> 2205[label="",style="solid", color="black", weight=3]; 15.88/5.92 1950[label="max0 (Pos (Succ vwx300)) (Neg vwx40) True",fontsize=16,color="black",shape="box"];1950 -> 2206[label="",style="solid", color="black", weight=3]; 15.88/5.92 1951[label="LT",fontsize=16,color="green",shape="box"];1952[label="max1 (Pos Zero) (Pos (Succ vwx400)) True",fontsize=16,color="black",shape="box"];1952 -> 2207[label="",style="solid", color="black", weight=3]; 15.88/5.92 1953[label="max1 (Pos Zero) (Pos (Succ vwx400)) False",fontsize=16,color="black",shape="box"];1953 -> 2208[label="",style="solid", color="black", weight=3]; 15.88/5.92 1954[label="max1 (Pos Zero) (Pos Zero) True",fontsize=16,color="black",shape="box"];1954 -> 2209[label="",style="solid", color="black", weight=3]; 15.88/5.92 1955[label="max1 (Pos Zero) (Pos Zero) False",fontsize=16,color="black",shape="box"];1955 -> 2210[label="",style="solid", color="black", weight=3]; 15.88/5.92 1956[label="max1 (Pos Zero) (Neg (Succ vwx400)) True",fontsize=16,color="black",shape="box"];1956 -> 2211[label="",style="solid", color="black", weight=3]; 15.88/5.92 1957[label="max1 (Pos Zero) (Neg (Succ vwx400)) False",fontsize=16,color="black",shape="box"];1957 -> 2212[label="",style="solid", color="black", weight=3]; 15.88/5.92 1958[label="max1 (Pos Zero) (Neg Zero) True",fontsize=16,color="black",shape="box"];1958 -> 2213[label="",style="solid", color="black", weight=3]; 15.88/5.92 1959[label="max1 (Pos Zero) (Neg Zero) False",fontsize=16,color="black",shape="box"];1959 -> 2214[label="",style="solid", color="black", weight=3]; 15.88/5.92 1965 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1965[label="primCmpNat vwx400 vwx300 == GT",fontsize=16,color="magenta"];1965 -> 2215[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1965 -> 2216[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1966[label="max1 (Neg (Succ vwx300)) (Neg (Succ vwx400)) False",fontsize=16,color="black",shape="box"];1966 -> 2217[label="",style="solid", color="black", weight=3]; 15.88/5.92 1967[label="max1 (Neg (Succ vwx300)) (Neg (Succ vwx400)) True",fontsize=16,color="black",shape="box"];1967 -> 2218[label="",style="solid", color="black", weight=3]; 15.88/5.92 1973 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1973[label="LT == GT",fontsize=16,color="magenta"];1973 -> 2219[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1973 -> 2220[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1974[label="max1 (Neg (Succ vwx300)) (Neg Zero) False",fontsize=16,color="black",shape="box"];1974 -> 2221[label="",style="solid", color="black", weight=3]; 15.88/5.92 1975[label="max1 (Neg (Succ vwx300)) (Neg Zero) True",fontsize=16,color="black",shape="box"];1975 -> 2222[label="",style="solid", color="black", weight=3]; 15.88/5.92 1976[label="max1 (Neg Zero) (Pos (Succ vwx400)) True",fontsize=16,color="black",shape="box"];1976 -> 2223[label="",style="solid", color="black", weight=3]; 15.88/5.92 1977[label="max1 (Neg Zero) (Pos (Succ vwx400)) False",fontsize=16,color="black",shape="box"];1977 -> 2224[label="",style="solid", color="black", weight=3]; 15.88/5.92 1978[label="max1 (Neg Zero) (Pos Zero) True",fontsize=16,color="black",shape="box"];1978 -> 2225[label="",style="solid", color="black", weight=3]; 15.88/5.92 1979[label="max1 (Neg Zero) (Pos Zero) False",fontsize=16,color="black",shape="box"];1979 -> 2226[label="",style="solid", color="black", weight=3]; 15.88/5.92 1980[label="GT",fontsize=16,color="green",shape="box"];1981[label="max1 (Neg Zero) (Neg (Succ vwx400)) True",fontsize=16,color="black",shape="box"];1981 -> 2227[label="",style="solid", color="black", weight=3]; 15.88/5.92 1982[label="max1 (Neg Zero) (Neg (Succ vwx400)) False",fontsize=16,color="black",shape="box"];1982 -> 2228[label="",style="solid", color="black", weight=3]; 15.88/5.92 1983[label="max1 (Neg Zero) (Neg Zero) True",fontsize=16,color="black",shape="box"];1983 -> 2229[label="",style="solid", color="black", weight=3]; 15.88/5.92 1984[label="max1 (Neg Zero) (Neg Zero) False",fontsize=16,color="black",shape="box"];1984 -> 2230[label="",style="solid", color="black", weight=3]; 15.88/5.92 1990 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1990[label="primCmpNat vwx300 vwx400 == GT",fontsize=16,color="magenta"];1990 -> 2231[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1990 -> 2232[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1991[label="max1 (Char (Succ vwx300)) (Char (Succ vwx400)) False",fontsize=16,color="black",shape="box"];1991 -> 2233[label="",style="solid", color="black", weight=3]; 15.88/5.92 1992[label="max1 (Char (Succ vwx300)) (Char (Succ vwx400)) True",fontsize=16,color="black",shape="box"];1992 -> 2234[label="",style="solid", color="black", weight=3]; 15.88/5.92 1998 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1998[label="GT == GT",fontsize=16,color="magenta"];1998 -> 2235[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1998 -> 2236[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1999[label="max1 (Char (Succ vwx300)) (Char Zero) False",fontsize=16,color="black",shape="box"];1999 -> 2237[label="",style="solid", color="black", weight=3]; 15.88/5.92 2000[label="max1 (Char (Succ vwx300)) (Char Zero) True",fontsize=16,color="black",shape="box"];2000 -> 2238[label="",style="solid", color="black", weight=3]; 15.88/5.92 2006 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2006[label="LT == GT",fontsize=16,color="magenta"];2006 -> 2239[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2006 -> 2240[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2007[label="max1 (Char Zero) (Char (Succ vwx400)) False",fontsize=16,color="black",shape="box"];2007 -> 2241[label="",style="solid", color="black", weight=3]; 15.88/5.92 2008[label="max1 (Char Zero) (Char (Succ vwx400)) True",fontsize=16,color="black",shape="box"];2008 -> 2242[label="",style="solid", color="black", weight=3]; 15.88/5.92 2014 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2014[label="EQ == GT",fontsize=16,color="magenta"];2014 -> 2243[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2014 -> 2244[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2015[label="max1 (Char Zero) (Char Zero) False",fontsize=16,color="black",shape="box"];2015 -> 2245[label="",style="solid", color="black", weight=3]; 15.88/5.92 2016[label="max1 (Char Zero) (Char Zero) True",fontsize=16,color="black",shape="box"];2016 -> 2246[label="",style="solid", color="black", weight=3]; 15.88/5.92 2022 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2022[label="primCmpNat (Succ vwx3000) vwx400 == GT",fontsize=16,color="magenta"];2022 -> 2247[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2022 -> 2248[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2023[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Pos vwx400)) False",fontsize=16,color="black",shape="box"];2023 -> 2249[label="",style="solid", color="black", weight=3]; 15.88/5.92 2024[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Pos vwx400)) True",fontsize=16,color="black",shape="box"];2024 -> 2250[label="",style="solid", color="black", weight=3]; 15.88/5.92 2030 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2030[label="GT == GT",fontsize=16,color="magenta"];2030 -> 2251[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2030 -> 2252[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2031[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Neg vwx400)) False",fontsize=16,color="black",shape="box"];2031 -> 2253[label="",style="solid", color="black", weight=3]; 15.88/5.92 2032[label="max1 (Integer (Pos (Succ vwx3000))) (Integer (Neg vwx400)) True",fontsize=16,color="black",shape="box"];2032 -> 2254[label="",style="solid", color="black", weight=3]; 15.88/5.92 2034 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2034[label="not (primCmpNat Zero (Succ vwx4000) == GT)",fontsize=16,color="magenta"];2034 -> 2255[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2033[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx4000))) vwx200",fontsize=16,color="burlywood",shape="triangle"];4580[label="vwx200/False",fontsize=10,color="white",style="solid",shape="box"];2033 -> 4580[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4580 -> 2256[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4581[label="vwx200/True",fontsize=10,color="white",style="solid",shape="box"];2033 -> 4581[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4581 -> 2257[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2036 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2036[label="not (EQ == GT)",fontsize=16,color="magenta"];2036 -> 2258[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2035[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) vwx203",fontsize=16,color="burlywood",shape="triangle"];4582[label="vwx203/False",fontsize=10,color="white",style="solid",shape="box"];2035 -> 4582[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4582 -> 2259[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4583[label="vwx203/True",fontsize=10,color="white",style="solid",shape="box"];2035 -> 4583[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4583 -> 2260[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2038 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2038[label="not (GT == GT)",fontsize=16,color="magenta"];2038 -> 2261[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2037[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx4000))) vwx205",fontsize=16,color="burlywood",shape="triangle"];4584[label="vwx205/False",fontsize=10,color="white",style="solid",shape="box"];2037 -> 4584[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4584 -> 2262[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4585[label="vwx205/True",fontsize=10,color="white",style="solid",shape="box"];2037 -> 4585[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4585 -> 2263[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2040 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2040[label="not (EQ == GT)",fontsize=16,color="magenta"];2040 -> 2264[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2039[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) vwx207",fontsize=16,color="burlywood",shape="triangle"];4586[label="vwx207/False",fontsize=10,color="white",style="solid",shape="box"];2039 -> 4586[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4586 -> 2265[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4587[label="vwx207/True",fontsize=10,color="white",style="solid",shape="box"];2039 -> 4587[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4587 -> 2266[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2046 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2046[label="LT == GT",fontsize=16,color="magenta"];2046 -> 2267[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2046 -> 2268[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2047[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Pos vwx400)) False",fontsize=16,color="black",shape="box"];2047 -> 2269[label="",style="solid", color="black", weight=3]; 15.88/5.92 2048[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Pos vwx400)) True",fontsize=16,color="black",shape="box"];2048 -> 2270[label="",style="solid", color="black", weight=3]; 15.88/5.92 2054 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2054[label="primCmpNat vwx400 (Succ vwx3000) == GT",fontsize=16,color="magenta"];2054 -> 2271[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2054 -> 2272[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2055[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Neg vwx400)) False",fontsize=16,color="black",shape="box"];2055 -> 2273[label="",style="solid", color="black", weight=3]; 15.88/5.92 2056[label="max1 (Integer (Neg (Succ vwx3000))) (Integer (Neg vwx400)) True",fontsize=16,color="black",shape="box"];2056 -> 2274[label="",style="solid", color="black", weight=3]; 15.88/5.92 2058 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2058[label="not (LT == GT)",fontsize=16,color="magenta"];2058 -> 2275[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2057[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx4000))) vwx211",fontsize=16,color="burlywood",shape="triangle"];4588[label="vwx211/False",fontsize=10,color="white",style="solid",shape="box"];2057 -> 4588[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4588 -> 2276[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4589[label="vwx211/True",fontsize=10,color="white",style="solid",shape="box"];2057 -> 4589[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4589 -> 2277[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2060 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2060[label="not (EQ == GT)",fontsize=16,color="magenta"];2060 -> 2278[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2059[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) vwx213",fontsize=16,color="burlywood",shape="triangle"];4590[label="vwx213/False",fontsize=10,color="white",style="solid",shape="box"];2059 -> 4590[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4590 -> 2279[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4591[label="vwx213/True",fontsize=10,color="white",style="solid",shape="box"];2059 -> 4591[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4591 -> 2280[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2062 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2062[label="not (primCmpNat (Succ vwx4000) Zero == GT)",fontsize=16,color="magenta"];2062 -> 2281[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2061[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx4000))) vwx215",fontsize=16,color="burlywood",shape="triangle"];4592[label="vwx215/False",fontsize=10,color="white",style="solid",shape="box"];2061 -> 4592[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4592 -> 2282[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4593[label="vwx215/True",fontsize=10,color="white",style="solid",shape="box"];2061 -> 4593[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4593 -> 2283[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2064 -> 1598[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2064[label="not (EQ == GT)",fontsize=16,color="magenta"];2064 -> 2284[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2063[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) vwx218",fontsize=16,color="burlywood",shape="triangle"];4594[label="vwx218/False",fontsize=10,color="white",style="solid",shape="box"];2063 -> 4594[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4594 -> 2285[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4595[label="vwx218/True",fontsize=10,color="white",style="solid",shape="box"];2063 -> 4595[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4595 -> 2286[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2065[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4596[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];2065 -> 4596[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4596 -> 2354[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4597[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];2065 -> 4597[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4597 -> 2355[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2066[label="compare (vwx300 : vwx301) (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];2066 -> 2356[label="",style="solid", color="black", weight=3]; 15.88/5.92 2067[label="compare (vwx300 : vwx301) []",fontsize=16,color="black",shape="box"];2067 -> 2357[label="",style="solid", color="black", weight=3]; 15.88/5.92 2068[label="compare [] (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];2068 -> 2358[label="",style="solid", color="black", weight=3]; 15.88/5.92 2069[label="compare [] []",fontsize=16,color="black",shape="box"];2069 -> 2359[label="",style="solid", color="black", weight=3]; 15.88/5.92 2070[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];2070 -> 2360[label="",style="solid", color="black", weight=3]; 15.88/5.92 2071[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];4598[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];2071 -> 4598[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4598 -> 2361[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4599[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];2071 -> 4599[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4599 -> 2362[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2072[label="vwx301",fontsize=16,color="green",shape="box"];2073[label="vwx401",fontsize=16,color="green",shape="box"];2074[label="vwx301",fontsize=16,color="green",shape="box"];2075[label="vwx401",fontsize=16,color="green",shape="box"];2076[label="vwx301",fontsize=16,color="green",shape="box"];2077[label="vwx401",fontsize=16,color="green",shape="box"];2078[label="vwx301",fontsize=16,color="green",shape="box"];2079[label="vwx401",fontsize=16,color="green",shape="box"];2080[label="vwx301",fontsize=16,color="green",shape="box"];2081[label="vwx401",fontsize=16,color="green",shape="box"];2082[label="vwx301",fontsize=16,color="green",shape="box"];2083[label="vwx401",fontsize=16,color="green",shape="box"];2084[label="vwx301",fontsize=16,color="green",shape="box"];2085[label="vwx401",fontsize=16,color="green",shape="box"];2086[label="vwx301",fontsize=16,color="green",shape="box"];2087[label="vwx401",fontsize=16,color="green",shape="box"];2088[label="vwx301",fontsize=16,color="green",shape="box"];2089[label="vwx401",fontsize=16,color="green",shape="box"];2090[label="vwx301",fontsize=16,color="green",shape="box"];2091[label="vwx401",fontsize=16,color="green",shape="box"];2092[label="vwx301",fontsize=16,color="green",shape="box"];2093[label="vwx401",fontsize=16,color="green",shape="box"];2094[label="vwx301",fontsize=16,color="green",shape="box"];2095[label="vwx401",fontsize=16,color="green",shape="box"];2096[label="vwx301",fontsize=16,color="green",shape="box"];2097[label="vwx401",fontsize=16,color="green",shape="box"];2098[label="vwx301",fontsize=16,color="green",shape="box"];2099[label="vwx401",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[label="vwx302",fontsize=16,color="green",shape="box"];2124[label="vwx402",fontsize=16,color="green",shape="box"];2125[label="vwx302",fontsize=16,color="green",shape="box"];2126[label="vwx402",fontsize=16,color="green",shape="box"];2127[label="vwx302",fontsize=16,color="green",shape="box"];2128[label="compare () ()",fontsize=16,color="black",shape="box"];2128 -> 2363[label="",style="solid", color="black", weight=3]; 15.88/5.92 2129[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4600[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];2129 -> 4600[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4600 -> 2364[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4601[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];2129 -> 4601[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4601 -> 2365[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2130[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4602[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];2130 -> 4602[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4602 -> 2366[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4603[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];2130 -> 4603[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4603 -> 2367[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2131[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];4604[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];2131 -> 4604[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4604 -> 2368[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2132[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];2132 -> 2369[label="",style="solid", color="black", weight=3]; 15.88/5.92 2133[label="Pos vwx310 * vwx40",fontsize=16,color="black",shape="triangle"];2133 -> 2370[label="",style="solid", color="black", weight=3]; 15.88/5.92 2134[label="vwx30 * Pos vwx410",fontsize=16,color="black",shape="triangle"];2134 -> 2371[label="",style="solid", color="black", weight=3]; 15.88/5.92 2135[label="max0 (Double vwx30 (Pos vwx310)) (Double vwx40 (Pos vwx410)) True",fontsize=16,color="black",shape="box"];2135 -> 2372[label="",style="solid", color="black", weight=3]; 15.88/5.92 2136[label="Neg vwx310 * vwx40",fontsize=16,color="black",shape="triangle"];2136 -> 2373[label="",style="solid", color="black", weight=3]; 15.88/5.92 2137 -> 2134[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2137[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];2137 -> 2374[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2138[label="max0 (Double vwx30 (Pos vwx310)) (Double vwx40 (Neg vwx410)) True",fontsize=16,color="black",shape="box"];2138 -> 2375[label="",style="solid", color="black", weight=3]; 15.88/5.92 2139 -> 2133[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2139[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];2139 -> 2376[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2140[label="vwx30 * Neg vwx410",fontsize=16,color="black",shape="triangle"];2140 -> 2377[label="",style="solid", color="black", weight=3]; 15.88/5.92 2141[label="max0 (Double vwx30 (Neg vwx310)) (Double vwx40 (Pos vwx410)) True",fontsize=16,color="black",shape="box"];2141 -> 2378[label="",style="solid", color="black", weight=3]; 15.88/5.92 2142 -> 2136[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2142[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];2142 -> 2379[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2143 -> 2140[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2143[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];2143 -> 2380[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2144[label="max0 (Double vwx30 (Neg vwx310)) (Double vwx40 (Neg vwx410)) True",fontsize=16,color="black",shape="box"];2144 -> 2381[label="",style="solid", color="black", weight=3]; 15.88/5.92 2145 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2145[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];2145 -> 2383[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2146 -> 2384[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2146[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];2146 -> 2385[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2147 -> 2386[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2147[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];2147 -> 2387[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2148 -> 2388[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2148[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];2148 -> 2389[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2149 -> 2390[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2149[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];2149 -> 2391[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2150 -> 2392[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2150[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="magenta"];2150 -> 2393[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2151 -> 1443[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2151[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2151 -> 2394[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2151 -> 2395[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2152 -> 1444[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2152[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2152 -> 2396[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2152 -> 2397[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2153 -> 1445[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2153[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2153 -> 2398[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2153 -> 2399[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2154 -> 1446[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2154[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2154 -> 2400[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2154 -> 2401[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2155 -> 1447[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2155[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2155 -> 2402[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2155 -> 2403[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2156 -> 1448[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2156[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2156 -> 2404[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2156 -> 2405[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2157 -> 1449[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2157[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2157 -> 2406[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2157 -> 2407[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2158 -> 1450[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2158[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2158 -> 2408[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2158 -> 2409[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2159 -> 1451[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2159[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2159 -> 2410[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2159 -> 2411[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2160 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2160[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2160 -> 2412[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2160 -> 2413[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2161 -> 1453[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2161[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2161 -> 2414[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2161 -> 2415[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2162 -> 1454[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2162[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2162 -> 2416[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2162 -> 2417[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2163 -> 1455[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2163[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2163 -> 2418[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2163 -> 2419[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2164 -> 1456[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2164[label="compare vwx158 vwx159",fontsize=16,color="magenta"];2164 -> 2420[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2164 -> 2421[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2165 -> 1812[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2165[label="primCmpInt (Pos (primMulNat vwx300 vwx410)) (vwx40 * vwx31)",fontsize=16,color="magenta"];2165 -> 2422[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2165 -> 2423[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2166 -> 1812[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2166[label="primCmpInt (Neg (primMulNat vwx300 vwx410)) (vwx40 * vwx31)",fontsize=16,color="magenta"];2166 -> 2424[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2166 -> 2425[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2167 -> 1812[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2167[label="primCmpInt (Neg (primMulNat vwx300 vwx410)) (vwx40 * vwx31)",fontsize=16,color="magenta"];2167 -> 2426[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2167 -> 2427[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2168 -> 1812[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2168[label="primCmpInt (Pos (primMulNat vwx300 vwx410)) (vwx40 * vwx31)",fontsize=16,color="magenta"];2168 -> 2428[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2168 -> 2429[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2169[label="Integer vwx400 * vwx31",fontsize=16,color="burlywood",shape="box"];4605[label="vwx31/Integer vwx310",fontsize=10,color="white",style="solid",shape="box"];2169 -> 4605[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4605 -> 2430[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2170[label="primMulInt vwx300 vwx410",fontsize=16,color="burlywood",shape="triangle"];4606[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];2170 -> 4606[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4606 -> 2431[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4607[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];2170 -> 4607[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4607 -> 2432[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2171[label="vwx58 :% vwx59",fontsize=16,color="green",shape="box"];2172 -> 2133[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2172[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];2172 -> 2433[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2172 -> 2434[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2173 -> 2134[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2173[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];2173 -> 2435[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2173 -> 2436[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2174[label="max0 (Float vwx30 (Pos vwx310)) (Float vwx40 (Pos vwx410)) True",fontsize=16,color="black",shape="box"];2174 -> 2437[label="",style="solid", color="black", weight=3]; 15.88/5.92 2175 -> 2136[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2175[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];2175 -> 2438[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2175 -> 2439[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2176 -> 2134[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2176[label="vwx30 * Pos vwx410",fontsize=16,color="magenta"];2176 -> 2440[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2176 -> 2441[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2177[label="max0 (Float vwx30 (Pos vwx310)) (Float vwx40 (Neg vwx410)) True",fontsize=16,color="black",shape="box"];2177 -> 2442[label="",style="solid", color="black", weight=3]; 15.88/5.92 2178 -> 2133[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2178[label="Pos vwx310 * vwx40",fontsize=16,color="magenta"];2178 -> 2443[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2178 -> 2444[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2179 -> 2140[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2179[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];2179 -> 2445[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2179 -> 2446[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2180[label="max0 (Float vwx30 (Neg vwx310)) (Float vwx40 (Pos vwx410)) True",fontsize=16,color="black",shape="box"];2180 -> 2447[label="",style="solid", color="black", weight=3]; 15.88/5.92 2181 -> 2136[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2181[label="Neg vwx310 * vwx40",fontsize=16,color="magenta"];2181 -> 2448[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2181 -> 2449[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2182 -> 2140[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2182[label="vwx30 * Neg vwx410",fontsize=16,color="magenta"];2182 -> 2450[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2182 -> 2451[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2183[label="max0 (Float vwx30 (Neg vwx310)) (Float vwx40 (Neg vwx410)) True",fontsize=16,color="black",shape="box"];2183 -> 2452[label="",style="solid", color="black", weight=3]; 15.88/5.92 1172[label="compare2 LT LT (LT == LT) == LT",fontsize=16,color="black",shape="box"];1172 -> 2287[label="",style="solid", color="black", weight=3]; 15.88/5.92 1173[label="compare2 LT EQ (LT == EQ) == LT",fontsize=16,color="black",shape="box"];1173 -> 2288[label="",style="solid", color="black", weight=3]; 15.88/5.92 1174[label="compare2 LT GT (LT == GT) == LT",fontsize=16,color="black",shape="box"];1174 -> 2289[label="",style="solid", color="black", weight=3]; 15.88/5.92 1175[label="compare2 EQ LT (EQ == LT) == LT",fontsize=16,color="black",shape="box"];1175 -> 2290[label="",style="solid", color="black", weight=3]; 15.88/5.92 1176[label="compare2 EQ EQ (EQ == EQ) == LT",fontsize=16,color="black",shape="box"];1176 -> 2291[label="",style="solid", color="black", weight=3]; 15.88/5.92 1177[label="compare2 EQ GT (EQ == GT) == LT",fontsize=16,color="black",shape="box"];1177 -> 2292[label="",style="solid", color="black", weight=3]; 15.88/5.92 1178[label="compare2 GT LT (GT == LT) == LT",fontsize=16,color="black",shape="box"];1178 -> 2293[label="",style="solid", color="black", weight=3]; 15.88/5.92 1179[label="compare2 GT EQ (GT == EQ) == LT",fontsize=16,color="black",shape="box"];1179 -> 2294[label="",style="solid", color="black", weight=3]; 15.88/5.92 1180[label="compare2 GT GT (GT == GT) == LT",fontsize=16,color="black",shape="box"];1180 -> 2295[label="",style="solid", color="black", weight=3]; 15.88/5.92 1181[label="compare2 Nothing Nothing (Nothing == Nothing) == LT",fontsize=16,color="black",shape="box"];1181 -> 2296[label="",style="solid", color="black", weight=3]; 15.88/5.92 1182[label="compare2 Nothing (Just vwx400) (Nothing == Just vwx400) == LT",fontsize=16,color="black",shape="box"];1182 -> 2297[label="",style="solid", color="black", weight=3]; 15.88/5.92 1183[label="compare2 (Just vwx300) Nothing (Just vwx300 == Nothing) == LT",fontsize=16,color="black",shape="box"];1183 -> 2298[label="",style="solid", color="black", weight=3]; 15.88/5.92 1184[label="compare2 (Just vwx300) (Just vwx400) (Just vwx300 == Just vwx400) == LT",fontsize=16,color="black",shape="box"];1184 -> 2299[label="",style="solid", color="black", weight=3]; 15.88/5.92 1185[label="compare2 False False (False == False) == LT",fontsize=16,color="black",shape="box"];1185 -> 2300[label="",style="solid", color="black", weight=3]; 15.88/5.92 1186[label="compare2 False True (False == True) == LT",fontsize=16,color="black",shape="box"];1186 -> 2301[label="",style="solid", color="black", weight=3]; 15.88/5.92 1187[label="compare2 True False (True == False) == LT",fontsize=16,color="black",shape="box"];1187 -> 2302[label="",style="solid", color="black", weight=3]; 15.88/5.92 1188[label="compare2 True True (True == True) == LT",fontsize=16,color="black",shape="box"];1188 -> 2303[label="",style="solid", color="black", weight=3]; 15.88/5.92 1189[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401) == LT",fontsize=16,color="burlywood",shape="box"];4608[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1189 -> 4608[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4608 -> 2304[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4609[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1189 -> 4609[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4609 -> 2305[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1190[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401) == LT",fontsize=16,color="burlywood",shape="box"];4610[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1190 -> 4610[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4610 -> 2306[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4611[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1190 -> 4611[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4611 -> 2307[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1191 -> 1146[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1191[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401)",fontsize=16,color="magenta"];1191 -> 2308[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1191 -> 2309[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1191 -> 2310[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1191 -> 2311[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1192[label="LT",fontsize=16,color="green",shape="box"];1193[label="GT",fontsize=16,color="green",shape="box"];1194[label="LT",fontsize=16,color="green",shape="box"];1195[label="LT",fontsize=16,color="green",shape="box"];1196[label="LT",fontsize=16,color="green",shape="box"];1197[label="EQ",fontsize=16,color="green",shape="box"];1198[label="LT",fontsize=16,color="green",shape="box"];1199[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];4612[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1199 -> 4612[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4612 -> 2312[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4613[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1199 -> 4613[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4613 -> 2313[label="",style="solid", color="blue", weight=3]; 15.88/5.92 1200[label="LT",fontsize=16,color="green",shape="box"];1201[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401) == LT",fontsize=16,color="burlywood",shape="box"];4614[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1201 -> 4614[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4614 -> 2314[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4615[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1201 -> 4615[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4615 -> 2315[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1202[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401) == LT",fontsize=16,color="burlywood",shape="box"];4616[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];1202 -> 4616[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4616 -> 2316[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4617[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];1202 -> 4617[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4617 -> 2317[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1203[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) ((vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)) == LT",fontsize=16,color="black",shape="box"];1203 -> 2318[label="",style="solid", color="black", weight=3]; 15.88/5.92 1204[label="EQ",fontsize=16,color="green",shape="box"];1205[label="LT",fontsize=16,color="green",shape="box"];1206[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400) == LT",fontsize=16,color="black",shape="box"];1206 -> 2319[label="",style="solid", color="black", weight=3]; 15.88/5.92 1207[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400) == LT",fontsize=16,color="black",shape="box"];1207 -> 2320[label="",style="solid", color="black", weight=3]; 15.88/5.92 1208[label="primCmpInt (Pos Zero) (Pos vwx400) == LT",fontsize=16,color="burlywood",shape="box"];4618[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1208 -> 4618[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4618 -> 2321[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4619[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1208 -> 4619[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4619 -> 2322[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1209[label="primCmpInt (Pos Zero) (Neg vwx400) == LT",fontsize=16,color="burlywood",shape="box"];4620[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1209 -> 4620[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4620 -> 2323[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4621[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1209 -> 4621[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4621 -> 2324[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1210[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400) == LT",fontsize=16,color="black",shape="box"];1210 -> 2325[label="",style="solid", color="black", weight=3]; 15.88/5.92 1211[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400) == LT",fontsize=16,color="black",shape="box"];1211 -> 2326[label="",style="solid", color="black", weight=3]; 15.88/5.92 1212[label="primCmpInt (Neg Zero) (Pos vwx400) == LT",fontsize=16,color="burlywood",shape="box"];4622[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1212 -> 4622[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4622 -> 2327[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4623[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1212 -> 4623[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4623 -> 2328[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1213[label="primCmpInt (Neg Zero) (Neg vwx400) == LT",fontsize=16,color="burlywood",shape="box"];4624[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];1213 -> 4624[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4624 -> 2329[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4625[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];1213 -> 4625[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4625 -> 2330[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1214 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1214[label="primCmpNat vwx300 vwx400 == LT",fontsize=16,color="magenta"];1214 -> 2331[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1214 -> 2332[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1215 -> 1812[label="",style="dashed", color="red", weight=0]; 15.88/5.92 1215[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];1215 -> 2333[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1215 -> 2334[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1216[label="LT",fontsize=16,color="green",shape="box"];1217[label="compare2 (vwx300,vwx301) (vwx400,vwx401) ((vwx300,vwx301) == (vwx400,vwx401)) == LT",fontsize=16,color="black",shape="box"];1217 -> 2335[label="",style="solid", color="black", weight=3]; 15.88/5.92 1218[label="compare2 (Left vwx300) (Left vwx400) (Left vwx300 == Left vwx400) == LT",fontsize=16,color="black",shape="box"];1218 -> 2336[label="",style="solid", color="black", weight=3]; 15.88/5.92 1219[label="compare2 (Left vwx300) (Right vwx400) (Left vwx300 == Right vwx400) == LT",fontsize=16,color="black",shape="box"];1219 -> 2337[label="",style="solid", color="black", weight=3]; 15.88/5.92 1220[label="compare2 (Right vwx300) (Left vwx400) (Right vwx300 == Left vwx400) == LT",fontsize=16,color="black",shape="box"];1220 -> 2338[label="",style="solid", color="black", weight=3]; 15.88/5.92 1221[label="compare2 (Right vwx300) (Right vwx400) (Right vwx300 == Right vwx400) == LT",fontsize=16,color="black",shape="box"];1221 -> 2339[label="",style="solid", color="black", weight=3]; 15.88/5.92 1222[label="primEqInt (Pos vwx200) vwx23",fontsize=16,color="burlywood",shape="box"];4626[label="vwx200/Succ vwx2000",fontsize=10,color="white",style="solid",shape="box"];1222 -> 4626[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4626 -> 2340[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4627[label="vwx200/Zero",fontsize=10,color="white",style="solid",shape="box"];1222 -> 4627[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4627 -> 2341[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1223[label="primEqInt (Neg vwx200) vwx23",fontsize=16,color="burlywood",shape="box"];4628[label="vwx200/Succ vwx2000",fontsize=10,color="white",style="solid",shape="box"];1223 -> 4628[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4628 -> 2342[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4629[label="vwx200/Zero",fontsize=10,color="white",style="solid",shape="box"];1223 -> 4629[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4629 -> 2343[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 1224[label="False == False",fontsize=16,color="black",shape="box"];1224 -> 2344[label="",style="solid", color="black", weight=3]; 15.88/5.92 1225[label="False == True",fontsize=16,color="black",shape="box"];1225 -> 2345[label="",style="solid", color="black", weight=3]; 15.88/5.92 1226[label="True == False",fontsize=16,color="black",shape="box"];1226 -> 2346[label="",style="solid", color="black", weight=3]; 15.88/5.92 1227[label="True == True",fontsize=16,color="black",shape="box"];1227 -> 2347[label="",style="solid", color="black", weight=3]; 15.88/5.92 1228[label="primEqChar (Char vwx200) vwx23",fontsize=16,color="burlywood",shape="box"];4630[label="vwx23/Char vwx230",fontsize=10,color="white",style="solid",shape="box"];1228 -> 4630[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4630 -> 2348[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2184 -> 1365[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2184[label="vwx1090 == vwx1100 && vwx1091 == vwx1101 && vwx1092 == vwx1102",fontsize=16,color="magenta"];2184 -> 2453[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2184 -> 2454[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1230[label="primEqFloat (Float vwx200 vwx201) vwx23",fontsize=16,color="burlywood",shape="box"];4631[label="vwx23/Float vwx230 vwx231",fontsize=10,color="white",style="solid",shape="box"];1230 -> 4631[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4631 -> 2349[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2185 -> 1365[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2185[label="vwx1090 == vwx1100 && vwx1091 == vwx1101",fontsize=16,color="magenta"];2185 -> 2455[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2185 -> 2456[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 1232[label="vwx200 :% vwx201 == vwx230 :% vwx231",fontsize=16,color="black",shape="box"];1232 -> 2350[label="",style="solid", color="black", weight=3]; 15.88/5.92 1233[label="Integer vwx200 == Integer vwx230",fontsize=16,color="black",shape="box"];1233 -> 2351[label="",style="solid", color="black", weight=3]; 15.88/5.92 2186[label="True",fontsize=16,color="green",shape="box"];2187[label="False",fontsize=16,color="green",shape="box"];2188[label="False",fontsize=16,color="green",shape="box"];2189[label="vwx1090 == vwx1100",fontsize=16,color="blue",shape="box"];4632[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4632[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4632 -> 2457[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4633[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4633[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4633 -> 2458[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4634[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4634[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4634 -> 2459[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4635[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4635[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4635 -> 2460[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4636[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4636[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4636 -> 2461[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4637[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4637[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4637 -> 2462[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4638[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4638[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4638 -> 2463[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4639[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4639[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4639 -> 2464[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4640[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4640[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4640 -> 2465[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4641[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4641[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4641 -> 2466[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4642[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4642[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4642 -> 2467[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4643[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4643[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4643 -> 2468[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4644[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4644[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4644 -> 2469[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4645[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2189 -> 4645[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4645 -> 2470[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2190[label="vwx1090 == vwx1100",fontsize=16,color="blue",shape="box"];4646[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4646[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4646 -> 2471[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4647[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4647[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4647 -> 2472[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4648[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4648[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4648 -> 2473[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4649[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4649[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4649 -> 2474[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4650[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4650[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4650 -> 2475[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4651[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4651[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4651 -> 2476[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4652[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4652[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4652 -> 2477[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4653[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4653[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4653 -> 2478[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4654[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4654[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4654 -> 2479[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4655[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4655[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4655 -> 2480[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4656[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4656[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4656 -> 2481[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4657[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4657[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4657 -> 2482[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4658[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4658[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4658 -> 2483[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4659[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2190 -> 4659[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4659 -> 2484[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2191[label="False",fontsize=16,color="green",shape="box"];2192[label="False",fontsize=16,color="green",shape="box"];2193[label="vwx1090 == vwx1100",fontsize=16,color="blue",shape="box"];4660[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4660[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4660 -> 2485[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4661[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4661[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4661 -> 2486[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4662[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4662[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4662 -> 2487[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4663[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4663[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4663 -> 2488[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4664[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4664[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4664 -> 2489[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4665[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4665[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4665 -> 2490[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4666[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4666[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4666 -> 2491[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4667[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4667[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4667 -> 2492[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4668[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4668[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4668 -> 2493[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4669[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4669[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4669 -> 2494[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4670[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4670[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4670 -> 2495[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4671[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4671[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4671 -> 2496[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4672[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4672[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4672 -> 2497[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4673[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2193 -> 4673[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4673 -> 2498[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2194 -> 1365[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2194[label="vwx1090 == vwx1100 && vwx1091 == vwx1101",fontsize=16,color="magenta"];2194 -> 2499[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2194 -> 2500[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2195[label="False",fontsize=16,color="green",shape="box"];2196[label="False",fontsize=16,color="green",shape="box"];2197[label="True",fontsize=16,color="green",shape="box"];1255[label="() == ()",fontsize=16,color="black",shape="box"];1255 -> 2352[label="",style="solid", color="black", weight=3]; 15.88/5.92 1256[label="primEqDouble (Double vwx200 vwx201) vwx23",fontsize=16,color="burlywood",shape="box"];4674[label="vwx23/Double vwx230 vwx231",fontsize=10,color="white",style="solid",shape="box"];1256 -> 4674[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4674 -> 2353[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2198[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];4675[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];2198 -> 4675[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4675 -> 2501[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4676[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];2198 -> 4676[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4676 -> 2502[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2199[label="GT",fontsize=16,color="green",shape="box"];2200[label="max0 (Pos (Succ vwx300)) (Pos (Succ vwx400)) otherwise",fontsize=16,color="black",shape="box"];2200 -> 2503[label="",style="solid", color="black", weight=3]; 15.88/5.92 2201[label="Pos (Succ vwx400)",fontsize=16,color="green",shape="box"];2202[label="GT",fontsize=16,color="green",shape="box"];2203[label="GT",fontsize=16,color="green",shape="box"];2204[label="max0 (Pos (Succ vwx300)) (Pos Zero) otherwise",fontsize=16,color="black",shape="box"];2204 -> 2504[label="",style="solid", color="black", weight=3]; 15.88/5.92 2205[label="Pos Zero",fontsize=16,color="green",shape="box"];2206[label="Pos (Succ vwx300)",fontsize=16,color="green",shape="box"];2207[label="Pos (Succ vwx400)",fontsize=16,color="green",shape="box"];2208[label="max0 (Pos Zero) (Pos (Succ vwx400)) otherwise",fontsize=16,color="black",shape="box"];2208 -> 2505[label="",style="solid", color="black", weight=3]; 15.88/5.92 2209[label="Pos Zero",fontsize=16,color="green",shape="box"];2210[label="max0 (Pos Zero) (Pos Zero) otherwise",fontsize=16,color="black",shape="box"];2210 -> 2506[label="",style="solid", color="black", weight=3]; 15.88/5.92 2211[label="Neg (Succ vwx400)",fontsize=16,color="green",shape="box"];2212[label="max0 (Pos Zero) (Neg (Succ vwx400)) otherwise",fontsize=16,color="black",shape="box"];2212 -> 2507[label="",style="solid", color="black", weight=3]; 15.88/5.92 2213[label="Neg Zero",fontsize=16,color="green",shape="box"];2214[label="max0 (Pos Zero) (Neg Zero) otherwise",fontsize=16,color="black",shape="box"];2214 -> 2508[label="",style="solid", color="black", weight=3]; 15.88/5.92 2215 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2215[label="primCmpNat vwx400 vwx300",fontsize=16,color="magenta"];2215 -> 2509[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2215 -> 2510[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2216[label="GT",fontsize=16,color="green",shape="box"];2217[label="max0 (Neg (Succ vwx300)) (Neg (Succ vwx400)) otherwise",fontsize=16,color="black",shape="box"];2217 -> 2511[label="",style="solid", color="black", weight=3]; 15.88/5.92 2218[label="Neg (Succ vwx400)",fontsize=16,color="green",shape="box"];2219[label="LT",fontsize=16,color="green",shape="box"];2220[label="GT",fontsize=16,color="green",shape="box"];2221[label="max0 (Neg (Succ vwx300)) (Neg Zero) otherwise",fontsize=16,color="black",shape="box"];2221 -> 2512[label="",style="solid", color="black", weight=3]; 15.88/5.92 2222[label="Neg Zero",fontsize=16,color="green",shape="box"];2223[label="Pos (Succ vwx400)",fontsize=16,color="green",shape="box"];2224[label="max0 (Neg Zero) (Pos (Succ vwx400)) otherwise",fontsize=16,color="black",shape="box"];2224 -> 2513[label="",style="solid", color="black", weight=3]; 15.88/5.92 2225[label="Pos Zero",fontsize=16,color="green",shape="box"];2226[label="max0 (Neg Zero) (Pos Zero) otherwise",fontsize=16,color="black",shape="box"];2226 -> 2514[label="",style="solid", color="black", weight=3]; 15.88/5.92 2227[label="Neg (Succ vwx400)",fontsize=16,color="green",shape="box"];2228[label="max0 (Neg Zero) (Neg (Succ vwx400)) otherwise",fontsize=16,color="black",shape="box"];2228 -> 2515[label="",style="solid", color="black", weight=3]; 15.88/5.92 2229[label="Neg Zero",fontsize=16,color="green",shape="box"];2230[label="max0 (Neg Zero) (Neg Zero) otherwise",fontsize=16,color="black",shape="box"];2230 -> 2516[label="",style="solid", color="black", weight=3]; 15.88/5.92 2231 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2231[label="primCmpNat vwx300 vwx400",fontsize=16,color="magenta"];2231 -> 2517[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2231 -> 2518[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2232[label="GT",fontsize=16,color="green",shape="box"];2233[label="max0 (Char (Succ vwx300)) (Char (Succ vwx400)) otherwise",fontsize=16,color="black",shape="box"];2233 -> 2519[label="",style="solid", color="black", weight=3]; 15.88/5.92 2234[label="Char (Succ vwx400)",fontsize=16,color="green",shape="box"];2235[label="GT",fontsize=16,color="green",shape="box"];2236[label="GT",fontsize=16,color="green",shape="box"];2237[label="max0 (Char (Succ vwx300)) (Char Zero) otherwise",fontsize=16,color="black",shape="box"];2237 -> 2520[label="",style="solid", color="black", weight=3]; 15.88/5.92 2238[label="Char Zero",fontsize=16,color="green",shape="box"];2239[label="LT",fontsize=16,color="green",shape="box"];2240[label="GT",fontsize=16,color="green",shape="box"];2241[label="max0 (Char Zero) (Char (Succ vwx400)) otherwise",fontsize=16,color="black",shape="box"];2241 -> 2521[label="",style="solid", color="black", weight=3]; 15.88/5.92 2242[label="Char (Succ vwx400)",fontsize=16,color="green",shape="box"];2243[label="EQ",fontsize=16,color="green",shape="box"];2244[label="GT",fontsize=16,color="green",shape="box"];2245[label="max0 (Char Zero) (Char Zero) otherwise",fontsize=16,color="black",shape="box"];2245 -> 2522[label="",style="solid", color="black", weight=3]; 15.88/5.92 2246[label="Char Zero",fontsize=16,color="green",shape="box"];2247 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2247[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];2247 -> 2523[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2247 -> 2524[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2248[label="GT",fontsize=16,color="green",shape="box"];2249[label="max0 (Integer (Pos (Succ vwx3000))) (Integer (Pos vwx400)) otherwise",fontsize=16,color="black",shape="box"];2249 -> 2525[label="",style="solid", color="black", weight=3]; 15.88/5.92 2250[label="Integer (Pos vwx400)",fontsize=16,color="green",shape="box"];2251[label="GT",fontsize=16,color="green",shape="box"];2252[label="GT",fontsize=16,color="green",shape="box"];2253[label="max0 (Integer (Pos (Succ vwx3000))) (Integer (Neg vwx400)) otherwise",fontsize=16,color="black",shape="box"];2253 -> 2526[label="",style="solid", color="black", weight=3]; 15.88/5.92 2254[label="Integer (Neg vwx400)",fontsize=16,color="green",shape="box"];2255 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2255[label="primCmpNat Zero (Succ vwx4000) == GT",fontsize=16,color="magenta"];2255 -> 2527[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2255 -> 2528[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2256[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx4000))) False",fontsize=16,color="black",shape="box"];2256 -> 2529[label="",style="solid", color="black", weight=3]; 15.88/5.92 2257[label="max1 (Integer (Pos Zero)) (Integer (Pos (Succ vwx4000))) True",fontsize=16,color="black",shape="box"];2257 -> 2530[label="",style="solid", color="black", weight=3]; 15.88/5.92 2258 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2258[label="EQ == GT",fontsize=16,color="magenta"];2258 -> 2531[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2258 -> 2532[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2259[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) False",fontsize=16,color="black",shape="box"];2259 -> 2533[label="",style="solid", color="black", weight=3]; 15.88/5.92 2260[label="max1 (Integer (Pos Zero)) (Integer (Pos Zero)) True",fontsize=16,color="black",shape="box"];2260 -> 2534[label="",style="solid", color="black", weight=3]; 15.88/5.92 2261 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2261[label="GT == GT",fontsize=16,color="magenta"];2261 -> 2535[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2261 -> 2536[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2262[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx4000))) False",fontsize=16,color="black",shape="box"];2262 -> 2537[label="",style="solid", color="black", weight=3]; 15.88/5.92 2263[label="max1 (Integer (Pos Zero)) (Integer (Neg (Succ vwx4000))) True",fontsize=16,color="black",shape="box"];2263 -> 2538[label="",style="solid", color="black", weight=3]; 15.88/5.92 2264 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2264[label="EQ == GT",fontsize=16,color="magenta"];2264 -> 2539[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2264 -> 2540[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2265[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) False",fontsize=16,color="black",shape="box"];2265 -> 2541[label="",style="solid", color="black", weight=3]; 15.88/5.92 2266[label="max1 (Integer (Pos Zero)) (Integer (Neg Zero)) True",fontsize=16,color="black",shape="box"];2266 -> 2542[label="",style="solid", color="black", weight=3]; 15.88/5.92 2267[label="LT",fontsize=16,color="green",shape="box"];2268[label="GT",fontsize=16,color="green",shape="box"];2269[label="max0 (Integer (Neg (Succ vwx3000))) (Integer (Pos vwx400)) otherwise",fontsize=16,color="black",shape="box"];2269 -> 2543[label="",style="solid", color="black", weight=3]; 15.88/5.92 2270[label="Integer (Pos vwx400)",fontsize=16,color="green",shape="box"];2271 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2271[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];2271 -> 2544[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2271 -> 2545[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2272[label="GT",fontsize=16,color="green",shape="box"];2273[label="max0 (Integer (Neg (Succ vwx3000))) (Integer (Neg vwx400)) otherwise",fontsize=16,color="black",shape="box"];2273 -> 2546[label="",style="solid", color="black", weight=3]; 15.88/5.92 2274[label="Integer (Neg vwx400)",fontsize=16,color="green",shape="box"];2275 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2275[label="LT == GT",fontsize=16,color="magenta"];2275 -> 2547[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2275 -> 2548[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2276[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx4000))) False",fontsize=16,color="black",shape="box"];2276 -> 2549[label="",style="solid", color="black", weight=3]; 15.88/5.92 2277[label="max1 (Integer (Neg Zero)) (Integer (Pos (Succ vwx4000))) True",fontsize=16,color="black",shape="box"];2277 -> 2550[label="",style="solid", color="black", weight=3]; 15.88/5.92 2278 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2278[label="EQ == GT",fontsize=16,color="magenta"];2278 -> 2551[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2278 -> 2552[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2279[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) False",fontsize=16,color="black",shape="box"];2279 -> 2553[label="",style="solid", color="black", weight=3]; 15.88/5.92 2280[label="max1 (Integer (Neg Zero)) (Integer (Pos Zero)) True",fontsize=16,color="black",shape="box"];2280 -> 2554[label="",style="solid", color="black", weight=3]; 15.88/5.92 2281 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2281[label="primCmpNat (Succ vwx4000) Zero == GT",fontsize=16,color="magenta"];2281 -> 2555[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2281 -> 2556[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2282[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx4000))) False",fontsize=16,color="black",shape="box"];2282 -> 2557[label="",style="solid", color="black", weight=3]; 15.88/5.92 2283[label="max1 (Integer (Neg Zero)) (Integer (Neg (Succ vwx4000))) True",fontsize=16,color="black",shape="box"];2283 -> 2558[label="",style="solid", color="black", weight=3]; 15.88/5.92 2284 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2284[label="EQ == GT",fontsize=16,color="magenta"];2284 -> 2559[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2284 -> 2560[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2285[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) False",fontsize=16,color="black",shape="box"];2285 -> 2561[label="",style="solid", color="black", weight=3]; 15.88/5.92 2286[label="max1 (Integer (Neg Zero)) (Integer (Neg Zero)) True",fontsize=16,color="black",shape="box"];2286 -> 2562[label="",style="solid", color="black", weight=3]; 15.88/5.92 2354[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4677[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];2354 -> 4677[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4677 -> 2563[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2355[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4678[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];2355 -> 4678[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4678 -> 2564[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2356 -> 1146[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2356[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401)",fontsize=16,color="magenta"];2356 -> 2565[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2356 -> 2566[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2356 -> 2567[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2356 -> 2568[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2357[label="GT",fontsize=16,color="green",shape="box"];2358[label="LT",fontsize=16,color="green",shape="box"];2359[label="EQ",fontsize=16,color="green",shape="box"];2360[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];4679[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2360 -> 4679[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4679 -> 2569[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4680[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2360 -> 4680[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4680 -> 2570[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2361[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4681[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];2361 -> 4681[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4681 -> 2571[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2362[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];4682[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];2362 -> 4682[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4682 -> 2572[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2363[label="EQ",fontsize=16,color="green",shape="box"];2364[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];4683[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];2364 -> 4683[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4683 -> 2573[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4684[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];2364 -> 4684[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4684 -> 2574[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2365[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];4685[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];2365 -> 4685[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4685 -> 2575[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4686[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];2365 -> 4686[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4686 -> 2576[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2366[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];4687[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];2366 -> 4687[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4687 -> 2577[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4688[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];2366 -> 4688[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4688 -> 2578[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2367[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];4689[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];2367 -> 4689[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4689 -> 2579[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4690[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];2367 -> 4690[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4690 -> 2580[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2368[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];2368 -> 2581[label="",style="solid", color="black", weight=3]; 15.88/5.92 2369 -> 1812[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2369[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];2369 -> 2582[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2369 -> 2583[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2370 -> 2170[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2370[label="primMulInt (Pos vwx310) vwx40",fontsize=16,color="magenta"];2370 -> 2584[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2370 -> 2585[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2371 -> 2170[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2371[label="primMulInt vwx30 (Pos vwx410)",fontsize=16,color="magenta"];2371 -> 2586[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2371 -> 2587[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2372[label="Double vwx30 (Pos vwx310)",fontsize=16,color="green",shape="box"];2373 -> 2170[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2373[label="primMulInt (Neg vwx310) vwx40",fontsize=16,color="magenta"];2373 -> 2588[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2373 -> 2589[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2374[label="vwx410",fontsize=16,color="green",shape="box"];2375[label="Double vwx30 (Pos vwx310)",fontsize=16,color="green",shape="box"];2376[label="vwx310",fontsize=16,color="green",shape="box"];2377 -> 2170[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2377[label="primMulInt vwx30 (Neg vwx410)",fontsize=16,color="magenta"];2377 -> 2590[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2377 -> 2591[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2378[label="Double vwx30 (Neg vwx310)",fontsize=16,color="green",shape="box"];2379[label="vwx310",fontsize=16,color="green",shape="box"];2380[label="vwx410",fontsize=16,color="green",shape="box"];2381[label="Double vwx30 (Neg vwx310)",fontsize=16,color="green",shape="box"];2383 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2383[label="vwx30 == vwx40",fontsize=16,color="magenta"];2383 -> 2592[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2383 -> 2593[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2382[label="compare2 vwx30 vwx40 vwx220",fontsize=16,color="burlywood",shape="triangle"];4691[label="vwx220/False",fontsize=10,color="white",style="solid",shape="box"];2382 -> 4691[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4691 -> 2594[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4692[label="vwx220/True",fontsize=10,color="white",style="solid",shape="box"];2382 -> 4692[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4692 -> 2595[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2385 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2385[label="vwx30 == vwx40",fontsize=16,color="magenta"];2385 -> 2596[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2385 -> 2597[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2384[label="compare2 vwx30 vwx40 vwx221",fontsize=16,color="burlywood",shape="triangle"];4693[label="vwx221/False",fontsize=10,color="white",style="solid",shape="box"];2384 -> 4693[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4693 -> 2598[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4694[label="vwx221/True",fontsize=10,color="white",style="solid",shape="box"];2384 -> 4694[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4694 -> 2599[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2387 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2387[label="vwx30 == vwx40",fontsize=16,color="magenta"];2387 -> 2600[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2387 -> 2601[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2386[label="compare2 vwx30 vwx40 vwx222",fontsize=16,color="burlywood",shape="triangle"];4695[label="vwx222/False",fontsize=10,color="white",style="solid",shape="box"];2386 -> 4695[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4695 -> 2602[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4696[label="vwx222/True",fontsize=10,color="white",style="solid",shape="box"];2386 -> 4696[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4696 -> 2603[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2389 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2389[label="vwx30 == vwx40",fontsize=16,color="magenta"];2389 -> 2604[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2389 -> 2605[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2388[label="compare2 vwx30 vwx40 vwx223",fontsize=16,color="burlywood",shape="triangle"];4697[label="vwx223/False",fontsize=10,color="white",style="solid",shape="box"];2388 -> 4697[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4697 -> 2606[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4698[label="vwx223/True",fontsize=10,color="white",style="solid",shape="box"];2388 -> 4698[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4698 -> 2607[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2391 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2391[label="vwx30 == vwx40",fontsize=16,color="magenta"];2391 -> 2608[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2391 -> 2609[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2390[label="compare2 vwx30 vwx40 vwx224",fontsize=16,color="burlywood",shape="triangle"];4699[label="vwx224/False",fontsize=10,color="white",style="solid",shape="box"];2390 -> 4699[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4699 -> 2610[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4700[label="vwx224/True",fontsize=10,color="white",style="solid",shape="box"];2390 -> 4700[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4700 -> 2611[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2393 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2393[label="vwx30 == vwx40",fontsize=16,color="magenta"];2393 -> 2612[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2393 -> 2613[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2392[label="compare2 vwx30 vwx40 vwx225",fontsize=16,color="burlywood",shape="triangle"];4701[label="vwx225/False",fontsize=10,color="white",style="solid",shape="box"];2392 -> 4701[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4701 -> 2614[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4702[label="vwx225/True",fontsize=10,color="white",style="solid",shape="box"];2392 -> 4702[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4702 -> 2615[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2394[label="vwx159",fontsize=16,color="green",shape="box"];2395[label="vwx158",fontsize=16,color="green",shape="box"];2396[label="vwx159",fontsize=16,color="green",shape="box"];2397[label="vwx158",fontsize=16,color="green",shape="box"];2398[label="vwx159",fontsize=16,color="green",shape="box"];2399[label="vwx158",fontsize=16,color="green",shape="box"];2400[label="vwx159",fontsize=16,color="green",shape="box"];2401[label="vwx158",fontsize=16,color="green",shape="box"];2402[label="vwx159",fontsize=16,color="green",shape="box"];2403[label="vwx158",fontsize=16,color="green",shape="box"];2404[label="vwx159",fontsize=16,color="green",shape="box"];2405[label="vwx158",fontsize=16,color="green",shape="box"];2406[label="vwx159",fontsize=16,color="green",shape="box"];2407[label="vwx158",fontsize=16,color="green",shape="box"];2408[label="vwx159",fontsize=16,color="green",shape="box"];2409[label="vwx158",fontsize=16,color="green",shape="box"];2410[label="vwx159",fontsize=16,color="green",shape="box"];2411[label="vwx158",fontsize=16,color="green",shape="box"];2412[label="vwx159",fontsize=16,color="green",shape="box"];2413[label="vwx158",fontsize=16,color="green",shape="box"];2414[label="vwx159",fontsize=16,color="green",shape="box"];2415[label="vwx158",fontsize=16,color="green",shape="box"];2416[label="vwx159",fontsize=16,color="green",shape="box"];2417[label="vwx158",fontsize=16,color="green",shape="box"];2418[label="vwx159",fontsize=16,color="green",shape="box"];2419[label="vwx158",fontsize=16,color="green",shape="box"];2420[label="vwx159",fontsize=16,color="green",shape="box"];2421[label="vwx158",fontsize=16,color="green",shape="box"];2422[label="vwx40 * vwx31",fontsize=16,color="black",shape="triangle"];2422 -> 2707[label="",style="solid", color="black", weight=3]; 15.88/5.92 2423[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];2423 -> 2708[label="",style="dashed", color="green", weight=3]; 15.88/5.92 2424 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2424[label="vwx40 * vwx31",fontsize=16,color="magenta"];2425[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];2425 -> 2709[label="",style="dashed", color="green", weight=3]; 15.88/5.92 2426 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2426[label="vwx40 * vwx31",fontsize=16,color="magenta"];2427[label="Neg (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];2427 -> 2710[label="",style="dashed", color="green", weight=3]; 15.88/5.92 2428 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2428[label="vwx40 * vwx31",fontsize=16,color="magenta"];2429[label="Pos (primMulNat vwx300 vwx410)",fontsize=16,color="green",shape="box"];2429 -> 2711[label="",style="dashed", color="green", weight=3]; 15.88/5.92 2430[label="Integer vwx400 * Integer vwx310",fontsize=16,color="black",shape="box"];2430 -> 2712[label="",style="solid", color="black", weight=3]; 15.88/5.92 2431[label="primMulInt (Pos vwx3000) vwx410",fontsize=16,color="burlywood",shape="box"];4703[label="vwx410/Pos vwx4100",fontsize=10,color="white",style="solid",shape="box"];2431 -> 4703[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4703 -> 2713[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4704[label="vwx410/Neg vwx4100",fontsize=10,color="white",style="solid",shape="box"];2431 -> 4704[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4704 -> 2714[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2432[label="primMulInt (Neg vwx3000) vwx410",fontsize=16,color="burlywood",shape="box"];4705[label="vwx410/Pos vwx4100",fontsize=10,color="white",style="solid",shape="box"];2432 -> 4705[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4705 -> 2715[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4706[label="vwx410/Neg vwx4100",fontsize=10,color="white",style="solid",shape="box"];2432 -> 4706[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4706 -> 2716[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2433[label="vwx310",fontsize=16,color="green",shape="box"];2434[label="vwx40",fontsize=16,color="green",shape="box"];2435[label="vwx30",fontsize=16,color="green",shape="box"];2436[label="vwx410",fontsize=16,color="green",shape="box"];2437[label="Float vwx30 (Pos vwx310)",fontsize=16,color="green",shape="box"];2438[label="vwx310",fontsize=16,color="green",shape="box"];2439[label="vwx40",fontsize=16,color="green",shape="box"];2440[label="vwx30",fontsize=16,color="green",shape="box"];2441[label="vwx410",fontsize=16,color="green",shape="box"];2442[label="Float vwx30 (Pos vwx310)",fontsize=16,color="green",shape="box"];2443[label="vwx310",fontsize=16,color="green",shape="box"];2444[label="vwx40",fontsize=16,color="green",shape="box"];2445[label="vwx30",fontsize=16,color="green",shape="box"];2446[label="vwx410",fontsize=16,color="green",shape="box"];2447[label="Float vwx30 (Neg vwx310)",fontsize=16,color="green",shape="box"];2448[label="vwx310",fontsize=16,color="green",shape="box"];2449[label="vwx40",fontsize=16,color="green",shape="box"];2450[label="vwx30",fontsize=16,color="green",shape="box"];2451[label="vwx410",fontsize=16,color="green",shape="box"];2452[label="Float vwx30 (Neg vwx310)",fontsize=16,color="green",shape="box"];2287 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2287[label="compare2 LT LT True == LT",fontsize=16,color="magenta"];2287 -> 2616[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2287 -> 2617[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2288 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2288[label="compare2 LT EQ False == LT",fontsize=16,color="magenta"];2288 -> 2618[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2288 -> 2619[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2289 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2289[label="compare2 LT GT False == LT",fontsize=16,color="magenta"];2289 -> 2620[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2289 -> 2621[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2290 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2290[label="compare2 EQ LT False == LT",fontsize=16,color="magenta"];2290 -> 2622[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2290 -> 2623[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2291 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2291[label="compare2 EQ EQ True == LT",fontsize=16,color="magenta"];2291 -> 2624[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2291 -> 2625[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2292 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2292[label="compare2 EQ GT False == LT",fontsize=16,color="magenta"];2292 -> 2626[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2292 -> 2627[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2293 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2293[label="compare2 GT LT False == LT",fontsize=16,color="magenta"];2293 -> 2628[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2293 -> 2629[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2294 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2294[label="compare2 GT EQ False == LT",fontsize=16,color="magenta"];2294 -> 2630[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2294 -> 2631[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2295 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2295[label="compare2 GT GT True == LT",fontsize=16,color="magenta"];2295 -> 2632[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2295 -> 2633[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2296 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2296[label="compare2 Nothing Nothing True == LT",fontsize=16,color="magenta"];2296 -> 2634[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2296 -> 2635[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2297 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2297[label="compare2 Nothing (Just vwx400) False == LT",fontsize=16,color="magenta"];2297 -> 2636[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2297 -> 2637[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2298 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2298[label="compare2 (Just vwx300) Nothing False == LT",fontsize=16,color="magenta"];2298 -> 2638[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2298 -> 2639[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2299 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2299[label="compare2 (Just vwx300) (Just vwx400) (vwx300 == vwx400) == LT",fontsize=16,color="magenta"];2299 -> 2640[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2299 -> 2641[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2300 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2300[label="compare2 False False True == LT",fontsize=16,color="magenta"];2300 -> 2642[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2300 -> 2643[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2301 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2301[label="compare2 False True False == LT",fontsize=16,color="magenta"];2301 -> 2644[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2301 -> 2645[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2302 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2302[label="compare2 True False False == LT",fontsize=16,color="magenta"];2302 -> 2646[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2302 -> 2647[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2303 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2303[label="compare2 True True True == LT",fontsize=16,color="magenta"];2303 -> 2648[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2303 -> 2649[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2304[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010)) == LT",fontsize=16,color="black",shape="box"];2304 -> 2650[label="",style="solid", color="black", weight=3]; 15.88/5.92 2305[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010)) == LT",fontsize=16,color="black",shape="box"];2305 -> 2651[label="",style="solid", color="black", weight=3]; 15.88/5.92 2306[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010)) == LT",fontsize=16,color="black",shape="box"];2306 -> 2652[label="",style="solid", color="black", weight=3]; 15.88/5.92 2307[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010)) == LT",fontsize=16,color="black",shape="box"];2307 -> 2653[label="",style="solid", color="black", weight=3]; 15.88/5.92 2308[label="vwx401",fontsize=16,color="green",shape="box"];2309[label="vwx301",fontsize=16,color="green",shape="box"];2310[label="vwx400",fontsize=16,color="green",shape="box"];2311[label="vwx300",fontsize=16,color="green",shape="box"];2312 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2312[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];2312 -> 2654[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2312 -> 2655[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2313 -> 1454[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2313[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];2313 -> 2656[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2313 -> 2657[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2314[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010)) == LT",fontsize=16,color="black",shape="box"];2314 -> 2658[label="",style="solid", color="black", weight=3]; 15.88/5.92 2315[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010)) == LT",fontsize=16,color="black",shape="box"];2315 -> 2659[label="",style="solid", color="black", weight=3]; 15.88/5.92 2316[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010)) == LT",fontsize=16,color="black",shape="box"];2316 -> 2660[label="",style="solid", color="black", weight=3]; 15.88/5.92 2317[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010)) == LT",fontsize=16,color="black",shape="box"];2317 -> 2661[label="",style="solid", color="black", weight=3]; 15.88/5.92 2318 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2318[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) (vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402) == LT",fontsize=16,color="magenta"];2318 -> 2662[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2318 -> 2663[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2319 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2319[label="primCmpNat (Succ vwx3000) vwx400 == LT",fontsize=16,color="magenta"];2319 -> 2664[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2319 -> 2665[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2320 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2320[label="GT == LT",fontsize=16,color="magenta"];2320 -> 2666[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2320 -> 2667[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2321[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000)) == LT",fontsize=16,color="black",shape="box"];2321 -> 2668[label="",style="solid", color="black", weight=3]; 15.88/5.92 2322[label="primCmpInt (Pos Zero) (Pos Zero) == LT",fontsize=16,color="black",shape="box"];2322 -> 2669[label="",style="solid", color="black", weight=3]; 15.88/5.92 2323[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000)) == LT",fontsize=16,color="black",shape="box"];2323 -> 2670[label="",style="solid", color="black", weight=3]; 15.88/5.92 2324[label="primCmpInt (Pos Zero) (Neg Zero) == LT",fontsize=16,color="black",shape="box"];2324 -> 2671[label="",style="solid", color="black", weight=3]; 15.88/5.92 2325 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2325[label="LT == LT",fontsize=16,color="magenta"];2325 -> 2672[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2325 -> 2673[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2326 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2326[label="primCmpNat vwx400 (Succ vwx3000) == LT",fontsize=16,color="magenta"];2326 -> 2674[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2326 -> 2675[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2327[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000)) == LT",fontsize=16,color="black",shape="box"];2327 -> 2676[label="",style="solid", color="black", weight=3]; 15.88/5.92 2328[label="primCmpInt (Neg Zero) (Pos Zero) == LT",fontsize=16,color="black",shape="box"];2328 -> 2677[label="",style="solid", color="black", weight=3]; 15.88/5.92 2329[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000)) == LT",fontsize=16,color="black",shape="box"];2329 -> 2678[label="",style="solid", color="black", weight=3]; 15.88/5.92 2330[label="primCmpInt (Neg Zero) (Neg Zero) == LT",fontsize=16,color="black",shape="box"];2330 -> 2679[label="",style="solid", color="black", weight=3]; 15.88/5.92 2331 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2331[label="primCmpNat vwx300 vwx400",fontsize=16,color="magenta"];2331 -> 2680[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2331 -> 2681[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2332[label="LT",fontsize=16,color="green",shape="box"];2333[label="vwx400",fontsize=16,color="green",shape="box"];2334[label="vwx300",fontsize=16,color="green",shape="box"];2335 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2335[label="compare2 (vwx300,vwx301) (vwx400,vwx401) (vwx300 == vwx400 && vwx301 == vwx401) == LT",fontsize=16,color="magenta"];2335 -> 2682[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2335 -> 2683[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2336 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2336[label="compare2 (Left vwx300) (Left vwx400) (vwx300 == vwx400) == LT",fontsize=16,color="magenta"];2336 -> 2684[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2336 -> 2685[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2337 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2337[label="compare2 (Left vwx300) (Right vwx400) False == LT",fontsize=16,color="magenta"];2337 -> 2686[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2337 -> 2687[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2338 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2338[label="compare2 (Right vwx300) (Left vwx400) False == LT",fontsize=16,color="magenta"];2338 -> 2688[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2338 -> 2689[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2339 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2339[label="compare2 (Right vwx300) (Right vwx400) (vwx300 == vwx400) == LT",fontsize=16,color="magenta"];2339 -> 2690[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2339 -> 2691[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2340[label="primEqInt (Pos (Succ vwx2000)) vwx23",fontsize=16,color="burlywood",shape="box"];4707[label="vwx23/Pos vwx230",fontsize=10,color="white",style="solid",shape="box"];2340 -> 4707[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4707 -> 2692[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4708[label="vwx23/Neg vwx230",fontsize=10,color="white",style="solid",shape="box"];2340 -> 4708[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4708 -> 2693[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2341[label="primEqInt (Pos Zero) vwx23",fontsize=16,color="burlywood",shape="box"];4709[label="vwx23/Pos vwx230",fontsize=10,color="white",style="solid",shape="box"];2341 -> 4709[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4709 -> 2694[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4710[label="vwx23/Neg vwx230",fontsize=10,color="white",style="solid",shape="box"];2341 -> 4710[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4710 -> 2695[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2342[label="primEqInt (Neg (Succ vwx2000)) vwx23",fontsize=16,color="burlywood",shape="box"];4711[label="vwx23/Pos vwx230",fontsize=10,color="white",style="solid",shape="box"];2342 -> 4711[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4711 -> 2696[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4712[label="vwx23/Neg vwx230",fontsize=10,color="white",style="solid",shape="box"];2342 -> 4712[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4712 -> 2697[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2343[label="primEqInt (Neg Zero) vwx23",fontsize=16,color="burlywood",shape="box"];4713[label="vwx23/Pos vwx230",fontsize=10,color="white",style="solid",shape="box"];2343 -> 4713[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4713 -> 2698[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4714[label="vwx23/Neg vwx230",fontsize=10,color="white",style="solid",shape="box"];2343 -> 4714[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4714 -> 2699[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2344[label="True",fontsize=16,color="green",shape="box"];2345[label="False",fontsize=16,color="green",shape="box"];2346[label="False",fontsize=16,color="green",shape="box"];2347[label="True",fontsize=16,color="green",shape="box"];2348[label="primEqChar (Char vwx200) (Char vwx230)",fontsize=16,color="black",shape="box"];2348 -> 2700[label="",style="solid", color="black", weight=3]; 15.88/5.92 2453 -> 1365[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2453[label="vwx1091 == vwx1101 && vwx1092 == vwx1102",fontsize=16,color="magenta"];2453 -> 2717[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2453 -> 2718[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2454[label="vwx1090 == vwx1100",fontsize=16,color="blue",shape="box"];4715[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4715[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4715 -> 2719[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4716[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4716[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4716 -> 2720[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4717[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4717[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4717 -> 2721[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4718[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4718[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4718 -> 2722[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4719[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4719[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4719 -> 2723[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4720[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4720[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4720 -> 2724[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4721[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4721[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4721 -> 2725[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4722[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4722[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4722 -> 2726[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4723[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4723[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4723 -> 2727[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4724[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4724[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4724 -> 2728[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4725[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4725[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4725 -> 2729[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4726[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4726[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4726 -> 2730[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4727[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4727[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4727 -> 2731[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4728[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 4728[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4728 -> 2732[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2349[label="primEqFloat (Float vwx200 vwx201) (Float vwx230 vwx231)",fontsize=16,color="black",shape="box"];2349 -> 2701[label="",style="solid", color="black", weight=3]; 15.88/5.92 2455[label="vwx1091 == vwx1101",fontsize=16,color="blue",shape="box"];4729[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4729[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4729 -> 2733[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4730[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4730[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4730 -> 2734[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4731[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4731[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4731 -> 2735[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4732[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4732[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4732 -> 2736[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4733[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4733[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4733 -> 2737[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4734[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4734[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4734 -> 2738[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4735[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4735[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4735 -> 2739[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4736[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4736[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4736 -> 2740[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4737[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4737[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4737 -> 2741[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4738[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4738[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4738 -> 2742[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4739[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4739[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4739 -> 2743[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4740[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4740[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4740 -> 2744[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4741[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4741[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4741 -> 2745[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4742[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2455 -> 4742[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4742 -> 2746[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2456[label="vwx1090 == vwx1100",fontsize=16,color="blue",shape="box"];4743[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4743[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4743 -> 2747[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4744[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4744[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4744 -> 2748[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4745[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4745[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4745 -> 2749[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4746[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4746[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4746 -> 2750[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4747[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4747[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4747 -> 2751[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4748[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4748[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4748 -> 2752[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4749[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4749[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4749 -> 2753[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4750[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4750[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4750 -> 2754[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4751[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4751[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4751 -> 2755[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4752[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4752[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4752 -> 2756[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4753[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4753[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4753 -> 2757[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4754[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4754[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4754 -> 2758[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4755[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4755[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4755 -> 2759[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4756[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2456 -> 4756[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4756 -> 2760[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2350 -> 1365[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2350[label="vwx200 == vwx230 && vwx201 == vwx231",fontsize=16,color="magenta"];2350 -> 2702[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2350 -> 2703[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2351 -> 831[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2351[label="primEqInt vwx200 vwx230",fontsize=16,color="magenta"];2351 -> 2704[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2351 -> 2705[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2457 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2457[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2457 -> 2761[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2457 -> 2762[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2458 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2458[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2458 -> 2763[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2458 -> 2764[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2459 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2459[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2459 -> 2765[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2459 -> 2766[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2460 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2460[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2460 -> 2767[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2460 -> 2768[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2461 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2461[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2461 -> 2769[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2461 -> 2770[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2462 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2462[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2462 -> 2771[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2462 -> 2772[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2463 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2463[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2463 -> 2773[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2463 -> 2774[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2464 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2464[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2464 -> 2775[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2464 -> 2776[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2465 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2465[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2465 -> 2777[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2465 -> 2778[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2466 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2466[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2466 -> 2779[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2466 -> 2780[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2467 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2467[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2467 -> 2781[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2467 -> 2782[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2468 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2468[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2468 -> 2783[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2468 -> 2784[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2469 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2469[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2469 -> 2785[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2469 -> 2786[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2470 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2470[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2470 -> 2787[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2470 -> 2788[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2471 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2471[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2471 -> 2789[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2471 -> 2790[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2472 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2472[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2472 -> 2791[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2472 -> 2792[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2473 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2473[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2473 -> 2793[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2473 -> 2794[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2474 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2474[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2474 -> 2795[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2474 -> 2796[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2475 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2475[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2475 -> 2797[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2475 -> 2798[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2476 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2476[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2476 -> 2799[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2476 -> 2800[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2477 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2477[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2477 -> 2801[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2477 -> 2802[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2478 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2478[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2478 -> 2803[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2478 -> 2804[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2479 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2479[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2479 -> 2805[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2479 -> 2806[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2480 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2480[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2480 -> 2807[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2480 -> 2808[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2481 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2481[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2481 -> 2809[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2481 -> 2810[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2482 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2482[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2482 -> 2811[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2482 -> 2812[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2483 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2483[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2483 -> 2813[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2483 -> 2814[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2484 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2484[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2484 -> 2815[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2484 -> 2816[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2485 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2485[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2485 -> 2817[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2485 -> 2818[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2486 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2486[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2486 -> 2819[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2486 -> 2820[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2487 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2487[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2487 -> 2821[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2487 -> 2822[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2488 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2488[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2488 -> 2823[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2488 -> 2824[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2489 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2489[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2489 -> 2825[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2489 -> 2826[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2490 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2490[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2490 -> 2827[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2490 -> 2828[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2491 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2491[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2491 -> 2829[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2491 -> 2830[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2492 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2492[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2492 -> 2831[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2492 -> 2832[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2493 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2493[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2493 -> 2833[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2493 -> 2834[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2494 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2494[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2494 -> 2835[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2494 -> 2836[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2495 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2495[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2495 -> 2837[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2495 -> 2838[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2496 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2496[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2496 -> 2839[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2496 -> 2840[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2497 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2497[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2497 -> 2841[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2497 -> 2842[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2498 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2498[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2498 -> 2843[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2498 -> 2844[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2499 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2499[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2499 -> 2845[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2499 -> 2846[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2500[label="vwx1090 == vwx1100",fontsize=16,color="blue",shape="box"];4757[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4757[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4757 -> 2847[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4758[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4758[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4758 -> 2848[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4759[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4759[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4759 -> 2849[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4760[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4760[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4760 -> 2850[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4761[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4761[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4761 -> 2851[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4762[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4762[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4762 -> 2852[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4763[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4763[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4763 -> 2853[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4764[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4764[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4764 -> 2854[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4765[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4765[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4765 -> 2855[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4766[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4766[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4766 -> 2856[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4767[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4767[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4767 -> 2857[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4768[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4768[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4768 -> 2858[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4769[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4769[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4769 -> 2859[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4770[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2500 -> 4770[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4770 -> 2860[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2352[label="True",fontsize=16,color="green",shape="box"];2353[label="primEqDouble (Double vwx200 vwx201) (Double vwx230 vwx231)",fontsize=16,color="black",shape="box"];2353 -> 2706[label="",style="solid", color="black", weight=3]; 15.88/5.92 2501[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];4771[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2501 -> 4771[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4771 -> 2861[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4772[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2501 -> 4772[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4772 -> 2862[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2502[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];4773[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2502 -> 4773[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4773 -> 2863[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4774[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2502 -> 4774[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4774 -> 2864[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2503[label="max0 (Pos (Succ vwx300)) (Pos (Succ vwx400)) True",fontsize=16,color="black",shape="box"];2503 -> 2865[label="",style="solid", color="black", weight=3]; 15.88/5.92 2504[label="max0 (Pos (Succ vwx300)) (Pos Zero) True",fontsize=16,color="black",shape="box"];2504 -> 2866[label="",style="solid", color="black", weight=3]; 15.88/5.92 2505[label="max0 (Pos Zero) (Pos (Succ vwx400)) True",fontsize=16,color="black",shape="box"];2505 -> 2867[label="",style="solid", color="black", weight=3]; 15.88/5.92 2506[label="max0 (Pos Zero) (Pos Zero) True",fontsize=16,color="black",shape="box"];2506 -> 2868[label="",style="solid", color="black", weight=3]; 15.88/5.92 2507[label="max0 (Pos Zero) (Neg (Succ vwx400)) True",fontsize=16,color="black",shape="box"];2507 -> 2869[label="",style="solid", color="black", weight=3]; 15.88/5.92 2508[label="max0 (Pos Zero) (Neg Zero) True",fontsize=16,color="black",shape="box"];2508 -> 2870[label="",style="solid", color="black", weight=3]; 15.88/5.92 2509[label="vwx400",fontsize=16,color="green",shape="box"];2510[label="vwx300",fontsize=16,color="green",shape="box"];2511[label="max0 (Neg (Succ vwx300)) (Neg (Succ vwx400)) True",fontsize=16,color="black",shape="box"];2511 -> 2871[label="",style="solid", color="black", weight=3]; 15.88/5.92 2512[label="max0 (Neg (Succ vwx300)) (Neg Zero) True",fontsize=16,color="black",shape="box"];2512 -> 2872[label="",style="solid", color="black", weight=3]; 15.88/5.92 2513[label="max0 (Neg Zero) (Pos (Succ vwx400)) True",fontsize=16,color="black",shape="box"];2513 -> 2873[label="",style="solid", color="black", weight=3]; 15.88/5.92 2514[label="max0 (Neg Zero) (Pos Zero) True",fontsize=16,color="black",shape="box"];2514 -> 2874[label="",style="solid", color="black", weight=3]; 15.88/5.92 2515[label="max0 (Neg Zero) (Neg (Succ vwx400)) True",fontsize=16,color="black",shape="box"];2515 -> 2875[label="",style="solid", color="black", weight=3]; 15.88/5.92 2516[label="max0 (Neg Zero) (Neg Zero) True",fontsize=16,color="black",shape="box"];2516 -> 2876[label="",style="solid", color="black", weight=3]; 15.88/5.92 2517[label="vwx300",fontsize=16,color="green",shape="box"];2518[label="vwx400",fontsize=16,color="green",shape="box"];2519[label="max0 (Char (Succ vwx300)) (Char (Succ vwx400)) True",fontsize=16,color="black",shape="box"];2519 -> 2877[label="",style="solid", color="black", weight=3]; 15.88/5.92 2520[label="max0 (Char (Succ vwx300)) (Char Zero) True",fontsize=16,color="black",shape="box"];2520 -> 2878[label="",style="solid", color="black", weight=3]; 15.88/5.92 2521[label="max0 (Char Zero) (Char (Succ vwx400)) True",fontsize=16,color="black",shape="box"];2521 -> 2879[label="",style="solid", color="black", weight=3]; 15.88/5.92 2522[label="max0 (Char Zero) (Char Zero) True",fontsize=16,color="black",shape="box"];2522 -> 2880[label="",style="solid", color="black", weight=3]; 15.88/5.92 2523[label="Succ vwx3000",fontsize=16,color="green",shape="box"];2524[label="vwx400",fontsize=16,color="green",shape="box"];2525[label="max0 (Integer (Pos (Succ vwx3000))) (Integer (Pos vwx400)) True",fontsize=16,color="black",shape="box"];2525 -> 2881[label="",style="solid", color="black", weight=3]; 15.88/5.92 2526[label="max0 (Integer (Pos (Succ vwx3000))) (Integer (Neg vwx400)) True",fontsize=16,color="black",shape="box"];2526 -> 2882[label="",style="solid", color="black", weight=3]; 15.88/5.92 2527 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2527[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];2527 -> 2883[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2527 -> 2884[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2528[label="GT",fontsize=16,color="green",shape="box"];2529[label="max0 (Integer (Pos Zero)) (Integer (Pos (Succ vwx4000))) otherwise",fontsize=16,color="black",shape="box"];2529 -> 2885[label="",style="solid", color="black", weight=3]; 15.88/5.92 2530[label="Integer (Pos (Succ vwx4000))",fontsize=16,color="green",shape="box"];2531[label="EQ",fontsize=16,color="green",shape="box"];2532[label="GT",fontsize=16,color="green",shape="box"];2533[label="max0 (Integer (Pos Zero)) (Integer (Pos Zero)) otherwise",fontsize=16,color="black",shape="box"];2533 -> 2886[label="",style="solid", color="black", weight=3]; 15.88/5.92 2534[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];2535[label="GT",fontsize=16,color="green",shape="box"];2536[label="GT",fontsize=16,color="green",shape="box"];2537[label="max0 (Integer (Pos Zero)) (Integer (Neg (Succ vwx4000))) otherwise",fontsize=16,color="black",shape="box"];2537 -> 2887[label="",style="solid", color="black", weight=3]; 15.88/5.92 2538[label="Integer (Neg (Succ vwx4000))",fontsize=16,color="green",shape="box"];2539[label="EQ",fontsize=16,color="green",shape="box"];2540[label="GT",fontsize=16,color="green",shape="box"];2541[label="max0 (Integer (Pos Zero)) (Integer (Neg Zero)) otherwise",fontsize=16,color="black",shape="box"];2541 -> 2888[label="",style="solid", color="black", weight=3]; 15.88/5.92 2542[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];2543[label="max0 (Integer (Neg (Succ vwx3000))) (Integer (Pos vwx400)) True",fontsize=16,color="black",shape="box"];2543 -> 2889[label="",style="solid", color="black", weight=3]; 15.88/5.92 2544[label="vwx400",fontsize=16,color="green",shape="box"];2545[label="Succ vwx3000",fontsize=16,color="green",shape="box"];2546[label="max0 (Integer (Neg (Succ vwx3000))) (Integer (Neg vwx400)) True",fontsize=16,color="black",shape="box"];2546 -> 2890[label="",style="solid", color="black", weight=3]; 15.88/5.92 2547[label="LT",fontsize=16,color="green",shape="box"];2548[label="GT",fontsize=16,color="green",shape="box"];2549[label="max0 (Integer (Neg Zero)) (Integer (Pos (Succ vwx4000))) otherwise",fontsize=16,color="black",shape="box"];2549 -> 2891[label="",style="solid", color="black", weight=3]; 15.88/5.92 2550[label="Integer (Pos (Succ vwx4000))",fontsize=16,color="green",shape="box"];2551[label="EQ",fontsize=16,color="green",shape="box"];2552[label="GT",fontsize=16,color="green",shape="box"];2553[label="max0 (Integer (Neg Zero)) (Integer (Pos Zero)) otherwise",fontsize=16,color="black",shape="box"];2553 -> 2892[label="",style="solid", color="black", weight=3]; 15.88/5.92 2554[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];2555 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2555[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];2555 -> 2893[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2555 -> 2894[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2556[label="GT",fontsize=16,color="green",shape="box"];2557[label="max0 (Integer (Neg Zero)) (Integer (Neg (Succ vwx4000))) otherwise",fontsize=16,color="black",shape="box"];2557 -> 2895[label="",style="solid", color="black", weight=3]; 15.88/5.92 2558[label="Integer (Neg (Succ vwx4000))",fontsize=16,color="green",shape="box"];2559[label="EQ",fontsize=16,color="green",shape="box"];2560[label="GT",fontsize=16,color="green",shape="box"];2561[label="max0 (Integer (Neg Zero)) (Integer (Neg Zero)) otherwise",fontsize=16,color="black",shape="box"];2561 -> 2896[label="",style="solid", color="black", weight=3]; 15.88/5.92 2562[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];2563[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];4775[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2563 -> 4775[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4775 -> 2897[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4776[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2563 -> 4776[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4776 -> 2898[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2564[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];4777[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2564 -> 4777[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4777 -> 2899[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4778[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2564 -> 4778[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4778 -> 2900[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2565[label="vwx401",fontsize=16,color="green",shape="box"];2566[label="vwx301",fontsize=16,color="green",shape="box"];2567[label="vwx400",fontsize=16,color="green",shape="box"];2568[label="vwx300",fontsize=16,color="green",shape="box"];2569 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2569[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];2569 -> 2901[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2569 -> 2902[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2570 -> 1454[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2570[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];2570 -> 2903[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2570 -> 2904[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2571[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];4779[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2571 -> 4779[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4779 -> 2905[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4780[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2571 -> 4780[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4780 -> 2906[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2572[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];4781[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4781[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4781 -> 2907[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4782[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];2572 -> 4782[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4782 -> 2908[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2573[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];2573 -> 2909[label="",style="solid", color="black", weight=3]; 15.88/5.92 2574[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];2574 -> 2910[label="",style="solid", color="black", weight=3]; 15.88/5.92 2575[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];4783[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2575 -> 4783[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4783 -> 2911[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4784[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2575 -> 4784[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4784 -> 2912[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2576[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];4785[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2576 -> 4785[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4785 -> 2913[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4786[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2576 -> 4786[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4786 -> 2914[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2577[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];2577 -> 2915[label="",style="solid", color="black", weight=3]; 15.88/5.92 2578[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];2578 -> 2916[label="",style="solid", color="black", weight=3]; 15.88/5.92 2579[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];4787[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2579 -> 4787[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4787 -> 2917[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4788[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2579 -> 4788[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4788 -> 2918[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2580[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];4789[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];2580 -> 4789[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4789 -> 2919[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4790[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];2580 -> 4790[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4790 -> 2920[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2581 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2581[label="primCmpNat vwx300 vwx400",fontsize=16,color="magenta"];2581 -> 2921[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2581 -> 2922[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2582[label="vwx400",fontsize=16,color="green",shape="box"];2583[label="vwx300",fontsize=16,color="green",shape="box"];2584[label="Pos vwx310",fontsize=16,color="green",shape="box"];2585[label="vwx40",fontsize=16,color="green",shape="box"];2586[label="vwx30",fontsize=16,color="green",shape="box"];2587[label="Pos vwx410",fontsize=16,color="green",shape="box"];2588[label="Neg vwx310",fontsize=16,color="green",shape="box"];2589[label="vwx40",fontsize=16,color="green",shape="box"];2590[label="vwx30",fontsize=16,color="green",shape="box"];2591[label="Neg vwx410",fontsize=16,color="green",shape="box"];2592[label="vwx30",fontsize=16,color="green",shape="box"];2593[label="vwx40",fontsize=16,color="green",shape="box"];2594[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2594 -> 2923[label="",style="solid", color="black", weight=3]; 15.88/5.92 2595[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2595 -> 2924[label="",style="solid", color="black", weight=3]; 15.88/5.92 2596[label="vwx40",fontsize=16,color="green",shape="box"];2597[label="vwx30",fontsize=16,color="green",shape="box"];2598[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2598 -> 2925[label="",style="solid", color="black", weight=3]; 15.88/5.92 2599[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2599 -> 2926[label="",style="solid", color="black", weight=3]; 15.88/5.92 2600[label="vwx30",fontsize=16,color="green",shape="box"];2601[label="vwx40",fontsize=16,color="green",shape="box"];2602[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2602 -> 2927[label="",style="solid", color="black", weight=3]; 15.88/5.92 2603[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2603 -> 2928[label="",style="solid", color="black", weight=3]; 15.88/5.92 2604[label="vwx40",fontsize=16,color="green",shape="box"];2605[label="vwx30",fontsize=16,color="green",shape="box"];2606[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2606 -> 2929[label="",style="solid", color="black", weight=3]; 15.88/5.92 2607[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2607 -> 2930[label="",style="solid", color="black", weight=3]; 15.88/5.92 2608[label="vwx40",fontsize=16,color="green",shape="box"];2609[label="vwx30",fontsize=16,color="green",shape="box"];2610[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2610 -> 2931[label="",style="solid", color="black", weight=3]; 15.88/5.92 2611[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2611 -> 2932[label="",style="solid", color="black", weight=3]; 15.88/5.92 2612[label="vwx40",fontsize=16,color="green",shape="box"];2613[label="vwx30",fontsize=16,color="green",shape="box"];2614[label="compare2 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];2614 -> 2933[label="",style="solid", color="black", weight=3]; 15.88/5.92 2615[label="compare2 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];2615 -> 2934[label="",style="solid", color="black", weight=3]; 15.88/5.92 2707 -> 2170[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2707[label="primMulInt vwx40 vwx31",fontsize=16,color="magenta"];2707 -> 3072[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2707 -> 3073[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2708[label="primMulNat vwx300 vwx410",fontsize=16,color="burlywood",shape="triangle"];4791[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];2708 -> 4791[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4791 -> 3074[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4792[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];2708 -> 4792[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4792 -> 3075[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2709 -> 2708[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2709[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];2709 -> 3076[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2710 -> 2708[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2710[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];2710 -> 3077[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2711 -> 2708[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2711[label="primMulNat vwx300 vwx410",fontsize=16,color="magenta"];2711 -> 3078[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2711 -> 3079[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2712[label="Integer (primMulInt vwx400 vwx310)",fontsize=16,color="green",shape="box"];2712 -> 3080[label="",style="dashed", color="green", weight=3]; 15.88/5.92 2713[label="primMulInt (Pos vwx3000) (Pos vwx4100)",fontsize=16,color="black",shape="box"];2713 -> 3081[label="",style="solid", color="black", weight=3]; 15.88/5.92 2714[label="primMulInt (Pos vwx3000) (Neg vwx4100)",fontsize=16,color="black",shape="box"];2714 -> 3082[label="",style="solid", color="black", weight=3]; 15.88/5.92 2715[label="primMulInt (Neg vwx3000) (Pos vwx4100)",fontsize=16,color="black",shape="box"];2715 -> 3083[label="",style="solid", color="black", weight=3]; 15.88/5.92 2716[label="primMulInt (Neg vwx3000) (Neg vwx4100)",fontsize=16,color="black",shape="box"];2716 -> 3084[label="",style="solid", color="black", weight=3]; 15.88/5.92 2616 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2616[label="compare2 LT LT True",fontsize=16,color="magenta"];2616 -> 2935[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2616 -> 2936[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2616 -> 2937[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2617[label="LT",fontsize=16,color="green",shape="box"];2618 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2618[label="compare2 LT EQ False",fontsize=16,color="magenta"];2618 -> 2938[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2618 -> 2939[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2618 -> 2940[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2619[label="LT",fontsize=16,color="green",shape="box"];2620 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2620[label="compare2 LT GT False",fontsize=16,color="magenta"];2620 -> 2941[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2620 -> 2942[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2620 -> 2943[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2621[label="LT",fontsize=16,color="green",shape="box"];2622 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2622[label="compare2 EQ LT False",fontsize=16,color="magenta"];2622 -> 2944[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2622 -> 2945[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2622 -> 2946[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2623[label="LT",fontsize=16,color="green",shape="box"];2624 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2624[label="compare2 EQ EQ True",fontsize=16,color="magenta"];2624 -> 2947[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2624 -> 2948[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2624 -> 2949[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2625[label="LT",fontsize=16,color="green",shape="box"];2626 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2626[label="compare2 EQ GT False",fontsize=16,color="magenta"];2626 -> 2950[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2626 -> 2951[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2626 -> 2952[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2627[label="LT",fontsize=16,color="green",shape="box"];2628 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2628[label="compare2 GT LT False",fontsize=16,color="magenta"];2628 -> 2953[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2628 -> 2954[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2628 -> 2955[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2629[label="LT",fontsize=16,color="green",shape="box"];2630 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2630[label="compare2 GT EQ False",fontsize=16,color="magenta"];2630 -> 2956[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2630 -> 2957[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2630 -> 2958[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2631[label="LT",fontsize=16,color="green",shape="box"];2632 -> 2382[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2632[label="compare2 GT GT True",fontsize=16,color="magenta"];2632 -> 2959[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2632 -> 2960[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2632 -> 2961[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2633[label="LT",fontsize=16,color="green",shape="box"];2634 -> 2384[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2634[label="compare2 Nothing Nothing True",fontsize=16,color="magenta"];2634 -> 2962[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2634 -> 2963[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2634 -> 2964[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2635[label="LT",fontsize=16,color="green",shape="box"];2636 -> 2384[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2636[label="compare2 Nothing (Just vwx400) False",fontsize=16,color="magenta"];2636 -> 2965[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2636 -> 2966[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2636 -> 2967[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2637[label="LT",fontsize=16,color="green",shape="box"];2638 -> 2384[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2638[label="compare2 (Just vwx300) Nothing False",fontsize=16,color="magenta"];2638 -> 2968[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2638 -> 2969[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2638 -> 2970[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2639[label="LT",fontsize=16,color="green",shape="box"];2640 -> 2384[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2640[label="compare2 (Just vwx300) (Just vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];2640 -> 2971[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2640 -> 2972[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2640 -> 2973[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2641[label="LT",fontsize=16,color="green",shape="box"];2642 -> 2386[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2642[label="compare2 False False True",fontsize=16,color="magenta"];2642 -> 2974[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2642 -> 2975[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2642 -> 2976[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2643[label="LT",fontsize=16,color="green",shape="box"];2644 -> 2386[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2644[label="compare2 False True False",fontsize=16,color="magenta"];2644 -> 2977[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2644 -> 2978[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2644 -> 2979[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2645[label="LT",fontsize=16,color="green",shape="box"];2646 -> 2386[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2646[label="compare2 True False False",fontsize=16,color="magenta"];2646 -> 2980[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2646 -> 2981[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2646 -> 2982[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2647[label="LT",fontsize=16,color="green",shape="box"];2648 -> 2386[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2648[label="compare2 True True True",fontsize=16,color="magenta"];2648 -> 2983[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2648 -> 2984[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2648 -> 2985[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2649[label="LT",fontsize=16,color="green",shape="box"];2650 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2650[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400) == LT",fontsize=16,color="magenta"];2650 -> 2986[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2650 -> 2987[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2651 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2651[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400) == LT",fontsize=16,color="magenta"];2651 -> 2988[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2651 -> 2989[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2652 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2652[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400) == LT",fontsize=16,color="magenta"];2652 -> 2990[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2652 -> 2991[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2653 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2653[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400) == LT",fontsize=16,color="magenta"];2653 -> 2992[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2653 -> 2993[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2654 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2654[label="vwx400 * vwx301",fontsize=16,color="magenta"];2654 -> 2994[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2654 -> 2995[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2655 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2655[label="vwx300 * vwx401",fontsize=16,color="magenta"];2655 -> 2996[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2655 -> 2997[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2656 -> 1825[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2656[label="vwx400 * vwx301",fontsize=16,color="magenta"];2656 -> 2998[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2656 -> 2999[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2657 -> 1825[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2657[label="vwx300 * vwx401",fontsize=16,color="magenta"];2657 -> 3000[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2657 -> 3001[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2658 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2658[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400) == LT",fontsize=16,color="magenta"];2658 -> 3002[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2658 -> 3003[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2659 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2659[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400) == LT",fontsize=16,color="magenta"];2659 -> 3004[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2659 -> 3005[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2660 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2660[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400) == LT",fontsize=16,color="magenta"];2660 -> 3006[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2660 -> 3007[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2661 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2661[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400) == LT",fontsize=16,color="magenta"];2661 -> 3008[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2661 -> 3009[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2662 -> 2388[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2662[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) (vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402)",fontsize=16,color="magenta"];2662 -> 3010[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2662 -> 3011[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2662 -> 3012[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2663[label="LT",fontsize=16,color="green",shape="box"];2664 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2664[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];2664 -> 3013[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2664 -> 3014[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2665[label="LT",fontsize=16,color="green",shape="box"];2666[label="GT",fontsize=16,color="green",shape="box"];2667[label="LT",fontsize=16,color="green",shape="box"];2668 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2668[label="primCmpNat Zero (Succ vwx4000) == LT",fontsize=16,color="magenta"];2668 -> 3015[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2668 -> 3016[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2669 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2669[label="EQ == LT",fontsize=16,color="magenta"];2669 -> 3017[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2669 -> 3018[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2670 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2670[label="GT == LT",fontsize=16,color="magenta"];2670 -> 3019[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2670 -> 3020[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2671 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2671[label="EQ == LT",fontsize=16,color="magenta"];2671 -> 3021[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2671 -> 3022[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2672[label="LT",fontsize=16,color="green",shape="box"];2673[label="LT",fontsize=16,color="green",shape="box"];2674 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2674[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];2674 -> 3023[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2674 -> 3024[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2675[label="LT",fontsize=16,color="green",shape="box"];2676 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2676[label="LT == LT",fontsize=16,color="magenta"];2676 -> 3025[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2676 -> 3026[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2677 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2677[label="EQ == LT",fontsize=16,color="magenta"];2677 -> 3027[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2677 -> 3028[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2678 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2678[label="primCmpNat (Succ vwx4000) Zero == LT",fontsize=16,color="magenta"];2678 -> 3029[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2678 -> 3030[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2679 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2679[label="EQ == LT",fontsize=16,color="magenta"];2679 -> 3031[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2679 -> 3032[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2680[label="vwx300",fontsize=16,color="green",shape="box"];2681[label="vwx400",fontsize=16,color="green",shape="box"];2682 -> 2390[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2682[label="compare2 (vwx300,vwx301) (vwx400,vwx401) (vwx300 == vwx400 && vwx301 == vwx401)",fontsize=16,color="magenta"];2682 -> 3033[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2682 -> 3034[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2682 -> 3035[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2683[label="LT",fontsize=16,color="green",shape="box"];2684 -> 2392[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2684[label="compare2 (Left vwx300) (Left vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];2684 -> 3036[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2684 -> 3037[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2684 -> 3038[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2685[label="LT",fontsize=16,color="green",shape="box"];2686 -> 2392[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2686[label="compare2 (Left vwx300) (Right vwx400) False",fontsize=16,color="magenta"];2686 -> 3039[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2686 -> 3040[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2686 -> 3041[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2687[label="LT",fontsize=16,color="green",shape="box"];2688 -> 2392[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2688[label="compare2 (Right vwx300) (Left vwx400) False",fontsize=16,color="magenta"];2688 -> 3042[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2688 -> 3043[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2688 -> 3044[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2689[label="LT",fontsize=16,color="green",shape="box"];2690 -> 2392[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2690[label="compare2 (Right vwx300) (Right vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];2690 -> 3045[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2690 -> 3046[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2690 -> 3047[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2691[label="LT",fontsize=16,color="green",shape="box"];2692[label="primEqInt (Pos (Succ vwx2000)) (Pos vwx230)",fontsize=16,color="burlywood",shape="box"];4793[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];2692 -> 4793[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4793 -> 3048[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4794[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];2692 -> 4794[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4794 -> 3049[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2693[label="primEqInt (Pos (Succ vwx2000)) (Neg vwx230)",fontsize=16,color="black",shape="box"];2693 -> 3050[label="",style="solid", color="black", weight=3]; 15.88/5.92 2694[label="primEqInt (Pos Zero) (Pos vwx230)",fontsize=16,color="burlywood",shape="box"];4795[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];2694 -> 4795[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4795 -> 3051[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4796[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];2694 -> 4796[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4796 -> 3052[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2695[label="primEqInt (Pos Zero) (Neg vwx230)",fontsize=16,color="burlywood",shape="box"];4797[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];2695 -> 4797[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4797 -> 3053[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4798[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];2695 -> 4798[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4798 -> 3054[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2696[label="primEqInt (Neg (Succ vwx2000)) (Pos vwx230)",fontsize=16,color="black",shape="box"];2696 -> 3055[label="",style="solid", color="black", weight=3]; 15.88/5.92 2697[label="primEqInt (Neg (Succ vwx2000)) (Neg vwx230)",fontsize=16,color="burlywood",shape="box"];4799[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];2697 -> 4799[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4799 -> 3056[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4800[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];2697 -> 4800[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4800 -> 3057[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2698[label="primEqInt (Neg Zero) (Pos vwx230)",fontsize=16,color="burlywood",shape="box"];4801[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];2698 -> 4801[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4801 -> 3058[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4802[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];2698 -> 4802[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4802 -> 3059[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2699[label="primEqInt (Neg Zero) (Neg vwx230)",fontsize=16,color="burlywood",shape="box"];4803[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];2699 -> 4803[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4803 -> 3060[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4804[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];2699 -> 4804[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4804 -> 3061[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2700[label="primEqNat vwx200 vwx230",fontsize=16,color="burlywood",shape="triangle"];4805[label="vwx200/Succ vwx2000",fontsize=10,color="white",style="solid",shape="box"];2700 -> 4805[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4805 -> 3062[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 4806[label="vwx200/Zero",fontsize=10,color="white",style="solid",shape="box"];2700 -> 4806[label="",style="solid", color="burlywood", weight=9]; 15.88/5.92 4806 -> 3063[label="",style="solid", color="burlywood", weight=3]; 15.88/5.92 2717[label="vwx1092 == vwx1102",fontsize=16,color="blue",shape="box"];4807[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4807[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4807 -> 3085[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4808[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4808[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4808 -> 3086[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4809[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4809[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4809 -> 3087[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4810[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4810[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4810 -> 3088[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4811[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4811[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4811 -> 3089[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4812[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4812[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4812 -> 3090[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4813[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4813[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4813 -> 3091[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4814[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4814[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4814 -> 3092[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4815[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4815[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4815 -> 3093[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4816[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4816[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4816 -> 3094[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4817[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4817[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4817 -> 3095[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4818[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4818[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4818 -> 3096[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4819[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4819[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4819 -> 3097[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4820[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2717 -> 4820[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4820 -> 3098[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2718[label="vwx1091 == vwx1101",fontsize=16,color="blue",shape="box"];4821[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4821[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4821 -> 3099[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4822[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4822[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4822 -> 3100[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4823[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4823[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4823 -> 3101[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4824[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4824[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4824 -> 3102[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4825[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4825[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4825 -> 3103[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4826[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4826[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4826 -> 3104[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4827[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4827[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4827 -> 3105[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4828[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4828[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4828 -> 3106[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4829[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4829[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4829 -> 3107[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4830[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4830[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4830 -> 3108[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4831[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4831[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4831 -> 3109[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4832[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4832[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4832 -> 3110[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4833[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4833[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4833 -> 3111[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4834[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2718 -> 4834[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4834 -> 3112[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2719 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2719[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2719 -> 3113[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2719 -> 3114[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2720 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2720[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2720 -> 3115[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2720 -> 3116[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2721 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2721[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2721 -> 3117[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2721 -> 3118[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2722 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2722[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2722 -> 3119[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2722 -> 3120[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2723 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2723[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2723 -> 3121[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2723 -> 3122[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2724 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2724[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2724 -> 3123[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2724 -> 3124[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2725 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2725[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2725 -> 3125[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2725 -> 3126[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2726 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2726[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2726 -> 3127[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2726 -> 3128[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2727 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2727[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2727 -> 3129[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2727 -> 3130[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2728 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2728[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2728 -> 3131[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2728 -> 3132[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2729 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2729[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2729 -> 3133[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2729 -> 3134[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2730 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2730[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2730 -> 3135[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2730 -> 3136[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2731 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2731[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2731 -> 3137[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2731 -> 3138[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2732 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2732[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2732 -> 3139[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2732 -> 3140[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2701 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2701[label="vwx200 * vwx231 == vwx201 * vwx230",fontsize=16,color="magenta"];2701 -> 3064[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2701 -> 3065[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2733 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2733[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2733 -> 3141[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2733 -> 3142[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2734 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2734[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2734 -> 3143[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2734 -> 3144[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2735 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2735[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2735 -> 3145[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2735 -> 3146[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2736 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2736[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2736 -> 3147[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2736 -> 3148[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2737 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2737[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2737 -> 3149[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2737 -> 3150[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2738 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2738[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2738 -> 3151[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2738 -> 3152[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2739 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2739[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2739 -> 3153[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2739 -> 3154[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2740 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2740[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2740 -> 3155[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2740 -> 3156[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2741 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2741[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2741 -> 3157[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2741 -> 3158[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2742 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2742[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2742 -> 3159[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2742 -> 3160[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2743 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2743[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2743 -> 3161[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2743 -> 3162[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2744 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2744[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2744 -> 3163[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2744 -> 3164[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2745 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2745[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2745 -> 3165[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2745 -> 3166[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2746 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2746[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];2746 -> 3167[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2746 -> 3168[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2747 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2747[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2747 -> 3169[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2747 -> 3170[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2748 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2748[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2748 -> 3171[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2748 -> 3172[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2749 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2749[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2749 -> 3173[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2749 -> 3174[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2750 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2750[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2750 -> 3175[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2750 -> 3176[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2751 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2751[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2751 -> 3177[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2751 -> 3178[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2752 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2752[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2752 -> 3179[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2752 -> 3180[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2753 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2753[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2753 -> 3181[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2753 -> 3182[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2754 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2754[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2754 -> 3183[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2754 -> 3184[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2755 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2755[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2755 -> 3185[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2755 -> 3186[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2756 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2756[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2756 -> 3187[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2756 -> 3188[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2757 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2757[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2757 -> 3189[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2757 -> 3190[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2758 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2758[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2758 -> 3191[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2758 -> 3192[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2759 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2759[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2759 -> 3193[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2759 -> 3194[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2760 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2760[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2760 -> 3195[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2760 -> 3196[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2702[label="vwx201 == vwx231",fontsize=16,color="blue",shape="box"];4835[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2702 -> 4835[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4835 -> 3066[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4836[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2702 -> 4836[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4836 -> 3067[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2703[label="vwx200 == vwx230",fontsize=16,color="blue",shape="box"];4837[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2703 -> 4837[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4837 -> 3068[label="",style="solid", color="blue", weight=3]; 15.88/5.92 4838[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2703 -> 4838[label="",style="solid", color="blue", weight=9]; 15.88/5.92 4838 -> 3069[label="",style="solid", color="blue", weight=3]; 15.88/5.92 2704[label="vwx200",fontsize=16,color="green",shape="box"];2705[label="vwx230",fontsize=16,color="green",shape="box"];2761[label="vwx1090",fontsize=16,color="green",shape="box"];2762[label="vwx1100",fontsize=16,color="green",shape="box"];2763[label="vwx1090",fontsize=16,color="green",shape="box"];2764[label="vwx1100",fontsize=16,color="green",shape="box"];2765[label="vwx1090",fontsize=16,color="green",shape="box"];2766[label="vwx1100",fontsize=16,color="green",shape="box"];2767[label="vwx1100",fontsize=16,color="green",shape="box"];2768[label="vwx1090",fontsize=16,color="green",shape="box"];2769[label="vwx1090",fontsize=16,color="green",shape="box"];2770[label="vwx1100",fontsize=16,color="green",shape="box"];2771[label="vwx1100",fontsize=16,color="green",shape="box"];2772[label="vwx1090",fontsize=16,color="green",shape="box"];2773[label="vwx1090",fontsize=16,color="green",shape="box"];2774[label="vwx1100",fontsize=16,color="green",shape="box"];2775[label="vwx1090",fontsize=16,color="green",shape="box"];2776[label="vwx1100",fontsize=16,color="green",shape="box"];2777[label="vwx1100",fontsize=16,color="green",shape="box"];2778[label="vwx1090",fontsize=16,color="green",shape="box"];2779[label="vwx1100",fontsize=16,color="green",shape="box"];2780[label="vwx1090",fontsize=16,color="green",shape="box"];2781[label="vwx1090",fontsize=16,color="green",shape="box"];2782[label="vwx1100",fontsize=16,color="green",shape="box"];2783[label="vwx1100",fontsize=16,color="green",shape="box"];2784[label="vwx1090",fontsize=16,color="green",shape="box"];2785[label="vwx1090",fontsize=16,color="green",shape="box"];2786[label="vwx1100",fontsize=16,color="green",shape="box"];2787[label="vwx1090",fontsize=16,color="green",shape="box"];2788[label="vwx1100",fontsize=16,color="green",shape="box"];2789[label="vwx1090",fontsize=16,color="green",shape="box"];2790[label="vwx1100",fontsize=16,color="green",shape="box"];2791[label="vwx1090",fontsize=16,color="green",shape="box"];2792[label="vwx1100",fontsize=16,color="green",shape="box"];2793[label="vwx1090",fontsize=16,color="green",shape="box"];2794[label="vwx1100",fontsize=16,color="green",shape="box"];2795[label="vwx1100",fontsize=16,color="green",shape="box"];2796[label="vwx1090",fontsize=16,color="green",shape="box"];2797[label="vwx1090",fontsize=16,color="green",shape="box"];2798[label="vwx1100",fontsize=16,color="green",shape="box"];2799[label="vwx1100",fontsize=16,color="green",shape="box"];2800[label="vwx1090",fontsize=16,color="green",shape="box"];2801[label="vwx1090",fontsize=16,color="green",shape="box"];2802[label="vwx1100",fontsize=16,color="green",shape="box"];2803[label="vwx1090",fontsize=16,color="green",shape="box"];2804[label="vwx1100",fontsize=16,color="green",shape="box"];2805[label="vwx1100",fontsize=16,color="green",shape="box"];2806[label="vwx1090",fontsize=16,color="green",shape="box"];2807[label="vwx1100",fontsize=16,color="green",shape="box"];2808[label="vwx1090",fontsize=16,color="green",shape="box"];2809[label="vwx1090",fontsize=16,color="green",shape="box"];2810[label="vwx1100",fontsize=16,color="green",shape="box"];2811[label="vwx1100",fontsize=16,color="green",shape="box"];2812[label="vwx1090",fontsize=16,color="green",shape="box"];2813[label="vwx1090",fontsize=16,color="green",shape="box"];2814[label="vwx1100",fontsize=16,color="green",shape="box"];2815[label="vwx1090",fontsize=16,color="green",shape="box"];2816[label="vwx1100",fontsize=16,color="green",shape="box"];2817[label="vwx1090",fontsize=16,color="green",shape="box"];2818[label="vwx1100",fontsize=16,color="green",shape="box"];2819[label="vwx1090",fontsize=16,color="green",shape="box"];2820[label="vwx1100",fontsize=16,color="green",shape="box"];2821[label="vwx1090",fontsize=16,color="green",shape="box"];2822[label="vwx1100",fontsize=16,color="green",shape="box"];2823[label="vwx1100",fontsize=16,color="green",shape="box"];2824[label="vwx1090",fontsize=16,color="green",shape="box"];2825[label="vwx1090",fontsize=16,color="green",shape="box"];2826[label="vwx1100",fontsize=16,color="green",shape="box"];2827[label="vwx1100",fontsize=16,color="green",shape="box"];2828[label="vwx1090",fontsize=16,color="green",shape="box"];2829[label="vwx1090",fontsize=16,color="green",shape="box"];2830[label="vwx1100",fontsize=16,color="green",shape="box"];2831[label="vwx1090",fontsize=16,color="green",shape="box"];2832[label="vwx1100",fontsize=16,color="green",shape="box"];2833[label="vwx1100",fontsize=16,color="green",shape="box"];2834[label="vwx1090",fontsize=16,color="green",shape="box"];2835[label="vwx1100",fontsize=16,color="green",shape="box"];2836[label="vwx1090",fontsize=16,color="green",shape="box"];2837[label="vwx1090",fontsize=16,color="green",shape="box"];2838[label="vwx1100",fontsize=16,color="green",shape="box"];2839[label="vwx1100",fontsize=16,color="green",shape="box"];2840[label="vwx1090",fontsize=16,color="green",shape="box"];2841[label="vwx1090",fontsize=16,color="green",shape="box"];2842[label="vwx1100",fontsize=16,color="green",shape="box"];2843[label="vwx1090",fontsize=16,color="green",shape="box"];2844[label="vwx1100",fontsize=16,color="green",shape="box"];2845[label="vwx1101",fontsize=16,color="green",shape="box"];2846[label="vwx1091",fontsize=16,color="green",shape="box"];2847 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2847[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2847 -> 3197[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2847 -> 3198[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2848 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2848[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2848 -> 3199[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2848 -> 3200[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2849 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2849[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2849 -> 3201[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2849 -> 3202[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2850 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2850[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2850 -> 3203[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2850 -> 3204[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2851 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2851[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2851 -> 3205[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2851 -> 3206[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2852 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2852[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2852 -> 3207[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2852 -> 3208[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2853 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2853[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2853 -> 3209[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2853 -> 3210[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2854 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2854[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2854 -> 3211[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2854 -> 3212[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2855 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2855[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2855 -> 3213[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2855 -> 3214[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2856 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2856[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2856 -> 3215[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2856 -> 3216[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2857 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2857[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2857 -> 3217[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2857 -> 3218[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2858 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2858[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2858 -> 3219[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2858 -> 3220[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2859 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2859[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2859 -> 3221[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2859 -> 3222[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2860 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2860[label="vwx1090 == vwx1100",fontsize=16,color="magenta"];2860 -> 3223[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2860 -> 3224[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2706 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2706[label="vwx200 * vwx231 == vwx201 * vwx230",fontsize=16,color="magenta"];2706 -> 3070[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2706 -> 3071[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2861[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];2861 -> 3225[label="",style="solid", color="black", weight=3]; 15.88/5.92 2862[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];2862 -> 3226[label="",style="solid", color="black", weight=3]; 15.88/5.92 2863[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];2863 -> 3227[label="",style="solid", color="black", weight=3]; 15.88/5.92 2864[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2864 -> 3228[label="",style="solid", color="black", weight=3]; 15.88/5.92 2865[label="Pos (Succ vwx300)",fontsize=16,color="green",shape="box"];2866[label="Pos (Succ vwx300)",fontsize=16,color="green",shape="box"];2867[label="Pos Zero",fontsize=16,color="green",shape="box"];2868[label="Pos Zero",fontsize=16,color="green",shape="box"];2869[label="Pos Zero",fontsize=16,color="green",shape="box"];2870[label="Pos Zero",fontsize=16,color="green",shape="box"];2871[label="Neg (Succ vwx300)",fontsize=16,color="green",shape="box"];2872[label="Neg (Succ vwx300)",fontsize=16,color="green",shape="box"];2873[label="Neg Zero",fontsize=16,color="green",shape="box"];2874[label="Neg Zero",fontsize=16,color="green",shape="box"];2875[label="Neg Zero",fontsize=16,color="green",shape="box"];2876[label="Neg Zero",fontsize=16,color="green",shape="box"];2877[label="Char (Succ vwx300)",fontsize=16,color="green",shape="box"];2878[label="Char (Succ vwx300)",fontsize=16,color="green",shape="box"];2879[label="Char Zero",fontsize=16,color="green",shape="box"];2880[label="Char Zero",fontsize=16,color="green",shape="box"];2881[label="Integer (Pos (Succ vwx3000))",fontsize=16,color="green",shape="box"];2882[label="Integer (Pos (Succ vwx3000))",fontsize=16,color="green",shape="box"];2883[label="Zero",fontsize=16,color="green",shape="box"];2884[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2885[label="max0 (Integer (Pos Zero)) (Integer (Pos (Succ vwx4000))) True",fontsize=16,color="black",shape="box"];2885 -> 3229[label="",style="solid", color="black", weight=3]; 15.88/5.92 2886[label="max0 (Integer (Pos Zero)) (Integer (Pos Zero)) True",fontsize=16,color="black",shape="box"];2886 -> 3230[label="",style="solid", color="black", weight=3]; 15.88/5.92 2887[label="max0 (Integer (Pos Zero)) (Integer (Neg (Succ vwx4000))) True",fontsize=16,color="black",shape="box"];2887 -> 3231[label="",style="solid", color="black", weight=3]; 15.88/5.92 2888[label="max0 (Integer (Pos Zero)) (Integer (Neg Zero)) True",fontsize=16,color="black",shape="box"];2888 -> 3232[label="",style="solid", color="black", weight=3]; 15.88/5.92 2889[label="Integer (Neg (Succ vwx3000))",fontsize=16,color="green",shape="box"];2890[label="Integer (Neg (Succ vwx3000))",fontsize=16,color="green",shape="box"];2891[label="max0 (Integer (Neg Zero)) (Integer (Pos (Succ vwx4000))) True",fontsize=16,color="black",shape="box"];2891 -> 3233[label="",style="solid", color="black", weight=3]; 15.88/5.92 2892[label="max0 (Integer (Neg Zero)) (Integer (Pos Zero)) True",fontsize=16,color="black",shape="box"];2892 -> 3234[label="",style="solid", color="black", weight=3]; 15.88/5.92 2893[label="Succ vwx4000",fontsize=16,color="green",shape="box"];2894[label="Zero",fontsize=16,color="green",shape="box"];2895[label="max0 (Integer (Neg Zero)) (Integer (Neg (Succ vwx4000))) True",fontsize=16,color="black",shape="box"];2895 -> 3235[label="",style="solid", color="black", weight=3]; 15.88/5.92 2896[label="max0 (Integer (Neg Zero)) (Integer (Neg Zero)) True",fontsize=16,color="black",shape="box"];2896 -> 3236[label="",style="solid", color="black", weight=3]; 15.88/5.92 2897[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2897 -> 3237[label="",style="solid", color="black", weight=3]; 15.88/5.92 2898[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2898 -> 3238[label="",style="solid", color="black", weight=3]; 15.88/5.92 2899[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2899 -> 3239[label="",style="solid", color="black", weight=3]; 15.88/5.92 2900[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2900 -> 3240[label="",style="solid", color="black", weight=3]; 15.88/5.92 2901 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2901[label="vwx400 * vwx301",fontsize=16,color="magenta"];2901 -> 3241[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2901 -> 3242[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2902 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2902[label="vwx300 * vwx401",fontsize=16,color="magenta"];2902 -> 3243[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2902 -> 3244[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2903 -> 1825[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2903[label="vwx400 * vwx301",fontsize=16,color="magenta"];2903 -> 3245[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2903 -> 3246[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2904 -> 1825[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2904[label="vwx300 * vwx401",fontsize=16,color="magenta"];2904 -> 3247[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2904 -> 3248[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2905[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2905 -> 3249[label="",style="solid", color="black", weight=3]; 15.88/5.92 2906[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2906 -> 3250[label="",style="solid", color="black", weight=3]; 15.88/5.92 2907[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];2907 -> 3251[label="",style="solid", color="black", weight=3]; 15.88/5.92 2908[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];2908 -> 3252[label="",style="solid", color="black", weight=3]; 15.88/5.92 2909 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2909[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];2909 -> 3253[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2909 -> 3254[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2910[label="GT",fontsize=16,color="green",shape="box"];2911[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];2911 -> 3255[label="",style="solid", color="black", weight=3]; 15.88/5.92 2912[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2912 -> 3256[label="",style="solid", color="black", weight=3]; 15.88/5.92 2913[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];2913 -> 3257[label="",style="solid", color="black", weight=3]; 15.88/5.92 2914[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2914 -> 3258[label="",style="solid", color="black", weight=3]; 15.88/5.92 2915[label="LT",fontsize=16,color="green",shape="box"];2916 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.92 2916[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];2916 -> 3259[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2916 -> 3260[label="",style="dashed", color="magenta", weight=3]; 15.88/5.92 2917[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];2917 -> 3261[label="",style="solid", color="black", weight=3]; 15.88/5.93 2918[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2918 -> 3262[label="",style="solid", color="black", weight=3]; 15.88/5.93 2919[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];2919 -> 3263[label="",style="solid", color="black", weight=3]; 15.88/5.93 2920[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2920 -> 3264[label="",style="solid", color="black", weight=3]; 15.88/5.93 2921[label="vwx300",fontsize=16,color="green",shape="box"];2922[label="vwx400",fontsize=16,color="green",shape="box"];2923 -> 3265[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2923[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2923 -> 3266[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2924[label="EQ",fontsize=16,color="green",shape="box"];2925 -> 3267[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2925[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2925 -> 3268[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2926[label="EQ",fontsize=16,color="green",shape="box"];2927 -> 3269[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2927[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2927 -> 3270[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2928[label="EQ",fontsize=16,color="green",shape="box"];2929 -> 3271[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2929[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2929 -> 3272[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2930[label="EQ",fontsize=16,color="green",shape="box"];2931 -> 3273[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2931[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2931 -> 3274[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2932[label="EQ",fontsize=16,color="green",shape="box"];2933 -> 3275[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2933[label="compare1 vwx30 vwx40 (vwx30 <= vwx40)",fontsize=16,color="magenta"];2933 -> 3276[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2934[label="EQ",fontsize=16,color="green",shape="box"];3072[label="vwx40",fontsize=16,color="green",shape="box"];3073[label="vwx31",fontsize=16,color="green",shape="box"];3074[label="primMulNat (Succ vwx3000) vwx410",fontsize=16,color="burlywood",shape="box"];4839[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];3074 -> 4839[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4839 -> 3277[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4840[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];3074 -> 4840[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4840 -> 3278[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3075[label="primMulNat Zero vwx410",fontsize=16,color="burlywood",shape="box"];4841[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];3075 -> 4841[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4841 -> 3279[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4842[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];3075 -> 4842[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4842 -> 3280[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3076[label="vwx410",fontsize=16,color="green",shape="box"];3077[label="vwx300",fontsize=16,color="green",shape="box"];3078[label="vwx300",fontsize=16,color="green",shape="box"];3079[label="vwx410",fontsize=16,color="green",shape="box"];3080 -> 2170[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3080[label="primMulInt vwx400 vwx310",fontsize=16,color="magenta"];3080 -> 3281[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3080 -> 3282[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3081[label="Pos (primMulNat vwx3000 vwx4100)",fontsize=16,color="green",shape="box"];3081 -> 3283[label="",style="dashed", color="green", weight=3]; 15.88/5.93 3082[label="Neg (primMulNat vwx3000 vwx4100)",fontsize=16,color="green",shape="box"];3082 -> 3284[label="",style="dashed", color="green", weight=3]; 15.88/5.93 3083[label="Neg (primMulNat vwx3000 vwx4100)",fontsize=16,color="green",shape="box"];3083 -> 3285[label="",style="dashed", color="green", weight=3]; 15.88/5.93 3084[label="Pos (primMulNat vwx3000 vwx4100)",fontsize=16,color="green",shape="box"];3084 -> 3286[label="",style="dashed", color="green", weight=3]; 15.88/5.93 2935[label="True",fontsize=16,color="green",shape="box"];2936[label="LT",fontsize=16,color="green",shape="box"];2937[label="LT",fontsize=16,color="green",shape="box"];2938[label="False",fontsize=16,color="green",shape="box"];2939[label="EQ",fontsize=16,color="green",shape="box"];2940[label="LT",fontsize=16,color="green",shape="box"];2941[label="False",fontsize=16,color="green",shape="box"];2942[label="GT",fontsize=16,color="green",shape="box"];2943[label="LT",fontsize=16,color="green",shape="box"];2944[label="False",fontsize=16,color="green",shape="box"];2945[label="LT",fontsize=16,color="green",shape="box"];2946[label="EQ",fontsize=16,color="green",shape="box"];2947[label="True",fontsize=16,color="green",shape="box"];2948[label="EQ",fontsize=16,color="green",shape="box"];2949[label="EQ",fontsize=16,color="green",shape="box"];2950[label="False",fontsize=16,color="green",shape="box"];2951[label="GT",fontsize=16,color="green",shape="box"];2952[label="EQ",fontsize=16,color="green",shape="box"];2953[label="False",fontsize=16,color="green",shape="box"];2954[label="LT",fontsize=16,color="green",shape="box"];2955[label="GT",fontsize=16,color="green",shape="box"];2956[label="False",fontsize=16,color="green",shape="box"];2957[label="EQ",fontsize=16,color="green",shape="box"];2958[label="GT",fontsize=16,color="green",shape="box"];2959[label="True",fontsize=16,color="green",shape="box"];2960[label="GT",fontsize=16,color="green",shape="box"];2961[label="GT",fontsize=16,color="green",shape="box"];2962[label="True",fontsize=16,color="green",shape="box"];2963[label="Nothing",fontsize=16,color="green",shape="box"];2964[label="Nothing",fontsize=16,color="green",shape="box"];2965[label="False",fontsize=16,color="green",shape="box"];2966[label="Just vwx400",fontsize=16,color="green",shape="box"];2967[label="Nothing",fontsize=16,color="green",shape="box"];2968[label="False",fontsize=16,color="green",shape="box"];2969[label="Nothing",fontsize=16,color="green",shape="box"];2970[label="Just vwx300",fontsize=16,color="green",shape="box"];2971[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4843[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4843[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4843 -> 3287[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4844[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4844[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4844 -> 3288[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4845[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4845[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4845 -> 3289[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4846[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4846[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4846 -> 3290[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4847[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4847[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4847 -> 3291[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4848[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4848[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4848 -> 3292[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4849[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4849[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4849 -> 3293[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4850[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4850[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4850 -> 3294[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4851[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4851[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4851 -> 3295[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4852[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4852[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4852 -> 3296[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4853[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4853[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4853 -> 3297[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4854[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4854[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4854 -> 3298[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4855[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4855[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4855 -> 3299[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4856[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2971 -> 4856[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4856 -> 3300[label="",style="solid", color="blue", weight=3]; 15.88/5.93 2972[label="Just vwx400",fontsize=16,color="green",shape="box"];2973[label="Just vwx300",fontsize=16,color="green",shape="box"];2974[label="False",fontsize=16,color="green",shape="box"];2975[label="False",fontsize=16,color="green",shape="box"];2976[label="True",fontsize=16,color="green",shape="box"];2977[label="True",fontsize=16,color="green",shape="box"];2978[label="False",fontsize=16,color="green",shape="box"];2979[label="False",fontsize=16,color="green",shape="box"];2980[label="False",fontsize=16,color="green",shape="box"];2981[label="True",fontsize=16,color="green",shape="box"];2982[label="False",fontsize=16,color="green",shape="box"];2983[label="True",fontsize=16,color="green",shape="box"];2984[label="True",fontsize=16,color="green",shape="box"];2985[label="True",fontsize=16,color="green",shape="box"];2986 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2986[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2986 -> 3301[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2986 -> 3302[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2987[label="LT",fontsize=16,color="green",shape="box"];2988 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2988[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2988 -> 3303[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2988 -> 3304[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2989[label="LT",fontsize=16,color="green",shape="box"];2990 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2990[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];2990 -> 3305[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2990 -> 3306[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2991[label="LT",fontsize=16,color="green",shape="box"];2992 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 2992[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];2992 -> 3307[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2992 -> 3308[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 2993[label="LT",fontsize=16,color="green",shape="box"];2994[label="vwx400",fontsize=16,color="green",shape="box"];2995[label="vwx301",fontsize=16,color="green",shape="box"];2996[label="vwx300",fontsize=16,color="green",shape="box"];2997[label="vwx401",fontsize=16,color="green",shape="box"];2998[label="vwx400",fontsize=16,color="green",shape="box"];2999[label="vwx301",fontsize=16,color="green",shape="box"];3000[label="vwx300",fontsize=16,color="green",shape="box"];3001[label="vwx401",fontsize=16,color="green",shape="box"];3002 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3002[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];3002 -> 3309[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3002 -> 3310[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3003[label="LT",fontsize=16,color="green",shape="box"];3004 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3004[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];3004 -> 3311[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3004 -> 3312[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3005[label="LT",fontsize=16,color="green",shape="box"];3006 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3006[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];3006 -> 3313[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3006 -> 3314[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3007[label="LT",fontsize=16,color="green",shape="box"];3008 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3008[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];3008 -> 3315[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3008 -> 3316[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3009[label="LT",fontsize=16,color="green",shape="box"];3010[label="(vwx400,vwx401,vwx402)",fontsize=16,color="green",shape="box"];3011 -> 1365[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3011[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];3011 -> 3317[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3011 -> 3318[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3012[label="(vwx300,vwx301,vwx302)",fontsize=16,color="green",shape="box"];3013[label="Succ vwx3000",fontsize=16,color="green",shape="box"];3014[label="vwx400",fontsize=16,color="green",shape="box"];3015 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3015[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];3015 -> 3319[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3015 -> 3320[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3016[label="LT",fontsize=16,color="green",shape="box"];3017[label="EQ",fontsize=16,color="green",shape="box"];3018[label="LT",fontsize=16,color="green",shape="box"];3019[label="GT",fontsize=16,color="green",shape="box"];3020[label="LT",fontsize=16,color="green",shape="box"];3021[label="EQ",fontsize=16,color="green",shape="box"];3022[label="LT",fontsize=16,color="green",shape="box"];3023[label="vwx400",fontsize=16,color="green",shape="box"];3024[label="Succ vwx3000",fontsize=16,color="green",shape="box"];3025[label="LT",fontsize=16,color="green",shape="box"];3026[label="LT",fontsize=16,color="green",shape="box"];3027[label="EQ",fontsize=16,color="green",shape="box"];3028[label="LT",fontsize=16,color="green",shape="box"];3029 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3029[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];3029 -> 3321[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3029 -> 3322[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3030[label="LT",fontsize=16,color="green",shape="box"];3031[label="EQ",fontsize=16,color="green",shape="box"];3032[label="LT",fontsize=16,color="green",shape="box"];3033 -> 1365[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3033[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];3033 -> 3323[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3033 -> 3324[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3034[label="(vwx400,vwx401)",fontsize=16,color="green",shape="box"];3035[label="(vwx300,vwx301)",fontsize=16,color="green",shape="box"];3036[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4857[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4857[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4857 -> 3325[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4858[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4858[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4858 -> 3326[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4859[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4859[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4859 -> 3327[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4860[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4860[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4860 -> 3328[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4861[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4861[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4861 -> 3329[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4862[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4862[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4862 -> 3330[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4863[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4863[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4863 -> 3331[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4864[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4864[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4864 -> 3332[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4865[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4865[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4865 -> 3333[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4866[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4866[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4866 -> 3334[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4867[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4867[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4867 -> 3335[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4868[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4868[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4868 -> 3336[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4869[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4869[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4869 -> 3337[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4870[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3036 -> 4870[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4870 -> 3338[label="",style="solid", color="blue", weight=3]; 15.88/5.93 3037[label="Left vwx400",fontsize=16,color="green",shape="box"];3038[label="Left vwx300",fontsize=16,color="green",shape="box"];3039[label="False",fontsize=16,color="green",shape="box"];3040[label="Right vwx400",fontsize=16,color="green",shape="box"];3041[label="Left vwx300",fontsize=16,color="green",shape="box"];3042[label="False",fontsize=16,color="green",shape="box"];3043[label="Left vwx400",fontsize=16,color="green",shape="box"];3044[label="Right vwx300",fontsize=16,color="green",shape="box"];3045[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4871[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4871[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4871 -> 3339[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4872[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4872[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4872 -> 3340[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4873[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4873[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4873 -> 3341[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4874[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4874[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4874 -> 3342[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4875[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4875[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4875 -> 3343[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4876[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4876[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4876 -> 3344[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4877[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4877[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4877 -> 3345[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4878[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4878[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4878 -> 3346[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4879[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4879[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4879 -> 3347[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4880[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4880[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4880 -> 3348[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4881[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4881[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4881 -> 3349[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4882[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4882[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4882 -> 3350[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4883[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4883[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4883 -> 3351[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4884[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3045 -> 4884[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4884 -> 3352[label="",style="solid", color="blue", weight=3]; 15.88/5.93 3046[label="Right vwx400",fontsize=16,color="green",shape="box"];3047[label="Right vwx300",fontsize=16,color="green",shape="box"];3048[label="primEqInt (Pos (Succ vwx2000)) (Pos (Succ vwx2300))",fontsize=16,color="black",shape="box"];3048 -> 3353[label="",style="solid", color="black", weight=3]; 15.88/5.93 3049[label="primEqInt (Pos (Succ vwx2000)) (Pos Zero)",fontsize=16,color="black",shape="box"];3049 -> 3354[label="",style="solid", color="black", weight=3]; 15.88/5.93 3050[label="False",fontsize=16,color="green",shape="box"];3051[label="primEqInt (Pos Zero) (Pos (Succ vwx2300))",fontsize=16,color="black",shape="box"];3051 -> 3355[label="",style="solid", color="black", weight=3]; 15.88/5.93 3052[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3052 -> 3356[label="",style="solid", color="black", weight=3]; 15.88/5.93 3053[label="primEqInt (Pos Zero) (Neg (Succ vwx2300))",fontsize=16,color="black",shape="box"];3053 -> 3357[label="",style="solid", color="black", weight=3]; 15.88/5.93 3054[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3054 -> 3358[label="",style="solid", color="black", weight=3]; 15.88/5.93 3055[label="False",fontsize=16,color="green",shape="box"];3056[label="primEqInt (Neg (Succ vwx2000)) (Neg (Succ vwx2300))",fontsize=16,color="black",shape="box"];3056 -> 3359[label="",style="solid", color="black", weight=3]; 15.88/5.93 3057[label="primEqInt (Neg (Succ vwx2000)) (Neg Zero)",fontsize=16,color="black",shape="box"];3057 -> 3360[label="",style="solid", color="black", weight=3]; 15.88/5.93 3058[label="primEqInt (Neg Zero) (Pos (Succ vwx2300))",fontsize=16,color="black",shape="box"];3058 -> 3361[label="",style="solid", color="black", weight=3]; 15.88/5.93 3059[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];3059 -> 3362[label="",style="solid", color="black", weight=3]; 15.88/5.93 3060[label="primEqInt (Neg Zero) (Neg (Succ vwx2300))",fontsize=16,color="black",shape="box"];3060 -> 3363[label="",style="solid", color="black", weight=3]; 15.88/5.93 3061[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];3061 -> 3364[label="",style="solid", color="black", weight=3]; 15.88/5.93 3062[label="primEqNat (Succ vwx2000) vwx230",fontsize=16,color="burlywood",shape="box"];4885[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];3062 -> 4885[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4885 -> 3365[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4886[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];3062 -> 4886[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4886 -> 3366[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3063[label="primEqNat Zero vwx230",fontsize=16,color="burlywood",shape="box"];4887[label="vwx230/Succ vwx2300",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4887[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4887 -> 3367[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4888[label="vwx230/Zero",fontsize=10,color="white",style="solid",shape="box"];3063 -> 4888[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4888 -> 3368[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3085 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3085[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3085 -> 3369[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3085 -> 3370[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3086 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3086[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3086 -> 3371[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3086 -> 3372[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3087 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3087[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3087 -> 3373[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3087 -> 3374[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3088 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3088[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3088 -> 3375[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3088 -> 3376[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3089 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3089[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3089 -> 3377[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3089 -> 3378[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3090 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3090[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3090 -> 3379[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3090 -> 3380[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3091 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3091[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3091 -> 3381[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3091 -> 3382[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3092 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3092[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3092 -> 3383[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3092 -> 3384[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3093 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3093[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3093 -> 3385[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3093 -> 3386[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3094 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3094[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3094 -> 3387[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3094 -> 3388[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3095 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3095[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3095 -> 3389[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3095 -> 3390[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3096 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3096[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3096 -> 3391[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3096 -> 3392[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3097 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3097[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3097 -> 3393[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3097 -> 3394[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3098 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3098[label="vwx1092 == vwx1102",fontsize=16,color="magenta"];3098 -> 3395[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3098 -> 3396[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3099 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3099[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3099 -> 3397[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3099 -> 3398[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3100 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3100[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3100 -> 3399[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3100 -> 3400[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3101 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3101[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3101 -> 3401[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3101 -> 3402[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3102 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3102[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3102 -> 3403[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3102 -> 3404[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3103 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3103[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3103 -> 3405[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3103 -> 3406[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3104 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3104[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3104 -> 3407[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3104 -> 3408[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3105 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3105[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3105 -> 3409[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3105 -> 3410[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3106 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3106[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3106 -> 3411[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3106 -> 3412[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3107 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3107[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3107 -> 3413[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3107 -> 3414[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3108 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3108[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3108 -> 3415[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3108 -> 3416[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3109 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3109[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3109 -> 3417[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3109 -> 3418[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3110 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3110[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3110 -> 3419[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3110 -> 3420[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3111 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3111[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3111 -> 3421[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3111 -> 3422[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3112 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3112[label="vwx1091 == vwx1101",fontsize=16,color="magenta"];3112 -> 3423[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3112 -> 3424[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3113[label="vwx1090",fontsize=16,color="green",shape="box"];3114[label="vwx1100",fontsize=16,color="green",shape="box"];3115[label="vwx1090",fontsize=16,color="green",shape="box"];3116[label="vwx1100",fontsize=16,color="green",shape="box"];3117[label="vwx1090",fontsize=16,color="green",shape="box"];3118[label="vwx1100",fontsize=16,color="green",shape="box"];3119[label="vwx1100",fontsize=16,color="green",shape="box"];3120[label="vwx1090",fontsize=16,color="green",shape="box"];3121[label="vwx1090",fontsize=16,color="green",shape="box"];3122[label="vwx1100",fontsize=16,color="green",shape="box"];3123[label="vwx1100",fontsize=16,color="green",shape="box"];3124[label="vwx1090",fontsize=16,color="green",shape="box"];3125[label="vwx1090",fontsize=16,color="green",shape="box"];3126[label="vwx1100",fontsize=16,color="green",shape="box"];3127[label="vwx1090",fontsize=16,color="green",shape="box"];3128[label="vwx1100",fontsize=16,color="green",shape="box"];3129[label="vwx1100",fontsize=16,color="green",shape="box"];3130[label="vwx1090",fontsize=16,color="green",shape="box"];3131[label="vwx1100",fontsize=16,color="green",shape="box"];3132[label="vwx1090",fontsize=16,color="green",shape="box"];3133[label="vwx1090",fontsize=16,color="green",shape="box"];3134[label="vwx1100",fontsize=16,color="green",shape="box"];3135[label="vwx1100",fontsize=16,color="green",shape="box"];3136[label="vwx1090",fontsize=16,color="green",shape="box"];3137[label="vwx1090",fontsize=16,color="green",shape="box"];3138[label="vwx1100",fontsize=16,color="green",shape="box"];3139[label="vwx1090",fontsize=16,color="green",shape="box"];3140[label="vwx1100",fontsize=16,color="green",shape="box"];3064 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3064[label="vwx200 * vwx231",fontsize=16,color="magenta"];3064 -> 3425[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3064 -> 3426[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3065 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3065[label="vwx201 * vwx230",fontsize=16,color="magenta"];3065 -> 3427[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3065 -> 3428[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3141[label="vwx1091",fontsize=16,color="green",shape="box"];3142[label="vwx1101",fontsize=16,color="green",shape="box"];3143[label="vwx1091",fontsize=16,color="green",shape="box"];3144[label="vwx1101",fontsize=16,color="green",shape="box"];3145[label="vwx1091",fontsize=16,color="green",shape="box"];3146[label="vwx1101",fontsize=16,color="green",shape="box"];3147[label="vwx1101",fontsize=16,color="green",shape="box"];3148[label="vwx1091",fontsize=16,color="green",shape="box"];3149[label="vwx1091",fontsize=16,color="green",shape="box"];3150[label="vwx1101",fontsize=16,color="green",shape="box"];3151[label="vwx1101",fontsize=16,color="green",shape="box"];3152[label="vwx1091",fontsize=16,color="green",shape="box"];3153[label="vwx1091",fontsize=16,color="green",shape="box"];3154[label="vwx1101",fontsize=16,color="green",shape="box"];3155[label="vwx1091",fontsize=16,color="green",shape="box"];3156[label="vwx1101",fontsize=16,color="green",shape="box"];3157[label="vwx1101",fontsize=16,color="green",shape="box"];3158[label="vwx1091",fontsize=16,color="green",shape="box"];3159[label="vwx1101",fontsize=16,color="green",shape="box"];3160[label="vwx1091",fontsize=16,color="green",shape="box"];3161[label="vwx1091",fontsize=16,color="green",shape="box"];3162[label="vwx1101",fontsize=16,color="green",shape="box"];3163[label="vwx1101",fontsize=16,color="green",shape="box"];3164[label="vwx1091",fontsize=16,color="green",shape="box"];3165[label="vwx1091",fontsize=16,color="green",shape="box"];3166[label="vwx1101",fontsize=16,color="green",shape="box"];3167[label="vwx1091",fontsize=16,color="green",shape="box"];3168[label="vwx1101",fontsize=16,color="green",shape="box"];3169[label="vwx1090",fontsize=16,color="green",shape="box"];3170[label="vwx1100",fontsize=16,color="green",shape="box"];3171[label="vwx1090",fontsize=16,color="green",shape="box"];3172[label="vwx1100",fontsize=16,color="green",shape="box"];3173[label="vwx1090",fontsize=16,color="green",shape="box"];3174[label="vwx1100",fontsize=16,color="green",shape="box"];3175[label="vwx1100",fontsize=16,color="green",shape="box"];3176[label="vwx1090",fontsize=16,color="green",shape="box"];3177[label="vwx1090",fontsize=16,color="green",shape="box"];3178[label="vwx1100",fontsize=16,color="green",shape="box"];3179[label="vwx1100",fontsize=16,color="green",shape="box"];3180[label="vwx1090",fontsize=16,color="green",shape="box"];3181[label="vwx1090",fontsize=16,color="green",shape="box"];3182[label="vwx1100",fontsize=16,color="green",shape="box"];3183[label="vwx1090",fontsize=16,color="green",shape="box"];3184[label="vwx1100",fontsize=16,color="green",shape="box"];3185[label="vwx1100",fontsize=16,color="green",shape="box"];3186[label="vwx1090",fontsize=16,color="green",shape="box"];3187[label="vwx1100",fontsize=16,color="green",shape="box"];3188[label="vwx1090",fontsize=16,color="green",shape="box"];3189[label="vwx1090",fontsize=16,color="green",shape="box"];3190[label="vwx1100",fontsize=16,color="green",shape="box"];3191[label="vwx1100",fontsize=16,color="green",shape="box"];3192[label="vwx1090",fontsize=16,color="green",shape="box"];3193[label="vwx1090",fontsize=16,color="green",shape="box"];3194[label="vwx1100",fontsize=16,color="green",shape="box"];3195[label="vwx1090",fontsize=16,color="green",shape="box"];3196[label="vwx1100",fontsize=16,color="green",shape="box"];3066 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3066[label="vwx201 == vwx231",fontsize=16,color="magenta"];3066 -> 3429[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3066 -> 3430[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3067 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3067[label="vwx201 == vwx231",fontsize=16,color="magenta"];3067 -> 3431[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3067 -> 3432[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3068 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3068[label="vwx200 == vwx230",fontsize=16,color="magenta"];3068 -> 3433[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3068 -> 3434[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3069 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3069[label="vwx200 == vwx230",fontsize=16,color="magenta"];3069 -> 3435[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3069 -> 3436[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3197[label="vwx1090",fontsize=16,color="green",shape="box"];3198[label="vwx1100",fontsize=16,color="green",shape="box"];3199[label="vwx1090",fontsize=16,color="green",shape="box"];3200[label="vwx1100",fontsize=16,color="green",shape="box"];3201[label="vwx1090",fontsize=16,color="green",shape="box"];3202[label="vwx1100",fontsize=16,color="green",shape="box"];3203[label="vwx1100",fontsize=16,color="green",shape="box"];3204[label="vwx1090",fontsize=16,color="green",shape="box"];3205[label="vwx1090",fontsize=16,color="green",shape="box"];3206[label="vwx1100",fontsize=16,color="green",shape="box"];3207[label="vwx1100",fontsize=16,color="green",shape="box"];3208[label="vwx1090",fontsize=16,color="green",shape="box"];3209[label="vwx1090",fontsize=16,color="green",shape="box"];3210[label="vwx1100",fontsize=16,color="green",shape="box"];3211[label="vwx1090",fontsize=16,color="green",shape="box"];3212[label="vwx1100",fontsize=16,color="green",shape="box"];3213[label="vwx1100",fontsize=16,color="green",shape="box"];3214[label="vwx1090",fontsize=16,color="green",shape="box"];3215[label="vwx1100",fontsize=16,color="green",shape="box"];3216[label="vwx1090",fontsize=16,color="green",shape="box"];3217[label="vwx1090",fontsize=16,color="green",shape="box"];3218[label="vwx1100",fontsize=16,color="green",shape="box"];3219[label="vwx1100",fontsize=16,color="green",shape="box"];3220[label="vwx1090",fontsize=16,color="green",shape="box"];3221[label="vwx1090",fontsize=16,color="green",shape="box"];3222[label="vwx1100",fontsize=16,color="green",shape="box"];3223[label="vwx1090",fontsize=16,color="green",shape="box"];3224[label="vwx1100",fontsize=16,color="green",shape="box"];3070 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3070[label="vwx200 * vwx231",fontsize=16,color="magenta"];3070 -> 3437[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3070 -> 3438[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3071 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3071[label="vwx201 * vwx230",fontsize=16,color="magenta"];3071 -> 3439[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3071 -> 3440[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3225 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3225[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];3225 -> 3441[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3225 -> 3442[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3226[label="GT",fontsize=16,color="green",shape="box"];3227[label="LT",fontsize=16,color="green",shape="box"];3228[label="EQ",fontsize=16,color="green",shape="box"];3229[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];3230[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];3231[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];3232[label="Integer (Pos Zero)",fontsize=16,color="green",shape="box"];3233[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];3234[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];3235[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];3236[label="Integer (Neg Zero)",fontsize=16,color="green",shape="box"];3237 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3237[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];3237 -> 3443[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3237 -> 3444[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3238 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3238[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];3238 -> 3445[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3238 -> 3446[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3239 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3239[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];3239 -> 3447[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3239 -> 3448[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3240 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3240[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];3240 -> 3449[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3240 -> 3450[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3241[label="vwx400",fontsize=16,color="green",shape="box"];3242[label="vwx301",fontsize=16,color="green",shape="box"];3243[label="vwx300",fontsize=16,color="green",shape="box"];3244[label="vwx401",fontsize=16,color="green",shape="box"];3245[label="vwx400",fontsize=16,color="green",shape="box"];3246[label="vwx301",fontsize=16,color="green",shape="box"];3247[label="vwx300",fontsize=16,color="green",shape="box"];3248[label="vwx401",fontsize=16,color="green",shape="box"];3249 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3249[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];3249 -> 3451[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3249 -> 3452[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3250 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3250[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];3250 -> 3453[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3250 -> 3454[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3251 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3251[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];3251 -> 3455[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3251 -> 3456[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3252 -> 1452[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3252[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];3252 -> 3457[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3252 -> 3458[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3253[label="Succ vwx3000",fontsize=16,color="green",shape="box"];3254[label="vwx400",fontsize=16,color="green",shape="box"];3255 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3255[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];3255 -> 3459[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3255 -> 3460[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3256[label="EQ",fontsize=16,color="green",shape="box"];3257[label="GT",fontsize=16,color="green",shape="box"];3258[label="EQ",fontsize=16,color="green",shape="box"];3259[label="vwx400",fontsize=16,color="green",shape="box"];3260[label="Succ vwx3000",fontsize=16,color="green",shape="box"];3261[label="LT",fontsize=16,color="green",shape="box"];3262[label="EQ",fontsize=16,color="green",shape="box"];3263 -> 2198[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3263[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];3263 -> 3461[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3263 -> 3462[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3264[label="EQ",fontsize=16,color="green",shape="box"];3266 -> 189[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3266[label="vwx30 <= vwx40",fontsize=16,color="magenta"];3266 -> 3463[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3266 -> 3464[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3265[label="compare1 vwx30 vwx40 vwx226",fontsize=16,color="burlywood",shape="triangle"];4889[label="vwx226/False",fontsize=10,color="white",style="solid",shape="box"];3265 -> 4889[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4889 -> 3465[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4890[label="vwx226/True",fontsize=10,color="white",style="solid",shape="box"];3265 -> 4890[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4890 -> 3466[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3268 -> 190[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3268[label="vwx30 <= vwx40",fontsize=16,color="magenta"];3268 -> 3467[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3268 -> 3468[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3267[label="compare1 vwx30 vwx40 vwx227",fontsize=16,color="burlywood",shape="triangle"];4891[label="vwx227/False",fontsize=10,color="white",style="solid",shape="box"];3267 -> 4891[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4891 -> 3469[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4892[label="vwx227/True",fontsize=10,color="white",style="solid",shape="box"];3267 -> 4892[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4892 -> 3470[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3270 -> 191[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3270[label="vwx30 <= vwx40",fontsize=16,color="magenta"];3270 -> 3471[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3270 -> 3472[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3269[label="compare1 vwx30 vwx40 vwx228",fontsize=16,color="burlywood",shape="triangle"];4893[label="vwx228/False",fontsize=10,color="white",style="solid",shape="box"];3269 -> 4893[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4893 -> 3473[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4894[label="vwx228/True",fontsize=10,color="white",style="solid",shape="box"];3269 -> 4894[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4894 -> 3474[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3272 -> 196[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3272[label="vwx30 <= vwx40",fontsize=16,color="magenta"];3272 -> 3475[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3272 -> 3476[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3271[label="compare1 vwx30 vwx40 vwx229",fontsize=16,color="burlywood",shape="triangle"];4895[label="vwx229/False",fontsize=10,color="white",style="solid",shape="box"];3271 -> 4895[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4895 -> 3477[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4896[label="vwx229/True",fontsize=10,color="white",style="solid",shape="box"];3271 -> 4896[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4896 -> 3478[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3274 -> 201[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3274[label="vwx30 <= vwx40",fontsize=16,color="magenta"];3274 -> 3479[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3274 -> 3480[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3273[label="compare1 vwx30 vwx40 vwx230",fontsize=16,color="burlywood",shape="triangle"];4897[label="vwx230/False",fontsize=10,color="white",style="solid",shape="box"];3273 -> 4897[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4897 -> 3481[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4898[label="vwx230/True",fontsize=10,color="white",style="solid",shape="box"];3273 -> 4898[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4898 -> 3482[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3276 -> 202[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3276[label="vwx30 <= vwx40",fontsize=16,color="magenta"];3276 -> 3483[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3276 -> 3484[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3275[label="compare1 vwx30 vwx40 vwx231",fontsize=16,color="burlywood",shape="triangle"];4899[label="vwx231/False",fontsize=10,color="white",style="solid",shape="box"];3275 -> 4899[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4899 -> 3485[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4900[label="vwx231/True",fontsize=10,color="white",style="solid",shape="box"];3275 -> 4900[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4900 -> 3486[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3277[label="primMulNat (Succ vwx3000) (Succ vwx4100)",fontsize=16,color="black",shape="box"];3277 -> 3487[label="",style="solid", color="black", weight=3]; 15.88/5.93 3278[label="primMulNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];3278 -> 3488[label="",style="solid", color="black", weight=3]; 15.88/5.93 3279[label="primMulNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];3279 -> 3489[label="",style="solid", color="black", weight=3]; 15.88/5.93 3280[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];3280 -> 3490[label="",style="solid", color="black", weight=3]; 15.88/5.93 3281[label="vwx400",fontsize=16,color="green",shape="box"];3282[label="vwx310",fontsize=16,color="green",shape="box"];3283 -> 2708[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3283[label="primMulNat vwx3000 vwx4100",fontsize=16,color="magenta"];3283 -> 3491[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3283 -> 3492[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3284 -> 2708[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3284[label="primMulNat vwx3000 vwx4100",fontsize=16,color="magenta"];3284 -> 3493[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3284 -> 3494[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3285 -> 2708[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3285[label="primMulNat vwx3000 vwx4100",fontsize=16,color="magenta"];3285 -> 3495[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3285 -> 3496[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3286 -> 2708[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3286[label="primMulNat vwx3000 vwx4100",fontsize=16,color="magenta"];3286 -> 3497[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3286 -> 3498[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3287 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3287[label="vwx300 == vwx400",fontsize=16,color="magenta"];3287 -> 3499[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3287 -> 3500[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3288 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3288[label="vwx300 == vwx400",fontsize=16,color="magenta"];3288 -> 3501[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3288 -> 3502[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3289 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3289[label="vwx300 == vwx400",fontsize=16,color="magenta"];3289 -> 3503[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3289 -> 3504[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3290 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3290[label="vwx300 == vwx400",fontsize=16,color="magenta"];3290 -> 3505[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3290 -> 3506[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3291 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3291[label="vwx300 == vwx400",fontsize=16,color="magenta"];3291 -> 3507[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3291 -> 3508[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3292 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3292[label="vwx300 == vwx400",fontsize=16,color="magenta"];3292 -> 3509[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3292 -> 3510[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3293 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3293[label="vwx300 == vwx400",fontsize=16,color="magenta"];3293 -> 3511[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3293 -> 3512[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3294 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3294[label="vwx300 == vwx400",fontsize=16,color="magenta"];3294 -> 3513[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3294 -> 3514[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3295 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3295[label="vwx300 == vwx400",fontsize=16,color="magenta"];3295 -> 3515[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3295 -> 3516[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3296 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3296[label="vwx300 == vwx400",fontsize=16,color="magenta"];3296 -> 3517[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3296 -> 3518[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3297 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3297[label="vwx300 == vwx400",fontsize=16,color="magenta"];3297 -> 3519[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3297 -> 3520[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3298 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3298[label="vwx300 == vwx400",fontsize=16,color="magenta"];3298 -> 3521[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3298 -> 3522[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3299 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3299[label="vwx300 == vwx400",fontsize=16,color="magenta"];3299 -> 3523[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3299 -> 3524[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3300 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3300[label="vwx300 == vwx400",fontsize=16,color="magenta"];3300 -> 3525[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3300 -> 3526[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3301 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3301[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];3301 -> 3527[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3301 -> 3528[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3302 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3302[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];3302 -> 3529[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3302 -> 3530[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3303 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3303[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];3303 -> 3531[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3303 -> 3532[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3304 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3304[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];3304 -> 3533[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3304 -> 3534[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3305 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3305[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];3305 -> 3535[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3305 -> 3536[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3306 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3306[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];3306 -> 3537[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3306 -> 3538[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3307 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3307[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];3307 -> 3539[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3307 -> 3540[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3308 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3308[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];3308 -> 3541[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3308 -> 3542[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3309 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3309[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];3309 -> 3543[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3309 -> 3544[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3310 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3310[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];3310 -> 3545[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3310 -> 3546[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3311 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3311[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];3311 -> 3547[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3311 -> 3548[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3312 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3312[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];3312 -> 3549[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3312 -> 3550[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3313 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3313[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];3313 -> 3551[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3313 -> 3552[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3314 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3314[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];3314 -> 3553[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3314 -> 3554[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3315 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3315[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];3315 -> 3555[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3315 -> 3556[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3316 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3316[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];3316 -> 3557[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3316 -> 3558[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3317 -> 1365[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3317[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];3317 -> 3559[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3317 -> 3560[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3318[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4901[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4901[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4901 -> 3561[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4902[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4902[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4902 -> 3562[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4903[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4903[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4903 -> 3563[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4904[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4904[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4904 -> 3564[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4905[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4905[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4905 -> 3565[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4906[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4906[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4906 -> 3566[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4907[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4907[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4907 -> 3567[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4908[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4908[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4908 -> 3568[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4909[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4909[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4909 -> 3569[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4910[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4910[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4910 -> 3570[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4911[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4911[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4911 -> 3571[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4912[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4912[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4912 -> 3572[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4913[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4913[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4913 -> 3573[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4914[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3318 -> 4914[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4914 -> 3574[label="",style="solid", color="blue", weight=3]; 15.88/5.93 3319[label="Zero",fontsize=16,color="green",shape="box"];3320[label="Succ vwx4000",fontsize=16,color="green",shape="box"];3321[label="Succ vwx4000",fontsize=16,color="green",shape="box"];3322[label="Zero",fontsize=16,color="green",shape="box"];3323[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];4915[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4915[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4915 -> 3575[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4916[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4916[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4916 -> 3576[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4917[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4917[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4917 -> 3577[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4918[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4918[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4918 -> 3578[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4919[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4919[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4919 -> 3579[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4920[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4920[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4920 -> 3580[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4921[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4921[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4921 -> 3581[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4922[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4922[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4922 -> 3582[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4923[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4923[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4923 -> 3583[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4924[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4924[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4924 -> 3584[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4925[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4925[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4925 -> 3585[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4926[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4926[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4926 -> 3586[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4927[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4927[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4927 -> 3587[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4928[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3323 -> 4928[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4928 -> 3588[label="",style="solid", color="blue", weight=3]; 15.88/5.93 3324[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];4929[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4929[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4929 -> 3589[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4930[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4930[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4930 -> 3590[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4931[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4931[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4931 -> 3591[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4932[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4932[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4932 -> 3592[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4933[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4933[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4933 -> 3593[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4934[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4934[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4934 -> 3594[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4935[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4935[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4935 -> 3595[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4936[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4936[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4936 -> 3596[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4937[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4937[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4937 -> 3597[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4938[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4938[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4938 -> 3598[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4939[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4939[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4939 -> 3599[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4940[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4940[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4940 -> 3600[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4941[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4941[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4941 -> 3601[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4942[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3324 -> 4942[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4942 -> 3602[label="",style="solid", color="blue", weight=3]; 15.88/5.93 3325 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3325[label="vwx300 == vwx400",fontsize=16,color="magenta"];3325 -> 3603[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3325 -> 3604[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3326 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3326[label="vwx300 == vwx400",fontsize=16,color="magenta"];3326 -> 3605[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3326 -> 3606[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3327 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3327[label="vwx300 == vwx400",fontsize=16,color="magenta"];3327 -> 3607[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3327 -> 3608[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3328 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3328[label="vwx300 == vwx400",fontsize=16,color="magenta"];3328 -> 3609[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3328 -> 3610[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3329 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3329[label="vwx300 == vwx400",fontsize=16,color="magenta"];3329 -> 3611[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3329 -> 3612[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3330 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3330[label="vwx300 == vwx400",fontsize=16,color="magenta"];3330 -> 3613[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3330 -> 3614[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3331 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3331[label="vwx300 == vwx400",fontsize=16,color="magenta"];3331 -> 3615[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3331 -> 3616[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3332 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3332[label="vwx300 == vwx400",fontsize=16,color="magenta"];3332 -> 3617[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3332 -> 3618[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3333 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3333[label="vwx300 == vwx400",fontsize=16,color="magenta"];3333 -> 3619[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3333 -> 3620[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3334 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3334[label="vwx300 == vwx400",fontsize=16,color="magenta"];3334 -> 3621[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3334 -> 3622[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3335 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3335[label="vwx300 == vwx400",fontsize=16,color="magenta"];3335 -> 3623[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3335 -> 3624[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3336 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3336[label="vwx300 == vwx400",fontsize=16,color="magenta"];3336 -> 3625[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3336 -> 3626[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3337 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3337[label="vwx300 == vwx400",fontsize=16,color="magenta"];3337 -> 3627[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3337 -> 3628[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3338 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3338[label="vwx300 == vwx400",fontsize=16,color="magenta"];3338 -> 3629[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3338 -> 3630[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3339 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3339[label="vwx300 == vwx400",fontsize=16,color="magenta"];3339 -> 3631[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3339 -> 3632[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3340 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3340[label="vwx300 == vwx400",fontsize=16,color="magenta"];3340 -> 3633[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3340 -> 3634[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3341 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3341[label="vwx300 == vwx400",fontsize=16,color="magenta"];3341 -> 3635[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3341 -> 3636[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3342 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3342[label="vwx300 == vwx400",fontsize=16,color="magenta"];3342 -> 3637[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3342 -> 3638[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3343 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3343[label="vwx300 == vwx400",fontsize=16,color="magenta"];3343 -> 3639[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3343 -> 3640[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3344 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3344[label="vwx300 == vwx400",fontsize=16,color="magenta"];3344 -> 3641[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3344 -> 3642[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3345 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3345[label="vwx300 == vwx400",fontsize=16,color="magenta"];3345 -> 3643[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3345 -> 3644[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3346 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3346[label="vwx300 == vwx400",fontsize=16,color="magenta"];3346 -> 3645[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3346 -> 3646[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3347 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3347[label="vwx300 == vwx400",fontsize=16,color="magenta"];3347 -> 3647[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3347 -> 3648[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3348 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3348[label="vwx300 == vwx400",fontsize=16,color="magenta"];3348 -> 3649[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3348 -> 3650[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3349 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3349[label="vwx300 == vwx400",fontsize=16,color="magenta"];3349 -> 3651[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3349 -> 3652[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3350 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3350[label="vwx300 == vwx400",fontsize=16,color="magenta"];3350 -> 3653[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3350 -> 3654[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3351 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3351[label="vwx300 == vwx400",fontsize=16,color="magenta"];3351 -> 3655[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3351 -> 3656[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3352 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3352[label="vwx300 == vwx400",fontsize=16,color="magenta"];3352 -> 3657[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3352 -> 3658[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3353 -> 2700[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3353[label="primEqNat vwx2000 vwx2300",fontsize=16,color="magenta"];3353 -> 3659[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3353 -> 3660[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3354[label="False",fontsize=16,color="green",shape="box"];3355[label="False",fontsize=16,color="green",shape="box"];3356[label="True",fontsize=16,color="green",shape="box"];3357[label="False",fontsize=16,color="green",shape="box"];3358[label="True",fontsize=16,color="green",shape="box"];3359 -> 2700[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3359[label="primEqNat vwx2000 vwx2300",fontsize=16,color="magenta"];3359 -> 3661[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3359 -> 3662[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3360[label="False",fontsize=16,color="green",shape="box"];3361[label="False",fontsize=16,color="green",shape="box"];3362[label="True",fontsize=16,color="green",shape="box"];3363[label="False",fontsize=16,color="green",shape="box"];3364[label="True",fontsize=16,color="green",shape="box"];3365[label="primEqNat (Succ vwx2000) (Succ vwx2300)",fontsize=16,color="black",shape="box"];3365 -> 3663[label="",style="solid", color="black", weight=3]; 15.88/5.93 3366[label="primEqNat (Succ vwx2000) Zero",fontsize=16,color="black",shape="box"];3366 -> 3664[label="",style="solid", color="black", weight=3]; 15.88/5.93 3367[label="primEqNat Zero (Succ vwx2300)",fontsize=16,color="black",shape="box"];3367 -> 3665[label="",style="solid", color="black", weight=3]; 15.88/5.93 3368[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];3368 -> 3666[label="",style="solid", color="black", weight=3]; 15.88/5.93 3369[label="vwx1092",fontsize=16,color="green",shape="box"];3370[label="vwx1102",fontsize=16,color="green",shape="box"];3371[label="vwx1092",fontsize=16,color="green",shape="box"];3372[label="vwx1102",fontsize=16,color="green",shape="box"];3373[label="vwx1092",fontsize=16,color="green",shape="box"];3374[label="vwx1102",fontsize=16,color="green",shape="box"];3375[label="vwx1102",fontsize=16,color="green",shape="box"];3376[label="vwx1092",fontsize=16,color="green",shape="box"];3377[label="vwx1092",fontsize=16,color="green",shape="box"];3378[label="vwx1102",fontsize=16,color="green",shape="box"];3379[label="vwx1102",fontsize=16,color="green",shape="box"];3380[label="vwx1092",fontsize=16,color="green",shape="box"];3381[label="vwx1092",fontsize=16,color="green",shape="box"];3382[label="vwx1102",fontsize=16,color="green",shape="box"];3383[label="vwx1092",fontsize=16,color="green",shape="box"];3384[label="vwx1102",fontsize=16,color="green",shape="box"];3385[label="vwx1102",fontsize=16,color="green",shape="box"];3386[label="vwx1092",fontsize=16,color="green",shape="box"];3387[label="vwx1102",fontsize=16,color="green",shape="box"];3388[label="vwx1092",fontsize=16,color="green",shape="box"];3389[label="vwx1092",fontsize=16,color="green",shape="box"];3390[label="vwx1102",fontsize=16,color="green",shape="box"];3391[label="vwx1102",fontsize=16,color="green",shape="box"];3392[label="vwx1092",fontsize=16,color="green",shape="box"];3393[label="vwx1092",fontsize=16,color="green",shape="box"];3394[label="vwx1102",fontsize=16,color="green",shape="box"];3395[label="vwx1092",fontsize=16,color="green",shape="box"];3396[label="vwx1102",fontsize=16,color="green",shape="box"];3397[label="vwx1091",fontsize=16,color="green",shape="box"];3398[label="vwx1101",fontsize=16,color="green",shape="box"];3399[label="vwx1091",fontsize=16,color="green",shape="box"];3400[label="vwx1101",fontsize=16,color="green",shape="box"];3401[label="vwx1091",fontsize=16,color="green",shape="box"];3402[label="vwx1101",fontsize=16,color="green",shape="box"];3403[label="vwx1101",fontsize=16,color="green",shape="box"];3404[label="vwx1091",fontsize=16,color="green",shape="box"];3405[label="vwx1091",fontsize=16,color="green",shape="box"];3406[label="vwx1101",fontsize=16,color="green",shape="box"];3407[label="vwx1101",fontsize=16,color="green",shape="box"];3408[label="vwx1091",fontsize=16,color="green",shape="box"];3409[label="vwx1091",fontsize=16,color="green",shape="box"];3410[label="vwx1101",fontsize=16,color="green",shape="box"];3411[label="vwx1091",fontsize=16,color="green",shape="box"];3412[label="vwx1101",fontsize=16,color="green",shape="box"];3413[label="vwx1101",fontsize=16,color="green",shape="box"];3414[label="vwx1091",fontsize=16,color="green",shape="box"];3415[label="vwx1101",fontsize=16,color="green",shape="box"];3416[label="vwx1091",fontsize=16,color="green",shape="box"];3417[label="vwx1091",fontsize=16,color="green",shape="box"];3418[label="vwx1101",fontsize=16,color="green",shape="box"];3419[label="vwx1101",fontsize=16,color="green",shape="box"];3420[label="vwx1091",fontsize=16,color="green",shape="box"];3421[label="vwx1091",fontsize=16,color="green",shape="box"];3422[label="vwx1101",fontsize=16,color="green",shape="box"];3423[label="vwx1091",fontsize=16,color="green",shape="box"];3424[label="vwx1101",fontsize=16,color="green",shape="box"];3425[label="vwx200",fontsize=16,color="green",shape="box"];3426[label="vwx231",fontsize=16,color="green",shape="box"];3427[label="vwx201",fontsize=16,color="green",shape="box"];3428[label="vwx230",fontsize=16,color="green",shape="box"];3429[label="vwx201",fontsize=16,color="green",shape="box"];3430[label="vwx231",fontsize=16,color="green",shape="box"];3431[label="vwx201",fontsize=16,color="green",shape="box"];3432[label="vwx231",fontsize=16,color="green",shape="box"];3433[label="vwx200",fontsize=16,color="green",shape="box"];3434[label="vwx230",fontsize=16,color="green",shape="box"];3435[label="vwx200",fontsize=16,color="green",shape="box"];3436[label="vwx230",fontsize=16,color="green",shape="box"];3437[label="vwx200",fontsize=16,color="green",shape="box"];3438[label="vwx231",fontsize=16,color="green",shape="box"];3439[label="vwx201",fontsize=16,color="green",shape="box"];3440[label="vwx230",fontsize=16,color="green",shape="box"];3441[label="vwx3000",fontsize=16,color="green",shape="box"];3442[label="vwx4000",fontsize=16,color="green",shape="box"];3443 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3443[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];3443 -> 3667[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3443 -> 3668[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3444 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3444[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];3444 -> 3669[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3444 -> 3670[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3445 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3445[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];3445 -> 3671[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3445 -> 3672[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3446 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3446[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];3446 -> 3673[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3446 -> 3674[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3447 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3447[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];3447 -> 3675[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3447 -> 3676[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3448 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3448[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];3448 -> 3677[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3448 -> 3678[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3449 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3449[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];3449 -> 3679[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3449 -> 3680[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3450 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3450[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];3450 -> 3681[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3450 -> 3682[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3451 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3451[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];3451 -> 3683[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3451 -> 3684[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3452 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3452[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];3452 -> 3685[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3452 -> 3686[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3453 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3453[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];3453 -> 3687[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3453 -> 3688[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3454 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3454[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];3454 -> 3689[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3454 -> 3690[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3455 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3455[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];3455 -> 3691[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3455 -> 3692[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3456 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3456[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];3456 -> 3693[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3456 -> 3694[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3457 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3457[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];3457 -> 3695[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3457 -> 3696[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3458 -> 2422[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3458[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];3458 -> 3697[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3458 -> 3698[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3459[label="Zero",fontsize=16,color="green",shape="box"];3460[label="Succ vwx4000",fontsize=16,color="green",shape="box"];3461[label="Succ vwx4000",fontsize=16,color="green",shape="box"];3462[label="Zero",fontsize=16,color="green",shape="box"];3463[label="vwx40",fontsize=16,color="green",shape="box"];3464[label="vwx30",fontsize=16,color="green",shape="box"];3465[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];3465 -> 3699[label="",style="solid", color="black", weight=3]; 15.88/5.93 3466[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3466 -> 3700[label="",style="solid", color="black", weight=3]; 15.88/5.93 3467[label="vwx40",fontsize=16,color="green",shape="box"];3468[label="vwx30",fontsize=16,color="green",shape="box"];3469[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];3469 -> 3701[label="",style="solid", color="black", weight=3]; 15.88/5.93 3470[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3470 -> 3702[label="",style="solid", color="black", weight=3]; 15.88/5.93 3471[label="vwx40",fontsize=16,color="green",shape="box"];3472[label="vwx30",fontsize=16,color="green",shape="box"];3473[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];3473 -> 3703[label="",style="solid", color="black", weight=3]; 15.88/5.93 3474[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3474 -> 3704[label="",style="solid", color="black", weight=3]; 15.88/5.93 3475[label="vwx40",fontsize=16,color="green",shape="box"];3476[label="vwx30",fontsize=16,color="green",shape="box"];3477[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];3477 -> 3705[label="",style="solid", color="black", weight=3]; 15.88/5.93 3478[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3478 -> 3706[label="",style="solid", color="black", weight=3]; 15.88/5.93 3479[label="vwx40",fontsize=16,color="green",shape="box"];3480[label="vwx30",fontsize=16,color="green",shape="box"];3481[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];3481 -> 3707[label="",style="solid", color="black", weight=3]; 15.88/5.93 3482[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3482 -> 3708[label="",style="solid", color="black", weight=3]; 15.88/5.93 3483[label="vwx40",fontsize=16,color="green",shape="box"];3484[label="vwx30",fontsize=16,color="green",shape="box"];3485[label="compare1 vwx30 vwx40 False",fontsize=16,color="black",shape="box"];3485 -> 3709[label="",style="solid", color="black", weight=3]; 15.88/5.93 3486[label="compare1 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3486 -> 3710[label="",style="solid", color="black", weight=3]; 15.88/5.93 3487 -> 3711[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3487[label="primPlusNat (primMulNat vwx3000 (Succ vwx4100)) (Succ vwx4100)",fontsize=16,color="magenta"];3487 -> 3712[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3488[label="Zero",fontsize=16,color="green",shape="box"];3489[label="Zero",fontsize=16,color="green",shape="box"];3490[label="Zero",fontsize=16,color="green",shape="box"];3491[label="vwx3000",fontsize=16,color="green",shape="box"];3492[label="vwx4100",fontsize=16,color="green",shape="box"];3493[label="vwx3000",fontsize=16,color="green",shape="box"];3494[label="vwx4100",fontsize=16,color="green",shape="box"];3495[label="vwx3000",fontsize=16,color="green",shape="box"];3496[label="vwx4100",fontsize=16,color="green",shape="box"];3497[label="vwx3000",fontsize=16,color="green",shape="box"];3498[label="vwx4100",fontsize=16,color="green",shape="box"];3499[label="vwx300",fontsize=16,color="green",shape="box"];3500[label="vwx400",fontsize=16,color="green",shape="box"];3501[label="vwx300",fontsize=16,color="green",shape="box"];3502[label="vwx400",fontsize=16,color="green",shape="box"];3503[label="vwx300",fontsize=16,color="green",shape="box"];3504[label="vwx400",fontsize=16,color="green",shape="box"];3505[label="vwx400",fontsize=16,color="green",shape="box"];3506[label="vwx300",fontsize=16,color="green",shape="box"];3507[label="vwx300",fontsize=16,color="green",shape="box"];3508[label="vwx400",fontsize=16,color="green",shape="box"];3509[label="vwx400",fontsize=16,color="green",shape="box"];3510[label="vwx300",fontsize=16,color="green",shape="box"];3511[label="vwx300",fontsize=16,color="green",shape="box"];3512[label="vwx400",fontsize=16,color="green",shape="box"];3513[label="vwx300",fontsize=16,color="green",shape="box"];3514[label="vwx400",fontsize=16,color="green",shape="box"];3515[label="vwx400",fontsize=16,color="green",shape="box"];3516[label="vwx300",fontsize=16,color="green",shape="box"];3517[label="vwx400",fontsize=16,color="green",shape="box"];3518[label="vwx300",fontsize=16,color="green",shape="box"];3519[label="vwx300",fontsize=16,color="green",shape="box"];3520[label="vwx400",fontsize=16,color="green",shape="box"];3521[label="vwx400",fontsize=16,color="green",shape="box"];3522[label="vwx300",fontsize=16,color="green",shape="box"];3523[label="vwx300",fontsize=16,color="green",shape="box"];3524[label="vwx400",fontsize=16,color="green",shape="box"];3525[label="vwx300",fontsize=16,color="green",shape="box"];3526[label="vwx400",fontsize=16,color="green",shape="box"];3527[label="Pos vwx3010",fontsize=16,color="green",shape="box"];3528[label="vwx400",fontsize=16,color="green",shape="box"];3529[label="vwx300",fontsize=16,color="green",shape="box"];3530[label="Pos vwx4010",fontsize=16,color="green",shape="box"];3531[label="Neg vwx3010",fontsize=16,color="green",shape="box"];3532[label="vwx400",fontsize=16,color="green",shape="box"];3533[label="vwx300",fontsize=16,color="green",shape="box"];3534[label="Pos vwx4010",fontsize=16,color="green",shape="box"];3535[label="Pos vwx3010",fontsize=16,color="green",shape="box"];3536[label="vwx400",fontsize=16,color="green",shape="box"];3537[label="vwx300",fontsize=16,color="green",shape="box"];3538[label="Neg vwx4010",fontsize=16,color="green",shape="box"];3539[label="Neg vwx3010",fontsize=16,color="green",shape="box"];3540[label="vwx400",fontsize=16,color="green",shape="box"];3541[label="vwx300",fontsize=16,color="green",shape="box"];3542[label="Neg vwx4010",fontsize=16,color="green",shape="box"];3543[label="Pos vwx3010",fontsize=16,color="green",shape="box"];3544[label="vwx400",fontsize=16,color="green",shape="box"];3545[label="vwx300",fontsize=16,color="green",shape="box"];3546[label="Pos vwx4010",fontsize=16,color="green",shape="box"];3547[label="Neg vwx3010",fontsize=16,color="green",shape="box"];3548[label="vwx400",fontsize=16,color="green",shape="box"];3549[label="vwx300",fontsize=16,color="green",shape="box"];3550[label="Pos vwx4010",fontsize=16,color="green",shape="box"];3551[label="Pos vwx3010",fontsize=16,color="green",shape="box"];3552[label="vwx400",fontsize=16,color="green",shape="box"];3553[label="vwx300",fontsize=16,color="green",shape="box"];3554[label="Neg vwx4010",fontsize=16,color="green",shape="box"];3555[label="Neg vwx3010",fontsize=16,color="green",shape="box"];3556[label="vwx400",fontsize=16,color="green",shape="box"];3557[label="vwx300",fontsize=16,color="green",shape="box"];3558[label="Neg vwx4010",fontsize=16,color="green",shape="box"];3559[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];4943[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4943[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4943 -> 3713[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4944[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4944[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4944 -> 3714[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4945[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4945[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4945 -> 3715[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4946[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4946[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4946 -> 3716[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4947[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4947[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4947 -> 3717[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4948[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4948[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4948 -> 3718[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4949[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4949[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4949 -> 3719[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4950[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4950[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4950 -> 3720[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4951[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4951[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4951 -> 3721[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4952[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4952[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4952 -> 3722[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4953[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4953[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4953 -> 3723[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4954[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4954[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4954 -> 3724[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4955[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4955[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4955 -> 3725[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4956[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3559 -> 4956[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4956 -> 3726[label="",style="solid", color="blue", weight=3]; 15.88/5.93 3560[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];4957[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4957[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4957 -> 3727[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4958[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4958[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4958 -> 3728[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4959[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4959[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4959 -> 3729[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4960[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4960[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4960 -> 3730[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4961[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4961[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4961 -> 3731[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4962[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4962[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4962 -> 3732[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4963[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4963[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4963 -> 3733[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4964[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4964[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4964 -> 3734[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4965[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4965[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4965 -> 3735[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4966[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4966[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4966 -> 3736[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4967[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4967[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4967 -> 3737[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4968[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4968[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4968 -> 3738[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4969[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4969[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4969 -> 3739[label="",style="solid", color="blue", weight=3]; 15.88/5.93 4970[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];3560 -> 4970[label="",style="solid", color="blue", weight=9]; 15.88/5.93 4970 -> 3740[label="",style="solid", color="blue", weight=3]; 15.88/5.93 3561 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3561[label="vwx300 == vwx400",fontsize=16,color="magenta"];3561 -> 3741[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3561 -> 3742[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3562 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3562[label="vwx300 == vwx400",fontsize=16,color="magenta"];3562 -> 3743[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3562 -> 3744[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3563 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3563[label="vwx300 == vwx400",fontsize=16,color="magenta"];3563 -> 3745[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3563 -> 3746[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3564 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3564[label="vwx300 == vwx400",fontsize=16,color="magenta"];3564 -> 3747[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3564 -> 3748[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3565 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3565[label="vwx300 == vwx400",fontsize=16,color="magenta"];3565 -> 3749[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3565 -> 3750[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3566 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3566[label="vwx300 == vwx400",fontsize=16,color="magenta"];3566 -> 3751[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3566 -> 3752[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3567 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3567[label="vwx300 == vwx400",fontsize=16,color="magenta"];3567 -> 3753[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3567 -> 3754[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3568 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3568[label="vwx300 == vwx400",fontsize=16,color="magenta"];3568 -> 3755[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3568 -> 3756[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3569 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3569[label="vwx300 == vwx400",fontsize=16,color="magenta"];3569 -> 3757[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3569 -> 3758[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3570 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3570[label="vwx300 == vwx400",fontsize=16,color="magenta"];3570 -> 3759[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3570 -> 3760[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3571 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3571[label="vwx300 == vwx400",fontsize=16,color="magenta"];3571 -> 3761[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3571 -> 3762[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3572 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3572[label="vwx300 == vwx400",fontsize=16,color="magenta"];3572 -> 3763[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3572 -> 3764[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3573 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3573[label="vwx300 == vwx400",fontsize=16,color="magenta"];3573 -> 3765[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3573 -> 3766[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3574 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3574[label="vwx300 == vwx400",fontsize=16,color="magenta"];3574 -> 3767[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3574 -> 3768[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3575 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3575[label="vwx301 == vwx401",fontsize=16,color="magenta"];3575 -> 3769[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3575 -> 3770[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3576 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3576[label="vwx301 == vwx401",fontsize=16,color="magenta"];3576 -> 3771[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3576 -> 3772[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3577 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3577[label="vwx301 == vwx401",fontsize=16,color="magenta"];3577 -> 3773[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3577 -> 3774[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3578 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3578[label="vwx301 == vwx401",fontsize=16,color="magenta"];3578 -> 3775[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3578 -> 3776[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3579 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3579[label="vwx301 == vwx401",fontsize=16,color="magenta"];3579 -> 3777[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3579 -> 3778[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3580 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3580[label="vwx301 == vwx401",fontsize=16,color="magenta"];3580 -> 3779[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3580 -> 3780[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3581 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3581[label="vwx301 == vwx401",fontsize=16,color="magenta"];3581 -> 3781[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3581 -> 3782[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3582 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3582[label="vwx301 == vwx401",fontsize=16,color="magenta"];3582 -> 3783[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3582 -> 3784[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3583 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3583[label="vwx301 == vwx401",fontsize=16,color="magenta"];3583 -> 3785[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3583 -> 3786[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3584 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3584[label="vwx301 == vwx401",fontsize=16,color="magenta"];3584 -> 3787[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3584 -> 3788[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3585 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3585[label="vwx301 == vwx401",fontsize=16,color="magenta"];3585 -> 3789[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3585 -> 3790[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3586 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3586[label="vwx301 == vwx401",fontsize=16,color="magenta"];3586 -> 3791[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3586 -> 3792[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3587 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3587[label="vwx301 == vwx401",fontsize=16,color="magenta"];3587 -> 3793[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3587 -> 3794[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3588 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3588[label="vwx301 == vwx401",fontsize=16,color="magenta"];3588 -> 3795[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3588 -> 3796[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3589 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3589[label="vwx300 == vwx400",fontsize=16,color="magenta"];3589 -> 3797[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3589 -> 3798[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3590 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3590[label="vwx300 == vwx400",fontsize=16,color="magenta"];3590 -> 3799[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3590 -> 3800[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3591 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3591[label="vwx300 == vwx400",fontsize=16,color="magenta"];3591 -> 3801[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3591 -> 3802[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3592 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3592[label="vwx300 == vwx400",fontsize=16,color="magenta"];3592 -> 3803[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3592 -> 3804[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3593 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3593[label="vwx300 == vwx400",fontsize=16,color="magenta"];3593 -> 3805[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3593 -> 3806[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3594 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3594[label="vwx300 == vwx400",fontsize=16,color="magenta"];3594 -> 3807[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3594 -> 3808[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3595 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3595[label="vwx300 == vwx400",fontsize=16,color="magenta"];3595 -> 3809[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3595 -> 3810[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3596 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3596[label="vwx300 == vwx400",fontsize=16,color="magenta"];3596 -> 3811[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3596 -> 3812[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3597 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3597[label="vwx300 == vwx400",fontsize=16,color="magenta"];3597 -> 3813[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3597 -> 3814[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3598 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3598[label="vwx300 == vwx400",fontsize=16,color="magenta"];3598 -> 3815[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3598 -> 3816[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3599 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3599[label="vwx300 == vwx400",fontsize=16,color="magenta"];3599 -> 3817[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3599 -> 3818[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3600 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3600[label="vwx300 == vwx400",fontsize=16,color="magenta"];3600 -> 3819[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3600 -> 3820[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3601 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3601[label="vwx300 == vwx400",fontsize=16,color="magenta"];3601 -> 3821[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3601 -> 3822[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3602 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3602[label="vwx300 == vwx400",fontsize=16,color="magenta"];3602 -> 3823[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3602 -> 3824[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3603[label="vwx300",fontsize=16,color="green",shape="box"];3604[label="vwx400",fontsize=16,color="green",shape="box"];3605[label="vwx300",fontsize=16,color="green",shape="box"];3606[label="vwx400",fontsize=16,color="green",shape="box"];3607[label="vwx300",fontsize=16,color="green",shape="box"];3608[label="vwx400",fontsize=16,color="green",shape="box"];3609[label="vwx400",fontsize=16,color="green",shape="box"];3610[label="vwx300",fontsize=16,color="green",shape="box"];3611[label="vwx300",fontsize=16,color="green",shape="box"];3612[label="vwx400",fontsize=16,color="green",shape="box"];3613[label="vwx400",fontsize=16,color="green",shape="box"];3614[label="vwx300",fontsize=16,color="green",shape="box"];3615[label="vwx300",fontsize=16,color="green",shape="box"];3616[label="vwx400",fontsize=16,color="green",shape="box"];3617[label="vwx300",fontsize=16,color="green",shape="box"];3618[label="vwx400",fontsize=16,color="green",shape="box"];3619[label="vwx400",fontsize=16,color="green",shape="box"];3620[label="vwx300",fontsize=16,color="green",shape="box"];3621[label="vwx400",fontsize=16,color="green",shape="box"];3622[label="vwx300",fontsize=16,color="green",shape="box"];3623[label="vwx300",fontsize=16,color="green",shape="box"];3624[label="vwx400",fontsize=16,color="green",shape="box"];3625[label="vwx400",fontsize=16,color="green",shape="box"];3626[label="vwx300",fontsize=16,color="green",shape="box"];3627[label="vwx300",fontsize=16,color="green",shape="box"];3628[label="vwx400",fontsize=16,color="green",shape="box"];3629[label="vwx300",fontsize=16,color="green",shape="box"];3630[label="vwx400",fontsize=16,color="green",shape="box"];3631[label="vwx300",fontsize=16,color="green",shape="box"];3632[label="vwx400",fontsize=16,color="green",shape="box"];3633[label="vwx300",fontsize=16,color="green",shape="box"];3634[label="vwx400",fontsize=16,color="green",shape="box"];3635[label="vwx300",fontsize=16,color="green",shape="box"];3636[label="vwx400",fontsize=16,color="green",shape="box"];3637[label="vwx400",fontsize=16,color="green",shape="box"];3638[label="vwx300",fontsize=16,color="green",shape="box"];3639[label="vwx300",fontsize=16,color="green",shape="box"];3640[label="vwx400",fontsize=16,color="green",shape="box"];3641[label="vwx400",fontsize=16,color="green",shape="box"];3642[label="vwx300",fontsize=16,color="green",shape="box"];3643[label="vwx300",fontsize=16,color="green",shape="box"];3644[label="vwx400",fontsize=16,color="green",shape="box"];3645[label="vwx300",fontsize=16,color="green",shape="box"];3646[label="vwx400",fontsize=16,color="green",shape="box"];3647[label="vwx400",fontsize=16,color="green",shape="box"];3648[label="vwx300",fontsize=16,color="green",shape="box"];3649[label="vwx400",fontsize=16,color="green",shape="box"];3650[label="vwx300",fontsize=16,color="green",shape="box"];3651[label="vwx300",fontsize=16,color="green",shape="box"];3652[label="vwx400",fontsize=16,color="green",shape="box"];3653[label="vwx400",fontsize=16,color="green",shape="box"];3654[label="vwx300",fontsize=16,color="green",shape="box"];3655[label="vwx300",fontsize=16,color="green",shape="box"];3656[label="vwx400",fontsize=16,color="green",shape="box"];3657[label="vwx300",fontsize=16,color="green",shape="box"];3658[label="vwx400",fontsize=16,color="green",shape="box"];3659[label="vwx2000",fontsize=16,color="green",shape="box"];3660[label="vwx2300",fontsize=16,color="green",shape="box"];3661[label="vwx2000",fontsize=16,color="green",shape="box"];3662[label="vwx2300",fontsize=16,color="green",shape="box"];3663 -> 2700[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3663[label="primEqNat vwx2000 vwx2300",fontsize=16,color="magenta"];3663 -> 3825[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3663 -> 3826[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3664[label="False",fontsize=16,color="green",shape="box"];3665[label="False",fontsize=16,color="green",shape="box"];3666[label="True",fontsize=16,color="green",shape="box"];3667[label="Pos vwx3010",fontsize=16,color="green",shape="box"];3668[label="vwx400",fontsize=16,color="green",shape="box"];3669[label="vwx300",fontsize=16,color="green",shape="box"];3670[label="Pos vwx4010",fontsize=16,color="green",shape="box"];3671[label="Neg vwx3010",fontsize=16,color="green",shape="box"];3672[label="vwx400",fontsize=16,color="green",shape="box"];3673[label="vwx300",fontsize=16,color="green",shape="box"];3674[label="Pos vwx4010",fontsize=16,color="green",shape="box"];3675[label="Pos vwx3010",fontsize=16,color="green",shape="box"];3676[label="vwx400",fontsize=16,color="green",shape="box"];3677[label="vwx300",fontsize=16,color="green",shape="box"];3678[label="Neg vwx4010",fontsize=16,color="green",shape="box"];3679[label="Neg vwx3010",fontsize=16,color="green",shape="box"];3680[label="vwx400",fontsize=16,color="green",shape="box"];3681[label="vwx300",fontsize=16,color="green",shape="box"];3682[label="Neg vwx4010",fontsize=16,color="green",shape="box"];3683[label="Pos vwx3010",fontsize=16,color="green",shape="box"];3684[label="vwx400",fontsize=16,color="green",shape="box"];3685[label="vwx300",fontsize=16,color="green",shape="box"];3686[label="Pos vwx4010",fontsize=16,color="green",shape="box"];3687[label="Neg vwx3010",fontsize=16,color="green",shape="box"];3688[label="vwx400",fontsize=16,color="green",shape="box"];3689[label="vwx300",fontsize=16,color="green",shape="box"];3690[label="Pos vwx4010",fontsize=16,color="green",shape="box"];3691[label="Pos vwx3010",fontsize=16,color="green",shape="box"];3692[label="vwx400",fontsize=16,color="green",shape="box"];3693[label="vwx300",fontsize=16,color="green",shape="box"];3694[label="Neg vwx4010",fontsize=16,color="green",shape="box"];3695[label="Neg vwx3010",fontsize=16,color="green",shape="box"];3696[label="vwx400",fontsize=16,color="green",shape="box"];3697[label="vwx300",fontsize=16,color="green",shape="box"];3698[label="Neg vwx4010",fontsize=16,color="green",shape="box"];3699[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];3699 -> 3827[label="",style="solid", color="black", weight=3]; 15.88/5.93 3700[label="LT",fontsize=16,color="green",shape="box"];3701[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];3701 -> 3828[label="",style="solid", color="black", weight=3]; 15.88/5.93 3702[label="LT",fontsize=16,color="green",shape="box"];3703[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];3703 -> 3829[label="",style="solid", color="black", weight=3]; 15.88/5.93 3704[label="LT",fontsize=16,color="green",shape="box"];3705[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];3705 -> 3830[label="",style="solid", color="black", weight=3]; 15.88/5.93 3706[label="LT",fontsize=16,color="green",shape="box"];3707[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];3707 -> 3831[label="",style="solid", color="black", weight=3]; 15.88/5.93 3708[label="LT",fontsize=16,color="green",shape="box"];3709[label="compare0 vwx30 vwx40 otherwise",fontsize=16,color="black",shape="box"];3709 -> 3832[label="",style="solid", color="black", weight=3]; 15.88/5.93 3710[label="LT",fontsize=16,color="green",shape="box"];3712 -> 2708[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3712[label="primMulNat vwx3000 (Succ vwx4100)",fontsize=16,color="magenta"];3712 -> 3833[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3712 -> 3834[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3711[label="primPlusNat vwx232 (Succ vwx4100)",fontsize=16,color="burlywood",shape="triangle"];4971[label="vwx232/Succ vwx2320",fontsize=10,color="white",style="solid",shape="box"];3711 -> 4971[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4971 -> 3835[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4972[label="vwx232/Zero",fontsize=10,color="white",style="solid",shape="box"];3711 -> 4972[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4972 -> 3836[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3713 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3713[label="vwx302 == vwx402",fontsize=16,color="magenta"];3713 -> 3837[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3713 -> 3838[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3714 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3714[label="vwx302 == vwx402",fontsize=16,color="magenta"];3714 -> 3839[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3714 -> 3840[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3715 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3715[label="vwx302 == vwx402",fontsize=16,color="magenta"];3715 -> 3841[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3715 -> 3842[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3716 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3716[label="vwx302 == vwx402",fontsize=16,color="magenta"];3716 -> 3843[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3716 -> 3844[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3717 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3717[label="vwx302 == vwx402",fontsize=16,color="magenta"];3717 -> 3845[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3717 -> 3846[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3718 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3718[label="vwx302 == vwx402",fontsize=16,color="magenta"];3718 -> 3847[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3718 -> 3848[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3719 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3719[label="vwx302 == vwx402",fontsize=16,color="magenta"];3719 -> 3849[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3719 -> 3850[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3720 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3720[label="vwx302 == vwx402",fontsize=16,color="magenta"];3720 -> 3851[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3720 -> 3852[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3721 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3721[label="vwx302 == vwx402",fontsize=16,color="magenta"];3721 -> 3853[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3721 -> 3854[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3722 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3722[label="vwx302 == vwx402",fontsize=16,color="magenta"];3722 -> 3855[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3722 -> 3856[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3723 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3723[label="vwx302 == vwx402",fontsize=16,color="magenta"];3723 -> 3857[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3723 -> 3858[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3724 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3724[label="vwx302 == vwx402",fontsize=16,color="magenta"];3724 -> 3859[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3724 -> 3860[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3725 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3725[label="vwx302 == vwx402",fontsize=16,color="magenta"];3725 -> 3861[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3725 -> 3862[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3726 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3726[label="vwx302 == vwx402",fontsize=16,color="magenta"];3726 -> 3863[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3726 -> 3864[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3727 -> 636[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3727[label="vwx301 == vwx401",fontsize=16,color="magenta"];3727 -> 3865[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3727 -> 3866[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3728 -> 637[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3728[label="vwx301 == vwx401",fontsize=16,color="magenta"];3728 -> 3867[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3728 -> 3868[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3729 -> 638[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3729[label="vwx301 == vwx401",fontsize=16,color="magenta"];3729 -> 3869[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3729 -> 3870[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3730 -> 1430[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3730[label="vwx301 == vwx401",fontsize=16,color="magenta"];3730 -> 3871[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3730 -> 3872[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3731 -> 640[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3731[label="vwx301 == vwx401",fontsize=16,color="magenta"];3731 -> 3873[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3731 -> 3874[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3732 -> 1432[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3732[label="vwx301 == vwx401",fontsize=16,color="magenta"];3732 -> 3875[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3732 -> 3876[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3733 -> 642[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3733[label="vwx301 == vwx401",fontsize=16,color="magenta"];3733 -> 3877[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3733 -> 3878[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3734 -> 643[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3734[label="vwx301 == vwx401",fontsize=16,color="magenta"];3734 -> 3879[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3734 -> 3880[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3735 -> 1435[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3735[label="vwx301 == vwx401",fontsize=16,color="magenta"];3735 -> 3881[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3735 -> 3882[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3736 -> 1436[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3736[label="vwx301 == vwx401",fontsize=16,color="magenta"];3736 -> 3883[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3736 -> 3884[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3737 -> 646[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3737[label="vwx301 == vwx401",fontsize=16,color="magenta"];3737 -> 3885[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3737 -> 3886[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3738 -> 1438[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3738[label="vwx301 == vwx401",fontsize=16,color="magenta"];3738 -> 3887[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3738 -> 3888[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3739 -> 648[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3739[label="vwx301 == vwx401",fontsize=16,color="magenta"];3739 -> 3889[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3739 -> 3890[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3740 -> 649[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3740[label="vwx301 == vwx401",fontsize=16,color="magenta"];3740 -> 3891[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3740 -> 3892[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3741[label="vwx300",fontsize=16,color="green",shape="box"];3742[label="vwx400",fontsize=16,color="green",shape="box"];3743[label="vwx300",fontsize=16,color="green",shape="box"];3744[label="vwx400",fontsize=16,color="green",shape="box"];3745[label="vwx300",fontsize=16,color="green",shape="box"];3746[label="vwx400",fontsize=16,color="green",shape="box"];3747[label="vwx400",fontsize=16,color="green",shape="box"];3748[label="vwx300",fontsize=16,color="green",shape="box"];3749[label="vwx300",fontsize=16,color="green",shape="box"];3750[label="vwx400",fontsize=16,color="green",shape="box"];3751[label="vwx400",fontsize=16,color="green",shape="box"];3752[label="vwx300",fontsize=16,color="green",shape="box"];3753[label="vwx300",fontsize=16,color="green",shape="box"];3754[label="vwx400",fontsize=16,color="green",shape="box"];3755[label="vwx300",fontsize=16,color="green",shape="box"];3756[label="vwx400",fontsize=16,color="green",shape="box"];3757[label="vwx400",fontsize=16,color="green",shape="box"];3758[label="vwx300",fontsize=16,color="green",shape="box"];3759[label="vwx400",fontsize=16,color="green",shape="box"];3760[label="vwx300",fontsize=16,color="green",shape="box"];3761[label="vwx300",fontsize=16,color="green",shape="box"];3762[label="vwx400",fontsize=16,color="green",shape="box"];3763[label="vwx400",fontsize=16,color="green",shape="box"];3764[label="vwx300",fontsize=16,color="green",shape="box"];3765[label="vwx300",fontsize=16,color="green",shape="box"];3766[label="vwx400",fontsize=16,color="green",shape="box"];3767[label="vwx300",fontsize=16,color="green",shape="box"];3768[label="vwx400",fontsize=16,color="green",shape="box"];3769[label="vwx301",fontsize=16,color="green",shape="box"];3770[label="vwx401",fontsize=16,color="green",shape="box"];3771[label="vwx301",fontsize=16,color="green",shape="box"];3772[label="vwx401",fontsize=16,color="green",shape="box"];3773[label="vwx301",fontsize=16,color="green",shape="box"];3774[label="vwx401",fontsize=16,color="green",shape="box"];3775[label="vwx401",fontsize=16,color="green",shape="box"];3776[label="vwx301",fontsize=16,color="green",shape="box"];3777[label="vwx301",fontsize=16,color="green",shape="box"];3778[label="vwx401",fontsize=16,color="green",shape="box"];3779[label="vwx401",fontsize=16,color="green",shape="box"];3780[label="vwx301",fontsize=16,color="green",shape="box"];3781[label="vwx301",fontsize=16,color="green",shape="box"];3782[label="vwx401",fontsize=16,color="green",shape="box"];3783[label="vwx301",fontsize=16,color="green",shape="box"];3784[label="vwx401",fontsize=16,color="green",shape="box"];3785[label="vwx401",fontsize=16,color="green",shape="box"];3786[label="vwx301",fontsize=16,color="green",shape="box"];3787[label="vwx401",fontsize=16,color="green",shape="box"];3788[label="vwx301",fontsize=16,color="green",shape="box"];3789[label="vwx301",fontsize=16,color="green",shape="box"];3790[label="vwx401",fontsize=16,color="green",shape="box"];3791[label="vwx401",fontsize=16,color="green",shape="box"];3792[label="vwx301",fontsize=16,color="green",shape="box"];3793[label="vwx301",fontsize=16,color="green",shape="box"];3794[label="vwx401",fontsize=16,color="green",shape="box"];3795[label="vwx301",fontsize=16,color="green",shape="box"];3796[label="vwx401",fontsize=16,color="green",shape="box"];3797[label="vwx300",fontsize=16,color="green",shape="box"];3798[label="vwx400",fontsize=16,color="green",shape="box"];3799[label="vwx300",fontsize=16,color="green",shape="box"];3800[label="vwx400",fontsize=16,color="green",shape="box"];3801[label="vwx300",fontsize=16,color="green",shape="box"];3802[label="vwx400",fontsize=16,color="green",shape="box"];3803[label="vwx400",fontsize=16,color="green",shape="box"];3804[label="vwx300",fontsize=16,color="green",shape="box"];3805[label="vwx300",fontsize=16,color="green",shape="box"];3806[label="vwx400",fontsize=16,color="green",shape="box"];3807[label="vwx400",fontsize=16,color="green",shape="box"];3808[label="vwx300",fontsize=16,color="green",shape="box"];3809[label="vwx300",fontsize=16,color="green",shape="box"];3810[label="vwx400",fontsize=16,color="green",shape="box"];3811[label="vwx300",fontsize=16,color="green",shape="box"];3812[label="vwx400",fontsize=16,color="green",shape="box"];3813[label="vwx400",fontsize=16,color="green",shape="box"];3814[label="vwx300",fontsize=16,color="green",shape="box"];3815[label="vwx400",fontsize=16,color="green",shape="box"];3816[label="vwx300",fontsize=16,color="green",shape="box"];3817[label="vwx300",fontsize=16,color="green",shape="box"];3818[label="vwx400",fontsize=16,color="green",shape="box"];3819[label="vwx400",fontsize=16,color="green",shape="box"];3820[label="vwx300",fontsize=16,color="green",shape="box"];3821[label="vwx300",fontsize=16,color="green",shape="box"];3822[label="vwx400",fontsize=16,color="green",shape="box"];3823[label="vwx300",fontsize=16,color="green",shape="box"];3824[label="vwx400",fontsize=16,color="green",shape="box"];3825[label="vwx2000",fontsize=16,color="green",shape="box"];3826[label="vwx2300",fontsize=16,color="green",shape="box"];3827[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3827 -> 3893[label="",style="solid", color="black", weight=3]; 15.88/5.93 3828[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3828 -> 3894[label="",style="solid", color="black", weight=3]; 15.88/5.93 3829[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3829 -> 3895[label="",style="solid", color="black", weight=3]; 15.88/5.93 3830[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3830 -> 3896[label="",style="solid", color="black", weight=3]; 15.88/5.93 3831[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3831 -> 3897[label="",style="solid", color="black", weight=3]; 15.88/5.93 3832[label="compare0 vwx30 vwx40 True",fontsize=16,color="black",shape="box"];3832 -> 3898[label="",style="solid", color="black", weight=3]; 15.88/5.93 3833[label="vwx3000",fontsize=16,color="green",shape="box"];3834[label="Succ vwx4100",fontsize=16,color="green",shape="box"];3835[label="primPlusNat (Succ vwx2320) (Succ vwx4100)",fontsize=16,color="black",shape="box"];3835 -> 3899[label="",style="solid", color="black", weight=3]; 15.88/5.93 3836[label="primPlusNat Zero (Succ vwx4100)",fontsize=16,color="black",shape="box"];3836 -> 3900[label="",style="solid", color="black", weight=3]; 15.88/5.93 3837[label="vwx302",fontsize=16,color="green",shape="box"];3838[label="vwx402",fontsize=16,color="green",shape="box"];3839[label="vwx302",fontsize=16,color="green",shape="box"];3840[label="vwx402",fontsize=16,color="green",shape="box"];3841[label="vwx302",fontsize=16,color="green",shape="box"];3842[label="vwx402",fontsize=16,color="green",shape="box"];3843[label="vwx402",fontsize=16,color="green",shape="box"];3844[label="vwx302",fontsize=16,color="green",shape="box"];3845[label="vwx302",fontsize=16,color="green",shape="box"];3846[label="vwx402",fontsize=16,color="green",shape="box"];3847[label="vwx402",fontsize=16,color="green",shape="box"];3848[label="vwx302",fontsize=16,color="green",shape="box"];3849[label="vwx302",fontsize=16,color="green",shape="box"];3850[label="vwx402",fontsize=16,color="green",shape="box"];3851[label="vwx302",fontsize=16,color="green",shape="box"];3852[label="vwx402",fontsize=16,color="green",shape="box"];3853[label="vwx402",fontsize=16,color="green",shape="box"];3854[label="vwx302",fontsize=16,color="green",shape="box"];3855[label="vwx402",fontsize=16,color="green",shape="box"];3856[label="vwx302",fontsize=16,color="green",shape="box"];3857[label="vwx302",fontsize=16,color="green",shape="box"];3858[label="vwx402",fontsize=16,color="green",shape="box"];3859[label="vwx402",fontsize=16,color="green",shape="box"];3860[label="vwx302",fontsize=16,color="green",shape="box"];3861[label="vwx302",fontsize=16,color="green",shape="box"];3862[label="vwx402",fontsize=16,color="green",shape="box"];3863[label="vwx302",fontsize=16,color="green",shape="box"];3864[label="vwx402",fontsize=16,color="green",shape="box"];3865[label="vwx301",fontsize=16,color="green",shape="box"];3866[label="vwx401",fontsize=16,color="green",shape="box"];3867[label="vwx301",fontsize=16,color="green",shape="box"];3868[label="vwx401",fontsize=16,color="green",shape="box"];3869[label="vwx301",fontsize=16,color="green",shape="box"];3870[label="vwx401",fontsize=16,color="green",shape="box"];3871[label="vwx401",fontsize=16,color="green",shape="box"];3872[label="vwx301",fontsize=16,color="green",shape="box"];3873[label="vwx301",fontsize=16,color="green",shape="box"];3874[label="vwx401",fontsize=16,color="green",shape="box"];3875[label="vwx401",fontsize=16,color="green",shape="box"];3876[label="vwx301",fontsize=16,color="green",shape="box"];3877[label="vwx301",fontsize=16,color="green",shape="box"];3878[label="vwx401",fontsize=16,color="green",shape="box"];3879[label="vwx301",fontsize=16,color="green",shape="box"];3880[label="vwx401",fontsize=16,color="green",shape="box"];3881[label="vwx401",fontsize=16,color="green",shape="box"];3882[label="vwx301",fontsize=16,color="green",shape="box"];3883[label="vwx401",fontsize=16,color="green",shape="box"];3884[label="vwx301",fontsize=16,color="green",shape="box"];3885[label="vwx301",fontsize=16,color="green",shape="box"];3886[label="vwx401",fontsize=16,color="green",shape="box"];3887[label="vwx401",fontsize=16,color="green",shape="box"];3888[label="vwx301",fontsize=16,color="green",shape="box"];3889[label="vwx301",fontsize=16,color="green",shape="box"];3890[label="vwx401",fontsize=16,color="green",shape="box"];3891[label="vwx301",fontsize=16,color="green",shape="box"];3892[label="vwx401",fontsize=16,color="green",shape="box"];3893[label="GT",fontsize=16,color="green",shape="box"];3894[label="GT",fontsize=16,color="green",shape="box"];3895[label="GT",fontsize=16,color="green",shape="box"];3896[label="GT",fontsize=16,color="green",shape="box"];3897[label="GT",fontsize=16,color="green",shape="box"];3898[label="GT",fontsize=16,color="green",shape="box"];3899[label="Succ (Succ (primPlusNat vwx2320 vwx4100))",fontsize=16,color="green",shape="box"];3899 -> 3901[label="",style="dashed", color="green", weight=3]; 15.88/5.93 3900[label="Succ vwx4100",fontsize=16,color="green",shape="box"];3901[label="primPlusNat vwx2320 vwx4100",fontsize=16,color="burlywood",shape="triangle"];4973[label="vwx2320/Succ vwx23200",fontsize=10,color="white",style="solid",shape="box"];3901 -> 4973[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4973 -> 3902[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4974[label="vwx2320/Zero",fontsize=10,color="white",style="solid",shape="box"];3901 -> 4974[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4974 -> 3903[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3902[label="primPlusNat (Succ vwx23200) vwx4100",fontsize=16,color="burlywood",shape="box"];4975[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];3902 -> 4975[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4975 -> 3904[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4976[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];3902 -> 4976[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4976 -> 3905[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3903[label="primPlusNat Zero vwx4100",fontsize=16,color="burlywood",shape="box"];4977[label="vwx4100/Succ vwx41000",fontsize=10,color="white",style="solid",shape="box"];3903 -> 4977[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4977 -> 3906[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 4978[label="vwx4100/Zero",fontsize=10,color="white",style="solid",shape="box"];3903 -> 4978[label="",style="solid", color="burlywood", weight=9]; 15.88/5.93 4978 -> 3907[label="",style="solid", color="burlywood", weight=3]; 15.88/5.93 3904[label="primPlusNat (Succ vwx23200) (Succ vwx41000)",fontsize=16,color="black",shape="box"];3904 -> 3908[label="",style="solid", color="black", weight=3]; 15.88/5.93 3905[label="primPlusNat (Succ vwx23200) Zero",fontsize=16,color="black",shape="box"];3905 -> 3909[label="",style="solid", color="black", weight=3]; 15.88/5.93 3906[label="primPlusNat Zero (Succ vwx41000)",fontsize=16,color="black",shape="box"];3906 -> 3910[label="",style="solid", color="black", weight=3]; 15.88/5.93 3907[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];3907 -> 3911[label="",style="solid", color="black", weight=3]; 15.88/5.93 3908[label="Succ (Succ (primPlusNat vwx23200 vwx41000))",fontsize=16,color="green",shape="box"];3908 -> 3912[label="",style="dashed", color="green", weight=3]; 15.88/5.93 3909[label="Succ vwx23200",fontsize=16,color="green",shape="box"];3910[label="Succ vwx41000",fontsize=16,color="green",shape="box"];3911[label="Zero",fontsize=16,color="green",shape="box"];3912 -> 3901[label="",style="dashed", color="red", weight=0]; 15.88/5.93 3912[label="primPlusNat vwx23200 vwx41000",fontsize=16,color="magenta"];3912 -> 3913[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3912 -> 3914[label="",style="dashed", color="magenta", weight=3]; 15.88/5.93 3913[label="vwx41000",fontsize=16,color="green",shape="box"];3914[label="vwx23200",fontsize=16,color="green",shape="box"];} 15.88/5.93 15.88/5.93 ---------------------------------------- 15.88/5.93 15.88/5.93 (14) 15.88/5.93 Complex Obligation (AND) 15.88/5.93 15.88/5.93 ---------------------------------------- 15.88/5.93 15.88/5.93 (15) 15.88/5.93 Obligation: 15.88/5.93 Q DP problem: 15.88/5.93 The TRS P consists of the following rules: 15.88/5.93 15.88/5.93 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 15.88/5.93 15.88/5.93 R is empty. 15.88/5.93 Q is empty. 15.88/5.93 We have to consider all minimal (P,Q,R)-chains. 15.88/5.93 ---------------------------------------- 15.88/5.93 15.88/5.93 (16) QDPSizeChangeProof (EQUIVALENT) 15.88/5.93 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. 15.88/5.93 15.88/5.93 From the DPs we obtained the following set of size-change graphs: 15.88/5.93 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 15.88/5.93 The graph contains the following edges 1 > 1, 2 > 2 15.88/5.93 15.88/5.93 15.88/5.93 ---------------------------------------- 15.88/5.93 15.88/5.93 (17) 15.88/5.93 YES 15.88/5.93 15.88/5.93 ---------------------------------------- 15.88/5.93 15.88/5.93 (18) 15.88/5.93 Obligation: 15.88/5.93 Q DP problem: 15.88/5.93 The TRS P consists of the following rules: 15.88/5.93 15.88/5.93 new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(app(ty_Either, dc), dd)) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, dc, dd), dc, dd) 15.88/5.93 new_compare20(vwx30, vwx40, False, ce, cf, cg) -> new_ltEs1(vwx30, vwx40, ce, cf, cg) 15.88/5.93 new_ltEs3(Left(vwx300), Left(vwx400), app(ty_Maybe, beb), bec) -> new_ltEs(vwx300, vwx400, beb) 15.88/5.93 new_compare21(vwx30, vwx40, False, da, db) -> new_ltEs2(vwx30, vwx40, da, db) 15.88/5.93 new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_Either, bfb), bfc), bec) -> new_ltEs3(vwx300, vwx400, bfb, bfc) 15.88/5.93 new_compare3(vwx30, vwx40, ce, cf, cg) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, ce, cf, cg), ce, cf, cg) 15.88/5.93 new_lt3(Right(vwx300), Right(vwx400), bdh, bea) -> new_compare22(Right(vwx300), Right(vwx400), new_esEs15(vwx300, vwx400, bea), bdh, bea) 15.88/5.93 new_primCompAux0(vwx158, vwx159, EQ, app(ty_Maybe, de)) -> new_compare1(vwx158, vwx159, de) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, bbg), bbh), bca), bbe) -> new_lt1(vwx300, vwx400, bbg, bbh, bca) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs1(vwx301, vwx401, bda, bdb, bdc) 15.88/5.93 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(ty_[], bff)) -> new_ltEs0(vwx300, vwx400, bff) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(app(app(ty_@3, ge), gf), gg), eh) -> new_lt1(vwx301, vwx401, ge, gf, gg) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(app(ty_@2, gh), ha), eh) -> new_lt2(vwx301, vwx401, gh, ha) 15.88/5.93 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs1(vwx300, vwx400, bfg, bfh, bga) 15.88/5.93 new_lt1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, bah, bba) -> new_compare20(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), new_asAs(new_esEs11(vwx300, vwx400, bag), new_asAs(new_esEs10(vwx301, vwx401, bah), new_esEs9(vwx302, vwx402, bba))), bag, bah, bba) 15.88/5.93 new_compare22(vwx30, vwx40, False, dc, dd) -> new_ltEs3(vwx30, vwx40, dc, dd) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(ty_[], he)) -> new_ltEs0(vwx302, vwx402, he) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], bbf), bbe) -> new_lt0(vwx300, vwx400, bbf) 15.88/5.93 new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_Either, bg), bh)) -> new_ltEs3(vwx300, vwx400, bg, bh) 15.88/5.93 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(app(ty_Either, bgd), bge)) -> new_ltEs3(vwx300, vwx400, bgd, bge) 15.88/5.93 new_compare4(vwx30, vwx40, da, db) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, da, db), da, db) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(app(ty_Either, bac), bad)) -> new_ltEs3(vwx302, vwx402, bac, bad) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, bcb), bcc), bbe) -> new_lt2(vwx300, vwx400, bcb, bcc) 15.88/5.93 new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_@2, beh), bfa), bec) -> new_ltEs2(vwx300, vwx400, beh, bfa) 15.88/5.93 new_compare1(vwx30, vwx40, cd) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, cd), cd) 15.88/5.93 new_lt2(@2(vwx300, vwx301), @2(vwx400, vwx401), bbb, bbc) -> new_compare21(@2(vwx300, vwx301), @2(vwx400, vwx401), new_asAs(new_esEs13(vwx300, vwx400, bbb), new_esEs12(vwx301, vwx401, bbc)), bbb, bbc) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ef), eg, eh) -> new_lt(vwx300, vwx400, ef) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(app(ty_@2, bdd), bde)) -> new_ltEs2(vwx301, vwx401, bdd, bde) 15.88/5.93 new_ltEs(Just(vwx300), Just(vwx400), app(ty_[], ba)) -> new_ltEs0(vwx300, vwx400, ba) 15.88/5.93 new_ltEs3(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bee), bef), beg), bec) -> new_ltEs1(vwx300, vwx400, bee, bef, beg) 15.88/5.93 new_lt3(Left(vwx300), Right(vwx400), bdh, bea) -> new_compare22(Left(vwx300), Right(vwx400), False, bdh, bea) 15.88/5.93 new_lt3(Right(vwx300), Left(vwx400), bdh, bea) -> new_compare22(Right(vwx300), Left(vwx400), False, bdh, bea) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(ty_Maybe, gc), eh) -> new_lt(vwx301, vwx401, gc) 15.88/5.93 new_primCompAux0(vwx158, vwx159, EQ, app(app(ty_Either, ed), ee)) -> new_compare5(vwx158, vwx159, ed, ee) 15.88/5.93 new_compare5(vwx30, vwx40, dc, dd) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, dc, dd), dc, dd) 15.88/5.93 new_primCompAux0(vwx158, vwx159, EQ, app(app(app(ty_@3, dg), dh), ea)) -> new_compare3(vwx158, vwx159, dg, dh, ea) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(ty_[], bch)) -> new_ltEs0(vwx301, vwx401, bch) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(ty_[], gd), eh) -> new_lt0(vwx301, vwx401, gd) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(app(ty_Either, hb), hc), eh) -> new_lt3(vwx301, vwx401, hb, hc) 15.88/5.93 new_compare2(vwx30, vwx40, False, cd) -> new_ltEs(vwx30, vwx40, cd) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], fa), eg, eh) -> new_lt0(vwx300, vwx400, fa) 15.88/5.93 new_primCompAux(:(vwx300, vwx301), :(vwx400, vwx401), vwx31, vwx41, app(ty_[], cb)) -> new_primCompAux(vwx300, vwx400, vwx301, vwx401, cb) 15.88/5.93 new_lt(Nothing, Just(vwx400), bae) -> new_compare2(Nothing, Just(vwx400), False, bae) 15.88/5.93 new_lt(Just(vwx300), Nothing, bae) -> new_compare2(Just(vwx300), Nothing, False, bae) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ff), fg), eg, eh) -> new_lt2(vwx300, vwx400, ff, fg) 15.88/5.93 new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(app(app(ty_@3, ce), cf), cg)) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, ce, cf, cg), ce, cf, cg) 15.88/5.93 new_primCompAux0(vwx158, vwx159, EQ, app(ty_[], df)) -> new_compare(vwx158, vwx159, df) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(app(app(ty_@3, hf), hg), hh)) -> new_ltEs1(vwx302, vwx402, hf, hg, hh) 15.88/5.93 new_lt(Nothing, Nothing, bae) -> new_compare2(Nothing, Nothing, True, bae) 15.88/5.93 new_lt3(Left(vwx300), Left(vwx400), bdh, bea) -> new_compare22(Left(vwx300), Left(vwx400), new_esEs14(vwx300, vwx400, bdh), bdh, bea) 15.88/5.93 new_ltEs(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs1(vwx300, vwx400, bb, bc, bd) 15.88/5.93 new_ltEs(Just(vwx300), Just(vwx400), app(ty_Maybe, h)) -> new_ltEs(vwx300, vwx400, h) 15.88/5.93 new_lt(Just(vwx300), Just(vwx400), bae) -> new_compare2(Just(vwx300), Just(vwx400), new_esEs8(vwx300, vwx400, bae), bae) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(ty_Maybe, bcg)) -> new_ltEs(vwx301, vwx401, bcg) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, bbd), bbe) -> new_lt(vwx300, vwx400, bbd) 15.88/5.93 new_ltEs0(vwx30, vwx40, ca) -> new_compare(vwx30, vwx40, ca) 15.88/5.93 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), cb) -> new_primCompAux(vwx300, vwx400, vwx301, vwx401, cb) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(app(ty_@2, baa), bab)) -> new_ltEs2(vwx302, vwx402, baa, bab) 15.88/5.93 new_ltEs3(Left(vwx300), Left(vwx400), app(ty_[], bed), bec) -> new_ltEs0(vwx300, vwx400, bed) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, fb), fc), fd), eg, eh) -> new_lt1(vwx300, vwx400, fb, fc, fd) 15.88/5.93 new_lt0(:(vwx300, vwx301), :(vwx400, vwx401), baf) -> new_primCompAux(vwx300, vwx400, vwx301, vwx401, baf) 15.88/5.93 new_primCompAux0(vwx158, vwx159, EQ, app(app(ty_@2, eb), ec)) -> new_compare4(vwx158, vwx159, eb, ec) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(app(ty_Either, bdf), bdg)) -> new_ltEs3(vwx301, vwx401, bdf, bdg) 15.88/5.93 new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_@2, be), bf)) -> new_ltEs2(vwx300, vwx400, be, bf) 15.88/5.93 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bcd), bce), bbe) -> new_lt3(vwx300, vwx400, bcd, bce) 15.88/5.93 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(app(ty_@2, bgb), bgc)) -> new_ltEs2(vwx300, vwx400, bgb, bgc) 15.88/5.93 new_primCompAux(vwx30, vwx40, vwx31, vwx41, cc) -> new_primCompAux0(vwx31, vwx41, new_compare0(vwx30, vwx40, cc), app(ty_[], cc)) 15.88/5.93 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(ty_Maybe, bfe)) -> new_ltEs(vwx300, vwx400, bfe) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, fh), ga), eg, eh) -> new_lt3(vwx300, vwx400, fh, ga) 15.88/5.93 new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(app(ty_@2, da), db)) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, da, db), da, db) 15.88/5.93 new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(ty_Maybe, cd)) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, cd), cd) 15.88/5.93 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(ty_Maybe, hd)) -> new_ltEs(vwx302, vwx402, hd) 15.88/5.93 15.88/5.93 The TRS R consists of the following rules: 15.88/5.93 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), ty_@0) -> new_ltEs5(vwx300, vwx400) 15.88/5.93 new_ltEs15(vwx30, vwx40) -> new_not(new_esEs23(new_compare17(vwx30, vwx40), GT)) 15.88/5.93 new_esEs14(vwx300, vwx400, app(app(app(ty_@3, cdg), cdh), cea)) -> new_esEs5(vwx300, vwx400, cdg, cdh, cea) 15.88/5.93 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 15.88/5.93 new_esEs11(vwx300, vwx400, app(ty_[], cdf)) -> new_esEs24(vwx300, vwx400, cdf) 15.88/5.93 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 15.88/5.93 new_compare29(vwx30, vwx40) -> new_compare26(vwx30, vwx40, new_esEs18(vwx30, vwx40)) 15.88/5.93 new_ltEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, eh) -> new_pePe(new_lt5(vwx300, vwx400, gb), vwx300, vwx400, new_pePe(new_lt6(vwx301, vwx401, eg), vwx301, vwx401, new_ltEs8(vwx302, vwx402, eh), eg), gb) 15.88/5.93 new_primPlusNat0(Zero, Zero) -> Zero 15.88/5.93 new_compare28(vwx300, vwx401, vwx400, vwx301, ty_Int) -> new_compare15(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 15.88/5.93 new_primCompAux1(vwx30, vwx40, vwx31, vwx41, cc) -> new_primCompAux00(vwx31, vwx41, new_compare0(vwx30, vwx40, cc), app(ty_[], cc)) 15.88/5.93 new_esEs16(vwx109, vwx110, app(ty_Maybe, bhe)) -> new_esEs4(vwx109, vwx110, bhe) 15.88/5.93 new_compare8(vwx30, vwx40, da, db) -> new_compare24(vwx30, vwx40, new_esEs6(vwx30, vwx40, da, db), da, db) 15.88/5.93 new_compare12(vwx30, vwx40, False, da, db) -> GT 15.88/5.93 new_ltEs19(vwx301, vwx401, ty_@0) -> new_ltEs5(vwx301, vwx401) 15.88/5.93 new_ltEs8(vwx302, vwx402, app(app(app(ty_@3, hf), hg), hh)) -> new_ltEs7(vwx302, vwx402, hf, hg, hh) 15.88/5.93 new_esEs15(vwx300, vwx400, app(app(ty_@2, dae), daf)) -> new_esEs6(vwx300, vwx400, dae, daf) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), app(app(ty_@2, ecb), ecc)) -> new_esEs6(vwx1090, vwx1100, ecb, ecc) 15.88/5.93 new_esEs18(True, True) -> True 15.88/5.93 new_esEs23(LT, LT) -> True 15.88/5.93 new_compare25(vwx30, vwx40, False) -> new_compare111(vwx30, vwx40, new_ltEs9(vwx30, vwx40)) 15.88/5.93 new_esEs27(vwx1091, vwx1101, ty_Float) -> new_esEs20(vwx1091, vwx1101) 15.88/5.93 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 15.88/5.93 new_lt6(vwx301, vwx401, app(ty_[], gd)) -> new_lt11(vwx301, vwx401, gd) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), ty_Int, bec) -> new_ltEs14(vwx300, vwx400) 15.88/5.93 new_compare110(vwx30, vwx40, False, cd) -> GT 15.88/5.93 new_ltEs19(vwx301, vwx401, ty_Ordering) -> new_ltEs9(vwx301, vwx401) 15.88/5.93 new_esEs29(vwx1090, vwx1100, app(app(app(ty_@3, deb), dec), ded)) -> new_esEs5(vwx1090, vwx1100, deb, dec, ded) 15.88/5.93 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 15.88/5.93 new_esEs32(vwx1092, vwx1102, app(ty_Ratio, eea)) -> new_esEs21(vwx1092, vwx1102, eea) 15.88/5.93 new_lt20(vwx300, vwx400, ty_Ordering) -> new_lt7(vwx300, vwx400) 15.88/5.93 new_esEs31(vwx200, vwx230, ty_Integer) -> new_esEs22(vwx200, vwx230) 15.88/5.93 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.93 new_lt7(EQ, EQ) -> new_esEs23(new_compare25(EQ, EQ, True), LT) 15.88/5.93 new_compare28(vwx300, vwx401, vwx400, vwx301, ty_Integer) -> new_compare19(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 15.88/5.93 new_lt6(vwx301, vwx401, ty_Float) -> new_lt13(vwx301, vwx401) 15.88/5.93 new_ltEs9(LT, LT) -> True 15.88/5.93 new_primMulNat0(Succ(vwx3000), Succ(vwx4100)) -> new_primPlusNat1(new_primMulNat0(vwx3000, Succ(vwx4100)), vwx4100) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), ty_Ordering) -> new_ltEs9(vwx300, vwx400) 15.88/5.93 new_ltEs17(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, bbe) -> new_pePe(new_lt20(vwx300, vwx400, bcf), vwx300, vwx400, new_ltEs19(vwx301, vwx401, bbe), bcf) 15.88/5.93 new_esEs32(vwx1092, vwx1102, app(ty_[], eee)) -> new_esEs24(vwx1092, vwx1102, eee) 15.88/5.93 new_ltEs8(vwx302, vwx402, ty_Double) -> new_ltEs11(vwx302, vwx402) 15.88/5.93 new_ltEs12(vwx30, vwx40, ebf) -> new_not(new_esEs23(new_compare18(vwx30, vwx40, ebf), GT)) 15.88/5.93 new_esEs9(vwx302, vwx402, app(ty_Ratio, caf)) -> new_esEs21(vwx302, vwx402, caf) 15.88/5.93 new_esEs29(vwx1090, vwx1100, ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.93 new_esEs33(vwx1091, vwx1101, ty_Ordering) -> new_esEs23(vwx1091, vwx1101) 15.88/5.93 new_esEs12(vwx301, vwx401, ty_Bool) -> new_esEs18(vwx301, vwx401) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), ty_Float) -> new_ltEs13(vwx300, vwx400) 15.88/5.93 new_lt6(vwx301, vwx401, app(app(ty_@2, gh), ha)) -> new_lt18(vwx301, vwx401, gh, ha) 15.88/5.93 new_esEs33(vwx1091, vwx1101, ty_Int) -> new_esEs17(vwx1091, vwx1101) 15.88/5.93 new_lt6(vwx301, vwx401, ty_Bool) -> new_lt9(vwx301, vwx401) 15.88/5.93 new_esEs28(vwx1090, vwx1100, app(app(ty_Either, ddf), ddg)) -> new_esEs7(vwx1090, vwx1100, ddf, ddg) 15.88/5.93 new_ltEs19(vwx301, vwx401, ty_Double) -> new_ltEs11(vwx301, vwx401) 15.88/5.93 new_lt20(vwx300, vwx400, app(app(app(ty_@3, bbg), bbh), bca)) -> new_lt4(vwx300, vwx400, bbg, bbh, bca) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), app(app(ty_@2, beh), bfa), bec) -> new_ltEs17(vwx300, vwx400, beh, bfa) 15.88/5.93 new_esEs33(vwx1091, vwx1101, ty_Float) -> new_esEs20(vwx1091, vwx1101) 15.88/5.93 new_esEs19(Char(vwx200), Char(vwx230)) -> new_primEqNat0(vwx200, vwx230) 15.88/5.93 new_compare26(vwx30, vwx40, True) -> EQ 15.88/5.93 new_primEqInt(Pos(Succ(vwx2000)), Pos(Zero)) -> False 15.88/5.93 new_primEqInt(Pos(Zero), Pos(Succ(vwx2300))) -> False 15.88/5.93 new_esEs27(vwx1091, vwx1101, ty_Int) -> new_esEs17(vwx1091, vwx1101) 15.88/5.93 new_esEs13(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.93 new_compare210(vwx30, vwx40, True, dc, dd) -> EQ 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, app(ty_[], df)) -> new_compare6(vwx158, vwx159, df) 15.88/5.93 new_compare0(vwx30, vwx40, ty_Ordering) -> new_compare9(vwx30, vwx40) 15.88/5.93 new_compare0(vwx30, vwx40, app(ty_[], cb)) -> new_compare6(vwx30, vwx40, cb) 15.88/5.93 new_esEs34(vwx1090, vwx1100, app(app(ty_Either, egg), egh)) -> new_esEs7(vwx1090, vwx1100, egg, egh) 15.88/5.93 new_primEqNat0(Succ(vwx2000), Succ(vwx2300)) -> new_primEqNat0(vwx2000, vwx2300) 15.88/5.93 new_compare6(:(vwx300, vwx301), [], cb) -> GT 15.88/5.93 new_compare0(vwx30, vwx40, app(ty_Ratio, dea)) -> new_compare18(vwx30, vwx40, dea) 15.88/5.93 new_esEs12(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 15.88/5.93 new_esEs24([], [], bhh) -> True 15.88/5.93 new_compare24(vwx30, vwx40, False, da, db) -> new_compare12(vwx30, vwx40, new_ltEs17(vwx30, vwx40, da, db), da, db) 15.88/5.93 new_lt5(vwx300, vwx400, ty_Char) -> new_lt16(vwx300, vwx400) 15.88/5.93 new_esEs13(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.93 new_not(True) -> False 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Bool) -> new_ltEs6(vwx300, vwx400) 15.88/5.93 new_esEs34(vwx1090, vwx1100, ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.93 new_lt15(Neg(Zero), Neg(Succ(vwx4000))) -> new_esEs23(new_primCmpNat0(Succ(vwx4000), Zero), LT) 15.88/5.93 new_primCmpNat0(Zero, Zero) -> EQ 15.88/5.93 new_esEs12(vwx301, vwx401, ty_Int) -> new_esEs17(vwx301, vwx401) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, ty_Double) -> new_compare14(vwx158, vwx159) 15.88/5.93 new_esEs16(vwx109, vwx110, ty_Float) -> new_esEs20(vwx109, vwx110) 15.88/5.93 new_ltEs19(vwx301, vwx401, ty_Bool) -> new_ltEs6(vwx301, vwx401) 15.88/5.93 new_esEs12(vwx301, vwx401, app(ty_Maybe, chf)) -> new_esEs4(vwx301, vwx401, chf) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), app(ty_[], ech)) -> new_esEs24(vwx1090, vwx1100, ech) 15.88/5.93 new_esEs33(vwx1091, vwx1101, ty_Double) -> new_esEs26(vwx1091, vwx1101) 15.88/5.93 new_esEs9(vwx302, vwx402, ty_Integer) -> new_esEs22(vwx302, vwx402) 15.88/5.93 new_esEs10(vwx301, vwx401, app(app(ty_@2, cbf), cbg)) -> new_esEs6(vwx301, vwx401, cbf, cbg) 15.88/5.93 new_ltEs19(vwx301, vwx401, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs7(vwx301, vwx401, bda, bdb, bdc) 15.88/5.93 new_esEs8(vwx300, vwx400, app(app(ty_@2, cga), cgb)) -> new_esEs6(vwx300, vwx400, cga, cgb) 15.88/5.93 new_lt16(Char(vwx300), Char(vwx400)) -> new_esEs23(new_primCmpNat0(vwx300, vwx400), LT) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, app(ty_Ratio, ebc)) -> new_compare18(vwx158, vwx159, ebc) 15.88/5.93 new_esEs11(vwx300, vwx400, app(ty_Maybe, cdc)) -> new_esEs4(vwx300, vwx400, cdc) 15.88/5.93 new_esEs32(vwx1092, vwx1102, ty_@0) -> new_esEs25(vwx1092, vwx1102) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), ty_@0, bhg) -> new_esEs25(vwx1090, vwx1100) 15.88/5.93 new_esEs14(vwx300, vwx400, app(app(ty_Either, cef), ceg)) -> new_esEs7(vwx300, vwx400, cef, ceg) 15.88/5.93 new_lt7(GT, GT) -> new_esEs23(new_compare25(GT, GT, True), LT) 15.88/5.93 new_esEs15(vwx300, vwx400, app(ty_Ratio, dag)) -> new_esEs21(vwx300, vwx400, dag) 15.88/5.93 new_compare27(vwx30, vwx40, True, cd) -> EQ 15.88/5.93 new_esEs16(vwx109, vwx110, app(ty_[], bhh)) -> new_esEs24(vwx109, vwx110, bhh) 15.88/5.93 new_esEs26(Double(vwx200, vwx201), Double(vwx230, vwx231)) -> new_esEs17(new_sr0(vwx200, vwx231), new_sr0(vwx201, vwx230)) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.93 new_lt11(:(vwx300, vwx301), :(vwx400, vwx401), baf) -> new_esEs23(new_primCompAux1(vwx300, vwx400, vwx301, vwx401, baf), LT) 15.88/5.93 new_compare6([], :(vwx400, vwx401), cb) -> LT 15.88/5.93 new_lt5(vwx300, vwx400, ty_Bool) -> new_lt9(vwx300, vwx400) 15.88/5.93 new_compare18(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare19(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 15.88/5.93 new_primEqNat0(Succ(vwx2000), Zero) -> False 15.88/5.93 new_primEqNat0(Zero, Succ(vwx2300)) -> False 15.88/5.93 new_esEs16(vwx109, vwx110, ty_Bool) -> new_esEs18(vwx109, vwx110) 15.88/5.93 new_ltEs8(vwx302, vwx402, ty_Int) -> new_ltEs14(vwx302, vwx402) 15.88/5.93 new_esEs27(vwx1091, vwx1101, ty_Ordering) -> new_esEs23(vwx1091, vwx1101) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), app(ty_Ratio, ecd)) -> new_esEs21(vwx1090, vwx1100, ecd) 15.88/5.93 new_esEs8(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.93 new_lt19(Right(vwx300), Right(vwx400), bdh, bea) -> new_esEs23(new_compare210(Right(vwx300), Right(vwx400), new_esEs15(vwx300, vwx400, bea), bdh, bea), LT) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, ty_Ordering) -> new_compare9(vwx158, vwx159) 15.88/5.93 new_esEs11(vwx300, vwx400, app(app(ty_@2, cch), cda)) -> new_esEs6(vwx300, vwx400, cch, cda) 15.88/5.93 new_esEs22(Integer(vwx200), Integer(vwx230)) -> new_primEqInt(vwx200, vwx230) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Float) -> new_ltEs13(vwx300, vwx400) 15.88/5.93 new_esEs15(vwx300, vwx400, app(ty_[], dbc)) -> new_esEs24(vwx300, vwx400, dbc) 15.88/5.93 new_ltEs19(vwx301, vwx401, ty_Float) -> new_ltEs13(vwx301, vwx401) 15.88/5.93 new_ltEs10(Nothing, Just(vwx400), edb) -> True 15.88/5.93 new_lt15(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_esEs23(new_primCmpNat0(vwx400, Succ(vwx3000)), LT) 15.88/5.93 new_ltEs6(True, True) -> True 15.88/5.93 new_esEs8(vwx300, vwx400, app(app(ty_Either, cge), cgf)) -> new_esEs7(vwx300, vwx400, cge, cgf) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, ty_Int) -> new_compare15(vwx158, vwx159) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), ty_Double) -> new_ltEs11(vwx300, vwx400) 15.88/5.93 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 15.88/5.93 new_lt20(vwx300, vwx400, app(ty_Maybe, bbd)) -> new_lt8(vwx300, vwx400, bbd) 15.88/5.93 new_esEs15(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.93 new_esEs28(vwx1090, vwx1100, ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(app(app(ty_@3, dgf), dgg), dgh)) -> new_esEs5(vwx1090, vwx1100, dgf, dgg, dgh) 15.88/5.93 new_esEs9(vwx302, vwx402, app(ty_[], cbb)) -> new_esEs24(vwx302, vwx402, cbb) 15.88/5.93 new_lt5(vwx300, vwx400, app(app(ty_@2, ff), fg)) -> new_lt18(vwx300, vwx400, ff, fg) 15.88/5.93 new_compare0(vwx30, vwx40, ty_Integer) -> new_compare19(vwx30, vwx40) 15.88/5.93 new_esEs13(vwx300, vwx400, app(app(app(ty_@3, dhh), eaa), eab)) -> new_esEs5(vwx300, vwx400, dhh, eaa, eab) 15.88/5.93 new_primCompAux00(vwx158, vwx159, GT, ebb) -> GT 15.88/5.93 new_esEs16(vwx109, vwx110, app(app(ty_@2, bhb), bhc)) -> new_esEs6(vwx109, vwx110, bhb, bhc) 15.88/5.93 new_esEs34(vwx1090, vwx1100, ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.93 new_lt15(Pos(Succ(vwx3000)), Neg(vwx400)) -> new_esEs23(GT, LT) 15.88/5.93 new_esEs12(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(app(ty_Either, bgd), bge)) -> new_ltEs18(vwx300, vwx400, bgd, bge) 15.88/5.93 new_compare23(vwx30, vwx40, False, ce, cf, cg) -> new_compare112(vwx30, vwx40, new_ltEs7(vwx30, vwx40, ce, cf, cg), ce, cf, cg) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_@0) -> new_ltEs5(vwx300, vwx400) 15.88/5.93 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 15.88/5.93 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs22(vwx301, vwx401) 15.88/5.93 new_esEs28(vwx1090, vwx1100, ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.93 new_compare14(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.88/5.93 new_compare14(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.88/5.93 new_esEs27(vwx1091, vwx1101, ty_Bool) -> new_esEs18(vwx1091, vwx1101) 15.88/5.93 new_lt11([], :(vwx400, vwx401), baf) -> new_esEs23(LT, LT) 15.88/5.93 new_lt8(Nothing, Nothing, bae) -> new_esEs23(new_compare27(Nothing, Nothing, True, bae), LT) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs7(vwx300, vwx400, bb, bc, bd) 15.88/5.93 new_esEs33(vwx1091, vwx1101, ty_Bool) -> new_esEs18(vwx1091, vwx1101) 15.88/5.93 new_lt7(LT, LT) -> new_esEs23(new_compare25(LT, LT, True), LT) 15.88/5.93 new_esEs9(vwx302, vwx402, app(app(ty_@2, cad), cae)) -> new_esEs6(vwx302, vwx402, cad, cae) 15.88/5.93 new_sr(Integer(vwx400), Integer(vwx310)) -> Integer(new_primMulInt(vwx400, vwx310)) 15.88/5.93 new_esEs10(vwx301, vwx401, app(ty_Ratio, cbh)) -> new_esEs21(vwx301, vwx401, cbh) 15.88/5.93 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 15.88/5.93 new_compare13(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.88/5.93 new_compare9(vwx30, vwx40) -> new_compare25(vwx30, vwx40, new_esEs23(vwx30, vwx40)) 15.88/5.93 new_esEs16(vwx109, vwx110, ty_Ordering) -> new_esEs23(vwx109, vwx110) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), app(app(ty_Either, bfb), bfc), bec) -> new_ltEs18(vwx300, vwx400, bfb, bfc) 15.88/5.93 new_lt15(Pos(Zero), Pos(Succ(vwx4000))) -> new_esEs23(new_primCmpNat0(Zero, Succ(vwx4000)), LT) 15.88/5.93 new_esEs33(vwx1091, vwx1101, app(app(ty_Either, efe), eff)) -> new_esEs7(vwx1091, vwx1101, efe, eff) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), app(ty_Maybe, h)) -> new_ltEs10(vwx300, vwx400, h) 15.88/5.93 new_esEs33(vwx1091, vwx1101, app(ty_Ratio, efc)) -> new_esEs21(vwx1091, vwx1101, efc) 15.88/5.93 new_esEs11(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.93 new_lt20(vwx300, vwx400, ty_Double) -> new_lt10(vwx300, vwx400) 15.88/5.93 new_esEs32(vwx1092, vwx1102, ty_Integer) -> new_esEs22(vwx1092, vwx1102) 15.88/5.93 new_esEs10(vwx301, vwx401, app(ty_[], ccd)) -> new_esEs24(vwx301, vwx401, ccd) 15.88/5.93 new_esEs13(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.93 new_esEs10(vwx301, vwx401, app(app(ty_Either, ccb), ccc)) -> new_esEs7(vwx301, vwx401, ccb, ccc) 15.88/5.93 new_esEs14(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(app(ty_@2, dha), dhb)) -> new_esEs6(vwx1090, vwx1100, dha, dhb) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Int, bhg) -> new_esEs17(vwx1090, vwx1100) 15.88/5.93 new_lt20(vwx300, vwx400, ty_Int) -> new_lt15(vwx300, vwx400) 15.88/5.93 new_esEs32(vwx1092, vwx1102, ty_Bool) -> new_esEs18(vwx1092, vwx1102) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(app(ty_@2, bgb), bgc)) -> new_ltEs17(vwx300, vwx400, bgb, bgc) 15.88/5.93 new_lt5(vwx300, vwx400, ty_Double) -> new_lt10(vwx300, vwx400) 15.88/5.93 new_lt7(LT, EQ) -> new_esEs23(new_compare25(LT, EQ, False), LT) 15.88/5.93 new_lt7(EQ, LT) -> new_esEs23(new_compare25(EQ, LT, False), LT) 15.88/5.93 new_compare6(:(vwx300, vwx301), :(vwx400, vwx401), cb) -> new_primCompAux1(vwx300, vwx400, vwx301, vwx401, cb) 15.88/5.93 new_lt15(Pos(Zero), Neg(Zero)) -> new_esEs23(EQ, LT) 15.88/5.93 new_lt15(Neg(Zero), Pos(Zero)) -> new_esEs23(EQ, LT) 15.88/5.93 new_esEs8(vwx300, vwx400, app(ty_Ratio, cgc)) -> new_esEs21(vwx300, vwx400, cgc) 15.88/5.93 new_lt20(vwx300, vwx400, app(ty_[], bbf)) -> new_lt11(vwx300, vwx400, bbf) 15.88/5.93 new_lt14(@0, @0) -> new_esEs23(EQ, LT) 15.88/5.93 new_esEs14(vwx300, vwx400, app(app(ty_@2, ceb), cec)) -> new_esEs6(vwx300, vwx400, ceb, cec) 15.88/5.93 new_compare11(vwx30, vwx40, False, dc, dd) -> GT 15.88/5.93 new_compare0(vwx30, vwx40, ty_@0) -> new_compare7(vwx30, vwx40) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.93 new_esEs29(vwx1090, vwx1100, app(ty_[], dfc)) -> new_esEs24(vwx1090, vwx1100, dfc) 15.88/5.93 new_primEqInt(Pos(Zero), Neg(Succ(vwx2300))) -> False 15.88/5.93 new_primEqInt(Neg(Zero), Pos(Succ(vwx2300))) -> False 15.88/5.93 new_esEs34(vwx1090, vwx1100, ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.93 new_esEs8(vwx300, vwx400, app(ty_[], cgg)) -> new_esEs24(vwx300, vwx400, cgg) 15.88/5.93 new_esEs16(vwx109, vwx110, ty_Integer) -> new_esEs22(vwx109, vwx110) 15.88/5.93 new_lt5(vwx300, vwx400, app(ty_[], fa)) -> new_lt11(vwx300, vwx400, fa) 15.88/5.93 new_esEs16(vwx109, vwx110, ty_Int) -> new_esEs17(vwx109, vwx110) 15.88/5.93 new_lt5(vwx300, vwx400, ty_Int) -> new_lt15(vwx300, vwx400) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Double) -> new_ltEs11(vwx300, vwx400) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.93 new_compare26(vwx30, vwx40, False) -> new_compare10(vwx30, vwx40, new_ltEs6(vwx30, vwx40)) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Ordering) -> new_ltEs9(vwx300, vwx400) 15.88/5.93 new_ltEs13(vwx30, vwx40) -> new_not(new_esEs23(new_compare13(vwx30, vwx40), GT)) 15.88/5.93 new_esEs12(vwx301, vwx401, app(ty_Ratio, che)) -> new_esEs21(vwx301, vwx401, che) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), app(app(app(ty_@3, ebg), ebh), eca)) -> new_esEs5(vwx1090, vwx1100, ebg, ebh, eca) 15.88/5.93 new_ltEs6(False, False) -> True 15.88/5.93 new_primEqInt(Neg(Succ(vwx2000)), Neg(Succ(vwx2300))) -> new_primEqNat0(vwx2000, vwx2300) 15.88/5.93 new_esEs11(vwx300, vwx400, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs5(vwx300, vwx400, cce, ccf, ccg) 15.88/5.93 new_esEs28(vwx1090, vwx1100, ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.93 new_compare0(vwx30, vwx40, ty_Float) -> new_compare13(vwx30, vwx40) 15.88/5.93 new_compare15(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 15.88/5.93 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 15.88/5.93 new_esEs9(vwx302, vwx402, ty_Char) -> new_esEs19(vwx302, vwx402) 15.88/5.93 new_primMulInt(Pos(vwx3000), Pos(vwx4100)) -> Pos(new_primMulNat0(vwx3000, vwx4100)) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), app(app(ty_Either, dgc), dgd), bhg) -> new_esEs7(vwx1090, vwx1100, dgc, dgd) 15.88/5.93 new_esEs9(vwx302, vwx402, ty_Float) -> new_esEs20(vwx302, vwx402) 15.88/5.93 new_esEs24(:(vwx1090, vwx1091), [], bhh) -> False 15.88/5.93 new_esEs24([], :(vwx1100, vwx1101), bhh) -> False 15.88/5.93 new_esEs12(vwx301, vwx401, app(app(ty_@2, chc), chd)) -> new_esEs6(vwx301, vwx401, chc, chd) 15.88/5.93 new_primMulNat0(Succ(vwx3000), Zero) -> Zero 15.88/5.93 new_primMulNat0(Zero, Succ(vwx4100)) -> Zero 15.88/5.93 new_esEs28(vwx1090, vwx1100, ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.93 new_compare31(vwx30, vwx40, dc, dd) -> new_compare210(vwx30, vwx40, new_esEs7(vwx30, vwx40, dc, dd), dc, dd) 15.88/5.93 new_ltEs9(GT, EQ) -> False 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), app(ty_[], dge), bhg) -> new_esEs24(vwx1090, vwx1100, dge) 15.88/5.93 new_esEs10(vwx301, vwx401, ty_Char) -> new_esEs19(vwx301, vwx401) 15.88/5.93 new_primPlusNat1(Succ(vwx2320), vwx4100) -> Succ(Succ(new_primPlusNat0(vwx2320, vwx4100))) 15.88/5.93 new_esEs33(vwx1091, vwx1101, ty_Char) -> new_esEs19(vwx1091, vwx1101) 15.88/5.93 new_lt8(Nothing, Just(vwx400), bae) -> new_esEs23(new_compare27(Nothing, Just(vwx400), False, bae), LT) 15.88/5.93 new_lt8(Just(vwx300), Nothing, bae) -> new_esEs23(new_compare27(Just(vwx300), Nothing, False, bae), LT) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bee), bef), beg), bec) -> new_ltEs7(vwx300, vwx400, bee, bef, beg) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), ty_Bool) -> new_ltEs6(vwx300, vwx400) 15.88/5.93 new_esEs28(vwx1090, vwx1100, ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Integer) -> new_ltEs16(vwx300, vwx400) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, ty_@0) -> new_compare7(vwx158, vwx159) 15.88/5.93 new_primPlusNat0(Succ(vwx23200), Zero) -> Succ(vwx23200) 15.88/5.93 new_primPlusNat0(Zero, Succ(vwx41000)) -> Succ(vwx41000) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.93 new_esEs29(vwx1090, vwx1100, ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.93 new_primPlusNat1(Zero, vwx4100) -> Succ(vwx4100) 15.88/5.93 new_ltEs6(True, False) -> False 15.88/5.93 new_esEs32(vwx1092, vwx1102, app(app(app(ty_@3, edd), ede), edf)) -> new_esEs5(vwx1092, vwx1102, edd, ede, edf) 15.88/5.93 new_compare19(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 15.88/5.93 new_ltEs19(vwx301, vwx401, ty_Integer) -> new_ltEs16(vwx301, vwx401) 15.88/5.93 new_compare111(vwx30, vwx40, True) -> LT 15.88/5.93 new_esEs9(vwx302, vwx402, app(ty_Maybe, cag)) -> new_esEs4(vwx302, vwx402, cag) 15.88/5.93 new_esEs10(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 15.88/5.93 new_lt8(Just(vwx300), Just(vwx400), bae) -> new_esEs23(new_compare27(Just(vwx300), Just(vwx400), new_esEs8(vwx300, vwx400, bae), bae), LT) 15.88/5.93 new_esEs13(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.93 new_esEs34(vwx1090, vwx1100, app(app(app(ty_@3, efh), ega), egb)) -> new_esEs5(vwx1090, vwx1100, efh, ega, egb) 15.88/5.93 new_esEs34(vwx1090, vwx1100, ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.93 new_esEs17(vwx20, vwx23) -> new_primEqInt(vwx20, vwx23) 15.88/5.93 new_esEs10(vwx301, vwx401, app(ty_Maybe, cca)) -> new_esEs4(vwx301, vwx401, cca) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), app(ty_Maybe, dgb), bhg) -> new_esEs4(vwx1090, vwx1100, dgb) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, app(app(ty_Either, ed), ee)) -> new_compare31(vwx158, vwx159, ed, ee) 15.88/5.93 new_esEs33(vwx1091, vwx1101, ty_@0) -> new_esEs25(vwx1091, vwx1101) 15.88/5.93 new_esEs29(vwx1090, vwx1100, ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.93 new_esEs8(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(ty_[], bff)) -> new_ltEs4(vwx300, vwx400, bff) 15.88/5.93 new_esEs8(vwx300, vwx400, app(app(app(ty_@3, cff), cfg), cfh)) -> new_esEs5(vwx300, vwx400, cff, cfg, cfh) 15.88/5.93 new_esEs11(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.93 new_ltEs9(GT, GT) -> True 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), app(ty_[], ba)) -> new_ltEs4(vwx300, vwx400, ba) 15.88/5.93 new_esEs13(vwx300, vwx400, app(app(ty_Either, eag), eah)) -> new_esEs7(vwx300, vwx400, eag, eah) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, app(app(app(ty_@3, dg), dh), ea)) -> new_compare30(vwx158, vwx159, dg, dh, ea) 15.88/5.93 new_esEs33(vwx1091, vwx1101, app(ty_Maybe, efd)) -> new_esEs4(vwx1091, vwx1101, efd) 15.88/5.93 new_esEs13(vwx300, vwx400, app(app(ty_@2, eac), ead)) -> new_esEs6(vwx300, vwx400, eac, ead) 15.88/5.93 new_lt15(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_esEs23(new_primCmpNat0(Succ(vwx3000), vwx400), LT) 15.88/5.93 new_lt6(vwx301, vwx401, ty_Double) -> new_lt10(vwx301, vwx401) 15.88/5.93 new_ltEs8(vwx302, vwx402, app(ty_Ratio, cfc)) -> new_ltEs12(vwx302, vwx402, cfc) 15.88/5.93 new_lt15(Neg(Succ(vwx3000)), Pos(vwx400)) -> new_esEs23(LT, LT) 15.88/5.93 new_lt13(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)), LT) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, ty_Integer) -> new_compare19(vwx158, vwx159) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Char) -> new_ltEs15(vwx300, vwx400) 15.88/5.93 new_primMulInt(Neg(vwx3000), Neg(vwx4100)) -> Pos(new_primMulNat0(vwx3000, vwx4100)) 15.88/5.93 new_ltEs8(vwx302, vwx402, ty_Float) -> new_ltEs13(vwx302, vwx402) 15.88/5.93 new_esEs12(vwx301, vwx401, ty_Double) -> new_esEs26(vwx301, vwx401) 15.88/5.93 new_ltEs19(vwx301, vwx401, ty_Char) -> new_ltEs15(vwx301, vwx401) 15.88/5.93 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 15.88/5.93 new_esEs9(vwx302, vwx402, app(app(app(ty_@3, caa), cab), cac)) -> new_esEs5(vwx302, vwx402, caa, cab, cac) 15.88/5.93 new_esEs34(vwx1090, vwx1100, ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.93 new_esEs32(vwx1092, vwx1102, ty_Char) -> new_esEs19(vwx1092, vwx1102) 15.88/5.93 new_esEs11(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.93 new_esEs32(vwx1092, vwx1102, app(ty_Maybe, eeb)) -> new_esEs4(vwx1092, vwx1102, eeb) 15.88/5.93 new_esEs12(vwx301, vwx401, app(app(ty_Either, chg), chh)) -> new_esEs7(vwx301, vwx401, chg, chh) 15.88/5.93 new_compare30(vwx30, vwx40, ce, cf, cg) -> new_compare23(vwx30, vwx40, new_esEs5(vwx30, vwx40, ce, cf, cg), ce, cf, cg) 15.88/5.93 new_ltEs8(vwx302, vwx402, app(app(ty_Either, bac), bad)) -> new_ltEs18(vwx302, vwx402, bac, bad) 15.88/5.93 new_compare0(vwx30, vwx40, app(ty_Maybe, cd)) -> new_compare16(vwx30, vwx40, cd) 15.88/5.93 new_esEs29(vwx1090, vwx1100, ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.93 new_esEs9(vwx302, vwx402, ty_@0) -> new_esEs25(vwx302, vwx402) 15.88/5.93 new_esEs11(vwx300, vwx400, app(ty_Ratio, cdb)) -> new_esEs21(vwx300, vwx400, cdb) 15.88/5.93 new_compare27(vwx30, vwx40, False, cd) -> new_compare110(vwx30, vwx40, new_ltEs10(vwx30, vwx40, cd), cd) 15.88/5.93 new_lt15(Neg(Zero), Neg(Zero)) -> new_esEs23(EQ, LT) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, app(app(ty_@2, eb), ec)) -> new_compare8(vwx158, vwx159, eb, ec) 15.88/5.93 new_esEs30(vwx201, vwx231, ty_Integer) -> new_esEs22(vwx201, vwx231) 15.88/5.93 new_esEs10(vwx301, vwx401, app(app(app(ty_@3, cbc), cbd), cbe)) -> new_esEs5(vwx301, vwx401, cbc, cbd, cbe) 15.88/5.93 new_esEs34(vwx1090, vwx1100, app(ty_Ratio, ege)) -> new_esEs21(vwx1090, vwx1100, ege) 15.88/5.93 new_esEs8(vwx300, vwx400, app(ty_Maybe, cgd)) -> new_esEs4(vwx300, vwx400, cgd) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), app(ty_Maybe, ece)) -> new_esEs4(vwx1090, vwx1100, ece) 15.88/5.93 new_esEs32(vwx1092, vwx1102, ty_Float) -> new_esEs20(vwx1092, vwx1102) 15.88/5.93 new_esEs33(vwx1091, vwx1101, app(app(app(ty_@3, eef), eeg), eeh)) -> new_esEs5(vwx1091, vwx1101, eef, eeg, eeh) 15.88/5.93 new_esEs14(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.93 new_compare0(vwx30, vwx40, ty_Double) -> new_compare14(vwx30, vwx40) 15.88/5.93 new_lt17(Integer(vwx300), Integer(vwx400)) -> new_esEs23(new_primCmpInt(vwx300, vwx400), LT) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), ty_Int) -> new_ltEs14(vwx300, vwx400) 15.88/5.93 new_compare0(vwx30, vwx40, app(app(app(ty_@3, ce), cf), cg)) -> new_compare30(vwx30, vwx40, ce, cf, cg) 15.88/5.93 new_ltEs5(vwx30, vwx40) -> new_not(new_esEs23(new_compare7(vwx30, vwx40), GT)) 15.88/5.93 new_esEs31(vwx200, vwx230, ty_Int) -> new_esEs17(vwx200, vwx230) 15.88/5.93 new_lt10(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)), LT) 15.88/5.93 new_primMulInt(Pos(vwx3000), Neg(vwx4100)) -> Neg(new_primMulNat0(vwx3000, vwx4100)) 15.88/5.93 new_primMulInt(Neg(vwx3000), Pos(vwx4100)) -> Neg(new_primMulNat0(vwx3000, vwx4100)) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Int) -> new_ltEs14(vwx300, vwx400) 15.88/5.93 new_esEs34(vwx1090, vwx1100, app(ty_[], eha)) -> new_esEs24(vwx1090, vwx1100, eha) 15.88/5.93 new_lt6(vwx301, vwx401, app(ty_Maybe, gc)) -> new_lt8(vwx301, vwx401, gc) 15.88/5.93 new_esEs24(:(vwx1090, vwx1091), :(vwx1100, vwx1101), bhh) -> new_asAs(new_esEs29(vwx1090, vwx1100, bhh), new_esEs24(vwx1091, vwx1101, bhh)) 15.88/5.93 new_esEs8(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(ty_Ratio, cfe)) -> new_ltEs12(vwx300, vwx400, cfe) 15.88/5.93 new_lt6(vwx301, vwx401, ty_@0) -> new_lt14(vwx301, vwx401) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), app(app(ty_@2, dfg), dfh), bhg) -> new_esEs6(vwx1090, vwx1100, dfg, dfh) 15.88/5.93 new_esEs16(vwx109, vwx110, ty_Char) -> new_esEs19(vwx109, vwx110) 15.88/5.93 new_esEs28(vwx1090, vwx1100, app(ty_[], ddh)) -> new_esEs24(vwx1090, vwx1100, ddh) 15.88/5.93 new_esEs10(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.93 new_esEs32(vwx1092, vwx1102, app(app(ty_Either, eec), eed)) -> new_esEs7(vwx1092, vwx1102, eec, eed) 15.88/5.93 new_compare14(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), app(ty_Ratio, cfd), bec) -> new_ltEs12(vwx300, vwx400, cfd) 15.88/5.93 new_esEs14(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.93 new_esEs8(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), ty_Char) -> new_ltEs15(vwx300, vwx400) 15.88/5.93 new_lt15(Pos(Zero), Pos(Zero)) -> new_esEs23(EQ, LT) 15.88/5.93 new_esEs15(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.93 new_compare0(vwx30, vwx40, ty_Char) -> new_compare17(vwx30, vwx40) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), ty_Bool, bec) -> new_ltEs6(vwx300, vwx400) 15.88/5.93 new_esEs16(vwx109, vwx110, app(app(ty_Either, bhf), bhg)) -> new_esEs7(vwx109, vwx110, bhf, bhg) 15.88/5.93 new_esEs8(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.93 new_lt19(Left(vwx300), Right(vwx400), bdh, bea) -> new_esEs23(new_compare210(Left(vwx300), Right(vwx400), False, bdh, bea), LT) 15.88/5.93 new_lt19(Right(vwx300), Left(vwx400), bdh, bea) -> new_esEs23(new_compare210(Right(vwx300), Left(vwx400), False, bdh, bea), LT) 15.88/5.93 new_ltEs8(vwx302, vwx402, app(app(ty_@2, baa), bab)) -> new_ltEs17(vwx302, vwx402, baa, bab) 15.88/5.93 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs17(vwx301, vwx401) 15.88/5.93 new_ltEs11(vwx30, vwx40) -> new_not(new_esEs23(new_compare14(vwx30, vwx40), GT)) 15.88/5.93 new_asAs(True, vwx165) -> vwx165 15.88/5.93 new_esEs14(vwx300, vwx400, app(ty_Maybe, cee)) -> new_esEs4(vwx300, vwx400, cee) 15.88/5.93 new_lt9(False, False) -> new_esEs23(new_compare26(False, False, True), LT) 15.88/5.93 new_esEs12(vwx301, vwx401, app(app(app(ty_@3, cgh), cha), chb)) -> new_esEs5(vwx301, vwx401, cgh, cha, chb) 15.88/5.93 new_esEs15(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.93 new_compare13(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.88/5.93 new_lt6(vwx301, vwx401, ty_Int) -> new_lt15(vwx301, vwx401) 15.88/5.93 new_esEs13(vwx300, vwx400, app(ty_Ratio, eae)) -> new_esEs21(vwx300, vwx400, eae) 15.88/5.93 new_esEs34(vwx1090, vwx1100, app(ty_Maybe, egf)) -> new_esEs4(vwx1090, vwx1100, egf) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(ty_Maybe, dhd)) -> new_esEs4(vwx1090, vwx1100, dhd) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, ty_Float) -> new_compare13(vwx158, vwx159) 15.88/5.93 new_esEs29(vwx1090, vwx1100, ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.93 new_ltEs4(vwx30, vwx40, ca) -> new_not(new_esEs23(new_compare6(vwx30, vwx40, ca), GT)) 15.88/5.93 new_esEs18(False, False) -> True 15.88/5.93 new_ltEs16(vwx30, vwx40) -> new_not(new_esEs23(new_compare19(vwx30, vwx40), GT)) 15.88/5.93 new_esEs9(vwx302, vwx402, ty_Double) -> new_esEs26(vwx302, vwx402) 15.88/5.93 new_compare24(vwx30, vwx40, True, da, db) -> EQ 15.88/5.93 new_esEs14(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.93 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 15.88/5.93 new_ltEs8(vwx302, vwx402, ty_Integer) -> new_ltEs16(vwx302, vwx402) 15.88/5.93 new_esEs11(vwx300, vwx400, app(app(ty_Either, cdd), cde)) -> new_esEs7(vwx300, vwx400, cdd, cde) 15.88/5.93 new_esEs27(vwx1091, vwx1101, app(app(ty_@2, dbh), dca)) -> new_esEs6(vwx1091, vwx1101, dbh, dca) 15.88/5.93 new_esEs27(vwx1091, vwx1101, ty_Char) -> new_esEs19(vwx1091, vwx1101) 15.88/5.93 new_esEs9(vwx302, vwx402, ty_Int) -> new_esEs17(vwx302, vwx402) 15.88/5.93 new_primMulNat0(Zero, Zero) -> Zero 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), ty_Float, bec) -> new_ltEs13(vwx300, vwx400) 15.88/5.93 new_esEs8(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.93 new_lt20(vwx300, vwx400, app(app(ty_@2, bcb), bcc)) -> new_lt18(vwx300, vwx400, bcb, bcc) 15.88/5.93 new_compare10(vwx30, vwx40, False) -> GT 15.88/5.93 new_esEs11(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.93 new_esEs9(vwx302, vwx402, ty_Ordering) -> new_esEs23(vwx302, vwx402) 15.88/5.93 new_esEs29(vwx1090, vwx1100, ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.93 new_esEs15(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.93 new_compare111(vwx30, vwx40, False) -> GT 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), app(app(ty_Either, bg), bh)) -> new_ltEs18(vwx300, vwx400, bg, bh) 15.88/5.93 new_esEs10(vwx301, vwx401, ty_Double) -> new_esEs26(vwx301, vwx401) 15.88/5.93 new_esEs28(vwx1090, vwx1100, app(ty_Maybe, dde)) -> new_esEs4(vwx1090, vwx1100, dde) 15.88/5.93 new_lt7(EQ, GT) -> new_esEs23(new_compare25(EQ, GT, False), LT) 15.88/5.93 new_lt7(GT, EQ) -> new_esEs23(new_compare25(GT, EQ, False), LT) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, ty_Char) -> new_compare17(vwx158, vwx159) 15.88/5.93 new_esEs33(vwx1091, vwx1101, app(app(ty_@2, efa), efb)) -> new_esEs6(vwx1091, vwx1101, efa, efb) 15.88/5.93 new_ltEs14(vwx30, vwx40) -> new_not(new_esEs23(new_compare15(vwx30, vwx40), GT)) 15.88/5.93 new_esEs13(vwx300, vwx400, app(ty_Maybe, eaf)) -> new_esEs4(vwx300, vwx400, eaf) 15.88/5.93 new_esEs4(Nothing, Nothing, bhe) -> True 15.88/5.93 new_lt6(vwx301, vwx401, app(app(app(ty_@3, ge), gf), gg)) -> new_lt4(vwx301, vwx401, ge, gf, gg) 15.88/5.93 new_esEs4(Nothing, Just(vwx1100), bhe) -> False 15.88/5.93 new_esEs4(Just(vwx1090), Nothing, bhe) -> False 15.88/5.93 new_esEs9(vwx302, vwx402, app(app(ty_Either, cah), cba)) -> new_esEs7(vwx302, vwx402, cah, cba) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), app(app(app(ty_@3, dfd), dfe), dff), bhg) -> new_esEs5(vwx1090, vwx1100, dfd, dfe, dff) 15.88/5.93 new_lt13(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)), LT) 15.88/5.93 new_lt13(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)), LT) 15.88/5.93 new_lt15(Pos(Zero), Neg(Succ(vwx4000))) -> new_esEs23(GT, LT) 15.88/5.93 new_esEs12(vwx301, vwx401, ty_Char) -> new_esEs19(vwx301, vwx401) 15.88/5.93 new_esEs28(vwx1090, vwx1100, app(app(ty_@2, ddb), ddc)) -> new_esEs6(vwx1090, vwx1100, ddb, ddc) 15.88/5.93 new_esEs34(vwx1090, vwx1100, app(app(ty_@2, egc), egd)) -> new_esEs6(vwx1090, vwx1100, egc, egd) 15.88/5.93 new_esEs10(vwx301, vwx401, ty_Ordering) -> new_esEs23(vwx301, vwx401) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.93 new_ltEs6(False, True) -> True 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(ty_Maybe, bfe)) -> new_ltEs10(vwx300, vwx400, bfe) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), app(app(ty_@2, be), bf)) -> new_ltEs17(vwx300, vwx400, be, bf) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), ty_@0, bec) -> new_ltEs5(vwx300, vwx400) 15.88/5.93 new_ltEs9(GT, LT) -> False 15.88/5.93 new_esEs9(vwx302, vwx402, ty_Bool) -> new_esEs18(vwx302, vwx402) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), app(ty_Ratio, dga), bhg) -> new_esEs21(vwx1090, vwx1100, dga) 15.88/5.93 new_lt4(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, bah, bba) -> new_esEs23(new_compare23(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), new_asAs(new_esEs11(vwx300, vwx400, bag), new_asAs(new_esEs10(vwx301, vwx401, bah), new_esEs9(vwx302, vwx402, bba))), bag, bah, bba), LT) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.93 new_ltEs8(vwx302, vwx402, ty_Char) -> new_ltEs15(vwx302, vwx402) 15.88/5.93 new_compare14(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.88/5.93 new_ltEs8(vwx302, vwx402, app(ty_[], he)) -> new_ltEs4(vwx302, vwx402, he) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), app(app(ty_Either, ecf), ecg)) -> new_esEs7(vwx1090, vwx1100, ecf, ecg) 15.88/5.93 new_esEs8(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.93 new_lt10(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)), LT) 15.88/5.93 new_lt10(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)), LT) 15.88/5.93 new_esEs27(vwx1091, vwx1101, ty_Integer) -> new_esEs22(vwx1091, vwx1101) 15.88/5.93 new_esEs23(GT, GT) -> True 15.88/5.93 new_primEqInt(Neg(Succ(vwx2000)), Neg(Zero)) -> False 15.88/5.93 new_primEqInt(Neg(Zero), Neg(Succ(vwx2300))) -> False 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), app(ty_Ratio, edc)) -> new_ltEs12(vwx300, vwx400, edc) 15.88/5.93 new_lt6(vwx301, vwx401, ty_Char) -> new_lt16(vwx301, vwx401) 15.88/5.93 new_esEs32(vwx1092, vwx1102, ty_Ordering) -> new_esEs23(vwx1092, vwx1102) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Ordering, bhg) -> new_esEs23(vwx1090, vwx1100) 15.88/5.93 new_primEqInt(Pos(Succ(vwx2000)), Pos(Succ(vwx2300))) -> new_primEqNat0(vwx2000, vwx2300) 15.88/5.93 new_esEs29(vwx1090, vwx1100, ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.93 new_ltEs9(EQ, GT) -> True 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, ty_Bool) -> new_compare29(vwx158, vwx159) 15.88/5.93 new_primCompAux00(vwx158, vwx159, EQ, app(ty_Maybe, de)) -> new_compare16(vwx158, vwx159, de) 15.88/5.93 new_esEs15(vwx300, vwx400, app(app(ty_Either, dba), dbb)) -> new_esEs7(vwx300, vwx400, dba, dbb) 15.88/5.93 new_esEs11(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.93 new_esEs15(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.93 new_lt20(vwx300, vwx400, ty_Bool) -> new_lt9(vwx300, vwx400) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(ty_Ratio, dhc)) -> new_esEs21(vwx1090, vwx1100, dhc) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(app(ty_Either, dhe), dhf)) -> new_esEs7(vwx1090, vwx1100, dhe, dhf) 15.88/5.93 new_esEs33(vwx1091, vwx1101, ty_Integer) -> new_esEs22(vwx1091, vwx1101) 15.88/5.93 new_esEs33(vwx1091, vwx1101, app(ty_[], efg)) -> new_esEs24(vwx1091, vwx1101, efg) 15.88/5.93 new_primEqInt(Pos(Succ(vwx2000)), Neg(vwx230)) -> False 15.88/5.93 new_primEqInt(Neg(Succ(vwx2000)), Pos(vwx230)) -> False 15.88/5.93 new_esEs32(vwx1092, vwx1102, ty_Double) -> new_esEs26(vwx1092, vwx1102) 15.88/5.93 new_lt9(True, True) -> new_esEs23(new_compare26(True, True, True), LT) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Double, bhg) -> new_esEs26(vwx1090, vwx1100) 15.88/5.93 new_esEs14(vwx300, vwx400, app(ty_Ratio, ced)) -> new_esEs21(vwx300, vwx400, ced) 15.88/5.93 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 15.88/5.93 new_ltEs19(vwx301, vwx401, app(app(ty_Either, bdf), bdg)) -> new_ltEs18(vwx301, vwx401, bdf, bdg) 15.88/5.93 new_esEs10(vwx301, vwx401, ty_Bool) -> new_esEs18(vwx301, vwx401) 15.88/5.93 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.93 new_ltEs19(vwx301, vwx401, app(ty_Ratio, ebe)) -> new_ltEs12(vwx301, vwx401, ebe) 15.88/5.93 new_pePe(False, vwx109, vwx110, vwx150, bgf) -> new_asAs(new_esEs16(vwx109, vwx110, bgf), vwx150) 15.88/5.93 new_esEs29(vwx1090, vwx1100, app(ty_Maybe, deh)) -> new_esEs4(vwx1090, vwx1100, deh) 15.88/5.93 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 15.88/5.93 new_compare6([], [], cb) -> EQ 15.88/5.93 new_esEs15(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.93 new_compare0(vwx30, vwx40, app(app(ty_Either, dc), dd)) -> new_compare31(vwx30, vwx40, dc, dd) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), ty_Double, bec) -> new_ltEs11(vwx300, vwx400) 15.88/5.93 new_lt20(vwx300, vwx400, app(ty_Ratio, ebd)) -> new_lt12(vwx300, vwx400, ebd) 15.88/5.93 new_primCompAux00(vwx158, vwx159, LT, ebb) -> LT 15.88/5.93 new_esEs27(vwx1091, vwx1101, app(ty_[], dcf)) -> new_esEs24(vwx1091, vwx1101, dcf) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Integer, bhg) -> new_esEs22(vwx1090, vwx1100) 15.88/5.93 new_ltEs19(vwx301, vwx401, app(ty_Maybe, bcg)) -> new_ltEs10(vwx301, vwx401, bcg) 15.88/5.93 new_esEs25(@0, @0) -> True 15.88/5.93 new_esEs27(vwx1091, vwx1101, app(ty_Ratio, dcb)) -> new_esEs21(vwx1091, vwx1101, dcb) 15.88/5.93 new_ltEs8(vwx302, vwx402, ty_Bool) -> new_ltEs6(vwx302, vwx402) 15.88/5.93 new_compare23(vwx30, vwx40, True, ce, cf, cg) -> EQ 15.88/5.93 new_esEs34(vwx1090, vwx1100, ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.93 new_lt5(vwx300, vwx400, ty_Float) -> new_lt13(vwx300, vwx400) 15.88/5.93 new_esEs12(vwx301, vwx401, app(ty_[], daa)) -> new_esEs24(vwx301, vwx401, daa) 15.88/5.93 new_esEs15(vwx300, vwx400, app(app(app(ty_@3, dab), dac), dad)) -> new_esEs5(vwx300, vwx400, dab, dac, dad) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Bool, bhg) -> new_esEs18(vwx1090, vwx1100) 15.88/5.93 new_esEs32(vwx1092, vwx1102, ty_Int) -> new_esEs17(vwx1092, vwx1102) 15.88/5.93 new_esEs11(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.93 new_not(False) -> True 15.88/5.93 new_esEs23(EQ, GT) -> False 15.88/5.93 new_esEs23(GT, EQ) -> False 15.88/5.93 new_esEs23(EQ, EQ) -> True 15.88/5.93 new_compare112(vwx30, vwx40, True, ce, cf, cg) -> LT 15.88/5.93 new_esEs5(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), bgg, bgh, bha) -> new_asAs(new_esEs34(vwx1090, vwx1100, bgg), new_asAs(new_esEs33(vwx1091, vwx1101, bgh), new_esEs32(vwx1092, vwx1102, bha))) 15.88/5.93 new_lt11(:(vwx300, vwx301), [], baf) -> new_esEs23(GT, LT) 15.88/5.93 new_esEs27(vwx1091, vwx1101, app(app(ty_Either, dcd), dce)) -> new_esEs7(vwx1091, vwx1101, dcd, dce) 15.88/5.93 new_esEs29(vwx1090, vwx1100, ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.93 new_lt12(:%(vwx300, vwx301), :%(vwx400, vwx401), dbd) -> new_esEs23(new_compare28(vwx300, vwx401, vwx400, vwx301, dbd), LT) 15.88/5.93 new_lt20(vwx300, vwx400, ty_Float) -> new_lt13(vwx300, vwx400) 15.88/5.93 new_lt5(vwx300, vwx400, app(ty_Maybe, ef)) -> new_lt8(vwx300, vwx400, ef) 15.88/5.93 new_lt7(LT, GT) -> new_esEs23(new_compare25(LT, GT, False), LT) 15.88/5.93 new_lt7(GT, LT) -> new_esEs23(new_compare25(GT, LT, False), LT) 15.88/5.93 new_esEs18(False, True) -> False 15.88/5.93 new_esEs18(True, False) -> False 15.88/5.93 new_primPlusNat0(Succ(vwx23200), Succ(vwx41000)) -> Succ(Succ(new_primPlusNat0(vwx23200, vwx41000))) 15.88/5.93 new_lt9(False, True) -> new_esEs23(new_compare26(False, True, False), LT) 15.88/5.93 new_lt9(True, False) -> new_esEs23(new_compare26(True, False, False), LT) 15.88/5.93 new_compare0(vwx30, vwx40, app(app(ty_@2, da), db)) -> new_compare8(vwx30, vwx40, da, db) 15.88/5.93 new_esEs28(vwx1090, vwx1100, ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.93 new_lt20(vwx300, vwx400, app(app(ty_Either, bcd), bce)) -> new_lt19(vwx300, vwx400, bcd, bce) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(ty_[], dhg)) -> new_esEs24(vwx1090, vwx1100, dhg) 15.88/5.93 new_esEs16(vwx109, vwx110, ty_Double) -> new_esEs26(vwx109, vwx110) 15.88/5.93 new_esEs28(vwx1090, vwx1100, app(app(app(ty_@3, dcg), dch), dda)) -> new_esEs5(vwx1090, vwx1100, dcg, dch, dda) 15.88/5.93 new_esEs34(vwx1090, vwx1100, ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.93 new_esEs14(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.93 new_compare112(vwx30, vwx40, False, ce, cf, cg) -> GT 15.88/5.93 new_compare25(vwx30, vwx40, True) -> EQ 15.88/5.93 new_ltEs10(Just(vwx300), Nothing, edb) -> False 15.88/5.93 new_esEs13(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.93 new_ltEs19(vwx301, vwx401, app(app(ty_@2, bdd), bde)) -> new_ltEs17(vwx301, vwx401, bdd, bde) 15.88/5.93 new_ltEs10(Nothing, Nothing, edb) -> True 15.88/5.93 new_esEs29(vwx1090, vwx1100, app(ty_Ratio, deg)) -> new_esEs21(vwx1090, vwx1100, deg) 15.88/5.93 new_compare210(vwx30, vwx40, False, dc, dd) -> new_compare11(vwx30, vwx40, new_ltEs18(vwx30, vwx40, dc, dd), dc, dd) 15.88/5.93 new_esEs13(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.93 new_lt5(vwx300, vwx400, app(ty_Ratio, cfa)) -> new_lt12(vwx300, vwx400, cfa) 15.88/5.93 new_ltEs8(vwx302, vwx402, ty_Ordering) -> new_ltEs9(vwx302, vwx402) 15.88/5.93 new_esEs11(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), app(ty_Maybe, beb), bec) -> new_ltEs10(vwx300, vwx400, beb) 15.88/5.93 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.93 new_compare11(vwx30, vwx40, True, dc, dd) -> LT 15.88/5.93 new_lt5(vwx300, vwx400, app(app(ty_Either, fh), ga)) -> new_lt19(vwx300, vwx400, fh, ga) 15.88/5.93 new_compare16(vwx30, vwx40, cd) -> new_compare27(vwx30, vwx40, new_esEs4(vwx30, vwx40, cd), cd) 15.88/5.93 new_esEs14(vwx300, vwx400, app(ty_[], ceh)) -> new_esEs24(vwx300, vwx400, ceh) 15.88/5.93 new_ltEs9(LT, EQ) -> True 15.88/5.93 new_esEs29(vwx1090, vwx1100, app(app(ty_@2, dee), def)) -> new_esEs6(vwx1090, vwx1100, dee, def) 15.88/5.93 new_sr0(vwx40, vwx31) -> new_primMulInt(vwx40, vwx31) 15.88/5.93 new_compare10(vwx30, vwx40, True) -> LT 15.88/5.93 new_esEs30(vwx201, vwx231, ty_Int) -> new_esEs17(vwx201, vwx231) 15.88/5.93 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 15.88/5.93 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 15.88/5.93 new_esEs15(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.93 new_esEs27(vwx1091, vwx1101, ty_Double) -> new_esEs26(vwx1091, vwx1101) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), ty_Integer, bec) -> new_ltEs16(vwx300, vwx400) 15.88/5.93 new_esEs23(LT, GT) -> False 15.88/5.93 new_esEs23(GT, LT) -> False 15.88/5.93 new_ltEs9(LT, GT) -> True 15.88/5.93 new_esEs32(vwx1092, vwx1102, app(app(ty_@2, edg), edh)) -> new_esEs6(vwx1092, vwx1102, edg, edh) 15.88/5.93 new_esEs14(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.93 new_lt5(vwx300, vwx400, ty_@0) -> new_lt14(vwx300, vwx400) 15.88/5.93 new_ltEs18(Left(vwx300), Right(vwx400), bfd, bec) -> True 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), ty_Ordering, bec) -> new_ltEs9(vwx300, vwx400) 15.88/5.93 new_lt5(vwx300, vwx400, app(app(app(ty_@3, fb), fc), fd)) -> new_lt4(vwx300, vwx400, fb, fc, fd) 15.88/5.93 new_ltEs8(vwx302, vwx402, app(ty_Maybe, hd)) -> new_ltEs10(vwx302, vwx402, hd) 15.88/5.93 new_lt5(vwx300, vwx400, ty_Integer) -> new_lt17(vwx300, vwx400) 15.88/5.93 new_compare18(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare15(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 15.88/5.93 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 15.88/5.93 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs7(vwx300, vwx400, bfg, bfh, bga) 15.88/5.93 new_lt10(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)), LT) 15.88/5.93 new_esEs11(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.93 new_ltEs18(Right(vwx300), Left(vwx400), bfd, bec) -> False 15.88/5.93 new_lt19(Left(vwx300), Left(vwx400), bdh, bea) -> new_esEs23(new_compare210(Left(vwx300), Left(vwx400), new_esEs14(vwx300, vwx400, bdh), bdh, bea), LT) 15.88/5.93 new_esEs15(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.93 new_compare13(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.88/5.93 new_compare13(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.88/5.93 new_lt6(vwx301, vwx401, ty_Integer) -> new_lt17(vwx301, vwx401) 15.88/5.93 new_esEs23(LT, EQ) -> False 15.88/5.93 new_esEs23(EQ, LT) -> False 15.88/5.93 new_esEs8(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.93 new_lt11([], [], baf) -> new_esEs23(EQ, LT) 15.88/5.93 new_ltEs8(vwx302, vwx402, ty_@0) -> new_ltEs5(vwx302, vwx402) 15.88/5.93 new_lt20(vwx300, vwx400, ty_@0) -> new_lt14(vwx300, vwx400) 15.88/5.93 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 15.88/5.93 new_lt20(vwx300, vwx400, ty_Char) -> new_lt16(vwx300, vwx400) 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), app(ty_[], bed), bec) -> new_ltEs4(vwx300, vwx400, bed) 15.88/5.93 new_esEs13(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.93 new_esEs27(vwx1091, vwx1101, app(ty_Maybe, dcc)) -> new_esEs4(vwx1091, vwx1101, dcc) 15.88/5.93 new_esEs34(vwx1090, vwx1100, ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.93 new_esEs20(Float(vwx200, vwx201), Float(vwx230, vwx231)) -> new_esEs17(new_sr0(vwx200, vwx231), new_sr0(vwx201, vwx230)) 15.88/5.93 new_compare0(vwx30, vwx40, ty_Int) -> new_compare15(vwx30, vwx40) 15.88/5.93 new_lt13(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)), LT) 15.88/5.93 new_esEs14(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.93 new_lt6(vwx301, vwx401, ty_Ordering) -> new_lt7(vwx301, vwx401) 15.88/5.93 new_lt6(vwx301, vwx401, app(app(ty_Either, hb), hc)) -> new_lt19(vwx301, vwx401, hb, hc) 15.88/5.93 new_esEs27(vwx1091, vwx1101, ty_@0) -> new_esEs25(vwx1091, vwx1101) 15.88/5.93 new_ltEs10(Just(vwx300), Just(vwx400), ty_Integer) -> new_ltEs16(vwx300, vwx400) 15.88/5.93 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 15.88/5.93 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 15.88/5.93 new_esEs16(vwx109, vwx110, app(ty_Ratio, bhd)) -> new_esEs21(vwx109, vwx110, bhd) 15.88/5.93 new_esEs12(vwx301, vwx401, ty_Integer) -> new_esEs22(vwx301, vwx401) 15.88/5.93 new_ltEs9(EQ, LT) -> False 15.88/5.93 new_esEs16(vwx109, vwx110, ty_@0) -> new_esEs25(vwx109, vwx110) 15.88/5.93 new_esEs13(vwx300, vwx400, app(ty_[], eba)) -> new_esEs24(vwx300, vwx400, eba) 15.88/5.93 new_esEs6(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), bhb, bhc) -> new_asAs(new_esEs28(vwx1090, vwx1100, bhb), new_esEs27(vwx1091, vwx1101, bhc)) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Float, bhg) -> new_esEs20(vwx1090, vwx1100) 15.88/5.93 new_compare17(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 15.88/5.93 new_primEqNat0(Zero, Zero) -> True 15.88/5.93 new_esEs16(vwx109, vwx110, app(app(app(ty_@3, bgg), bgh), bha)) -> new_esEs5(vwx109, vwx110, bgg, bgh, bha) 15.88/5.93 new_esEs28(vwx1090, vwx1100, ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.93 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Char, bhg) -> new_esEs19(vwx1090, vwx1100) 15.88/5.93 new_compare110(vwx30, vwx40, True, cd) -> LT 15.88/5.93 new_lt5(vwx300, vwx400, ty_Ordering) -> new_lt7(vwx300, vwx400) 15.88/5.93 new_esEs28(vwx1090, vwx1100, ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.93 new_lt20(vwx300, vwx400, ty_Integer) -> new_lt17(vwx300, vwx400) 15.88/5.93 new_asAs(False, vwx165) -> False 15.88/5.93 new_ltEs19(vwx301, vwx401, app(ty_[], bch)) -> new_ltEs4(vwx301, vwx401, bch) 15.88/5.93 new_compare7(@0, @0) -> EQ 15.88/5.93 new_ltEs19(vwx301, vwx401, ty_Int) -> new_ltEs14(vwx301, vwx401) 15.88/5.93 new_pePe(True, vwx109, vwx110, vwx150, bgf) -> True 15.88/5.93 new_esEs29(vwx1090, vwx1100, app(app(ty_Either, dfa), dfb)) -> new_esEs7(vwx1090, vwx1100, dfa, dfb) 15.88/5.93 new_esEs14(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.93 new_esEs13(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.93 new_esEs15(vwx300, vwx400, app(ty_Maybe, dah)) -> new_esEs4(vwx300, vwx400, dah) 15.88/5.93 new_lt6(vwx301, vwx401, app(ty_Ratio, cfb)) -> new_lt12(vwx301, vwx401, cfb) 15.88/5.93 new_esEs28(vwx1090, vwx1100, app(ty_Ratio, ddd)) -> new_esEs21(vwx1090, vwx1100, ddd) 15.88/5.93 new_compare0(vwx30, vwx40, ty_Bool) -> new_compare29(vwx30, vwx40) 15.88/5.93 new_esEs7(Left(vwx1090), Right(vwx1100), bhf, bhg) -> False 15.88/5.93 new_esEs7(Right(vwx1090), Left(vwx1100), bhf, bhg) -> False 15.88/5.93 new_lt18(@2(vwx300, vwx301), @2(vwx400, vwx401), bbb, bbc) -> new_esEs23(new_compare24(@2(vwx300, vwx301), @2(vwx400, vwx401), new_asAs(new_esEs13(vwx300, vwx400, bbb), new_esEs12(vwx301, vwx401, bbc)), bbb, bbc), LT) 15.88/5.93 new_compare12(vwx30, vwx40, True, da, db) -> LT 15.88/5.93 new_ltEs9(EQ, EQ) -> True 15.88/5.93 new_ltEs18(Left(vwx300), Left(vwx400), ty_Char, bec) -> new_ltEs15(vwx300, vwx400) 15.88/5.93 new_esEs12(vwx301, vwx401, ty_Ordering) -> new_esEs23(vwx301, vwx401) 15.88/5.93 new_esEs27(vwx1091, vwx1101, app(app(app(ty_@3, dbe), dbf), dbg)) -> new_esEs5(vwx1091, vwx1101, dbe, dbf, dbg) 15.88/5.93 new_lt15(Neg(Zero), Pos(Succ(vwx4000))) -> new_esEs23(LT, LT) 15.88/5.93 new_esEs21(:%(vwx200, vwx201), :%(vwx230, vwx231), eda) -> new_asAs(new_esEs31(vwx200, vwx230, eda), new_esEs30(vwx201, vwx231, eda)) 15.88/5.93 15.88/5.93 The set Q consists of the following terms: 15.88/5.93 15.88/5.93 new_esEs16(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.93 new_esEs12(x0, x1, ty_Float) 15.88/5.93 new_esEs7(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 15.88/5.93 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 15.88/5.93 new_compare6(:(x0, x1), [], x2) 15.88/5.93 new_esEs28(x0, x1, ty_Float) 15.88/5.93 new_esEs15(x0, x1, app(ty_Ratio, x2)) 15.88/5.93 new_lt6(x0, x1, app(ty_Ratio, x2)) 15.88/5.93 new_esEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 15.88/5.93 new_compare28(x0, x1, x2, x3, ty_Int) 15.88/5.93 new_esEs28(x0, x1, app(ty_Ratio, x2)) 15.88/5.93 new_esEs16(x0, x1, app(ty_[], x2)) 15.88/5.93 new_esEs16(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.93 new_lt4(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.88/5.93 new_lt9(True, True) 15.88/5.93 new_esEs29(x0, x1, ty_Double) 15.88/5.93 new_ltEs10(Just(x0), Just(x1), app(ty_Ratio, x2)) 15.88/5.93 new_esEs13(x0, x1, app(ty_Maybe, x2)) 15.88/5.93 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.93 new_esEs22(Integer(x0), Integer(x1)) 15.88/5.93 new_ltEs18(Right(x0), Right(x1), x2, ty_Double) 15.88/5.93 new_esEs7(Right(x0), Right(x1), x2, ty_Double) 15.88/5.93 new_sr(Integer(x0), Integer(x1)) 15.88/5.93 new_ltEs10(Just(x0), Just(x1), ty_@0) 15.88/5.93 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 15.88/5.93 new_esEs10(x0, x1, ty_Float) 15.88/5.93 new_esEs32(x0, x1, app(ty_Maybe, x2)) 15.88/5.93 new_lt20(x0, x1, ty_Float) 15.88/5.93 new_esEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 15.88/5.93 new_ltEs10(Just(x0), Just(x1), ty_Bool) 15.88/5.93 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.93 new_ltEs18(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 15.88/5.93 new_esEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 15.88/5.93 new_ltEs18(Left(x0), Left(x1), ty_Ordering, x2) 15.88/5.93 new_esEs12(x0, x1, app(ty_Ratio, x2)) 15.88/5.93 new_esEs9(x0, x1, ty_Float) 15.88/5.93 new_esEs7(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 15.88/5.93 new_compare110(x0, x1, True, x2) 15.88/5.93 new_esEs18(True, True) 15.88/5.93 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.93 new_esEs10(x0, x1, app(ty_Ratio, x2)) 15.88/5.93 new_ltEs18(Right(x0), Right(x1), x2, ty_Ordering) 15.88/5.93 new_esEs29(x0, x1, app(ty_Maybe, x2)) 15.88/5.93 new_compare15(x0, x1) 15.88/5.93 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 15.88/5.93 new_esEs17(x0, x1) 15.88/5.93 new_ltEs19(x0, x1, ty_Float) 15.88/5.93 new_primEqInt(Pos(Zero), Pos(Zero)) 15.88/5.93 new_esEs16(x0, x1, ty_Bool) 15.88/5.93 new_compare16(x0, x1, x2) 15.88/5.93 new_lt11([], [], x0) 15.88/5.93 new_esEs15(x0, x1, ty_Integer) 15.88/5.93 new_compare13(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 15.88/5.93 new_compare13(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 15.88/5.93 new_esEs7(Right(x0), Right(x1), x2, ty_Ordering) 15.88/5.93 new_esEs16(x0, x1, ty_Char) 15.88/5.93 new_esEs11(x0, x1, ty_Float) 15.88/5.93 new_compare0(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.93 new_esEs11(x0, x1, ty_Integer) 15.88/5.93 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.93 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.93 new_ltEs18(Left(x0), Left(x1), ty_Double, x2) 15.88/5.93 new_esEs15(x0, x1, app(ty_[], x2)) 15.88/5.93 new_compare10(x0, x1, True) 15.88/5.93 new_ltEs9(EQ, EQ) 15.88/5.93 new_primPlusNat0(Succ(x0), Zero) 15.88/5.93 new_esEs7(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 15.88/5.93 new_primEqInt(Neg(Zero), Neg(Zero)) 15.88/5.93 new_esEs8(x0, x1, app(ty_[], x2)) 15.88/5.93 new_ltEs11(x0, x1) 15.88/5.93 new_compare17(Char(x0), Char(x1)) 15.88/5.93 new_ltEs19(x0, x1, app(ty_[], x2)) 15.88/5.93 new_ltEs10(Just(x0), Just(x1), ty_Integer) 15.88/5.93 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.93 new_esEs14(x0, x1, ty_Ordering) 15.88/5.93 new_lt11([], :(x0, x1), x2) 15.88/5.93 new_primPlusNat1(Succ(x0), x1) 15.88/5.93 new_esEs28(x0, x1, app(ty_Maybe, x2)) 15.88/5.93 new_esEs32(x0, x1, ty_Double) 15.88/5.93 new_lt6(x0, x1, ty_Ordering) 15.88/5.93 new_lt8(Just(x0), Just(x1), x2) 15.88/5.93 new_esEs14(x0, x1, app(ty_Maybe, x2)) 15.88/5.93 new_compare0(x0, x1, ty_Ordering) 15.88/5.93 new_lt20(x0, x1, app(ty_[], x2)) 15.88/5.93 new_esEs8(x0, x1, ty_Double) 15.88/5.93 new_lt5(x0, x1, ty_Double) 15.88/5.93 new_esEs14(x0, x1, ty_Double) 15.88/5.93 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.93 new_ltEs18(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 15.88/5.93 new_esEs8(x0, x1, ty_Int) 15.88/5.93 new_esEs29(x0, x1, app(ty_[], x2)) 15.88/5.93 new_esEs7(Left(x0), Left(x1), ty_Float, x2) 15.88/5.93 new_ltEs8(x0, x1, app(ty_[], x2)) 15.88/5.93 new_compare19(Integer(x0), Integer(x1)) 15.88/5.93 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.93 new_asAs(True, x0) 15.88/5.93 new_lt10(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 15.88/5.93 new_lt20(x0, x1, ty_Integer) 15.88/5.93 new_ltEs15(x0, x1) 15.88/5.93 new_compare27(x0, x1, True, x2) 15.88/5.93 new_esEs32(x0, x1, ty_Int) 15.88/5.93 new_esEs29(x0, x1, app(ty_Ratio, x2)) 15.88/5.93 new_primCompAux00(x0, x1, LT, x2) 15.88/5.93 new_lt6(x0, x1, app(ty_[], x2)) 15.88/5.93 new_primCompAux00(x0, x1, EQ, ty_Integer) 15.88/5.93 new_primEqInt(Pos(Zero), Neg(Zero)) 15.88/5.93 new_primEqInt(Neg(Zero), Pos(Zero)) 15.88/5.93 new_esEs4(Just(x0), Just(x1), ty_Char) 15.88/5.93 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.93 new_ltEs10(Just(x0), Just(x1), ty_Ordering) 15.88/5.93 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 15.88/5.93 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 15.88/5.93 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.93 new_esEs13(x0, x1, app(ty_[], x2)) 15.88/5.93 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.93 new_esEs4(Just(x0), Just(x1), ty_Double) 15.88/5.93 new_ltEs10(Just(x0), Nothing, x1) 15.88/5.93 new_compare110(x0, x1, False, x2) 15.88/5.93 new_esEs16(x0, x1, ty_Ordering) 15.88/5.93 new_primPlusNat1(Zero, x0) 15.88/5.93 new_esEs21(:%(x0, x1), :%(x2, x3), x4) 15.88/5.93 new_esEs27(x0, x1, app(ty_Ratio, x2)) 15.88/5.93 new_esEs23(LT, LT) 15.88/5.93 new_esEs29(x0, x1, ty_Ordering) 15.88/5.93 new_esEs11(x0, x1, app(ty_[], x2)) 15.88/5.93 new_esEs13(x0, x1, ty_@0) 15.88/5.94 new_esEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_lt10(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 15.88/5.94 new_lt10(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 15.88/5.94 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs27(x0, x1, ty_Float) 15.88/5.94 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_lt15(Pos(Zero), Neg(Zero)) 15.88/5.94 new_lt15(Neg(Zero), Pos(Zero)) 15.88/5.94 new_ltEs8(x0, x1, ty_Float) 15.88/5.94 new_esEs11(x0, x1, ty_Bool) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Int) 15.88/5.94 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_compare13(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 15.88/5.94 new_compare0(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 15.88/5.94 new_compare31(x0, x1, x2, x3) 15.88/5.94 new_esEs9(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs13(x0, x1, ty_Float) 15.88/5.94 new_esEs16(x0, x1, ty_Integer) 15.88/5.94 new_esEs15(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 15.88/5.94 new_esEs23(EQ, GT) 15.88/5.94 new_esEs23(GT, EQ) 15.88/5.94 new_compare0(x0, x1, ty_Char) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 15.88/5.94 new_esEs12(x0, x1, ty_Bool) 15.88/5.94 new_compare28(x0, x1, x2, x3, ty_Integer) 15.88/5.94 new_esEs10(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_compare10(x0, x1, False) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_@0) 15.88/5.94 new_esEs24(:(x0, x1), :(x2, x3), x4) 15.88/5.94 new_esEs27(x0, x1, ty_Integer) 15.88/5.94 new_primCmpNat0(Zero, Succ(x0)) 15.88/5.94 new_ltEs9(GT, GT) 15.88/5.94 new_ltEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_@0) 15.88/5.94 new_lt13(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 15.88/5.94 new_esEs32(x0, x1, ty_Char) 15.88/5.94 new_esEs14(x0, x1, ty_Char) 15.88/5.94 new_esEs33(x0, x1, ty_Float) 15.88/5.94 new_esEs14(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 15.88/5.94 new_esEs9(x0, x1, ty_Integer) 15.88/5.94 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 15.88/5.94 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_ltEs18(Left(x0), Right(x1), x2, x3) 15.88/5.94 new_ltEs18(Right(x0), Left(x1), x2, x3) 15.88/5.94 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 15.88/5.94 new_esEs8(x0, x1, ty_Char) 15.88/5.94 new_compare23(x0, x1, False, x2, x3, x4) 15.88/5.94 new_lt20(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_ltEs9(LT, EQ) 15.88/5.94 new_ltEs9(EQ, LT) 15.88/5.94 new_esEs4(Nothing, Just(x0), x1) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_@0, x2) 15.88/5.94 new_esEs14(x0, x1, app(ty_[], x2)) 15.88/5.94 new_ltEs8(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs9(x0, x1, ty_Bool) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 15.88/5.94 new_lt11(:(x0, x1), [], x2) 15.88/5.94 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.88/5.94 new_lt15(Pos(Zero), Pos(Succ(x0))) 15.88/5.94 new_lt5(x0, x1, ty_Ordering) 15.88/5.94 new_esEs18(False, True) 15.88/5.94 new_esEs18(True, False) 15.88/5.94 new_primMulInt(Pos(x0), Pos(x1)) 15.88/5.94 new_esEs34(x0, x1, ty_Double) 15.88/5.94 new_esEs9(x0, x1, app(ty_[], x2)) 15.88/5.94 new_compare24(x0, x1, False, x2, x3) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(ty_Maybe, x2)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(ty_[], x2)) 15.88/5.94 new_esEs13(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 15.88/5.94 new_esEs12(x0, x1, ty_Integer) 15.88/5.94 new_esEs12(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs27(x0, x1, ty_Bool) 15.88/5.94 new_lt15(Pos(Zero), Pos(Zero)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 15.88/5.94 new_esEs16(x0, x1, ty_Double) 15.88/5.94 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs16(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs12(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 15.88/5.94 new_ltEs19(x0, x1, ty_@0) 15.88/5.94 new_esEs33(x0, x1, ty_Int) 15.88/5.94 new_ltEs14(x0, x1) 15.88/5.94 new_ltEs17(@2(x0, x1), @2(x2, x3), x4, x5) 15.88/5.94 new_lt7(LT, LT) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Bool) 15.88/5.94 new_esEs29(x0, x1, ty_Bool) 15.88/5.94 new_esEs11(x0, x1, ty_@0) 15.88/5.94 new_esEs14(x0, x1, ty_Int) 15.88/5.94 new_esEs33(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 15.88/5.94 new_primMulInt(Neg(x0), Neg(x1)) 15.88/5.94 new_lt10(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 15.88/5.94 new_lt15(Neg(Succ(x0)), Neg(x1)) 15.88/5.94 new_esEs29(x0, x1, ty_Char) 15.88/5.94 new_ltEs8(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_primCmpInt(Neg(Zero), Neg(Zero)) 15.88/5.94 new_esEs15(x0, x1, ty_Bool) 15.88/5.94 new_esEs15(x0, x1, ty_Float) 15.88/5.94 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_compare111(x0, x1, True) 15.88/5.94 new_compare11(x0, x1, True, x2, x3) 15.88/5.94 new_primEqNat0(Zero, Succ(x0)) 15.88/5.94 new_esEs32(x0, x1, ty_Ordering) 15.88/5.94 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Ordering) 15.88/5.94 new_lt7(LT, EQ) 15.88/5.94 new_lt7(EQ, LT) 15.88/5.94 new_primCmpInt(Pos(Zero), Neg(Zero)) 15.88/5.94 new_primCmpInt(Neg(Zero), Pos(Zero)) 15.88/5.94 new_lt7(GT, GT) 15.88/5.94 new_ltEs13(x0, x1) 15.88/5.94 new_lt16(Char(x0), Char(x1)) 15.88/5.94 new_esEs13(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_compare0(x0, x1, ty_Float) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Char) 15.88/5.94 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_lt7(EQ, EQ) 15.88/5.94 new_compare6([], [], x0) 15.88/5.94 new_compare0(x0, x1, ty_Bool) 15.88/5.94 new_compare0(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs27(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs29(x0, x1, ty_Int) 15.88/5.94 new_ltEs9(LT, LT) 15.88/5.94 new_lt6(x0, x1, ty_Int) 15.88/5.94 new_primCmpNat0(Succ(x0), Succ(x1)) 15.88/5.94 new_esEs12(x0, x1, ty_Char) 15.88/5.94 new_ltEs6(False, False) 15.88/5.94 new_esEs14(x0, x1, ty_Float) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Integer) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs16(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs27(x0, x1, ty_Ordering) 15.88/5.94 new_esEs34(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs15(x0, x1, ty_Int) 15.88/5.94 new_compare27(x0, x1, False, x2) 15.88/5.94 new_esEs6(@2(x0, x1), @2(x2, x3), x4, x5) 15.88/5.94 new_lt11(:(x0, x1), :(x2, x3), x4) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(ty_[], x3)) 15.88/5.94 new_esEs20(Float(x0, x1), Float(x2, x3)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Int) 15.88/5.94 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt6(x0, x1, ty_Char) 15.88/5.94 new_esEs16(x0, x1, ty_@0) 15.88/5.94 new_compare0(x0, x1, ty_Int) 15.88/5.94 new_compare26(x0, x1, True) 15.88/5.94 new_primMulInt(Pos(x0), Neg(x1)) 15.88/5.94 new_primMulInt(Neg(x0), Pos(x1)) 15.88/5.94 new_lt20(x0, x1, ty_Double) 15.88/5.94 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs5(x0, x1) 15.88/5.94 new_esEs24(:(x0, x1), [], x2) 15.88/5.94 new_lt20(x0, x1, ty_@0) 15.88/5.94 new_esEs12(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Double) 15.88/5.94 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs8(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Float) 15.88/5.94 new_lt8(Just(x0), Nothing, x1) 15.88/5.94 new_esEs29(x0, x1, ty_Float) 15.88/5.94 new_esEs30(x0, x1, ty_Integer) 15.88/5.94 new_esEs34(x0, x1, ty_@0) 15.88/5.94 new_esEs9(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs33(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs15(x0, x1, ty_Char) 15.88/5.94 new_lt6(x0, x1, ty_Bool) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 15.88/5.94 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt9(False, False) 15.88/5.94 new_lt5(x0, x1, ty_Integer) 15.88/5.94 new_compare14(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 15.88/5.94 new_esEs12(x0, x1, ty_Double) 15.88/5.94 new_esEs10(x0, x1, ty_Ordering) 15.88/5.94 new_esEs28(x0, x1, ty_Double) 15.88/5.94 new_compare9(x0, x1) 15.88/5.94 new_lt5(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_lt7(EQ, GT) 15.88/5.94 new_lt7(GT, EQ) 15.88/5.94 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs33(x0, x1, ty_Bool) 15.88/5.94 new_lt12(:%(x0, x1), :%(x2, x3), x4) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Double) 15.88/5.94 new_compare0(x0, x1, ty_Integer) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Ordering) 15.88/5.94 new_lt19(Left(x0), Right(x1), x2, x3) 15.88/5.94 new_lt19(Right(x0), Left(x1), x2, x3) 15.88/5.94 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), app(ty_[], x2)) 15.88/5.94 new_ltEs8(x0, x1, ty_Int) 15.88/5.94 new_lt20(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs26(Double(x0, x1), Double(x2, x3)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), app(ty_[], x2), x3) 15.88/5.94 new_primMulNat0(Zero, Zero) 15.88/5.94 new_esEs30(x0, x1, ty_Int) 15.88/5.94 new_compare23(x0, x1, True, x2, x3, x4) 15.88/5.94 new_esEs27(x0, x1, ty_Int) 15.88/5.94 new_compare7(@0, @0) 15.88/5.94 new_esEs28(x0, x1, ty_Ordering) 15.88/5.94 new_esEs10(x0, x1, ty_Double) 15.88/5.94 new_compare14(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 15.88/5.94 new_compare14(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 15.88/5.94 new_esEs32(x0, x1, ty_Integer) 15.88/5.94 new_esEs34(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_lt5(x0, x1, app(ty_[], x2)) 15.88/5.94 new_lt6(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_ltEs8(x0, x1, ty_Char) 15.88/5.94 new_esEs16(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs8(x0, x1, ty_Integer) 15.88/5.94 new_esEs9(x0, x1, ty_Double) 15.88/5.94 new_compare25(x0, x1, True) 15.88/5.94 new_compare24(x0, x1, True, x2, x3) 15.88/5.94 new_esEs14(x0, x1, ty_Integer) 15.88/5.94 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_compare0(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs23(LT, GT) 15.88/5.94 new_esEs23(GT, LT) 15.88/5.94 new_lt6(x0, x1, ty_Integer) 15.88/5.94 new_esEs33(x0, x1, ty_Integer) 15.88/5.94 new_esEs34(x0, x1, app(ty_[], x2)) 15.88/5.94 new_ltEs19(x0, x1, ty_Ordering) 15.88/5.94 new_esEs11(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs11(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_compare12(x0, x1, True, x2, x3) 15.88/5.94 new_ltEs19(x0, x1, ty_Double) 15.88/5.94 new_esEs9(x0, x1, ty_Char) 15.88/5.94 new_esEs28(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs12(x0, x1, ty_Int) 15.88/5.94 new_esEs13(x0, x1, ty_Double) 15.88/5.94 new_esEs9(x0, x1, ty_Ordering) 15.88/5.94 new_esEs11(x0, x1, ty_Ordering) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Float) 15.88/5.94 new_esEs13(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_lt6(x0, x1, ty_Float) 15.88/5.94 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_compare14(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 15.88/5.94 new_esEs12(x0, x1, ty_Ordering) 15.88/5.94 new_lt5(x0, x1, ty_@0) 15.88/5.94 new_esEs4(Just(x0), Nothing, x1) 15.88/5.94 new_esEs27(x0, x1, ty_Char) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Float) 15.88/5.94 new_esEs34(x0, x1, ty_Bool) 15.88/5.94 new_esEs33(x0, x1, ty_@0) 15.88/5.94 new_esEs8(x0, x1, ty_Float) 15.88/5.94 new_esEs9(x0, x1, ty_Int) 15.88/5.94 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs27(x0, x1, ty_Double) 15.88/5.94 new_primPlusNat0(Zero, Zero) 15.88/5.94 new_lt17(Integer(x0), Integer(x1)) 15.88/5.94 new_compare210(x0, x1, True, x2, x3) 15.88/5.94 new_esEs32(x0, x1, ty_Float) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Integer, x2) 15.88/5.94 new_not(True) 15.88/5.94 new_esEs27(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs14(x0, x1, ty_Bool) 15.88/5.94 new_pePe(False, x0, x1, x2, x3) 15.88/5.94 new_esEs25(@0, @0) 15.88/5.94 new_esEs32(x0, x1, ty_Bool) 15.88/5.94 new_ltEs8(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_ltEs8(x0, x1, ty_@0) 15.88/5.94 new_esEs11(x0, x1, ty_Int) 15.88/5.94 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 15.88/5.94 new_esEs32(x0, x1, ty_@0) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Double, x2) 15.88/5.94 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 15.88/5.94 new_pePe(True, x0, x1, x2, x3) 15.88/5.94 new_primCompAux1(x0, x1, x2, x3, x4) 15.88/5.94 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Bool) 15.88/5.94 new_compare6([], :(x0, x1), x2) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_@0, x2) 15.88/5.94 new_primCompAux00(x0, x1, GT, x2) 15.88/5.94 new_esEs10(x0, x1, ty_Char) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Float) 15.88/5.94 new_esEs13(x0, x1, ty_Int) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 15.88/5.94 new_esEs33(x0, x1, ty_Char) 15.88/5.94 new_esEs15(x0, x1, ty_Ordering) 15.88/5.94 new_ltEs8(x0, x1, ty_Double) 15.88/5.94 new_compare112(x0, x1, False, x2, x3, x4) 15.88/5.94 new_esEs13(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Bool, x2) 15.88/5.94 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 15.88/5.94 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 15.88/5.94 new_esEs11(x0, x1, ty_Char) 15.88/5.94 new_esEs11(x0, x1, ty_Double) 15.88/5.94 new_esEs27(x0, x1, ty_@0) 15.88/5.94 new_esEs18(False, False) 15.88/5.94 new_esEs31(x0, x1, ty_Int) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_@0) 15.88/5.94 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 15.88/5.94 new_lt20(x0, x1, ty_Ordering) 15.88/5.94 new_lt5(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Int, x2) 15.88/5.94 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt15(Pos(Zero), Neg(Succ(x0))) 15.88/5.94 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt15(Neg(Zero), Pos(Succ(x0))) 15.88/5.94 new_esEs28(x0, x1, ty_Int) 15.88/5.94 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_ltEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_lt13(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 15.88/5.94 new_primMulNat0(Succ(x0), Zero) 15.88/5.94 new_compare25(x0, x1, False) 15.88/5.94 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_ltEs10(Nothing, Just(x0), x1) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Char, x2) 15.88/5.94 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs6(True, True) 15.88/5.94 new_esEs29(x0, x1, ty_Integer) 15.88/5.94 new_primEqNat0(Succ(x0), Succ(x1)) 15.88/5.94 new_esEs34(x0, x1, ty_Integer) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 15.88/5.94 new_esEs34(x0, x1, ty_Ordering) 15.88/5.94 new_esEs10(x0, x1, ty_@0) 15.88/5.94 new_lt19(Right(x0), Right(x1), x2, x3) 15.88/5.94 new_primCmpNat0(Succ(x0), Zero) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs8(x0, x1, ty_Bool) 15.88/5.94 new_lt15(Pos(Succ(x0)), Neg(x1)) 15.88/5.94 new_lt15(Neg(Succ(x0)), Pos(x1)) 15.88/5.94 new_lt5(x0, x1, ty_Bool) 15.88/5.94 new_esEs28(x0, x1, ty_Char) 15.88/5.94 new_lt8(Nothing, Nothing, x0) 15.88/5.94 new_esEs10(x0, x1, ty_Int) 15.88/5.94 new_sr0(x0, x1) 15.88/5.94 new_primCmpInt(Pos(Zero), Pos(Zero)) 15.88/5.94 new_esEs8(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_lt9(False, True) 15.88/5.94 new_lt9(True, False) 15.88/5.94 new_primMulNat0(Succ(x0), Succ(x1)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs10(x0, x1, ty_Bool) 15.88/5.94 new_ltEs8(x0, x1, ty_Integer) 15.88/5.94 new_ltEs12(x0, x1, x2) 15.88/5.94 new_lt5(x0, x1, ty_Int) 15.88/5.94 new_esEs29(x0, x1, ty_@0) 15.88/5.94 new_lt5(x0, x1, ty_Char) 15.88/5.94 new_esEs33(x0, x1, ty_Double) 15.88/5.94 new_lt18(@2(x0, x1), @2(x2, x3), x4, x5) 15.88/5.94 new_lt15(Neg(Zero), Neg(Succ(x0))) 15.88/5.94 new_lt7(LT, GT) 15.88/5.94 new_lt7(GT, LT) 15.88/5.94 new_esEs32(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs28(x0, x1, ty_@0) 15.88/5.94 new_compare12(x0, x1, False, x2, x3) 15.88/5.94 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs28(x0, x1, ty_Bool) 15.88/5.94 new_esEs12(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs24([], :(x0, x1), x2) 15.88/5.94 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Integer, x2) 15.88/5.94 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(ty_[], x3)) 15.88/5.94 new_lt19(Left(x0), Left(x1), x2, x3) 15.88/5.94 new_esEs19(Char(x0), Char(x1)) 15.88/5.94 new_lt20(x0, x1, ty_Bool) 15.88/5.94 new_compare26(x0, x1, False) 15.88/5.94 new_lt6(x0, x1, ty_@0) 15.88/5.94 new_lt5(x0, x1, ty_Float) 15.88/5.94 new_primPlusNat0(Succ(x0), Succ(x1)) 15.88/5.94 new_ltEs19(x0, x1, ty_Char) 15.88/5.94 new_esEs13(x0, x1, ty_Char) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Float) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Bool, x2) 15.88/5.94 new_esEs24([], [], x0) 15.88/5.94 new_esEs8(x0, x1, ty_@0) 15.88/5.94 new_esEs9(x0, x1, ty_@0) 15.88/5.94 new_lt13(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 15.88/5.94 new_lt13(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 15.88/5.94 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs33(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_ltEs8(x0, x1, ty_Bool) 15.88/5.94 new_esEs14(x0, x1, ty_@0) 15.88/5.94 new_esEs12(x0, x1, ty_@0) 15.88/5.94 new_esEs31(x0, x1, ty_Integer) 15.88/5.94 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs33(x0, x1, ty_Ordering) 15.88/5.94 new_esEs13(x0, x1, ty_Bool) 15.88/5.94 new_primPlusNat0(Zero, Succ(x0)) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Char, x2) 15.88/5.94 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs23(GT, GT) 15.88/5.94 new_esEs23(LT, EQ) 15.88/5.94 new_esEs23(EQ, LT) 15.88/5.94 new_ltEs19(x0, x1, ty_Int) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Integer) 15.88/5.94 new_esEs8(x0, x1, ty_Ordering) 15.88/5.94 new_ltEs9(GT, EQ) 15.88/5.94 new_ltEs9(EQ, GT) 15.88/5.94 new_compare210(x0, x1, False, x2, x3) 15.88/5.94 new_primEqNat0(Zero, Zero) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Ordering, x2) 15.88/5.94 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 15.88/5.94 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 15.88/5.94 new_lt8(Nothing, Just(x0), x1) 15.88/5.94 new_compare18(:%(x0, x1), :%(x2, x3), ty_Integer) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Integer) 15.88/5.94 new_lt14(@0, @0) 15.88/5.94 new_esEs7(Left(x0), Right(x1), x2, x3) 15.88/5.94 new_esEs7(Right(x0), Left(x1), x2, x3) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Int) 15.88/5.94 new_not(False) 15.88/5.94 new_compare0(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_lt15(Neg(Zero), Neg(Zero)) 15.88/5.94 new_compare11(x0, x1, False, x2, x3) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Char) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Int) 15.88/5.94 new_lt15(Pos(Succ(x0)), Pos(x1)) 15.88/5.94 new_esEs13(x0, x1, ty_Ordering) 15.88/5.94 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 15.88/5.94 new_compare18(:%(x0, x1), :%(x2, x3), ty_Int) 15.88/5.94 new_compare111(x0, x1, False) 15.88/5.94 new_esEs34(x0, x1, ty_Int) 15.88/5.94 new_esEs23(EQ, EQ) 15.88/5.94 new_lt20(x0, x1, ty_Char) 15.88/5.94 new_primMulNat0(Zero, Succ(x0)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 15.88/5.94 new_compare13(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 15.88/5.94 new_lt6(x0, x1, ty_Double) 15.88/5.94 new_esEs28(x0, x1, ty_Integer) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Int, x2) 15.88/5.94 new_compare0(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs8(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs12(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_primEqNat0(Succ(x0), Zero) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Char) 15.88/5.94 new_ltEs6(True, False) 15.88/5.94 new_ltEs6(False, True) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Int) 15.88/5.94 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 15.88/5.94 new_ltEs10(Nothing, Nothing, x0) 15.88/5.94 new_esEs7(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 15.88/5.94 new_esEs32(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs16(x0, x1, ty_Int) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(ty_[], x2), x3) 15.88/5.94 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs19(x0, x1, ty_Integer) 15.88/5.94 new_esEs15(x0, x1, ty_@0) 15.88/5.94 new_esEs34(x0, x1, ty_Char) 15.88/5.94 new_compare0(x0, x1, ty_@0) 15.88/5.94 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 15.88/5.94 new_esEs10(x0, x1, ty_Integer) 15.88/5.94 new_ltEs4(x0, x1, x2) 15.88/5.94 new_ltEs19(x0, x1, ty_Bool) 15.88/5.94 new_compare6(:(x0, x1), :(x2, x3), x4) 15.88/5.94 new_esEs34(x0, x1, ty_Float) 15.88/5.94 new_asAs(False, x0) 15.88/5.94 new_esEs10(x0, x1, app(ty_[], x2)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_@0) 15.88/5.94 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 15.88/5.94 new_compare112(x0, x1, True, x2, x3, x4) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Char) 15.88/5.94 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 15.88/5.94 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Float, x2) 15.88/5.94 new_compare29(x0, x1) 15.88/5.94 new_ltEs8(x0, x1, ty_Ordering) 15.88/5.94 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_compare8(x0, x1, x2, x3) 15.88/5.94 new_ltEs16(x0, x1) 15.88/5.94 new_lt20(x0, x1, ty_Int) 15.88/5.94 new_esEs15(x0, x1, ty_Double) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 15.88/5.94 new_primCmpNat0(Zero, Zero) 15.88/5.94 new_compare0(x0, x1, ty_Double) 15.88/5.94 new_ltEs9(GT, LT) 15.88/5.94 new_ltEs9(LT, GT) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Bool) 15.88/5.94 new_compare30(x0, x1, x2, x3, x4) 15.88/5.94 new_esEs13(x0, x1, ty_Integer) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Bool) 15.88/5.94 new_esEs4(Nothing, Nothing, x0) 15.88/5.94 new_esEs16(x0, x1, ty_Float) 15.88/5.94 15.88/5.94 We have to consider all minimal (P,Q,R)-chains. 15.88/5.94 ---------------------------------------- 15.88/5.94 15.88/5.94 (19) DependencyGraphProof (EQUIVALENT) 15.88/5.94 The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 9 less nodes. 15.88/5.94 ---------------------------------------- 15.88/5.94 15.88/5.94 (20) 15.88/5.94 Obligation: 15.88/5.94 Q DP problem: 15.88/5.94 The TRS P consists of the following rules: 15.88/5.94 15.88/5.94 new_compare22(vwx30, vwx40, False, dc, dd) -> new_ltEs3(vwx30, vwx40, dc, dd) 15.88/5.94 new_ltEs3(Left(vwx300), Left(vwx400), app(ty_Maybe, beb), bec) -> new_ltEs(vwx300, vwx400, beb) 15.88/5.94 new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_Either, bg), bh)) -> new_ltEs3(vwx300, vwx400, bg, bh) 15.88/5.94 new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_Either, bfb), bfc), bec) -> new_ltEs3(vwx300, vwx400, bfb, bfc) 15.88/5.94 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(ty_[], bff)) -> new_ltEs0(vwx300, vwx400, bff) 15.88/5.94 new_ltEs0(vwx30, vwx40, ca) -> new_compare(vwx30, vwx40, ca) 15.88/5.94 new_compare(:(vwx300, vwx301), :(vwx400, vwx401), cb) -> new_primCompAux(vwx300, vwx400, vwx301, vwx401, cb) 15.88/5.94 new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(app(ty_Either, dc), dd)) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, dc, dd), dc, dd) 15.88/5.94 new_primCompAux(:(vwx300, vwx301), :(vwx400, vwx401), vwx31, vwx41, app(ty_[], cb)) -> new_primCompAux(vwx300, vwx400, vwx301, vwx401, cb) 15.88/5.94 new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(app(app(ty_@3, ce), cf), cg)) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, ce, cf, cg), ce, cf, cg) 15.88/5.94 new_compare20(vwx30, vwx40, False, ce, cf, cg) -> new_ltEs1(vwx30, vwx40, ce, cf, cg) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(app(app(ty_@3, ge), gf), gg), eh) -> new_lt1(vwx301, vwx401, ge, gf, gg) 15.88/5.94 new_lt1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, bah, bba) -> new_compare20(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), new_asAs(new_esEs11(vwx300, vwx400, bag), new_asAs(new_esEs10(vwx301, vwx401, bah), new_esEs9(vwx302, vwx402, bba))), bag, bah, bba) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(app(ty_@2, gh), ha), eh) -> new_lt2(vwx301, vwx401, gh, ha) 15.88/5.94 new_lt2(@2(vwx300, vwx301), @2(vwx400, vwx401), bbb, bbc) -> new_compare21(@2(vwx300, vwx301), @2(vwx400, vwx401), new_asAs(new_esEs13(vwx300, vwx400, bbb), new_esEs12(vwx301, vwx401, bbc)), bbb, bbc) 15.88/5.94 new_compare21(vwx30, vwx40, False, da, db) -> new_ltEs2(vwx30, vwx40, da, db) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, bbg), bbh), bca), bbe) -> new_lt1(vwx300, vwx400, bbg, bbh, bca) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs1(vwx301, vwx401, bda, bdb, bdc) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(ty_[], he)) -> new_ltEs0(vwx302, vwx402, he) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(app(ty_Either, bac), bad)) -> new_ltEs3(vwx302, vwx402, bac, bad) 15.88/5.94 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs1(vwx300, vwx400, bfg, bfh, bga) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ef), eg, eh) -> new_lt(vwx300, vwx400, ef) 15.88/5.94 new_lt(Nothing, Just(vwx400), bae) -> new_compare2(Nothing, Just(vwx400), False, bae) 15.88/5.94 new_compare2(vwx30, vwx40, False, cd) -> new_ltEs(vwx30, vwx40, cd) 15.88/5.94 new_ltEs(Just(vwx300), Just(vwx400), app(ty_[], ba)) -> new_ltEs0(vwx300, vwx400, ba) 15.88/5.94 new_ltEs(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs1(vwx300, vwx400, bb, bc, bd) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(ty_Maybe, gc), eh) -> new_lt(vwx301, vwx401, gc) 15.88/5.94 new_lt(Just(vwx300), Nothing, bae) -> new_compare2(Just(vwx300), Nothing, False, bae) 15.88/5.94 new_lt(Just(vwx300), Just(vwx400), bae) -> new_compare2(Just(vwx300), Just(vwx400), new_esEs8(vwx300, vwx400, bae), bae) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(ty_[], gd), eh) -> new_lt0(vwx301, vwx401, gd) 15.88/5.94 new_lt0(:(vwx300, vwx301), :(vwx400, vwx401), baf) -> new_primCompAux(vwx300, vwx400, vwx301, vwx401, baf) 15.88/5.94 new_primCompAux(vwx30, vwx40, vwx31, vwx41, cc) -> new_primCompAux0(vwx31, vwx41, new_compare0(vwx30, vwx40, cc), app(ty_[], cc)) 15.88/5.94 new_primCompAux0(vwx158, vwx159, EQ, app(ty_[], df)) -> new_compare(vwx158, vwx159, df) 15.88/5.94 new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(app(ty_@2, da), db)) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, da, db), da, db) 15.88/5.94 new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(ty_Maybe, cd)) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, cd), cd) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(app(ty_Either, hb), hc), eh) -> new_lt3(vwx301, vwx401, hb, hc) 15.88/5.94 new_lt3(Right(vwx300), Right(vwx400), bdh, bea) -> new_compare22(Right(vwx300), Right(vwx400), new_esEs15(vwx300, vwx400, bea), bdh, bea) 15.88/5.94 new_lt3(Left(vwx300), Right(vwx400), bdh, bea) -> new_compare22(Left(vwx300), Right(vwx400), False, bdh, bea) 15.88/5.94 new_lt3(Right(vwx300), Left(vwx400), bdh, bea) -> new_compare22(Right(vwx300), Left(vwx400), False, bdh, bea) 15.88/5.94 new_lt3(Left(vwx300), Left(vwx400), bdh, bea) -> new_compare22(Left(vwx300), Left(vwx400), new_esEs14(vwx300, vwx400, bdh), bdh, bea) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], fa), eg, eh) -> new_lt0(vwx300, vwx400, fa) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ff), fg), eg, eh) -> new_lt2(vwx300, vwx400, ff, fg) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(app(app(ty_@3, hf), hg), hh)) -> new_ltEs1(vwx302, vwx402, hf, hg, hh) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(app(ty_@2, baa), bab)) -> new_ltEs2(vwx302, vwx402, baa, bab) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], bbf), bbe) -> new_lt0(vwx300, vwx400, bbf) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, bcb), bcc), bbe) -> new_lt2(vwx300, vwx400, bcb, bcc) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(app(ty_@2, bdd), bde)) -> new_ltEs2(vwx301, vwx401, bdd, bde) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(ty_[], bch)) -> new_ltEs0(vwx301, vwx401, bch) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(ty_Maybe, bcg)) -> new_ltEs(vwx301, vwx401, bcg) 15.88/5.94 new_ltEs(Just(vwx300), Just(vwx400), app(ty_Maybe, h)) -> new_ltEs(vwx300, vwx400, h) 15.88/5.94 new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_@2, be), bf)) -> new_ltEs2(vwx300, vwx400, be, bf) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, bbd), bbe) -> new_lt(vwx300, vwx400, bbd) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(app(ty_Either, bdf), bdg)) -> new_ltEs3(vwx301, vwx401, bdf, bdg) 15.88/5.94 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(app(ty_Either, bgd), bge)) -> new_ltEs3(vwx300, vwx400, bgd, bge) 15.88/5.94 new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_@2, beh), bfa), bec) -> new_ltEs2(vwx300, vwx400, beh, bfa) 15.88/5.94 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bcd), bce), bbe) -> new_lt3(vwx300, vwx400, bcd, bce) 15.88/5.94 new_ltEs3(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bee), bef), beg), bec) -> new_ltEs1(vwx300, vwx400, bee, bef, beg) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, fb), fc), fd), eg, eh) -> new_lt1(vwx300, vwx400, fb, fc, fd) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, fh), ga), eg, eh) -> new_lt3(vwx300, vwx400, fh, ga) 15.88/5.94 new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(ty_Maybe, hd)) -> new_ltEs(vwx302, vwx402, hd) 15.88/5.94 new_ltEs3(Left(vwx300), Left(vwx400), app(ty_[], bed), bec) -> new_ltEs0(vwx300, vwx400, bed) 15.88/5.94 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(app(ty_@2, bgb), bgc)) -> new_ltEs2(vwx300, vwx400, bgb, bgc) 15.88/5.94 new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(ty_Maybe, bfe)) -> new_ltEs(vwx300, vwx400, bfe) 15.88/5.94 15.88/5.94 The TRS R consists of the following rules: 15.88/5.94 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), ty_@0) -> new_ltEs5(vwx300, vwx400) 15.88/5.94 new_ltEs15(vwx30, vwx40) -> new_not(new_esEs23(new_compare17(vwx30, vwx40), GT)) 15.88/5.94 new_esEs14(vwx300, vwx400, app(app(app(ty_@3, cdg), cdh), cea)) -> new_esEs5(vwx300, vwx400, cdg, cdh, cea) 15.88/5.94 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 15.88/5.94 new_esEs11(vwx300, vwx400, app(ty_[], cdf)) -> new_esEs24(vwx300, vwx400, cdf) 15.88/5.94 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 15.88/5.94 new_compare29(vwx30, vwx40) -> new_compare26(vwx30, vwx40, new_esEs18(vwx30, vwx40)) 15.88/5.94 new_ltEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, eh) -> new_pePe(new_lt5(vwx300, vwx400, gb), vwx300, vwx400, new_pePe(new_lt6(vwx301, vwx401, eg), vwx301, vwx401, new_ltEs8(vwx302, vwx402, eh), eg), gb) 15.88/5.94 new_primPlusNat0(Zero, Zero) -> Zero 15.88/5.94 new_compare28(vwx300, vwx401, vwx400, vwx301, ty_Int) -> new_compare15(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 15.88/5.94 new_primCompAux1(vwx30, vwx40, vwx31, vwx41, cc) -> new_primCompAux00(vwx31, vwx41, new_compare0(vwx30, vwx40, cc), app(ty_[], cc)) 15.88/5.94 new_esEs16(vwx109, vwx110, app(ty_Maybe, bhe)) -> new_esEs4(vwx109, vwx110, bhe) 15.88/5.94 new_compare8(vwx30, vwx40, da, db) -> new_compare24(vwx30, vwx40, new_esEs6(vwx30, vwx40, da, db), da, db) 15.88/5.94 new_compare12(vwx30, vwx40, False, da, db) -> GT 15.88/5.94 new_ltEs19(vwx301, vwx401, ty_@0) -> new_ltEs5(vwx301, vwx401) 15.88/5.94 new_ltEs8(vwx302, vwx402, app(app(app(ty_@3, hf), hg), hh)) -> new_ltEs7(vwx302, vwx402, hf, hg, hh) 15.88/5.94 new_esEs15(vwx300, vwx400, app(app(ty_@2, dae), daf)) -> new_esEs6(vwx300, vwx400, dae, daf) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), app(app(ty_@2, ecb), ecc)) -> new_esEs6(vwx1090, vwx1100, ecb, ecc) 15.88/5.94 new_esEs18(True, True) -> True 15.88/5.94 new_esEs23(LT, LT) -> True 15.88/5.94 new_compare25(vwx30, vwx40, False) -> new_compare111(vwx30, vwx40, new_ltEs9(vwx30, vwx40)) 15.88/5.94 new_esEs27(vwx1091, vwx1101, ty_Float) -> new_esEs20(vwx1091, vwx1101) 15.88/5.94 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 15.88/5.94 new_lt6(vwx301, vwx401, app(ty_[], gd)) -> new_lt11(vwx301, vwx401, gd) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), ty_Int, bec) -> new_ltEs14(vwx300, vwx400) 15.88/5.94 new_compare110(vwx30, vwx40, False, cd) -> GT 15.88/5.94 new_ltEs19(vwx301, vwx401, ty_Ordering) -> new_ltEs9(vwx301, vwx401) 15.88/5.94 new_esEs29(vwx1090, vwx1100, app(app(app(ty_@3, deb), dec), ded)) -> new_esEs5(vwx1090, vwx1100, deb, dec, ded) 15.88/5.94 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 15.88/5.94 new_esEs32(vwx1092, vwx1102, app(ty_Ratio, eea)) -> new_esEs21(vwx1092, vwx1102, eea) 15.88/5.94 new_lt20(vwx300, vwx400, ty_Ordering) -> new_lt7(vwx300, vwx400) 15.88/5.94 new_esEs31(vwx200, vwx230, ty_Integer) -> new_esEs22(vwx200, vwx230) 15.88/5.94 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.94 new_lt7(EQ, EQ) -> new_esEs23(new_compare25(EQ, EQ, True), LT) 15.88/5.94 new_compare28(vwx300, vwx401, vwx400, vwx301, ty_Integer) -> new_compare19(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 15.88/5.94 new_lt6(vwx301, vwx401, ty_Float) -> new_lt13(vwx301, vwx401) 15.88/5.94 new_ltEs9(LT, LT) -> True 15.88/5.94 new_primMulNat0(Succ(vwx3000), Succ(vwx4100)) -> new_primPlusNat1(new_primMulNat0(vwx3000, Succ(vwx4100)), vwx4100) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), ty_Ordering) -> new_ltEs9(vwx300, vwx400) 15.88/5.94 new_ltEs17(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, bbe) -> new_pePe(new_lt20(vwx300, vwx400, bcf), vwx300, vwx400, new_ltEs19(vwx301, vwx401, bbe), bcf) 15.88/5.94 new_esEs32(vwx1092, vwx1102, app(ty_[], eee)) -> new_esEs24(vwx1092, vwx1102, eee) 15.88/5.94 new_ltEs8(vwx302, vwx402, ty_Double) -> new_ltEs11(vwx302, vwx402) 15.88/5.94 new_ltEs12(vwx30, vwx40, ebf) -> new_not(new_esEs23(new_compare18(vwx30, vwx40, ebf), GT)) 15.88/5.94 new_esEs9(vwx302, vwx402, app(ty_Ratio, caf)) -> new_esEs21(vwx302, vwx402, caf) 15.88/5.94 new_esEs29(vwx1090, vwx1100, ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.94 new_esEs33(vwx1091, vwx1101, ty_Ordering) -> new_esEs23(vwx1091, vwx1101) 15.88/5.94 new_esEs12(vwx301, vwx401, ty_Bool) -> new_esEs18(vwx301, vwx401) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), ty_Float) -> new_ltEs13(vwx300, vwx400) 15.88/5.94 new_lt6(vwx301, vwx401, app(app(ty_@2, gh), ha)) -> new_lt18(vwx301, vwx401, gh, ha) 15.88/5.94 new_esEs33(vwx1091, vwx1101, ty_Int) -> new_esEs17(vwx1091, vwx1101) 15.88/5.94 new_lt6(vwx301, vwx401, ty_Bool) -> new_lt9(vwx301, vwx401) 15.88/5.94 new_esEs28(vwx1090, vwx1100, app(app(ty_Either, ddf), ddg)) -> new_esEs7(vwx1090, vwx1100, ddf, ddg) 15.88/5.94 new_ltEs19(vwx301, vwx401, ty_Double) -> new_ltEs11(vwx301, vwx401) 15.88/5.94 new_lt20(vwx300, vwx400, app(app(app(ty_@3, bbg), bbh), bca)) -> new_lt4(vwx300, vwx400, bbg, bbh, bca) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), app(app(ty_@2, beh), bfa), bec) -> new_ltEs17(vwx300, vwx400, beh, bfa) 15.88/5.94 new_esEs33(vwx1091, vwx1101, ty_Float) -> new_esEs20(vwx1091, vwx1101) 15.88/5.94 new_esEs19(Char(vwx200), Char(vwx230)) -> new_primEqNat0(vwx200, vwx230) 15.88/5.94 new_compare26(vwx30, vwx40, True) -> EQ 15.88/5.94 new_primEqInt(Pos(Succ(vwx2000)), Pos(Zero)) -> False 15.88/5.94 new_primEqInt(Pos(Zero), Pos(Succ(vwx2300))) -> False 15.88/5.94 new_esEs27(vwx1091, vwx1101, ty_Int) -> new_esEs17(vwx1091, vwx1101) 15.88/5.94 new_esEs13(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.94 new_compare210(vwx30, vwx40, True, dc, dd) -> EQ 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, app(ty_[], df)) -> new_compare6(vwx158, vwx159, df) 15.88/5.94 new_compare0(vwx30, vwx40, ty_Ordering) -> new_compare9(vwx30, vwx40) 15.88/5.94 new_compare0(vwx30, vwx40, app(ty_[], cb)) -> new_compare6(vwx30, vwx40, cb) 15.88/5.94 new_esEs34(vwx1090, vwx1100, app(app(ty_Either, egg), egh)) -> new_esEs7(vwx1090, vwx1100, egg, egh) 15.88/5.94 new_primEqNat0(Succ(vwx2000), Succ(vwx2300)) -> new_primEqNat0(vwx2000, vwx2300) 15.88/5.94 new_compare6(:(vwx300, vwx301), [], cb) -> GT 15.88/5.94 new_compare0(vwx30, vwx40, app(ty_Ratio, dea)) -> new_compare18(vwx30, vwx40, dea) 15.88/5.94 new_esEs12(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 15.88/5.94 new_esEs24([], [], bhh) -> True 15.88/5.94 new_compare24(vwx30, vwx40, False, da, db) -> new_compare12(vwx30, vwx40, new_ltEs17(vwx30, vwx40, da, db), da, db) 15.88/5.94 new_lt5(vwx300, vwx400, ty_Char) -> new_lt16(vwx300, vwx400) 15.88/5.94 new_esEs13(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.94 new_not(True) -> False 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Bool) -> new_ltEs6(vwx300, vwx400) 15.88/5.94 new_esEs34(vwx1090, vwx1100, ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.94 new_lt15(Neg(Zero), Neg(Succ(vwx4000))) -> new_esEs23(new_primCmpNat0(Succ(vwx4000), Zero), LT) 15.88/5.94 new_primCmpNat0(Zero, Zero) -> EQ 15.88/5.94 new_esEs12(vwx301, vwx401, ty_Int) -> new_esEs17(vwx301, vwx401) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, ty_Double) -> new_compare14(vwx158, vwx159) 15.88/5.94 new_esEs16(vwx109, vwx110, ty_Float) -> new_esEs20(vwx109, vwx110) 15.88/5.94 new_ltEs19(vwx301, vwx401, ty_Bool) -> new_ltEs6(vwx301, vwx401) 15.88/5.94 new_esEs12(vwx301, vwx401, app(ty_Maybe, chf)) -> new_esEs4(vwx301, vwx401, chf) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), app(ty_[], ech)) -> new_esEs24(vwx1090, vwx1100, ech) 15.88/5.94 new_esEs33(vwx1091, vwx1101, ty_Double) -> new_esEs26(vwx1091, vwx1101) 15.88/5.94 new_esEs9(vwx302, vwx402, ty_Integer) -> new_esEs22(vwx302, vwx402) 15.88/5.94 new_esEs10(vwx301, vwx401, app(app(ty_@2, cbf), cbg)) -> new_esEs6(vwx301, vwx401, cbf, cbg) 15.88/5.94 new_ltEs19(vwx301, vwx401, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs7(vwx301, vwx401, bda, bdb, bdc) 15.88/5.94 new_esEs8(vwx300, vwx400, app(app(ty_@2, cga), cgb)) -> new_esEs6(vwx300, vwx400, cga, cgb) 15.88/5.94 new_lt16(Char(vwx300), Char(vwx400)) -> new_esEs23(new_primCmpNat0(vwx300, vwx400), LT) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, app(ty_Ratio, ebc)) -> new_compare18(vwx158, vwx159, ebc) 15.88/5.94 new_esEs11(vwx300, vwx400, app(ty_Maybe, cdc)) -> new_esEs4(vwx300, vwx400, cdc) 15.88/5.94 new_esEs32(vwx1092, vwx1102, ty_@0) -> new_esEs25(vwx1092, vwx1102) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), ty_@0, bhg) -> new_esEs25(vwx1090, vwx1100) 15.88/5.94 new_esEs14(vwx300, vwx400, app(app(ty_Either, cef), ceg)) -> new_esEs7(vwx300, vwx400, cef, ceg) 15.88/5.94 new_lt7(GT, GT) -> new_esEs23(new_compare25(GT, GT, True), LT) 15.88/5.94 new_esEs15(vwx300, vwx400, app(ty_Ratio, dag)) -> new_esEs21(vwx300, vwx400, dag) 15.88/5.94 new_compare27(vwx30, vwx40, True, cd) -> EQ 15.88/5.94 new_esEs16(vwx109, vwx110, app(ty_[], bhh)) -> new_esEs24(vwx109, vwx110, bhh) 15.88/5.94 new_esEs26(Double(vwx200, vwx201), Double(vwx230, vwx231)) -> new_esEs17(new_sr0(vwx200, vwx231), new_sr0(vwx201, vwx230)) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.94 new_lt11(:(vwx300, vwx301), :(vwx400, vwx401), baf) -> new_esEs23(new_primCompAux1(vwx300, vwx400, vwx301, vwx401, baf), LT) 15.88/5.94 new_compare6([], :(vwx400, vwx401), cb) -> LT 15.88/5.94 new_lt5(vwx300, vwx400, ty_Bool) -> new_lt9(vwx300, vwx400) 15.88/5.94 new_compare18(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare19(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 15.88/5.94 new_primEqNat0(Succ(vwx2000), Zero) -> False 15.88/5.94 new_primEqNat0(Zero, Succ(vwx2300)) -> False 15.88/5.94 new_esEs16(vwx109, vwx110, ty_Bool) -> new_esEs18(vwx109, vwx110) 15.88/5.94 new_ltEs8(vwx302, vwx402, ty_Int) -> new_ltEs14(vwx302, vwx402) 15.88/5.94 new_esEs27(vwx1091, vwx1101, ty_Ordering) -> new_esEs23(vwx1091, vwx1101) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), app(ty_Ratio, ecd)) -> new_esEs21(vwx1090, vwx1100, ecd) 15.88/5.94 new_esEs8(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.94 new_lt19(Right(vwx300), Right(vwx400), bdh, bea) -> new_esEs23(new_compare210(Right(vwx300), Right(vwx400), new_esEs15(vwx300, vwx400, bea), bdh, bea), LT) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, ty_Ordering) -> new_compare9(vwx158, vwx159) 15.88/5.94 new_esEs11(vwx300, vwx400, app(app(ty_@2, cch), cda)) -> new_esEs6(vwx300, vwx400, cch, cda) 15.88/5.94 new_esEs22(Integer(vwx200), Integer(vwx230)) -> new_primEqInt(vwx200, vwx230) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Float) -> new_ltEs13(vwx300, vwx400) 15.88/5.94 new_esEs15(vwx300, vwx400, app(ty_[], dbc)) -> new_esEs24(vwx300, vwx400, dbc) 15.88/5.94 new_ltEs19(vwx301, vwx401, ty_Float) -> new_ltEs13(vwx301, vwx401) 15.88/5.94 new_ltEs10(Nothing, Just(vwx400), edb) -> True 15.88/5.94 new_lt15(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_esEs23(new_primCmpNat0(vwx400, Succ(vwx3000)), LT) 15.88/5.94 new_ltEs6(True, True) -> True 15.88/5.94 new_esEs8(vwx300, vwx400, app(app(ty_Either, cge), cgf)) -> new_esEs7(vwx300, vwx400, cge, cgf) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, ty_Int) -> new_compare15(vwx158, vwx159) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), ty_Double) -> new_ltEs11(vwx300, vwx400) 15.88/5.94 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 15.88/5.94 new_lt20(vwx300, vwx400, app(ty_Maybe, bbd)) -> new_lt8(vwx300, vwx400, bbd) 15.88/5.94 new_esEs15(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.94 new_esEs28(vwx1090, vwx1100, ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(app(app(ty_@3, dgf), dgg), dgh)) -> new_esEs5(vwx1090, vwx1100, dgf, dgg, dgh) 15.88/5.94 new_esEs9(vwx302, vwx402, app(ty_[], cbb)) -> new_esEs24(vwx302, vwx402, cbb) 15.88/5.94 new_lt5(vwx300, vwx400, app(app(ty_@2, ff), fg)) -> new_lt18(vwx300, vwx400, ff, fg) 15.88/5.94 new_compare0(vwx30, vwx40, ty_Integer) -> new_compare19(vwx30, vwx40) 15.88/5.94 new_esEs13(vwx300, vwx400, app(app(app(ty_@3, dhh), eaa), eab)) -> new_esEs5(vwx300, vwx400, dhh, eaa, eab) 15.88/5.94 new_primCompAux00(vwx158, vwx159, GT, ebb) -> GT 15.88/5.94 new_esEs16(vwx109, vwx110, app(app(ty_@2, bhb), bhc)) -> new_esEs6(vwx109, vwx110, bhb, bhc) 15.88/5.94 new_esEs34(vwx1090, vwx1100, ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.94 new_lt15(Pos(Succ(vwx3000)), Neg(vwx400)) -> new_esEs23(GT, LT) 15.88/5.94 new_esEs12(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(app(ty_Either, bgd), bge)) -> new_ltEs18(vwx300, vwx400, bgd, bge) 15.88/5.94 new_compare23(vwx30, vwx40, False, ce, cf, cg) -> new_compare112(vwx30, vwx40, new_ltEs7(vwx30, vwx40, ce, cf, cg), ce, cf, cg) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_@0) -> new_ltEs5(vwx300, vwx400) 15.88/5.94 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 15.88/5.94 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs22(vwx301, vwx401) 15.88/5.94 new_esEs28(vwx1090, vwx1100, ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.94 new_compare14(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.88/5.94 new_compare14(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.88/5.94 new_esEs27(vwx1091, vwx1101, ty_Bool) -> new_esEs18(vwx1091, vwx1101) 15.88/5.94 new_lt11([], :(vwx400, vwx401), baf) -> new_esEs23(LT, LT) 15.88/5.94 new_lt8(Nothing, Nothing, bae) -> new_esEs23(new_compare27(Nothing, Nothing, True, bae), LT) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs7(vwx300, vwx400, bb, bc, bd) 15.88/5.94 new_esEs33(vwx1091, vwx1101, ty_Bool) -> new_esEs18(vwx1091, vwx1101) 15.88/5.94 new_lt7(LT, LT) -> new_esEs23(new_compare25(LT, LT, True), LT) 15.88/5.94 new_esEs9(vwx302, vwx402, app(app(ty_@2, cad), cae)) -> new_esEs6(vwx302, vwx402, cad, cae) 15.88/5.94 new_sr(Integer(vwx400), Integer(vwx310)) -> Integer(new_primMulInt(vwx400, vwx310)) 15.88/5.94 new_esEs10(vwx301, vwx401, app(ty_Ratio, cbh)) -> new_esEs21(vwx301, vwx401, cbh) 15.88/5.94 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 15.88/5.94 new_compare13(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.88/5.94 new_compare9(vwx30, vwx40) -> new_compare25(vwx30, vwx40, new_esEs23(vwx30, vwx40)) 15.88/5.94 new_esEs16(vwx109, vwx110, ty_Ordering) -> new_esEs23(vwx109, vwx110) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), app(app(ty_Either, bfb), bfc), bec) -> new_ltEs18(vwx300, vwx400, bfb, bfc) 15.88/5.94 new_lt15(Pos(Zero), Pos(Succ(vwx4000))) -> new_esEs23(new_primCmpNat0(Zero, Succ(vwx4000)), LT) 15.88/5.94 new_esEs33(vwx1091, vwx1101, app(app(ty_Either, efe), eff)) -> new_esEs7(vwx1091, vwx1101, efe, eff) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), app(ty_Maybe, h)) -> new_ltEs10(vwx300, vwx400, h) 15.88/5.94 new_esEs33(vwx1091, vwx1101, app(ty_Ratio, efc)) -> new_esEs21(vwx1091, vwx1101, efc) 15.88/5.94 new_esEs11(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.94 new_lt20(vwx300, vwx400, ty_Double) -> new_lt10(vwx300, vwx400) 15.88/5.94 new_esEs32(vwx1092, vwx1102, ty_Integer) -> new_esEs22(vwx1092, vwx1102) 15.88/5.94 new_esEs10(vwx301, vwx401, app(ty_[], ccd)) -> new_esEs24(vwx301, vwx401, ccd) 15.88/5.94 new_esEs13(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.94 new_esEs10(vwx301, vwx401, app(app(ty_Either, ccb), ccc)) -> new_esEs7(vwx301, vwx401, ccb, ccc) 15.88/5.94 new_esEs14(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(app(ty_@2, dha), dhb)) -> new_esEs6(vwx1090, vwx1100, dha, dhb) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Int, bhg) -> new_esEs17(vwx1090, vwx1100) 15.88/5.94 new_lt20(vwx300, vwx400, ty_Int) -> new_lt15(vwx300, vwx400) 15.88/5.94 new_esEs32(vwx1092, vwx1102, ty_Bool) -> new_esEs18(vwx1092, vwx1102) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(app(ty_@2, bgb), bgc)) -> new_ltEs17(vwx300, vwx400, bgb, bgc) 15.88/5.94 new_lt5(vwx300, vwx400, ty_Double) -> new_lt10(vwx300, vwx400) 15.88/5.94 new_lt7(LT, EQ) -> new_esEs23(new_compare25(LT, EQ, False), LT) 15.88/5.94 new_lt7(EQ, LT) -> new_esEs23(new_compare25(EQ, LT, False), LT) 15.88/5.94 new_compare6(:(vwx300, vwx301), :(vwx400, vwx401), cb) -> new_primCompAux1(vwx300, vwx400, vwx301, vwx401, cb) 15.88/5.94 new_lt15(Pos(Zero), Neg(Zero)) -> new_esEs23(EQ, LT) 15.88/5.94 new_lt15(Neg(Zero), Pos(Zero)) -> new_esEs23(EQ, LT) 15.88/5.94 new_esEs8(vwx300, vwx400, app(ty_Ratio, cgc)) -> new_esEs21(vwx300, vwx400, cgc) 15.88/5.94 new_lt20(vwx300, vwx400, app(ty_[], bbf)) -> new_lt11(vwx300, vwx400, bbf) 15.88/5.94 new_lt14(@0, @0) -> new_esEs23(EQ, LT) 15.88/5.94 new_esEs14(vwx300, vwx400, app(app(ty_@2, ceb), cec)) -> new_esEs6(vwx300, vwx400, ceb, cec) 15.88/5.94 new_compare11(vwx30, vwx40, False, dc, dd) -> GT 15.88/5.94 new_compare0(vwx30, vwx40, ty_@0) -> new_compare7(vwx30, vwx40) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.94 new_esEs29(vwx1090, vwx1100, app(ty_[], dfc)) -> new_esEs24(vwx1090, vwx1100, dfc) 15.88/5.94 new_primEqInt(Pos(Zero), Neg(Succ(vwx2300))) -> False 15.88/5.94 new_primEqInt(Neg(Zero), Pos(Succ(vwx2300))) -> False 15.88/5.94 new_esEs34(vwx1090, vwx1100, ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.94 new_esEs8(vwx300, vwx400, app(ty_[], cgg)) -> new_esEs24(vwx300, vwx400, cgg) 15.88/5.94 new_esEs16(vwx109, vwx110, ty_Integer) -> new_esEs22(vwx109, vwx110) 15.88/5.94 new_lt5(vwx300, vwx400, app(ty_[], fa)) -> new_lt11(vwx300, vwx400, fa) 15.88/5.94 new_esEs16(vwx109, vwx110, ty_Int) -> new_esEs17(vwx109, vwx110) 15.88/5.94 new_lt5(vwx300, vwx400, ty_Int) -> new_lt15(vwx300, vwx400) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Double) -> new_ltEs11(vwx300, vwx400) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.94 new_compare26(vwx30, vwx40, False) -> new_compare10(vwx30, vwx40, new_ltEs6(vwx30, vwx40)) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Ordering) -> new_ltEs9(vwx300, vwx400) 15.88/5.94 new_ltEs13(vwx30, vwx40) -> new_not(new_esEs23(new_compare13(vwx30, vwx40), GT)) 15.88/5.94 new_esEs12(vwx301, vwx401, app(ty_Ratio, che)) -> new_esEs21(vwx301, vwx401, che) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), app(app(app(ty_@3, ebg), ebh), eca)) -> new_esEs5(vwx1090, vwx1100, ebg, ebh, eca) 15.88/5.94 new_ltEs6(False, False) -> True 15.88/5.94 new_primEqInt(Neg(Succ(vwx2000)), Neg(Succ(vwx2300))) -> new_primEqNat0(vwx2000, vwx2300) 15.88/5.94 new_esEs11(vwx300, vwx400, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs5(vwx300, vwx400, cce, ccf, ccg) 15.88/5.94 new_esEs28(vwx1090, vwx1100, ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.94 new_compare0(vwx30, vwx40, ty_Float) -> new_compare13(vwx30, vwx40) 15.88/5.94 new_compare15(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 15.88/5.94 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 15.88/5.94 new_esEs9(vwx302, vwx402, ty_Char) -> new_esEs19(vwx302, vwx402) 15.88/5.94 new_primMulInt(Pos(vwx3000), Pos(vwx4100)) -> Pos(new_primMulNat0(vwx3000, vwx4100)) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), app(app(ty_Either, dgc), dgd), bhg) -> new_esEs7(vwx1090, vwx1100, dgc, dgd) 15.88/5.94 new_esEs9(vwx302, vwx402, ty_Float) -> new_esEs20(vwx302, vwx402) 15.88/5.94 new_esEs24(:(vwx1090, vwx1091), [], bhh) -> False 15.88/5.94 new_esEs24([], :(vwx1100, vwx1101), bhh) -> False 15.88/5.94 new_esEs12(vwx301, vwx401, app(app(ty_@2, chc), chd)) -> new_esEs6(vwx301, vwx401, chc, chd) 15.88/5.94 new_primMulNat0(Succ(vwx3000), Zero) -> Zero 15.88/5.94 new_primMulNat0(Zero, Succ(vwx4100)) -> Zero 15.88/5.94 new_esEs28(vwx1090, vwx1100, ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.94 new_compare31(vwx30, vwx40, dc, dd) -> new_compare210(vwx30, vwx40, new_esEs7(vwx30, vwx40, dc, dd), dc, dd) 15.88/5.94 new_ltEs9(GT, EQ) -> False 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), app(ty_[], dge), bhg) -> new_esEs24(vwx1090, vwx1100, dge) 15.88/5.94 new_esEs10(vwx301, vwx401, ty_Char) -> new_esEs19(vwx301, vwx401) 15.88/5.94 new_primPlusNat1(Succ(vwx2320), vwx4100) -> Succ(Succ(new_primPlusNat0(vwx2320, vwx4100))) 15.88/5.94 new_esEs33(vwx1091, vwx1101, ty_Char) -> new_esEs19(vwx1091, vwx1101) 15.88/5.94 new_lt8(Nothing, Just(vwx400), bae) -> new_esEs23(new_compare27(Nothing, Just(vwx400), False, bae), LT) 15.88/5.94 new_lt8(Just(vwx300), Nothing, bae) -> new_esEs23(new_compare27(Just(vwx300), Nothing, False, bae), LT) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bee), bef), beg), bec) -> new_ltEs7(vwx300, vwx400, bee, bef, beg) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), ty_Bool) -> new_ltEs6(vwx300, vwx400) 15.88/5.94 new_esEs28(vwx1090, vwx1100, ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Integer) -> new_ltEs16(vwx300, vwx400) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Char) -> new_esEs19(vwx1090, vwx1100) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, ty_@0) -> new_compare7(vwx158, vwx159) 15.88/5.94 new_primPlusNat0(Succ(vwx23200), Zero) -> Succ(vwx23200) 15.88/5.94 new_primPlusNat0(Zero, Succ(vwx41000)) -> Succ(vwx41000) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.94 new_esEs29(vwx1090, vwx1100, ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.94 new_primPlusNat1(Zero, vwx4100) -> Succ(vwx4100) 15.88/5.94 new_ltEs6(True, False) -> False 15.88/5.94 new_esEs32(vwx1092, vwx1102, app(app(app(ty_@3, edd), ede), edf)) -> new_esEs5(vwx1092, vwx1102, edd, ede, edf) 15.88/5.94 new_compare19(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 15.88/5.94 new_ltEs19(vwx301, vwx401, ty_Integer) -> new_ltEs16(vwx301, vwx401) 15.88/5.94 new_compare111(vwx30, vwx40, True) -> LT 15.88/5.94 new_esEs9(vwx302, vwx402, app(ty_Maybe, cag)) -> new_esEs4(vwx302, vwx402, cag) 15.88/5.94 new_esEs10(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 15.88/5.94 new_lt8(Just(vwx300), Just(vwx400), bae) -> new_esEs23(new_compare27(Just(vwx300), Just(vwx400), new_esEs8(vwx300, vwx400, bae), bae), LT) 15.88/5.94 new_esEs13(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.94 new_esEs34(vwx1090, vwx1100, app(app(app(ty_@3, efh), ega), egb)) -> new_esEs5(vwx1090, vwx1100, efh, ega, egb) 15.88/5.94 new_esEs34(vwx1090, vwx1100, ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.94 new_esEs17(vwx20, vwx23) -> new_primEqInt(vwx20, vwx23) 15.88/5.94 new_esEs10(vwx301, vwx401, app(ty_Maybe, cca)) -> new_esEs4(vwx301, vwx401, cca) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), app(ty_Maybe, dgb), bhg) -> new_esEs4(vwx1090, vwx1100, dgb) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, app(app(ty_Either, ed), ee)) -> new_compare31(vwx158, vwx159, ed, ee) 15.88/5.94 new_esEs33(vwx1091, vwx1101, ty_@0) -> new_esEs25(vwx1091, vwx1101) 15.88/5.94 new_esEs29(vwx1090, vwx1100, ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.94 new_esEs8(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(ty_[], bff)) -> new_ltEs4(vwx300, vwx400, bff) 15.88/5.94 new_esEs8(vwx300, vwx400, app(app(app(ty_@3, cff), cfg), cfh)) -> new_esEs5(vwx300, vwx400, cff, cfg, cfh) 15.88/5.94 new_esEs11(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.94 new_ltEs9(GT, GT) -> True 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), app(ty_[], ba)) -> new_ltEs4(vwx300, vwx400, ba) 15.88/5.94 new_esEs13(vwx300, vwx400, app(app(ty_Either, eag), eah)) -> new_esEs7(vwx300, vwx400, eag, eah) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, app(app(app(ty_@3, dg), dh), ea)) -> new_compare30(vwx158, vwx159, dg, dh, ea) 15.88/5.94 new_esEs33(vwx1091, vwx1101, app(ty_Maybe, efd)) -> new_esEs4(vwx1091, vwx1101, efd) 15.88/5.94 new_esEs13(vwx300, vwx400, app(app(ty_@2, eac), ead)) -> new_esEs6(vwx300, vwx400, eac, ead) 15.88/5.94 new_lt15(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_esEs23(new_primCmpNat0(Succ(vwx3000), vwx400), LT) 15.88/5.94 new_lt6(vwx301, vwx401, ty_Double) -> new_lt10(vwx301, vwx401) 15.88/5.94 new_ltEs8(vwx302, vwx402, app(ty_Ratio, cfc)) -> new_ltEs12(vwx302, vwx402, cfc) 15.88/5.94 new_lt15(Neg(Succ(vwx3000)), Pos(vwx400)) -> new_esEs23(LT, LT) 15.88/5.94 new_lt13(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)), LT) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, ty_Integer) -> new_compare19(vwx158, vwx159) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Char) -> new_ltEs15(vwx300, vwx400) 15.88/5.94 new_primMulInt(Neg(vwx3000), Neg(vwx4100)) -> Pos(new_primMulNat0(vwx3000, vwx4100)) 15.88/5.94 new_ltEs8(vwx302, vwx402, ty_Float) -> new_ltEs13(vwx302, vwx402) 15.88/5.94 new_esEs12(vwx301, vwx401, ty_Double) -> new_esEs26(vwx301, vwx401) 15.88/5.94 new_ltEs19(vwx301, vwx401, ty_Char) -> new_ltEs15(vwx301, vwx401) 15.88/5.94 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 15.88/5.94 new_esEs9(vwx302, vwx402, app(app(app(ty_@3, caa), cab), cac)) -> new_esEs5(vwx302, vwx402, caa, cab, cac) 15.88/5.94 new_esEs34(vwx1090, vwx1100, ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.94 new_esEs32(vwx1092, vwx1102, ty_Char) -> new_esEs19(vwx1092, vwx1102) 15.88/5.94 new_esEs11(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.94 new_esEs32(vwx1092, vwx1102, app(ty_Maybe, eeb)) -> new_esEs4(vwx1092, vwx1102, eeb) 15.88/5.94 new_esEs12(vwx301, vwx401, app(app(ty_Either, chg), chh)) -> new_esEs7(vwx301, vwx401, chg, chh) 15.88/5.94 new_compare30(vwx30, vwx40, ce, cf, cg) -> new_compare23(vwx30, vwx40, new_esEs5(vwx30, vwx40, ce, cf, cg), ce, cf, cg) 15.88/5.94 new_ltEs8(vwx302, vwx402, app(app(ty_Either, bac), bad)) -> new_ltEs18(vwx302, vwx402, bac, bad) 15.88/5.94 new_compare0(vwx30, vwx40, app(ty_Maybe, cd)) -> new_compare16(vwx30, vwx40, cd) 15.88/5.94 new_esEs29(vwx1090, vwx1100, ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.94 new_esEs9(vwx302, vwx402, ty_@0) -> new_esEs25(vwx302, vwx402) 15.88/5.94 new_esEs11(vwx300, vwx400, app(ty_Ratio, cdb)) -> new_esEs21(vwx300, vwx400, cdb) 15.88/5.94 new_compare27(vwx30, vwx40, False, cd) -> new_compare110(vwx30, vwx40, new_ltEs10(vwx30, vwx40, cd), cd) 15.88/5.94 new_lt15(Neg(Zero), Neg(Zero)) -> new_esEs23(EQ, LT) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, app(app(ty_@2, eb), ec)) -> new_compare8(vwx158, vwx159, eb, ec) 15.88/5.94 new_esEs30(vwx201, vwx231, ty_Integer) -> new_esEs22(vwx201, vwx231) 15.88/5.94 new_esEs10(vwx301, vwx401, app(app(app(ty_@3, cbc), cbd), cbe)) -> new_esEs5(vwx301, vwx401, cbc, cbd, cbe) 15.88/5.94 new_esEs34(vwx1090, vwx1100, app(ty_Ratio, ege)) -> new_esEs21(vwx1090, vwx1100, ege) 15.88/5.94 new_esEs8(vwx300, vwx400, app(ty_Maybe, cgd)) -> new_esEs4(vwx300, vwx400, cgd) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), app(ty_Maybe, ece)) -> new_esEs4(vwx1090, vwx1100, ece) 15.88/5.94 new_esEs32(vwx1092, vwx1102, ty_Float) -> new_esEs20(vwx1092, vwx1102) 15.88/5.94 new_esEs33(vwx1091, vwx1101, app(app(app(ty_@3, eef), eeg), eeh)) -> new_esEs5(vwx1091, vwx1101, eef, eeg, eeh) 15.88/5.94 new_esEs14(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.94 new_compare0(vwx30, vwx40, ty_Double) -> new_compare14(vwx30, vwx40) 15.88/5.94 new_lt17(Integer(vwx300), Integer(vwx400)) -> new_esEs23(new_primCmpInt(vwx300, vwx400), LT) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), ty_Int) -> new_ltEs14(vwx300, vwx400) 15.88/5.94 new_compare0(vwx30, vwx40, app(app(app(ty_@3, ce), cf), cg)) -> new_compare30(vwx30, vwx40, ce, cf, cg) 15.88/5.94 new_ltEs5(vwx30, vwx40) -> new_not(new_esEs23(new_compare7(vwx30, vwx40), GT)) 15.88/5.94 new_esEs31(vwx200, vwx230, ty_Int) -> new_esEs17(vwx200, vwx230) 15.88/5.94 new_lt10(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)), LT) 15.88/5.94 new_primMulInt(Pos(vwx3000), Neg(vwx4100)) -> Neg(new_primMulNat0(vwx3000, vwx4100)) 15.88/5.94 new_primMulInt(Neg(vwx3000), Pos(vwx4100)) -> Neg(new_primMulNat0(vwx3000, vwx4100)) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, ty_Int) -> new_ltEs14(vwx300, vwx400) 15.88/5.94 new_esEs34(vwx1090, vwx1100, app(ty_[], eha)) -> new_esEs24(vwx1090, vwx1100, eha) 15.88/5.94 new_lt6(vwx301, vwx401, app(ty_Maybe, gc)) -> new_lt8(vwx301, vwx401, gc) 15.88/5.94 new_esEs24(:(vwx1090, vwx1091), :(vwx1100, vwx1101), bhh) -> new_asAs(new_esEs29(vwx1090, vwx1100, bhh), new_esEs24(vwx1091, vwx1101, bhh)) 15.88/5.94 new_esEs8(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(ty_Ratio, cfe)) -> new_ltEs12(vwx300, vwx400, cfe) 15.88/5.94 new_lt6(vwx301, vwx401, ty_@0) -> new_lt14(vwx301, vwx401) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), app(app(ty_@2, dfg), dfh), bhg) -> new_esEs6(vwx1090, vwx1100, dfg, dfh) 15.88/5.94 new_esEs16(vwx109, vwx110, ty_Char) -> new_esEs19(vwx109, vwx110) 15.88/5.94 new_esEs28(vwx1090, vwx1100, app(ty_[], ddh)) -> new_esEs24(vwx1090, vwx1100, ddh) 15.88/5.94 new_esEs10(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.94 new_esEs32(vwx1092, vwx1102, app(app(ty_Either, eec), eed)) -> new_esEs7(vwx1092, vwx1102, eec, eed) 15.88/5.94 new_compare14(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), app(ty_Ratio, cfd), bec) -> new_ltEs12(vwx300, vwx400, cfd) 15.88/5.94 new_esEs14(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.94 new_esEs8(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), ty_Char) -> new_ltEs15(vwx300, vwx400) 15.88/5.94 new_lt15(Pos(Zero), Pos(Zero)) -> new_esEs23(EQ, LT) 15.88/5.94 new_esEs15(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.94 new_compare0(vwx30, vwx40, ty_Char) -> new_compare17(vwx30, vwx40) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), ty_Bool, bec) -> new_ltEs6(vwx300, vwx400) 15.88/5.94 new_esEs16(vwx109, vwx110, app(app(ty_Either, bhf), bhg)) -> new_esEs7(vwx109, vwx110, bhf, bhg) 15.88/5.94 new_esEs8(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.94 new_lt19(Left(vwx300), Right(vwx400), bdh, bea) -> new_esEs23(new_compare210(Left(vwx300), Right(vwx400), False, bdh, bea), LT) 15.88/5.94 new_lt19(Right(vwx300), Left(vwx400), bdh, bea) -> new_esEs23(new_compare210(Right(vwx300), Left(vwx400), False, bdh, bea), LT) 15.88/5.94 new_ltEs8(vwx302, vwx402, app(app(ty_@2, baa), bab)) -> new_ltEs17(vwx302, vwx402, baa, bab) 15.88/5.94 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs17(vwx301, vwx401) 15.88/5.94 new_ltEs11(vwx30, vwx40) -> new_not(new_esEs23(new_compare14(vwx30, vwx40), GT)) 15.88/5.94 new_asAs(True, vwx165) -> vwx165 15.88/5.94 new_esEs14(vwx300, vwx400, app(ty_Maybe, cee)) -> new_esEs4(vwx300, vwx400, cee) 15.88/5.94 new_lt9(False, False) -> new_esEs23(new_compare26(False, False, True), LT) 15.88/5.94 new_esEs12(vwx301, vwx401, app(app(app(ty_@3, cgh), cha), chb)) -> new_esEs5(vwx301, vwx401, cgh, cha, chb) 15.88/5.94 new_esEs15(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.94 new_compare13(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.88/5.94 new_lt6(vwx301, vwx401, ty_Int) -> new_lt15(vwx301, vwx401) 15.88/5.94 new_esEs13(vwx300, vwx400, app(ty_Ratio, eae)) -> new_esEs21(vwx300, vwx400, eae) 15.88/5.94 new_esEs34(vwx1090, vwx1100, app(ty_Maybe, egf)) -> new_esEs4(vwx1090, vwx1100, egf) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(ty_Maybe, dhd)) -> new_esEs4(vwx1090, vwx1100, dhd) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, ty_Float) -> new_compare13(vwx158, vwx159) 15.88/5.94 new_esEs29(vwx1090, vwx1100, ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.94 new_ltEs4(vwx30, vwx40, ca) -> new_not(new_esEs23(new_compare6(vwx30, vwx40, ca), GT)) 15.88/5.94 new_esEs18(False, False) -> True 15.88/5.94 new_ltEs16(vwx30, vwx40) -> new_not(new_esEs23(new_compare19(vwx30, vwx40), GT)) 15.88/5.94 new_esEs9(vwx302, vwx402, ty_Double) -> new_esEs26(vwx302, vwx402) 15.88/5.94 new_compare24(vwx30, vwx40, True, da, db) -> EQ 15.88/5.94 new_esEs14(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.94 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 15.88/5.94 new_ltEs8(vwx302, vwx402, ty_Integer) -> new_ltEs16(vwx302, vwx402) 15.88/5.94 new_esEs11(vwx300, vwx400, app(app(ty_Either, cdd), cde)) -> new_esEs7(vwx300, vwx400, cdd, cde) 15.88/5.94 new_esEs27(vwx1091, vwx1101, app(app(ty_@2, dbh), dca)) -> new_esEs6(vwx1091, vwx1101, dbh, dca) 15.88/5.94 new_esEs27(vwx1091, vwx1101, ty_Char) -> new_esEs19(vwx1091, vwx1101) 15.88/5.94 new_esEs9(vwx302, vwx402, ty_Int) -> new_esEs17(vwx302, vwx402) 15.88/5.94 new_primMulNat0(Zero, Zero) -> Zero 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), ty_Float, bec) -> new_ltEs13(vwx300, vwx400) 15.88/5.94 new_esEs8(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.94 new_lt20(vwx300, vwx400, app(app(ty_@2, bcb), bcc)) -> new_lt18(vwx300, vwx400, bcb, bcc) 15.88/5.94 new_compare10(vwx30, vwx40, False) -> GT 15.88/5.94 new_esEs11(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.94 new_esEs9(vwx302, vwx402, ty_Ordering) -> new_esEs23(vwx302, vwx402) 15.88/5.94 new_esEs29(vwx1090, vwx1100, ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.94 new_esEs15(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.94 new_compare111(vwx30, vwx40, False) -> GT 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), app(app(ty_Either, bg), bh)) -> new_ltEs18(vwx300, vwx400, bg, bh) 15.88/5.94 new_esEs10(vwx301, vwx401, ty_Double) -> new_esEs26(vwx301, vwx401) 15.88/5.94 new_esEs28(vwx1090, vwx1100, app(ty_Maybe, dde)) -> new_esEs4(vwx1090, vwx1100, dde) 15.88/5.94 new_lt7(EQ, GT) -> new_esEs23(new_compare25(EQ, GT, False), LT) 15.88/5.94 new_lt7(GT, EQ) -> new_esEs23(new_compare25(GT, EQ, False), LT) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, ty_Char) -> new_compare17(vwx158, vwx159) 15.88/5.94 new_esEs33(vwx1091, vwx1101, app(app(ty_@2, efa), efb)) -> new_esEs6(vwx1091, vwx1101, efa, efb) 15.88/5.94 new_ltEs14(vwx30, vwx40) -> new_not(new_esEs23(new_compare15(vwx30, vwx40), GT)) 15.88/5.94 new_esEs13(vwx300, vwx400, app(ty_Maybe, eaf)) -> new_esEs4(vwx300, vwx400, eaf) 15.88/5.94 new_esEs4(Nothing, Nothing, bhe) -> True 15.88/5.94 new_lt6(vwx301, vwx401, app(app(app(ty_@3, ge), gf), gg)) -> new_lt4(vwx301, vwx401, ge, gf, gg) 15.88/5.94 new_esEs4(Nothing, Just(vwx1100), bhe) -> False 15.88/5.94 new_esEs4(Just(vwx1090), Nothing, bhe) -> False 15.88/5.94 new_esEs9(vwx302, vwx402, app(app(ty_Either, cah), cba)) -> new_esEs7(vwx302, vwx402, cah, cba) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), app(app(app(ty_@3, dfd), dfe), dff), bhg) -> new_esEs5(vwx1090, vwx1100, dfd, dfe, dff) 15.88/5.94 new_lt13(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)), LT) 15.88/5.94 new_lt13(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)), LT) 15.88/5.94 new_lt15(Pos(Zero), Neg(Succ(vwx4000))) -> new_esEs23(GT, LT) 15.88/5.94 new_esEs12(vwx301, vwx401, ty_Char) -> new_esEs19(vwx301, vwx401) 15.88/5.94 new_esEs28(vwx1090, vwx1100, app(app(ty_@2, ddb), ddc)) -> new_esEs6(vwx1090, vwx1100, ddb, ddc) 15.88/5.94 new_esEs34(vwx1090, vwx1100, app(app(ty_@2, egc), egd)) -> new_esEs6(vwx1090, vwx1100, egc, egd) 15.88/5.94 new_esEs10(vwx301, vwx401, ty_Ordering) -> new_esEs23(vwx301, vwx401) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.94 new_ltEs6(False, True) -> True 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(ty_Maybe, bfe)) -> new_ltEs10(vwx300, vwx400, bfe) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), app(app(ty_@2, be), bf)) -> new_ltEs17(vwx300, vwx400, be, bf) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), ty_@0, bec) -> new_ltEs5(vwx300, vwx400) 15.88/5.94 new_ltEs9(GT, LT) -> False 15.88/5.94 new_esEs9(vwx302, vwx402, ty_Bool) -> new_esEs18(vwx302, vwx402) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), app(ty_Ratio, dga), bhg) -> new_esEs21(vwx1090, vwx1100, dga) 15.88/5.94 new_lt4(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, bah, bba) -> new_esEs23(new_compare23(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), new_asAs(new_esEs11(vwx300, vwx400, bag), new_asAs(new_esEs10(vwx301, vwx401, bah), new_esEs9(vwx302, vwx402, bba))), bag, bah, bba), LT) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.94 new_ltEs8(vwx302, vwx402, ty_Char) -> new_ltEs15(vwx302, vwx402) 15.88/5.94 new_compare14(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.88/5.94 new_ltEs8(vwx302, vwx402, app(ty_[], he)) -> new_ltEs4(vwx302, vwx402, he) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), app(app(ty_Either, ecf), ecg)) -> new_esEs7(vwx1090, vwx1100, ecf, ecg) 15.88/5.94 new_esEs8(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 15.88/5.94 new_lt10(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)), LT) 15.88/5.94 new_lt10(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)), LT) 15.88/5.94 new_esEs27(vwx1091, vwx1101, ty_Integer) -> new_esEs22(vwx1091, vwx1101) 15.88/5.94 new_esEs23(GT, GT) -> True 15.88/5.94 new_primEqInt(Neg(Succ(vwx2000)), Neg(Zero)) -> False 15.88/5.94 new_primEqInt(Neg(Zero), Neg(Succ(vwx2300))) -> False 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), app(ty_Ratio, edc)) -> new_ltEs12(vwx300, vwx400, edc) 15.88/5.94 new_lt6(vwx301, vwx401, ty_Char) -> new_lt16(vwx301, vwx401) 15.88/5.94 new_esEs32(vwx1092, vwx1102, ty_Ordering) -> new_esEs23(vwx1092, vwx1102) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Ordering, bhg) -> new_esEs23(vwx1090, vwx1100) 15.88/5.94 new_primEqInt(Pos(Succ(vwx2000)), Pos(Succ(vwx2300))) -> new_primEqNat0(vwx2000, vwx2300) 15.88/5.94 new_esEs29(vwx1090, vwx1100, ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.94 new_ltEs9(EQ, GT) -> True 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, ty_Bool) -> new_compare29(vwx158, vwx159) 15.88/5.94 new_primCompAux00(vwx158, vwx159, EQ, app(ty_Maybe, de)) -> new_compare16(vwx158, vwx159, de) 15.88/5.94 new_esEs15(vwx300, vwx400, app(app(ty_Either, dba), dbb)) -> new_esEs7(vwx300, vwx400, dba, dbb) 15.88/5.94 new_esEs11(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.94 new_esEs15(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.94 new_lt20(vwx300, vwx400, ty_Bool) -> new_lt9(vwx300, vwx400) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(ty_Ratio, dhc)) -> new_esEs21(vwx1090, vwx1100, dhc) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(app(ty_Either, dhe), dhf)) -> new_esEs7(vwx1090, vwx1100, dhe, dhf) 15.88/5.94 new_esEs33(vwx1091, vwx1101, ty_Integer) -> new_esEs22(vwx1091, vwx1101) 15.88/5.94 new_esEs33(vwx1091, vwx1101, app(ty_[], efg)) -> new_esEs24(vwx1091, vwx1101, efg) 15.88/5.94 new_primEqInt(Pos(Succ(vwx2000)), Neg(vwx230)) -> False 15.88/5.94 new_primEqInt(Neg(Succ(vwx2000)), Pos(vwx230)) -> False 15.88/5.94 new_esEs32(vwx1092, vwx1102, ty_Double) -> new_esEs26(vwx1092, vwx1102) 15.88/5.94 new_lt9(True, True) -> new_esEs23(new_compare26(True, True, True), LT) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Double, bhg) -> new_esEs26(vwx1090, vwx1100) 15.88/5.94 new_esEs14(vwx300, vwx400, app(ty_Ratio, ced)) -> new_esEs21(vwx300, vwx400, ced) 15.88/5.94 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 15.88/5.94 new_ltEs19(vwx301, vwx401, app(app(ty_Either, bdf), bdg)) -> new_ltEs18(vwx301, vwx401, bdf, bdg) 15.88/5.94 new_esEs10(vwx301, vwx401, ty_Bool) -> new_esEs18(vwx301, vwx401) 15.88/5.94 new_esEs4(Just(vwx1090), Just(vwx1100), ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.94 new_ltEs19(vwx301, vwx401, app(ty_Ratio, ebe)) -> new_ltEs12(vwx301, vwx401, ebe) 15.88/5.94 new_pePe(False, vwx109, vwx110, vwx150, bgf) -> new_asAs(new_esEs16(vwx109, vwx110, bgf), vwx150) 15.88/5.94 new_esEs29(vwx1090, vwx1100, app(ty_Maybe, deh)) -> new_esEs4(vwx1090, vwx1100, deh) 15.88/5.94 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 15.88/5.94 new_compare6([], [], cb) -> EQ 15.88/5.94 new_esEs15(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.94 new_compare0(vwx30, vwx40, app(app(ty_Either, dc), dd)) -> new_compare31(vwx30, vwx40, dc, dd) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), ty_Double, bec) -> new_ltEs11(vwx300, vwx400) 15.88/5.94 new_lt20(vwx300, vwx400, app(ty_Ratio, ebd)) -> new_lt12(vwx300, vwx400, ebd) 15.88/5.94 new_primCompAux00(vwx158, vwx159, LT, ebb) -> LT 15.88/5.94 new_esEs27(vwx1091, vwx1101, app(ty_[], dcf)) -> new_esEs24(vwx1091, vwx1101, dcf) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Integer, bhg) -> new_esEs22(vwx1090, vwx1100) 15.88/5.94 new_ltEs19(vwx301, vwx401, app(ty_Maybe, bcg)) -> new_ltEs10(vwx301, vwx401, bcg) 15.88/5.94 new_esEs25(@0, @0) -> True 15.88/5.94 new_esEs27(vwx1091, vwx1101, app(ty_Ratio, dcb)) -> new_esEs21(vwx1091, vwx1101, dcb) 15.88/5.94 new_ltEs8(vwx302, vwx402, ty_Bool) -> new_ltEs6(vwx302, vwx402) 15.88/5.94 new_compare23(vwx30, vwx40, True, ce, cf, cg) -> EQ 15.88/5.94 new_esEs34(vwx1090, vwx1100, ty_Bool) -> new_esEs18(vwx1090, vwx1100) 15.88/5.94 new_lt5(vwx300, vwx400, ty_Float) -> new_lt13(vwx300, vwx400) 15.88/5.94 new_esEs12(vwx301, vwx401, app(ty_[], daa)) -> new_esEs24(vwx301, vwx401, daa) 15.88/5.94 new_esEs15(vwx300, vwx400, app(app(app(ty_@3, dab), dac), dad)) -> new_esEs5(vwx300, vwx400, dab, dac, dad) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Bool, bhg) -> new_esEs18(vwx1090, vwx1100) 15.88/5.94 new_esEs32(vwx1092, vwx1102, ty_Int) -> new_esEs17(vwx1092, vwx1102) 15.88/5.94 new_esEs11(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.94 new_not(False) -> True 15.88/5.94 new_esEs23(EQ, GT) -> False 15.88/5.94 new_esEs23(GT, EQ) -> False 15.88/5.94 new_esEs23(EQ, EQ) -> True 15.88/5.94 new_compare112(vwx30, vwx40, True, ce, cf, cg) -> LT 15.88/5.94 new_esEs5(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), bgg, bgh, bha) -> new_asAs(new_esEs34(vwx1090, vwx1100, bgg), new_asAs(new_esEs33(vwx1091, vwx1101, bgh), new_esEs32(vwx1092, vwx1102, bha))) 15.88/5.94 new_lt11(:(vwx300, vwx301), [], baf) -> new_esEs23(GT, LT) 15.88/5.94 new_esEs27(vwx1091, vwx1101, app(app(ty_Either, dcd), dce)) -> new_esEs7(vwx1091, vwx1101, dcd, dce) 15.88/5.94 new_esEs29(vwx1090, vwx1100, ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.94 new_lt12(:%(vwx300, vwx301), :%(vwx400, vwx401), dbd) -> new_esEs23(new_compare28(vwx300, vwx401, vwx400, vwx301, dbd), LT) 15.88/5.94 new_lt20(vwx300, vwx400, ty_Float) -> new_lt13(vwx300, vwx400) 15.88/5.94 new_lt5(vwx300, vwx400, app(ty_Maybe, ef)) -> new_lt8(vwx300, vwx400, ef) 15.88/5.94 new_lt7(LT, GT) -> new_esEs23(new_compare25(LT, GT, False), LT) 15.88/5.94 new_lt7(GT, LT) -> new_esEs23(new_compare25(GT, LT, False), LT) 15.88/5.94 new_esEs18(False, True) -> False 15.88/5.94 new_esEs18(True, False) -> False 15.88/5.94 new_primPlusNat0(Succ(vwx23200), Succ(vwx41000)) -> Succ(Succ(new_primPlusNat0(vwx23200, vwx41000))) 15.88/5.94 new_lt9(False, True) -> new_esEs23(new_compare26(False, True, False), LT) 15.88/5.94 new_lt9(True, False) -> new_esEs23(new_compare26(True, False, False), LT) 15.88/5.94 new_compare0(vwx30, vwx40, app(app(ty_@2, da), db)) -> new_compare8(vwx30, vwx40, da, db) 15.88/5.94 new_esEs28(vwx1090, vwx1100, ty_Float) -> new_esEs20(vwx1090, vwx1100) 15.88/5.94 new_lt20(vwx300, vwx400, app(app(ty_Either, bcd), bce)) -> new_lt19(vwx300, vwx400, bcd, bce) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, app(ty_[], dhg)) -> new_esEs24(vwx1090, vwx1100, dhg) 15.88/5.94 new_esEs16(vwx109, vwx110, ty_Double) -> new_esEs26(vwx109, vwx110) 15.88/5.94 new_esEs28(vwx1090, vwx1100, app(app(app(ty_@3, dcg), dch), dda)) -> new_esEs5(vwx1090, vwx1100, dcg, dch, dda) 15.88/5.94 new_esEs34(vwx1090, vwx1100, ty_Integer) -> new_esEs22(vwx1090, vwx1100) 15.88/5.94 new_esEs14(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.94 new_compare112(vwx30, vwx40, False, ce, cf, cg) -> GT 15.88/5.94 new_compare25(vwx30, vwx40, True) -> EQ 15.88/5.94 new_ltEs10(Just(vwx300), Nothing, edb) -> False 15.88/5.94 new_esEs13(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.94 new_ltEs19(vwx301, vwx401, app(app(ty_@2, bdd), bde)) -> new_ltEs17(vwx301, vwx401, bdd, bde) 15.88/5.94 new_ltEs10(Nothing, Nothing, edb) -> True 15.88/5.94 new_esEs29(vwx1090, vwx1100, app(ty_Ratio, deg)) -> new_esEs21(vwx1090, vwx1100, deg) 15.88/5.94 new_compare210(vwx30, vwx40, False, dc, dd) -> new_compare11(vwx30, vwx40, new_ltEs18(vwx30, vwx40, dc, dd), dc, dd) 15.88/5.94 new_esEs13(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.94 new_lt5(vwx300, vwx400, app(ty_Ratio, cfa)) -> new_lt12(vwx300, vwx400, cfa) 15.88/5.94 new_ltEs8(vwx302, vwx402, ty_Ordering) -> new_ltEs9(vwx302, vwx402) 15.88/5.94 new_esEs11(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), app(ty_Maybe, beb), bec) -> new_ltEs10(vwx300, vwx400, beb) 15.88/5.94 new_esEs7(Right(vwx1090), Right(vwx1100), bhf, ty_Int) -> new_esEs17(vwx1090, vwx1100) 15.88/5.94 new_compare11(vwx30, vwx40, True, dc, dd) -> LT 15.88/5.94 new_lt5(vwx300, vwx400, app(app(ty_Either, fh), ga)) -> new_lt19(vwx300, vwx400, fh, ga) 15.88/5.94 new_compare16(vwx30, vwx40, cd) -> new_compare27(vwx30, vwx40, new_esEs4(vwx30, vwx40, cd), cd) 15.88/5.94 new_esEs14(vwx300, vwx400, app(ty_[], ceh)) -> new_esEs24(vwx300, vwx400, ceh) 15.88/5.94 new_ltEs9(LT, EQ) -> True 15.88/5.94 new_esEs29(vwx1090, vwx1100, app(app(ty_@2, dee), def)) -> new_esEs6(vwx1090, vwx1100, dee, def) 15.88/5.94 new_sr0(vwx40, vwx31) -> new_primMulInt(vwx40, vwx31) 15.88/5.94 new_compare10(vwx30, vwx40, True) -> LT 15.88/5.94 new_esEs30(vwx201, vwx231, ty_Int) -> new_esEs17(vwx201, vwx231) 15.88/5.94 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 15.88/5.94 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 15.88/5.94 new_esEs15(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 15.88/5.94 new_esEs27(vwx1091, vwx1101, ty_Double) -> new_esEs26(vwx1091, vwx1101) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), ty_Integer, bec) -> new_ltEs16(vwx300, vwx400) 15.88/5.94 new_esEs23(LT, GT) -> False 15.88/5.94 new_esEs23(GT, LT) -> False 15.88/5.94 new_ltEs9(LT, GT) -> True 15.88/5.94 new_esEs32(vwx1092, vwx1102, app(app(ty_@2, edg), edh)) -> new_esEs6(vwx1092, vwx1102, edg, edh) 15.88/5.94 new_esEs14(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.94 new_lt5(vwx300, vwx400, ty_@0) -> new_lt14(vwx300, vwx400) 15.88/5.94 new_ltEs18(Left(vwx300), Right(vwx400), bfd, bec) -> True 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), ty_Ordering, bec) -> new_ltEs9(vwx300, vwx400) 15.88/5.94 new_lt5(vwx300, vwx400, app(app(app(ty_@3, fb), fc), fd)) -> new_lt4(vwx300, vwx400, fb, fc, fd) 15.88/5.94 new_ltEs8(vwx302, vwx402, app(ty_Maybe, hd)) -> new_ltEs10(vwx302, vwx402, hd) 15.88/5.94 new_lt5(vwx300, vwx400, ty_Integer) -> new_lt17(vwx300, vwx400) 15.88/5.94 new_compare18(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare15(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 15.88/5.94 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 15.88/5.94 new_ltEs18(Right(vwx300), Right(vwx400), bfd, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs7(vwx300, vwx400, bfg, bfh, bga) 15.88/5.94 new_lt10(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)), LT) 15.88/5.94 new_esEs11(vwx300, vwx400, ty_Ordering) -> new_esEs23(vwx300, vwx400) 15.88/5.94 new_ltEs18(Right(vwx300), Left(vwx400), bfd, bec) -> False 15.88/5.94 new_lt19(Left(vwx300), Left(vwx400), bdh, bea) -> new_esEs23(new_compare210(Left(vwx300), Left(vwx400), new_esEs14(vwx300, vwx400, bdh), bdh, bea), LT) 15.88/5.94 new_esEs15(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.94 new_compare13(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare15(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 15.88/5.94 new_compare13(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 15.88/5.94 new_lt6(vwx301, vwx401, ty_Integer) -> new_lt17(vwx301, vwx401) 15.88/5.94 new_esEs23(LT, EQ) -> False 15.88/5.94 new_esEs23(EQ, LT) -> False 15.88/5.94 new_esEs8(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 15.88/5.94 new_lt11([], [], baf) -> new_esEs23(EQ, LT) 15.88/5.94 new_ltEs8(vwx302, vwx402, ty_@0) -> new_ltEs5(vwx302, vwx402) 15.88/5.94 new_lt20(vwx300, vwx400, ty_@0) -> new_lt14(vwx300, vwx400) 15.88/5.94 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 15.88/5.94 new_lt20(vwx300, vwx400, ty_Char) -> new_lt16(vwx300, vwx400) 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), app(ty_[], bed), bec) -> new_ltEs4(vwx300, vwx400, bed) 15.88/5.94 new_esEs13(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 15.88/5.94 new_esEs27(vwx1091, vwx1101, app(ty_Maybe, dcc)) -> new_esEs4(vwx1091, vwx1101, dcc) 15.88/5.94 new_esEs34(vwx1090, vwx1100, ty_Ordering) -> new_esEs23(vwx1090, vwx1100) 15.88/5.94 new_esEs20(Float(vwx200, vwx201), Float(vwx230, vwx231)) -> new_esEs17(new_sr0(vwx200, vwx231), new_sr0(vwx201, vwx230)) 15.88/5.94 new_compare0(vwx30, vwx40, ty_Int) -> new_compare15(vwx30, vwx40) 15.88/5.94 new_lt13(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_esEs23(new_compare15(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)), LT) 15.88/5.94 new_esEs14(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 15.88/5.94 new_lt6(vwx301, vwx401, ty_Ordering) -> new_lt7(vwx301, vwx401) 15.88/5.94 new_lt6(vwx301, vwx401, app(app(ty_Either, hb), hc)) -> new_lt19(vwx301, vwx401, hb, hc) 15.88/5.94 new_esEs27(vwx1091, vwx1101, ty_@0) -> new_esEs25(vwx1091, vwx1101) 15.88/5.94 new_ltEs10(Just(vwx300), Just(vwx400), ty_Integer) -> new_ltEs16(vwx300, vwx400) 15.88/5.94 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 15.88/5.94 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 15.88/5.94 new_esEs16(vwx109, vwx110, app(ty_Ratio, bhd)) -> new_esEs21(vwx109, vwx110, bhd) 15.88/5.94 new_esEs12(vwx301, vwx401, ty_Integer) -> new_esEs22(vwx301, vwx401) 15.88/5.94 new_ltEs9(EQ, LT) -> False 15.88/5.94 new_esEs16(vwx109, vwx110, ty_@0) -> new_esEs25(vwx109, vwx110) 15.88/5.94 new_esEs13(vwx300, vwx400, app(ty_[], eba)) -> new_esEs24(vwx300, vwx400, eba) 15.88/5.94 new_esEs6(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), bhb, bhc) -> new_asAs(new_esEs28(vwx1090, vwx1100, bhb), new_esEs27(vwx1091, vwx1101, bhc)) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Float, bhg) -> new_esEs20(vwx1090, vwx1100) 15.88/5.94 new_compare17(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 15.88/5.94 new_primEqNat0(Zero, Zero) -> True 15.88/5.94 new_esEs16(vwx109, vwx110, app(app(app(ty_@3, bgg), bgh), bha)) -> new_esEs5(vwx109, vwx110, bgg, bgh, bha) 15.88/5.94 new_esEs28(vwx1090, vwx1100, ty_Double) -> new_esEs26(vwx1090, vwx1100) 15.88/5.94 new_esEs7(Left(vwx1090), Left(vwx1100), ty_Char, bhg) -> new_esEs19(vwx1090, vwx1100) 15.88/5.94 new_compare110(vwx30, vwx40, True, cd) -> LT 15.88/5.94 new_lt5(vwx300, vwx400, ty_Ordering) -> new_lt7(vwx300, vwx400) 15.88/5.94 new_esEs28(vwx1090, vwx1100, ty_@0) -> new_esEs25(vwx1090, vwx1100) 15.88/5.94 new_lt20(vwx300, vwx400, ty_Integer) -> new_lt17(vwx300, vwx400) 15.88/5.94 new_asAs(False, vwx165) -> False 15.88/5.94 new_ltEs19(vwx301, vwx401, app(ty_[], bch)) -> new_ltEs4(vwx301, vwx401, bch) 15.88/5.94 new_compare7(@0, @0) -> EQ 15.88/5.94 new_ltEs19(vwx301, vwx401, ty_Int) -> new_ltEs14(vwx301, vwx401) 15.88/5.94 new_pePe(True, vwx109, vwx110, vwx150, bgf) -> True 15.88/5.94 new_esEs29(vwx1090, vwx1100, app(app(ty_Either, dfa), dfb)) -> new_esEs7(vwx1090, vwx1100, dfa, dfb) 15.88/5.94 new_esEs14(vwx300, vwx400, ty_Char) -> new_esEs19(vwx300, vwx400) 15.88/5.94 new_esEs13(vwx300, vwx400, ty_Bool) -> new_esEs18(vwx300, vwx400) 15.88/5.94 new_esEs15(vwx300, vwx400, app(ty_Maybe, dah)) -> new_esEs4(vwx300, vwx400, dah) 15.88/5.94 new_lt6(vwx301, vwx401, app(ty_Ratio, cfb)) -> new_lt12(vwx301, vwx401, cfb) 15.88/5.94 new_esEs28(vwx1090, vwx1100, app(ty_Ratio, ddd)) -> new_esEs21(vwx1090, vwx1100, ddd) 15.88/5.94 new_compare0(vwx30, vwx40, ty_Bool) -> new_compare29(vwx30, vwx40) 15.88/5.94 new_esEs7(Left(vwx1090), Right(vwx1100), bhf, bhg) -> False 15.88/5.94 new_esEs7(Right(vwx1090), Left(vwx1100), bhf, bhg) -> False 15.88/5.94 new_lt18(@2(vwx300, vwx301), @2(vwx400, vwx401), bbb, bbc) -> new_esEs23(new_compare24(@2(vwx300, vwx301), @2(vwx400, vwx401), new_asAs(new_esEs13(vwx300, vwx400, bbb), new_esEs12(vwx301, vwx401, bbc)), bbb, bbc), LT) 15.88/5.94 new_compare12(vwx30, vwx40, True, da, db) -> LT 15.88/5.94 new_ltEs9(EQ, EQ) -> True 15.88/5.94 new_ltEs18(Left(vwx300), Left(vwx400), ty_Char, bec) -> new_ltEs15(vwx300, vwx400) 15.88/5.94 new_esEs12(vwx301, vwx401, ty_Ordering) -> new_esEs23(vwx301, vwx401) 15.88/5.94 new_esEs27(vwx1091, vwx1101, app(app(app(ty_@3, dbe), dbf), dbg)) -> new_esEs5(vwx1091, vwx1101, dbe, dbf, dbg) 15.88/5.94 new_lt15(Neg(Zero), Pos(Succ(vwx4000))) -> new_esEs23(LT, LT) 15.88/5.94 new_esEs21(:%(vwx200, vwx201), :%(vwx230, vwx231), eda) -> new_asAs(new_esEs31(vwx200, vwx230, eda), new_esEs30(vwx201, vwx231, eda)) 15.88/5.94 15.88/5.94 The set Q consists of the following terms: 15.88/5.94 15.88/5.94 new_esEs16(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs12(x0, x1, ty_Float) 15.88/5.94 new_esEs7(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 15.88/5.94 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 15.88/5.94 new_compare6(:(x0, x1), [], x2) 15.88/5.94 new_esEs28(x0, x1, ty_Float) 15.88/5.94 new_esEs15(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_lt6(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 15.88/5.94 new_compare28(x0, x1, x2, x3, ty_Int) 15.88/5.94 new_esEs28(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs16(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs16(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt4(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.88/5.94 new_lt9(True, True) 15.88/5.94 new_esEs29(x0, x1, ty_Double) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(ty_Ratio, x2)) 15.88/5.94 new_esEs13(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs22(Integer(x0), Integer(x1)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Double) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Double) 15.88/5.94 new_sr(Integer(x0), Integer(x1)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_@0) 15.88/5.94 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 15.88/5.94 new_esEs10(x0, x1, ty_Float) 15.88/5.94 new_esEs32(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_lt20(x0, x1, ty_Float) 15.88/5.94 new_esEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Bool) 15.88/5.94 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 15.88/5.94 new_esEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Ordering, x2) 15.88/5.94 new_esEs12(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs9(x0, x1, ty_Float) 15.88/5.94 new_esEs7(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 15.88/5.94 new_compare110(x0, x1, True, x2) 15.88/5.94 new_esEs18(True, True) 15.88/5.94 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs10(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Ordering) 15.88/5.94 new_esEs29(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_compare15(x0, x1) 15.88/5.94 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs17(x0, x1) 15.88/5.94 new_ltEs19(x0, x1, ty_Float) 15.88/5.94 new_primEqInt(Pos(Zero), Pos(Zero)) 15.88/5.94 new_esEs16(x0, x1, ty_Bool) 15.88/5.94 new_compare16(x0, x1, x2) 15.88/5.94 new_lt11([], [], x0) 15.88/5.94 new_esEs15(x0, x1, ty_Integer) 15.88/5.94 new_compare13(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 15.88/5.94 new_compare13(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Ordering) 15.88/5.94 new_esEs16(x0, x1, ty_Char) 15.88/5.94 new_esEs11(x0, x1, ty_Float) 15.88/5.94 new_compare0(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs11(x0, x1, ty_Integer) 15.88/5.94 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Double, x2) 15.88/5.94 new_esEs15(x0, x1, app(ty_[], x2)) 15.88/5.94 new_compare10(x0, x1, True) 15.88/5.94 new_ltEs9(EQ, EQ) 15.88/5.94 new_primPlusNat0(Succ(x0), Zero) 15.88/5.94 new_esEs7(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 15.88/5.94 new_primEqInt(Neg(Zero), Neg(Zero)) 15.88/5.94 new_esEs8(x0, x1, app(ty_[], x2)) 15.88/5.94 new_ltEs11(x0, x1) 15.88/5.94 new_compare17(Char(x0), Char(x1)) 15.88/5.94 new_ltEs19(x0, x1, app(ty_[], x2)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Integer) 15.88/5.94 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs14(x0, x1, ty_Ordering) 15.88/5.94 new_lt11([], :(x0, x1), x2) 15.88/5.94 new_primPlusNat1(Succ(x0), x1) 15.88/5.94 new_esEs28(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs32(x0, x1, ty_Double) 15.88/5.94 new_lt6(x0, x1, ty_Ordering) 15.88/5.94 new_lt8(Just(x0), Just(x1), x2) 15.88/5.94 new_esEs14(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_compare0(x0, x1, ty_Ordering) 15.88/5.94 new_lt20(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs8(x0, x1, ty_Double) 15.88/5.94 new_lt5(x0, x1, ty_Double) 15.88/5.94 new_esEs14(x0, x1, ty_Double) 15.88/5.94 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 15.88/5.94 new_esEs8(x0, x1, ty_Int) 15.88/5.94 new_esEs29(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Float, x2) 15.88/5.94 new_ltEs8(x0, x1, app(ty_[], x2)) 15.88/5.94 new_compare19(Integer(x0), Integer(x1)) 15.88/5.94 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_asAs(True, x0) 15.88/5.94 new_lt10(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 15.88/5.94 new_lt20(x0, x1, ty_Integer) 15.88/5.94 new_ltEs15(x0, x1) 15.88/5.94 new_compare27(x0, x1, True, x2) 15.88/5.94 new_esEs32(x0, x1, ty_Int) 15.88/5.94 new_esEs29(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_primCompAux00(x0, x1, LT, x2) 15.88/5.94 new_lt6(x0, x1, app(ty_[], x2)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Integer) 15.88/5.94 new_primEqInt(Pos(Zero), Neg(Zero)) 15.88/5.94 new_primEqInt(Neg(Zero), Pos(Zero)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Char) 15.88/5.94 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Ordering) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(ty_Ratio, x2)) 15.88/5.94 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 15.88/5.94 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs13(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Double) 15.88/5.94 new_ltEs10(Just(x0), Nothing, x1) 15.88/5.94 new_compare110(x0, x1, False, x2) 15.88/5.94 new_esEs16(x0, x1, ty_Ordering) 15.88/5.94 new_primPlusNat1(Zero, x0) 15.88/5.94 new_esEs21(:%(x0, x1), :%(x2, x3), x4) 15.88/5.94 new_esEs27(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs23(LT, LT) 15.88/5.94 new_esEs29(x0, x1, ty_Ordering) 15.88/5.94 new_esEs11(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs13(x0, x1, ty_@0) 15.88/5.94 new_esEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_lt10(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 15.88/5.94 new_lt10(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 15.88/5.94 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs27(x0, x1, ty_Float) 15.88/5.94 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_lt15(Pos(Zero), Neg(Zero)) 15.88/5.94 new_lt15(Neg(Zero), Pos(Zero)) 15.88/5.94 new_ltEs8(x0, x1, ty_Float) 15.88/5.94 new_esEs11(x0, x1, ty_Bool) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Int) 15.88/5.94 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_compare13(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 15.88/5.94 new_compare0(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 15.88/5.94 new_compare31(x0, x1, x2, x3) 15.88/5.94 new_esEs9(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs13(x0, x1, ty_Float) 15.88/5.94 new_esEs16(x0, x1, ty_Integer) 15.88/5.94 new_esEs15(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(ty_[], x2)) 15.88/5.94 new_esEs23(EQ, GT) 15.88/5.94 new_esEs23(GT, EQ) 15.88/5.94 new_compare0(x0, x1, ty_Char) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 15.88/5.94 new_esEs12(x0, x1, ty_Bool) 15.88/5.94 new_compare28(x0, x1, x2, x3, ty_Integer) 15.88/5.94 new_esEs10(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_compare10(x0, x1, False) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_@0) 15.88/5.94 new_esEs24(:(x0, x1), :(x2, x3), x4) 15.88/5.94 new_esEs27(x0, x1, ty_Integer) 15.88/5.94 new_primCmpNat0(Zero, Succ(x0)) 15.88/5.94 new_ltEs9(GT, GT) 15.88/5.94 new_ltEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_@0) 15.88/5.94 new_lt13(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(ty_Maybe, x2)) 15.88/5.94 new_esEs32(x0, x1, ty_Char) 15.88/5.94 new_esEs14(x0, x1, ty_Char) 15.88/5.94 new_esEs33(x0, x1, ty_Float) 15.88/5.94 new_esEs14(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 15.88/5.94 new_esEs9(x0, x1, ty_Integer) 15.88/5.94 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 15.88/5.94 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_ltEs18(Left(x0), Right(x1), x2, x3) 15.88/5.94 new_ltEs18(Right(x0), Left(x1), x2, x3) 15.88/5.94 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 15.88/5.94 new_esEs8(x0, x1, ty_Char) 15.88/5.94 new_compare23(x0, x1, False, x2, x3, x4) 15.88/5.94 new_lt20(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_ltEs9(LT, EQ) 15.88/5.94 new_ltEs9(EQ, LT) 15.88/5.94 new_esEs4(Nothing, Just(x0), x1) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_@0, x2) 15.88/5.94 new_esEs14(x0, x1, app(ty_[], x2)) 15.88/5.94 new_ltEs8(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs9(x0, x1, ty_Bool) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 15.88/5.94 new_lt11(:(x0, x1), [], x2) 15.88/5.94 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 15.88/5.94 new_lt15(Pos(Zero), Pos(Succ(x0))) 15.88/5.94 new_lt5(x0, x1, ty_Ordering) 15.88/5.94 new_esEs18(False, True) 15.88/5.94 new_esEs18(True, False) 15.88/5.94 new_primMulInt(Pos(x0), Pos(x1)) 15.88/5.94 new_esEs34(x0, x1, ty_Double) 15.88/5.94 new_esEs9(x0, x1, app(ty_[], x2)) 15.88/5.94 new_compare24(x0, x1, False, x2, x3) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(ty_Maybe, x2)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(ty_[], x2)) 15.88/5.94 new_esEs13(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 15.88/5.94 new_esEs12(x0, x1, ty_Integer) 15.88/5.94 new_esEs12(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs27(x0, x1, ty_Bool) 15.88/5.94 new_lt15(Pos(Zero), Pos(Zero)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 15.88/5.94 new_esEs16(x0, x1, ty_Double) 15.88/5.94 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs16(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs12(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 15.88/5.94 new_ltEs19(x0, x1, ty_@0) 15.88/5.94 new_esEs33(x0, x1, ty_Int) 15.88/5.94 new_ltEs14(x0, x1) 15.88/5.94 new_ltEs17(@2(x0, x1), @2(x2, x3), x4, x5) 15.88/5.94 new_lt7(LT, LT) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Bool) 15.88/5.94 new_esEs29(x0, x1, ty_Bool) 15.88/5.94 new_esEs11(x0, x1, ty_@0) 15.88/5.94 new_esEs14(x0, x1, ty_Int) 15.88/5.94 new_esEs33(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 15.88/5.94 new_primMulInt(Neg(x0), Neg(x1)) 15.88/5.94 new_lt10(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 15.88/5.94 new_lt15(Neg(Succ(x0)), Neg(x1)) 15.88/5.94 new_esEs29(x0, x1, ty_Char) 15.88/5.94 new_ltEs8(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_primCmpInt(Neg(Zero), Neg(Zero)) 15.88/5.94 new_esEs15(x0, x1, ty_Bool) 15.88/5.94 new_esEs15(x0, x1, ty_Float) 15.88/5.94 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_compare111(x0, x1, True) 15.88/5.94 new_compare11(x0, x1, True, x2, x3) 15.88/5.94 new_primEqNat0(Zero, Succ(x0)) 15.88/5.94 new_esEs32(x0, x1, ty_Ordering) 15.88/5.94 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Ordering) 15.88/5.94 new_lt7(LT, EQ) 15.88/5.94 new_lt7(EQ, LT) 15.88/5.94 new_primCmpInt(Pos(Zero), Neg(Zero)) 15.88/5.94 new_primCmpInt(Neg(Zero), Pos(Zero)) 15.88/5.94 new_lt7(GT, GT) 15.88/5.94 new_ltEs13(x0, x1) 15.88/5.94 new_lt16(Char(x0), Char(x1)) 15.88/5.94 new_esEs13(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_compare0(x0, x1, ty_Float) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Char) 15.88/5.94 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_lt7(EQ, EQ) 15.88/5.94 new_compare6([], [], x0) 15.88/5.94 new_compare0(x0, x1, ty_Bool) 15.88/5.94 new_compare0(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs27(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs29(x0, x1, ty_Int) 15.88/5.94 new_ltEs9(LT, LT) 15.88/5.94 new_lt6(x0, x1, ty_Int) 15.88/5.94 new_primCmpNat0(Succ(x0), Succ(x1)) 15.88/5.94 new_esEs12(x0, x1, ty_Char) 15.88/5.94 new_ltEs6(False, False) 15.88/5.94 new_esEs14(x0, x1, ty_Float) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Integer) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs16(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs27(x0, x1, ty_Ordering) 15.88/5.94 new_esEs34(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs15(x0, x1, ty_Int) 15.88/5.94 new_compare27(x0, x1, False, x2) 15.88/5.94 new_esEs6(@2(x0, x1), @2(x2, x3), x4, x5) 15.88/5.94 new_lt11(:(x0, x1), :(x2, x3), x4) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(ty_[], x3)) 15.88/5.94 new_esEs20(Float(x0, x1), Float(x2, x3)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Int) 15.88/5.94 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt6(x0, x1, ty_Char) 15.88/5.94 new_esEs16(x0, x1, ty_@0) 15.88/5.94 new_compare0(x0, x1, ty_Int) 15.88/5.94 new_compare26(x0, x1, True) 15.88/5.94 new_primMulInt(Pos(x0), Neg(x1)) 15.88/5.94 new_primMulInt(Neg(x0), Pos(x1)) 15.88/5.94 new_lt20(x0, x1, ty_Double) 15.88/5.94 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs5(x0, x1) 15.88/5.94 new_esEs24(:(x0, x1), [], x2) 15.88/5.94 new_lt20(x0, x1, ty_@0) 15.88/5.94 new_esEs12(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Double) 15.88/5.94 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs8(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Float) 15.88/5.94 new_lt8(Just(x0), Nothing, x1) 15.88/5.94 new_esEs29(x0, x1, ty_Float) 15.88/5.94 new_esEs30(x0, x1, ty_Integer) 15.88/5.94 new_esEs34(x0, x1, ty_@0) 15.88/5.94 new_esEs9(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs33(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs15(x0, x1, ty_Char) 15.88/5.94 new_lt6(x0, x1, ty_Bool) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 15.88/5.94 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt9(False, False) 15.88/5.94 new_lt5(x0, x1, ty_Integer) 15.88/5.94 new_compare14(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 15.88/5.94 new_esEs12(x0, x1, ty_Double) 15.88/5.94 new_esEs10(x0, x1, ty_Ordering) 15.88/5.94 new_esEs28(x0, x1, ty_Double) 15.88/5.94 new_compare9(x0, x1) 15.88/5.94 new_lt5(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_lt7(EQ, GT) 15.88/5.94 new_lt7(GT, EQ) 15.88/5.94 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs33(x0, x1, ty_Bool) 15.88/5.94 new_lt12(:%(x0, x1), :%(x2, x3), x4) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Double) 15.88/5.94 new_compare0(x0, x1, ty_Integer) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_Ordering) 15.88/5.94 new_lt19(Left(x0), Right(x1), x2, x3) 15.88/5.94 new_lt19(Right(x0), Left(x1), x2, x3) 15.88/5.94 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), app(ty_[], x2)) 15.88/5.94 new_ltEs8(x0, x1, ty_Int) 15.88/5.94 new_lt20(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs26(Double(x0, x1), Double(x2, x3)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), app(ty_[], x2), x3) 15.88/5.94 new_primMulNat0(Zero, Zero) 15.88/5.94 new_esEs30(x0, x1, ty_Int) 15.88/5.94 new_compare23(x0, x1, True, x2, x3, x4) 15.88/5.94 new_esEs27(x0, x1, ty_Int) 15.88/5.94 new_compare7(@0, @0) 15.88/5.94 new_esEs28(x0, x1, ty_Ordering) 15.88/5.94 new_esEs10(x0, x1, ty_Double) 15.88/5.94 new_compare14(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 15.88/5.94 new_compare14(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 15.88/5.94 new_esEs32(x0, x1, ty_Integer) 15.88/5.94 new_esEs34(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_lt5(x0, x1, app(ty_[], x2)) 15.88/5.94 new_lt6(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_ltEs8(x0, x1, ty_Char) 15.88/5.94 new_esEs16(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs8(x0, x1, ty_Integer) 15.88/5.94 new_esEs9(x0, x1, ty_Double) 15.88/5.94 new_compare25(x0, x1, True) 15.88/5.94 new_compare24(x0, x1, True, x2, x3) 15.88/5.94 new_esEs14(x0, x1, ty_Integer) 15.88/5.94 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_compare0(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs23(LT, GT) 15.88/5.94 new_esEs23(GT, LT) 15.88/5.94 new_lt6(x0, x1, ty_Integer) 15.88/5.94 new_esEs33(x0, x1, ty_Integer) 15.88/5.94 new_esEs34(x0, x1, app(ty_[], x2)) 15.88/5.94 new_ltEs19(x0, x1, ty_Ordering) 15.88/5.94 new_esEs11(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs11(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_compare12(x0, x1, True, x2, x3) 15.88/5.94 new_ltEs19(x0, x1, ty_Double) 15.88/5.94 new_esEs9(x0, x1, ty_Char) 15.88/5.94 new_esEs28(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs12(x0, x1, ty_Int) 15.88/5.94 new_esEs13(x0, x1, ty_Double) 15.88/5.94 new_esEs9(x0, x1, ty_Ordering) 15.88/5.94 new_esEs11(x0, x1, ty_Ordering) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Float) 15.88/5.94 new_esEs13(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_lt6(x0, x1, ty_Float) 15.88/5.94 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_compare14(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 15.88/5.94 new_esEs12(x0, x1, ty_Ordering) 15.88/5.94 new_lt5(x0, x1, ty_@0) 15.88/5.94 new_esEs4(Just(x0), Nothing, x1) 15.88/5.94 new_esEs27(x0, x1, ty_Char) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Float) 15.88/5.94 new_esEs34(x0, x1, ty_Bool) 15.88/5.94 new_esEs33(x0, x1, ty_@0) 15.88/5.94 new_esEs8(x0, x1, ty_Float) 15.88/5.94 new_esEs9(x0, x1, ty_Int) 15.88/5.94 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs27(x0, x1, ty_Double) 15.88/5.94 new_primPlusNat0(Zero, Zero) 15.88/5.94 new_lt17(Integer(x0), Integer(x1)) 15.88/5.94 new_compare210(x0, x1, True, x2, x3) 15.88/5.94 new_esEs32(x0, x1, ty_Float) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Integer, x2) 15.88/5.94 new_not(True) 15.88/5.94 new_esEs27(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs14(x0, x1, ty_Bool) 15.88/5.94 new_pePe(False, x0, x1, x2, x3) 15.88/5.94 new_esEs25(@0, @0) 15.88/5.94 new_esEs32(x0, x1, ty_Bool) 15.88/5.94 new_ltEs8(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_ltEs8(x0, x1, ty_@0) 15.88/5.94 new_esEs11(x0, x1, ty_Int) 15.88/5.94 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 15.88/5.94 new_esEs32(x0, x1, ty_@0) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Double, x2) 15.88/5.94 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 15.88/5.94 new_pePe(True, x0, x1, x2, x3) 15.88/5.94 new_primCompAux1(x0, x1, x2, x3, x4) 15.88/5.94 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Bool) 15.88/5.94 new_compare6([], :(x0, x1), x2) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_@0, x2) 15.88/5.94 new_primCompAux00(x0, x1, GT, x2) 15.88/5.94 new_esEs10(x0, x1, ty_Char) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_Float) 15.88/5.94 new_esEs13(x0, x1, ty_Int) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 15.88/5.94 new_esEs33(x0, x1, ty_Char) 15.88/5.94 new_esEs15(x0, x1, ty_Ordering) 15.88/5.94 new_ltEs8(x0, x1, ty_Double) 15.88/5.94 new_compare112(x0, x1, False, x2, x3, x4) 15.88/5.94 new_esEs13(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Bool, x2) 15.88/5.94 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 15.88/5.94 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 15.88/5.94 new_esEs11(x0, x1, ty_Char) 15.88/5.94 new_esEs11(x0, x1, ty_Double) 15.88/5.94 new_esEs27(x0, x1, ty_@0) 15.88/5.94 new_esEs18(False, False) 15.88/5.94 new_esEs31(x0, x1, ty_Int) 15.88/5.94 new_esEs4(Just(x0), Just(x1), ty_@0) 15.88/5.94 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 15.88/5.94 new_lt20(x0, x1, ty_Ordering) 15.88/5.94 new_lt5(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Int, x2) 15.88/5.94 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt15(Pos(Zero), Neg(Succ(x0))) 15.88/5.94 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_lt15(Neg(Zero), Pos(Succ(x0))) 15.88/5.94 new_esEs28(x0, x1, ty_Int) 15.88/5.94 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_ltEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_lt13(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 15.88/5.94 new_primMulNat0(Succ(x0), Zero) 15.88/5.94 new_compare25(x0, x1, False) 15.88/5.94 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_ltEs10(Nothing, Just(x0), x1) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Char, x2) 15.88/5.94 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs6(True, True) 15.88/5.94 new_esEs29(x0, x1, ty_Integer) 15.88/5.94 new_primEqNat0(Succ(x0), Succ(x1)) 15.88/5.94 new_esEs34(x0, x1, ty_Integer) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 15.88/5.94 new_esEs34(x0, x1, ty_Ordering) 15.88/5.94 new_esEs10(x0, x1, ty_@0) 15.88/5.94 new_lt19(Right(x0), Right(x1), x2, x3) 15.88/5.94 new_primCmpNat0(Succ(x0), Zero) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs8(x0, x1, ty_Bool) 15.88/5.94 new_lt15(Pos(Succ(x0)), Neg(x1)) 15.88/5.94 new_lt15(Neg(Succ(x0)), Pos(x1)) 15.88/5.94 new_lt5(x0, x1, ty_Bool) 15.88/5.94 new_esEs28(x0, x1, ty_Char) 15.88/5.94 new_lt8(Nothing, Nothing, x0) 15.88/5.94 new_esEs10(x0, x1, ty_Int) 15.88/5.94 new_sr0(x0, x1) 15.88/5.94 new_primCmpInt(Pos(Zero), Pos(Zero)) 15.88/5.94 new_esEs8(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_lt9(False, True) 15.88/5.94 new_lt9(True, False) 15.88/5.94 new_primMulNat0(Succ(x0), Succ(x1)) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs10(x0, x1, ty_Bool) 15.88/5.94 new_ltEs8(x0, x1, ty_Integer) 15.88/5.94 new_ltEs12(x0, x1, x2) 15.88/5.94 new_lt5(x0, x1, ty_Int) 15.88/5.94 new_esEs29(x0, x1, ty_@0) 15.88/5.94 new_lt5(x0, x1, ty_Char) 15.88/5.94 new_esEs33(x0, x1, ty_Double) 15.88/5.94 new_lt18(@2(x0, x1), @2(x2, x3), x4, x5) 15.88/5.94 new_lt15(Neg(Zero), Neg(Succ(x0))) 15.88/5.94 new_lt7(LT, GT) 15.88/5.94 new_lt7(GT, LT) 15.88/5.94 new_esEs32(x0, x1, app(ty_[], x2)) 15.88/5.94 new_esEs28(x0, x1, ty_@0) 15.88/5.94 new_compare12(x0, x1, False, x2, x3) 15.88/5.94 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs28(x0, x1, ty_Bool) 15.88/5.94 new_esEs12(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs24([], :(x0, x1), x2) 15.88/5.94 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Integer, x2) 15.88/5.94 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(ty_[], x3)) 15.88/5.94 new_lt19(Left(x0), Left(x1), x2, x3) 15.88/5.94 new_esEs19(Char(x0), Char(x1)) 15.88/5.94 new_lt20(x0, x1, ty_Bool) 15.88/5.94 new_compare26(x0, x1, False) 15.88/5.94 new_lt6(x0, x1, ty_@0) 15.88/5.94 new_lt5(x0, x1, ty_Float) 15.88/5.94 new_primPlusNat0(Succ(x0), Succ(x1)) 15.88/5.94 new_ltEs19(x0, x1, ty_Char) 15.88/5.94 new_esEs13(x0, x1, ty_Char) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Float) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Bool, x2) 15.88/5.94 new_esEs24([], [], x0) 15.88/5.94 new_esEs8(x0, x1, ty_@0) 15.88/5.94 new_esEs9(x0, x1, ty_@0) 15.88/5.94 new_lt13(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 15.88/5.94 new_lt13(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 15.88/5.94 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 15.88/5.94 new_esEs33(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_ltEs8(x0, x1, ty_Bool) 15.88/5.94 new_esEs14(x0, x1, ty_@0) 15.88/5.94 new_esEs12(x0, x1, ty_@0) 15.88/5.94 new_esEs31(x0, x1, ty_Integer) 15.88/5.94 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs33(x0, x1, ty_Ordering) 15.88/5.94 new_esEs13(x0, x1, ty_Bool) 15.88/5.94 new_primPlusNat0(Zero, Succ(x0)) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Char, x2) 15.88/5.94 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 15.88/5.94 new_esEs23(GT, GT) 15.88/5.94 new_esEs23(LT, EQ) 15.88/5.94 new_esEs23(EQ, LT) 15.88/5.94 new_ltEs19(x0, x1, ty_Int) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Integer) 15.88/5.94 new_esEs8(x0, x1, ty_Ordering) 15.88/5.94 new_ltEs9(GT, EQ) 15.88/5.94 new_ltEs9(EQ, GT) 15.88/5.94 new_compare210(x0, x1, False, x2, x3) 15.88/5.94 new_primEqNat0(Zero, Zero) 15.88/5.94 new_esEs7(Left(x0), Left(x1), ty_Ordering, x2) 15.88/5.94 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 15.88/5.94 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 15.88/5.94 new_lt8(Nothing, Just(x0), x1) 15.88/5.94 new_compare18(:%(x0, x1), :%(x2, x3), ty_Integer) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Integer) 15.88/5.94 new_lt14(@0, @0) 15.88/5.94 new_esEs7(Left(x0), Right(x1), x2, x3) 15.88/5.94 new_esEs7(Right(x0), Left(x1), x2, x3) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Int) 15.88/5.94 new_not(False) 15.88/5.94 new_compare0(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_lt15(Neg(Zero), Neg(Zero)) 15.88/5.94 new_compare11(x0, x1, False, x2, x3) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Char) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Int) 15.88/5.94 new_lt15(Pos(Succ(x0)), Pos(x1)) 15.88/5.94 new_esEs13(x0, x1, ty_Ordering) 15.88/5.94 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 15.88/5.94 new_compare18(:%(x0, x1), :%(x2, x3), ty_Int) 15.88/5.94 new_compare111(x0, x1, False) 15.88/5.94 new_esEs34(x0, x1, ty_Int) 15.88/5.94 new_esEs23(EQ, EQ) 15.88/5.94 new_lt20(x0, x1, ty_Char) 15.88/5.94 new_primMulNat0(Zero, Succ(x0)) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 15.88/5.94 new_compare13(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 15.88/5.94 new_lt6(x0, x1, ty_Double) 15.88/5.94 new_esEs28(x0, x1, ty_Integer) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Int, x2) 15.88/5.94 new_compare0(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs8(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_esEs12(x0, x1, app(ty_Maybe, x2)) 15.88/5.94 new_primEqNat0(Succ(x0), Zero) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Char) 15.88/5.94 new_ltEs6(True, False) 15.88/5.94 new_ltEs6(False, True) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Int) 15.88/5.94 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 15.88/5.94 new_ltEs10(Nothing, Nothing, x0) 15.88/5.94 new_esEs7(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 15.88/5.94 new_esEs32(x0, x1, app(ty_Ratio, x2)) 15.88/5.94 new_esEs16(x0, x1, ty_Int) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), app(ty_[], x2), x3) 15.88/5.94 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_ltEs19(x0, x1, ty_Integer) 15.88/5.94 new_esEs15(x0, x1, ty_@0) 15.88/5.94 new_esEs34(x0, x1, ty_Char) 15.88/5.94 new_compare0(x0, x1, ty_@0) 15.88/5.94 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 15.88/5.94 new_esEs10(x0, x1, ty_Integer) 15.88/5.94 new_ltEs4(x0, x1, x2) 15.88/5.94 new_ltEs19(x0, x1, ty_Bool) 15.88/5.94 new_compare6(:(x0, x1), :(x2, x3), x4) 15.88/5.94 new_esEs34(x0, x1, ty_Float) 15.88/5.94 new_asAs(False, x0) 15.88/5.94 new_esEs10(x0, x1, app(ty_[], x2)) 15.88/5.94 new_primCompAux00(x0, x1, EQ, ty_@0) 15.88/5.94 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 15.88/5.94 new_compare112(x0, x1, True, x2, x3, x4) 15.88/5.94 new_ltEs10(Just(x0), Just(x1), ty_Char) 15.88/5.94 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 15.88/5.94 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 15.88/5.94 new_ltEs18(Left(x0), Left(x1), ty_Float, x2) 15.88/5.94 new_compare29(x0, x1) 15.88/5.94 new_ltEs8(x0, x1, ty_Ordering) 15.88/5.94 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 15.88/5.94 new_compare8(x0, x1, x2, x3) 15.88/5.94 new_ltEs16(x0, x1) 15.88/5.94 new_lt20(x0, x1, ty_Int) 15.88/5.94 new_esEs15(x0, x1, ty_Double) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 15.88/5.94 new_primCmpNat0(Zero, Zero) 15.88/5.94 new_compare0(x0, x1, ty_Double) 15.88/5.94 new_ltEs9(GT, LT) 15.88/5.94 new_ltEs9(LT, GT) 15.88/5.94 new_esEs7(Right(x0), Right(x1), x2, ty_Bool) 15.88/5.94 new_compare30(x0, x1, x2, x3, x4) 15.88/5.94 new_esEs13(x0, x1, ty_Integer) 15.88/5.94 new_ltEs18(Right(x0), Right(x1), x2, ty_Bool) 15.88/5.94 new_esEs4(Nothing, Nothing, x0) 15.88/5.94 new_esEs16(x0, x1, ty_Float) 15.88/5.94 15.88/5.94 We have to consider all minimal (P,Q,R)-chains. 15.88/5.94 ---------------------------------------- 15.88/5.94 15.88/5.94 (21) QDPSizeChangeProof (EQUIVALENT) 15.88/5.94 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. 15.88/5.94 15.88/5.94 From the DPs we obtained the following set of size-change graphs: 15.88/5.94 *new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_Either, bg), bh)) -> new_ltEs3(vwx300, vwx400, bg, bh) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs(Just(vwx300), Just(vwx400), app(ty_Maybe, h)) -> new_ltEs(vwx300, vwx400, h) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs0(vwx30, vwx40, ca) -> new_compare(vwx30, vwx40, ca) 15.88/5.94 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs(Just(vwx300), Just(vwx400), app(ty_[], ba)) -> new_ltEs0(vwx300, vwx400, ba) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.94 15.88/5.94 15.88/5.94 *new_compare(:(vwx300, vwx301), :(vwx400, vwx401), cb) -> new_primCompAux(vwx300, vwx400, vwx301, vwx401, cb) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 3 >= 5 15.88/5.94 15.88/5.94 15.88/5.94 *new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(app(ty_Either, dc), dd)) -> new_compare22(vwx30, vwx40, new_esEs7(vwx30, vwx40, dc, dd), dc, dd) 15.88/5.94 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 4, 5 > 5 15.88/5.94 15.88/5.94 15.88/5.94 *new_primCompAux0(vwx158, vwx159, EQ, app(ty_[], df)) -> new_compare(vwx158, vwx159, df) 15.88/5.94 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 15.88/5.94 15.88/5.94 15.88/5.94 *new_compare22(vwx30, vwx40, False, dc, dd) -> new_ltEs3(vwx30, vwx40, dc, dd) 15.88/5.94 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 15.88/5.94 15.88/5.94 15.88/5.94 *new_primCompAux(:(vwx300, vwx301), :(vwx400, vwx401), vwx31, vwx41, app(ty_[], cb)) -> new_primCompAux(vwx300, vwx400, vwx301, vwx401, cb) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 5 > 5 15.88/5.94 15.88/5.94 15.88/5.94 *new_lt0(:(vwx300, vwx301), :(vwx400, vwx401), baf) -> new_primCompAux(vwx300, vwx400, vwx301, vwx401, baf) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 1 > 3, 2 > 4, 3 >= 5 15.88/5.94 15.88/5.94 15.88/5.94 *new_compare20(vwx30, vwx40, False, ce, cf, cg) -> new_ltEs1(vwx30, vwx40, ce, cf, cg) 15.88/5.94 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(app(ty_Either, bac), bad)) -> new_ltEs3(vwx302, vwx402, bac, bad) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(app(ty_Either, bdf), bdg)) -> new_ltEs3(vwx301, vwx401, bdf, bdg) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(ty_Maybe, hd)) -> new_ltEs(vwx302, vwx402, hd) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(ty_[], he)) -> new_ltEs0(vwx302, vwx402, he) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(ty_[], bch)) -> new_ltEs0(vwx301, vwx401, bch) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.94 15.88/5.94 15.88/5.94 *new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(app(app(ty_@3, ce), cf), cg)) -> new_compare20(vwx30, vwx40, new_esEs5(vwx30, vwx40, ce, cf, cg), ce, cf, cg) 15.88/5.94 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 4, 5 > 5, 5 > 6 15.88/5.94 15.88/5.94 15.88/5.94 *new_lt1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, bah, bba) -> new_compare20(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), new_asAs(new_esEs11(vwx300, vwx400, bag), new_asAs(new_esEs10(vwx301, vwx401, bah), new_esEs9(vwx302, vwx402, bba))), bag, bah, bba) 15.88/5.94 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bb), bc), bd)) -> new_ltEs1(vwx300, vwx400, bb, bc, bd) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.88/5.94 15.88/5.94 15.88/5.94 *new_ltEs(Just(vwx300), Just(vwx400), app(app(ty_@2, be), bf)) -> new_ltEs2(vwx300, vwx400, be, bf) 15.88/5.94 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(app(app(ty_@3, hf), hg), hh)) -> new_ltEs1(vwx302, vwx402, hf, hg, hh) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(app(app(ty_@3, bda), bdb), bdc)) -> new_ltEs1(vwx301, vwx401, bda, bdb, bdc) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, bbg), bbh), bca), bbe) -> new_lt1(vwx300, vwx400, bbg, bbh, bca) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_lt2(@2(vwx300, vwx301), @2(vwx400, vwx401), bbb, bbc) -> new_compare21(@2(vwx300, vwx301), @2(vwx400, vwx401), new_asAs(new_esEs13(vwx300, vwx400, bbb), new_esEs12(vwx301, vwx401, bbc)), bbb, bbc) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_compare21(vwx30, vwx40, False, da, db) -> new_ltEs2(vwx30, vwx40, da, db) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, bcb), bcc), bbe) -> new_lt2(vwx300, vwx400, bcb, bcc) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(ty_Maybe, bcg)) -> new_ltEs(vwx301, vwx401, bcg) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_compare2(vwx30, vwx40, False, cd) -> new_ltEs(vwx30, vwx40, cd) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(app(ty_@2, da), db)) -> new_compare21(vwx30, vwx40, new_esEs6(vwx30, vwx40, da, db), da, db) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 4, 5 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, eg, app(app(ty_@2, baa), bab)) -> new_ltEs2(vwx302, vwx402, baa, bab) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bcf, app(app(ty_@2, bdd), bde)) -> new_ltEs2(vwx301, vwx401, bdd, bde) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, bbd), bbe) -> new_lt(vwx300, vwx400, bbd) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_primCompAux(vwx30, vwx40, vwx31, vwx41, app(ty_Maybe, cd)) -> new_compare2(vwx30, vwx40, new_esEs4(vwx30, vwx40, cd), cd) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_primCompAux(vwx30, vwx40, vwx31, vwx41, cc) -> new_primCompAux0(vwx31, vwx41, new_compare0(vwx30, vwx40, cc), app(ty_[], cc)) 15.88/5.95 The graph contains the following edges 3 >= 1, 4 >= 2 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], bbf), bbe) -> new_lt0(vwx300, vwx400, bbf) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bcd), bce), bbe) -> new_lt3(vwx300, vwx400, bcd, bce) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_Either, bfb), bfc), bec) -> new_ltEs3(vwx300, vwx400, bfb, bfc) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(app(ty_Either, bgd), bge)) -> new_ltEs3(vwx300, vwx400, bgd, bge) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(ty_Maybe, beb), bec) -> new_ltEs(vwx300, vwx400, beb) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(ty_Maybe, bfe)) -> new_ltEs(vwx300, vwx400, bfe) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(ty_[], bff)) -> new_ltEs0(vwx300, vwx400, bff) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(ty_[], bed), bec) -> new_ltEs0(vwx300, vwx400, bed) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs1(vwx300, vwx400, bfg, bfh, bga) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bee), bef), beg), bec) -> new_ltEs1(vwx300, vwx400, bee, bef, beg) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_@2, beh), bfa), bec) -> new_ltEs2(vwx300, vwx400, beh, bfa) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs3(Right(vwx300), Right(vwx400), bfd, app(app(ty_@2, bgb), bgc)) -> new_ltEs2(vwx300, vwx400, bgb, bgc) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_lt3(Right(vwx300), Right(vwx400), bdh, bea) -> new_compare22(Right(vwx300), Right(vwx400), new_esEs15(vwx300, vwx400, bea), bdh, bea) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_lt3(Left(vwx300), Right(vwx400), bdh, bea) -> new_compare22(Left(vwx300), Right(vwx400), False, bdh, bea) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_lt3(Right(vwx300), Left(vwx400), bdh, bea) -> new_compare22(Right(vwx300), Left(vwx400), False, bdh, bea) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_lt3(Left(vwx300), Left(vwx400), bdh, bea) -> new_compare22(Left(vwx300), Left(vwx400), new_esEs14(vwx300, vwx400, bdh), bdh, bea) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(app(app(ty_@3, ge), gf), gg), eh) -> new_lt1(vwx301, vwx401, ge, gf, gg) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, fb), fc), fd), eg, eh) -> new_lt1(vwx300, vwx400, fb, fc, fd) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(app(ty_@2, gh), ha), eh) -> new_lt2(vwx301, vwx401, gh, ha) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ff), fg), eg, eh) -> new_lt2(vwx300, vwx400, ff, fg) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ef), eg, eh) -> new_lt(vwx300, vwx400, ef) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(ty_Maybe, gc), eh) -> new_lt(vwx301, vwx401, gc) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(ty_[], gd), eh) -> new_lt0(vwx301, vwx401, gd) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], fa), eg, eh) -> new_lt0(vwx300, vwx400, fa) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), gb, app(app(ty_Either, hb), hc), eh) -> new_lt3(vwx301, vwx401, hb, hc) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_ltEs1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, fh), ga), eg, eh) -> new_lt3(vwx300, vwx400, fh, ga) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_lt(Nothing, Just(vwx400), bae) -> new_compare2(Nothing, Just(vwx400), False, bae) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_lt(Just(vwx300), Nothing, bae) -> new_compare2(Just(vwx300), Nothing, False, bae) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_lt(Just(vwx300), Just(vwx400), bae) -> new_compare2(Just(vwx300), Just(vwx400), new_esEs8(vwx300, vwx400, bae), bae) 15.88/5.95 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 15.88/5.95 15.88/5.95 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (22) 15.88/5.95 YES 15.88/5.95 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (23) 15.88/5.95 Obligation: 15.88/5.95 Q DP problem: 15.88/5.95 The TRS P consists of the following rules: 15.88/5.95 15.88/5.95 new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 15.88/5.95 15.88/5.95 R is empty. 15.88/5.95 Q is empty. 15.88/5.95 We have to consider all minimal (P,Q,R)-chains. 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (24) QDPSizeChangeProof (EQUIVALENT) 15.88/5.95 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. 15.88/5.95 15.88/5.95 From the DPs we obtained the following set of size-change graphs: 15.88/5.95 *new_primMulNat(Succ(vwx3000), Succ(vwx4100)) -> new_primMulNat(vwx3000, Succ(vwx4100)) 15.88/5.95 The graph contains the following edges 1 > 1, 2 >= 2 15.88/5.95 15.88/5.95 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (25) 15.88/5.95 YES 15.88/5.95 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (26) 15.88/5.95 Obligation: 15.88/5.95 Q DP problem: 15.88/5.95 The TRS P consists of the following rules: 15.88/5.95 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(ty_Maybe, gh), ge) -> new_esEs1(vwx1090, vwx1100, gh) 15.88/5.95 new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx1090, vwx1100, bdh, bea) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx1092, vwx1102, bb, bc, bd) 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx1091, vwx1101, ff) 15.88/5.95 new_esEs2(Left(vwx1090), Left(vwx1100), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx1090, vwx1100, bbc) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(ty_[], cb)) -> new_esEs3(vwx1092, vwx1102, cb) 15.88/5.95 new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx1090, vwx1100, bcc, bcd) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx1091, vwx1101, cg, da) 15.88/5.95 new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx1090, vwx1100, bcf, bcg) 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx1090, vwx1100, gb, gc, gd) 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx1091, vwx1101, fc, fd) 15.88/5.95 new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx1090, vwx1100, bbh, bca, bcb) 15.88/5.95 new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx1090, vwx1100, bce) 15.88/5.95 new_esEs1(Just(vwx1090), Just(vwx1100), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx1090, vwx1100, bab, bac) 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx1091, vwx1101, fg, fh) 15.88/5.95 new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(ty_Maybe, bdg)) -> new_esEs1(vwx1090, vwx1100, bdg) 15.88/5.95 new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(ty_[], beb)) -> new_esEs3(vwx1090, vwx1100, beb) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(ty_[], de), cf) -> new_esEs3(vwx1091, vwx1101, de) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx1090, vwx1100, ec) 15.88/5.95 new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(ty_[], bch)) -> new_esEs3(vwx1090, vwx1100, bch) 15.88/5.95 new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx1090, vwx1100, bde, bdf) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx1091, vwx1101, db) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(ty_[], ef), ba, cf) -> new_esEs3(vwx1090, vwx1100, ef) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx1091, vwx1101, cc, cd, ce) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx1092, vwx1102, bh, ca) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx1092, vwx1102, be, bf) 15.88/5.95 new_esEs1(Just(vwx1090), Just(vwx1100), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx1090, vwx1100, hd, he, hf) 15.88/5.95 new_esEs2(Left(vwx1090), Left(vwx1100), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx1090, vwx1100, bbd, bbe) 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(ty_[], hc), ge) -> new_esEs3(vwx1090, vwx1100, hc) 15.88/5.95 new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), bda) -> new_esEs3(vwx1091, vwx1101, bda) 15.88/5.95 new_esEs2(Left(vwx1090), Left(vwx1100), app(ty_[], bbf), bah) -> new_esEs3(vwx1090, vwx1100, bbf) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx1092, vwx1102, bg) 15.88/5.95 new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx1090, vwx1100, bdb, bdc, bdd) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx1091, vwx1101, dc, dd) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx1090, vwx1100, df, dg, dh) 15.88/5.95 new_esEs1(Just(vwx1090), Just(vwx1100), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx1090, vwx1100, hg, hh) 15.88/5.95 new_esEs2(Left(vwx1090), Left(vwx1100), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx1090, vwx1100, bba, bbb) 15.88/5.95 new_esEs2(Left(vwx1090), Left(vwx1100), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx1090, vwx1100, bae, baf, bag) 15.88/5.95 new_esEs1(Just(vwx1090), Just(vwx1100), app(ty_[], bad)) -> new_esEs3(vwx1090, vwx1100, bad) 15.88/5.95 new_esEs1(Just(vwx1090), Just(vwx1100), app(ty_Maybe, baa)) -> new_esEs1(vwx1090, vwx1100, baa) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx1090, vwx1100, ed, ee) 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(ty_[], ga)) -> new_esEs3(vwx1091, vwx1101, ga) 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx1090, vwx1100, gf, gg) 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx1090, vwx1100, ha, hb) 15.88/5.95 new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx1090, vwx1100, ea, eb) 15.88/5.95 new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx1091, vwx1101, eh, fa, fb) 15.88/5.95 15.88/5.95 R is empty. 15.88/5.95 Q is empty. 15.88/5.95 We have to consider all minimal (P,Q,R)-chains. 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (27) QDPSizeChangeProof (EQUIVALENT) 15.88/5.95 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. 15.88/5.95 15.88/5.95 From the DPs we obtained the following set of size-change graphs: 15.88/5.95 *new_esEs1(Just(vwx1090), Just(vwx1100), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx1090, vwx1100, hg, hh) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs1(Just(vwx1090), Just(vwx1100), app(ty_[], bad)) -> new_esEs3(vwx1090, vwx1100, bad) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs1(Just(vwx1090), Just(vwx1100), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx1090, vwx1100, hd, he, hf) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs1(Just(vwx1090), Just(vwx1100), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx1090, vwx1100, bab, bac) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs1(Just(vwx1090), Just(vwx1100), app(ty_Maybe, baa)) -> new_esEs1(vwx1090, vwx1100, baa) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx1090, vwx1100, bde, bdf) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx1090, vwx1100, bdb, bdc, bdd) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx1090, vwx1100, bdh, bea) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(ty_Maybe, bdg)) -> new_esEs1(vwx1090, vwx1100, bdg) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx1090, vwx1100, bcc, bcd) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Left(vwx1090), Left(vwx1100), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx1090, vwx1100, bba, bbb) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx1091, vwx1101, cg, da) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx1092, vwx1102, be, bf) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx1090, vwx1100, ea, eb) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx1091, vwx1101, fc, fd) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx1090, vwx1100, gf, gg) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(ty_[], bch)) -> new_esEs3(vwx1090, vwx1100, bch) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Left(vwx1090), Left(vwx1100), app(ty_[], bbf), bah) -> new_esEs3(vwx1090, vwx1100, bbf) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx1090, vwx1100, bbh, bca, bcb) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Left(vwx1090), Left(vwx1100), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx1090, vwx1100, bae, baf, bag) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx1090, vwx1100, bcf, bcg) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Left(vwx1090), Left(vwx1100), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx1090, vwx1100, bbd, bbe) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Left(vwx1090), Left(vwx1100), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx1090, vwx1100, bbc) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs2(Right(vwx1090), Right(vwx1100), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx1090, vwx1100, bce) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(ty_[], cb)) -> new_esEs3(vwx1092, vwx1102, cb) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(ty_[], de), cf) -> new_esEs3(vwx1091, vwx1101, de) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(ty_[], ef), ba, cf) -> new_esEs3(vwx1090, vwx1100, ef) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), app(ty_[], beb)) -> new_esEs3(vwx1090, vwx1100, beb) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs3(:(vwx1090, vwx1091), :(vwx1100, vwx1101), bda) -> new_esEs3(vwx1091, vwx1101, bda) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(ty_[], hc), ge) -> new_esEs3(vwx1090, vwx1100, hc) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(ty_[], ga)) -> new_esEs3(vwx1091, vwx1101, ga) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx1092, vwx1102, bb, bc, bd) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx1091, vwx1101, cc, cd, ce) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx1090, vwx1100, df, dg, dh) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx1092, vwx1102, bh, ca) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx1091, vwx1101, dc, dd) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx1090, vwx1100, ed, ee) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx1090, vwx1100, ec) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx1091, vwx1101, db) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs(@3(vwx1090, vwx1091, vwx1092), @3(vwx1100, vwx1101, vwx1102), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx1092, vwx1102, bg) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx1090, vwx1100, gb, gc, gd) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx1091, vwx1101, eh, fa, fb) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx1091, vwx1101, fg, fh) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx1090, vwx1100, ha, hb) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), app(ty_Maybe, gh), ge) -> new_esEs1(vwx1090, vwx1100, gh) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 15.88/5.95 15.88/5.95 15.88/5.95 *new_esEs0(@2(vwx1090, vwx1091), @2(vwx1100, vwx1101), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx1091, vwx1101, ff) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 15.88/5.95 15.88/5.95 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (28) 15.88/5.95 YES 15.88/5.95 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (29) 15.88/5.95 Obligation: 15.88/5.95 Q DP problem: 15.88/5.95 The TRS P consists of the following rules: 15.88/5.95 15.88/5.95 new_primEqNat(Succ(vwx2000), Succ(vwx2300)) -> new_primEqNat(vwx2000, vwx2300) 15.88/5.95 15.88/5.95 R is empty. 15.88/5.95 Q is empty. 15.88/5.95 We have to consider all minimal (P,Q,R)-chains. 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (30) QDPSizeChangeProof (EQUIVALENT) 15.88/5.95 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. 15.88/5.95 15.88/5.95 From the DPs we obtained the following set of size-change graphs: 15.88/5.95 *new_primEqNat(Succ(vwx2000), Succ(vwx2300)) -> new_primEqNat(vwx2000, vwx2300) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2 15.88/5.95 15.88/5.95 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (31) 15.88/5.95 YES 15.88/5.95 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (32) 15.88/5.95 Obligation: 15.88/5.95 Q DP problem: 15.88/5.95 The TRS P consists of the following rules: 15.88/5.95 15.88/5.95 new_primPlusNat(Succ(vwx23200), Succ(vwx41000)) -> new_primPlusNat(vwx23200, vwx41000) 15.88/5.95 15.88/5.95 R is empty. 15.88/5.95 Q is empty. 15.88/5.95 We have to consider all minimal (P,Q,R)-chains. 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (33) QDPSizeChangeProof (EQUIVALENT) 15.88/5.95 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. 15.88/5.95 15.88/5.95 From the DPs we obtained the following set of size-change graphs: 15.88/5.95 *new_primPlusNat(Succ(vwx23200), Succ(vwx41000)) -> new_primPlusNat(vwx23200, vwx41000) 15.88/5.95 The graph contains the following edges 1 > 1, 2 > 2 15.88/5.95 15.88/5.95 15.88/5.95 ---------------------------------------- 15.88/5.95 15.88/5.95 (34) 15.88/5.95 YES 16.03/5.99 EOF